插件中文资料库
中文说明、玩家点评、适用场景和替代推荐,方便快速判断是否适合你。
- 任务路线、地图标记和野外探索
- 界面布局、头像框、姓名板和动作条优化
BazCore 插件下载与使用指南
本页整理了 BazCore 的功能用途、适用人群、安装方法和常见问题,方便玩家快速判断是否需要安装。
适合谁用
BazCore 是一款 运行库 类插件,适合需要优化界面、提升操作效率或补充游戏信息提示的魔兽世界玩家。
基本信息
- 插件作者:Baz4k
- 插件分类:运行库
- 适配版本:12.0.5
- 累计下载:6,069
安装方法
- 点击上方下载按钮获取 BazCore插件文件。
- 解压后将插件文件夹放入 World of Warcraft/_retail_/Interface/AddOns 目录。
- 重启游戏或在角色界面点击插件,确认 BazCore 已启用。
- 如果插件不生效,请检查版本是否匹配,或关闭同类冲突插件后重试。
使用建议
BazCore 安装后建议先在角色界面确认已启用,进入游戏后根据插件提供的命令、小地图按钮或设置面板进行调整。如遇到报错,可先单独启用该插件排查冲突。
BazCore 常见问题
BazCore 适合需要 运行库 类功能的玩家,特别是希望提升游戏便利性、界面管理或战斗信息获取效率的用户。
下载后解压到 Interface/AddOns 目录,然后重启游戏并在角色界面启用插件。
常见原因是目录多套一层、游戏版本不匹配、依赖插件缺失或同类插件冲突。
可以查看本页的替代插件推荐和相关插件区域,按下载量和分类选择同类工具。
插件 AI 问答
可以问:这个插件正式服能用吗、和 DBM 冲突吗、怎么设置、有没有替代插件。
BazCore 是一款魔兽世界插件,主要用于界面框架、头像、动作条或冷却显示优化、地图、区域、任务路线或交通提醒、副本、团本、大秘境或钥石辅助。建议根据自己的版本和插件环境先测试兼容性。
插件用途
BazCore 主要面向需要运行库功能的玩家,用来改善游戏体验、减少重复操作或补充默认界面没有直接提供的信息。
适用场景
- 界面框架、头像、动作条或冷却显示优化
- 地图、区域、任务路线或交通提醒
- 副本、团本、大秘境或钥石辅助
使用建议
安装后建议先在角色选择界面或插件管理器中确认已启用,再进入游戏测试是否与现有整合包、WA 和其他插件冲突。如遇报错,可以先禁用同类插件排查。
BazCore
Shared framework for the Baz Suite of World of Warcraft addons.
BazCore is the foundation library that powers every addon in the Baz Suite. It handles addon registration, saved variables, unified profiles, the standalone Options window, page builders, rich content blocks, list/detail panels, form widgets, the User Manual system, Edit Mode integration, minimap buttons, slash commands, event dispatching, and dockable widgets - so each addon focuses on its own features instead of reinventing boilerplate.
BazCore also embeds LibBazWidget-1.0, the standalone widget registry library that powers BazWidgetDrawers' dockable widget system.
Features
Addon Framework
- RegisterAddon - one-call registration with title, saved variable, defaults, slash commands, minimap button, and lifecycle callbacks
- Unified profiles - per-character profiles wired automatically through RegisterAddon, stored in BazCoreDB
- Profile migration - automatically migrates old per-addon SavedVariables into the unified system
- QueueForLogin - register code that runs once at PLAYER_LOGIN, after the addon's saved variables are ready
Standalone Options Window
- Dedicated window for every Baz addon's settings — replaces Blizzard's cramped Settings panel
- Bottom tabs — one per Baz addon you have installed, click to switch
- Left sidebar lists the active addon's sub-categories (User Manual, General Settings, custom pages)
- Right content panel scrolls automatically when content overflows
- Dark textured background matching Blizzard's Specialization window
- ESC closes, draggable, position remembered across sessions
- Blizzard's AddOn List still has an "Addon Options" button that jumps straight here
Page Builders
Standardized generators for common settings pages, all returning option-table structs ready to register via RegisterOptionsTable:
- CreateLandingPage - description + features + slash commands intro page
- CreateModulesPage - flat list of enable/disable toggles per module/widget
- CreateGlobalOptionsPage - per-key override toggles that cascade to all widgets
- CreateManagedListPage - list-detail page for collections of editable items (categories, drawers, bars, profiles). Auto-h1 detail title, intro/introBlocks, Create/Reset buttons, source-based collapsible sections - cohesive with the User Manual chrome
Rich Content Blocks
For documentation pages and managed-list detail panels:
- Headings: h1, h2, h3, h4
- Text: paragraph, lead, caption, quote
- Lists: bulleted or ordered, three levels of nesting
- Layout: divider, spacer, collapsible (with persistent state per session)
- Media: image (texture, atlas, fileID, with caption), code (monospace box), table (header + striped rows)
- Callouts: note (tip / info / warning / danger - colored bg + accent strip + label)
Form Widgets
- toggle - checkbox with label and optional description
- range - slider with click-anywhere-to-snap behavior, an editable value box on the side for precise numeric entry, and value commits on release rather than mid-drag
- input - edit box (Enter to commit, Esc to revert)
- select - dropdown that auto-sizes to fit its longest value
- execute - button, optional confirm dialog, optional half-width for side-by-side layout
List / Detail Panels
- BuildListDetailPanel - left list of clickable rows + right detail panel
- Gold-gradient selection highlight matching Blizzard's Traveler's Log + Quest tracker
- Source-based collapsible sections auto-enabled when any child group has a
sourcefield - Hover + select states, persistent selection across refreshes
- Per-row execute buttons above the list (e.g., Create New, Reset Defaults)
- Three-button portrait icon support via CreatePortraitWindow with portraitOnClick / portraitTooltip
User Manual System
- RegisterUserGuide(addonName, guide) - addon's manual lives next to its settings as a "User Manual" sub-category
- Tree navigation on the left with collapsible sections, gold-gradient selection
- Rich content panel on the right rendering all the block types listed above
- Pages support flat
textfield OR richblocksarray + one level of nestedchildren - Built-in BazCore manual ships with the framework - any addon can add its own with one call
Edit Mode Integration
- RegisterEditModeFrame - register any frame as an Edit Mode target with drag, snap, settings popup, and nudge controls
- Grid snapping with live preview lines
- Selection sync - selecting a BazCore frame deselects Blizzard frames and vice versa
- Settings popup with checkboxes, sliders, and action buttons translated from the addon's options
Dockable Widget API
- RegisterDockableWidget / UnregisterDockableWidget - shims through to LibBazWidget-1.0
- GetDockableWidgets / GetDockableWidget - query the widget registry
- RegisterDockableWidgetCallback - subscribe to registry changes
- Widget contract - id, label, frame, designWidth, designHeight, plus optional GetDesiredHeight, GetStatusText, GetOptionsArgs, OnDock, OnUndock
Notification Bridge
- RegisterNotificationModule / PushNotification - route notifications through BazNotificationCenter when installed
- Lazy module registration on first push - no load order worries
Utilities
- Events - event dispatching and QueueForLogin helper
- Timers - throttle and debounce helpers
- ObjectPool - frame pooling for recycling UI elements
- Format - number formatting, time formatting, safe string handling
- Animations - fade, slide, and scale animation helpers
- ButtonGlow - spell proc glow overlay system
- Keybinds - keybind management with SetOverrideBindingClick
- Serialization - export/import config strings
- CreatePortraitWindow - addon-window helper with Blizzard's standard portrait chrome, drag, ESC close, position persistence, and three-button portrait icon (left/middle/right)
- CreateItemButton - item-button frame helper (icon, quality border, slot art) for addons that need bag-slot-style visuals
Slash Commands
| Command | Description |
|---|---|
/bazcore |
Open the BazCore Options window |
Compatibility
- WoW Version: Retail 12.0 (Midnight)
- Zero external dependencies - BazCore depends on nothing except WoW itself
- Midnight API safe - taint-safe patterns throughout
- LibStub - embedded for LibBazWidget-1.0 version negotiation
- LibBazWidget-1.0 - embedded standalone widget registry library
The Baz Suite
BazCore powers the following addons:
- BazBars - Custom extra action bars
- BazBags - Unified bag panel
- BazWidgetDrawers - Slide-out widget drawer
- BazWidgets - Widget pack for BazWidgetDrawers
- BazNotificationCenter - Toast notification system
- BazLootNotifier - Animated loot popups
- BazFlightZoom - Auto zoom on flying mounts
- BazMap - Resizable map and quest log window
- BazMapPortals - Mage portal/teleport map pins
License
BazCore is licensed under the GNU General Public License v2 (GPL v2).
CurseForge: https://www.curseforge.com/wow/addons/bazcore用户评价
暂无 / 5,0 条评价相关推荐
继续看看这些内容