插件中文资料库
中文说明、玩家点评、适用场景和替代推荐,方便快速判断是否适合你。
- 界面布局、头像框、姓名板和动作条优化
AutoMBGraphics 插件下载与使用指南
本页整理了 AutoMBGraphics 的功能用途、适用人群、安装方法和常见问题,方便玩家快速判断是否需要安装。
适合谁用
AutoMBGraphics 是一款 音频与视频 / 其他插件 类插件,适合需要优化界面、提升操作效率或补充游戏信息提示的魔兽世界玩家。
基本信息
- 插件作者:xiaosteven
- 插件分类:音频与视频 / 其他插件
- 适配版本:12.0.5
- 累计下载:13,983
安装方法
- 点击上方下载按钮获取 AutoMBGraphics插件文件。
- 解压后将插件文件夹放入 World of Warcraft/_retail_/Interface/AddOns 目录。
- 重启游戏或在角色界面点击插件,确认 AutoMBGraphics 已启用。
- 如果插件不生效,请检查版本是否匹配,或关闭同类冲突插件后重试。
使用建议
AutoMBGraphics 安装后建议先在角色界面确认已启用,进入游戏后根据插件提供的命令、小地图按钮或设置面板进行调整。如遇到报错,可先单独启用该插件排查冲突。
AutoMBGraphics 常见问题
AutoMBGraphics 适合需要 音频与视频 / 其他插件 类功能的玩家,特别是希望提升游戏便利性、界面管理或战斗信息获取效率的用户。
下载后解压到 Interface/AddOns 目录,然后重启游戏并在角色界面启用插件。
常见原因是目录多套一层、游戏版本不匹配、依赖插件缺失或同类插件冲突。
可以查看本页的替代插件推荐和相关插件区域,按下载量和分类选择同类工具。
插件 AI 问答
可以问:这个插件正式服能用吗、和 DBM 冲突吗、怎么设置、有没有替代插件。
AutoMBGraphics 是一款魔兽世界插件,主要用于界面框架、头像、动作条或冷却显示优化。建议根据自己的版本和插件环境先测试兼容性。
插件用途
AutoMBGraphics 主要面向需要其他插件功能的玩家,用来改善游戏体验、减少重复操作或补充默认界面没有直接提供的信息。
适用场景
- 界面框架、头像、动作条或冷却显示优化
使用建议
安装后建议先在角色选择界面或插件管理器中确认已启用,再进入游戏测试是否与现有整合包、WA 和其他插件冲突。如遇报错,可以先禁用同类插件排查。
AutoMBGraphics — Multi-Client Graphics Auto-Switcher
What it does
AutoMBGraphics automatically swaps your World of Warcraft graphics settings based on which character you log into. Your main characters run at the high-quality preset you've configured for them, while your alts (typically background multi-box clients) are automatically downgraded to a low-quality preset that saves GPU power, VRAM, and CPU.
No more dragging sliders every time you swap clients. Log in → correct preset applied → play.
Who it's for
- Multi-boxers running 2, 5, 10+ clients who want background characters at minimal quality without manually reconfiguring every login.
- Players with one beefy main + several auction/bank/professions alts who don't need full graphics on the alts.
- Anyone with a laptop or older GPU who wants different presets per character without using Blizzard's clunky per-character settings (which don't reliably survive a
/reloadfor many CVars).
Key features
- Two named presets — capture your current in-game settings as a string with one click, separately for "Main" and "Alt".
- Account-wide configuration — your CVar strings and main-character whitelist are shared across every character on your Battle.net account. Configure once, applies to every client.
- Per-character override — flag any single character as a main without touching the global roster.
- Automatic on login — the correct preset is applied during
PLAYER_LOGIN. No slash commands needed during normal play. - Safe-baseline on logout / reload — re-applies the main preset when you log out or
/reload, so your next session never starts in low-quality mode by accident. - Force-apply buttons — switch presets manually any time without relogging.
- Native Blizzard settings panel — opens with
/mbg, or viaEsc → Options → AddOns → AutoMBGraphics. No extra libraries, no third-party UI frameworks. - Plain-text CVar strings — presets are stored as readable
key=value;key=value;...strings you can hand-edit if you want fine control. - 9 localized languages — English, 简体中文, 繁體中文, Deutsch, Français, Español, Русский, 한국어, Português.
How to use it
- Type
/mbgto open the settings panel. - On your main, adjust graphics exactly how you want them, then click Capture current settings next to the "[Main] high-graphics CVar string" field.
- Drop the sliders to your preferred low-quality alt setup, then click Capture current settings next to "[Alt] low-graphics CVar string".
- On every character that should be treated as a main, click Add current character to add them to the global main roster.
- Click Confirm & force-save all settings (ReloadUI) at the bottom — this is the only step that writes to disk.
From now on, every login auto-applies the correct preset.
CVars managed
The addon captures and applies the following 19 CVars — chosen because they're the heaviest on GPU/VRAM and the most useful to swap between clients:
graphicsQuality, graphicsViewDistance, graphicsEnvironmentDetail, graphicsGroundClutter, graphicsShadowQuality, graphicsLiquidDetail, graphicsParticleDensity, graphicsSSAO, graphicsDepthEffects, graphicsComputeEffects, graphicsOutlineMode, graphicsTextureResolution, graphicsSpellDensity, projectedTextures, RenderScale, MSAAQuality, ffxAntiAliasingMode, maxFPS, maxFPSBk
Other CVars (sound, camera, name plates, UI scale, etc.) are never touched — only the graphics surface is affected.
Slash commands
| Command | Action |
|---|---|
/mbg |
Open the AutoMBGraphics settings panel |
Saved variables
| Variable | Scope | Contents |
|---|---|---|
AutoMB_GlobalSettings |
Battle.net account | enabled, main preset string, alt preset string, main-character whitelist |
AutoMB_Settings |
Per-character | isMain override flag |
A character is treated as main if it's on the global whitelist OR has the local override flag set.
Notes & caveats
- A handful of CVars (notably texture resolution and MSAA) only fully take effect after a
/reloador relog. The chat output reminds you when this is the case. - This version targets WoW Retail 12.0.x (The War Within). The Blizzard CVar surface changes between expansions, so older clients are not supported.
- The addon stays out of your way: no minimap button, no popups, no nagging. Just a single chat line on login confirming which preset was applied.
Migration
If you used v4.0 (which stored everything per-character), the addon performs a one-shot migration to the v4.1+ account-wide schema the first time you load it. Nothing to do on your end.
Feedback
Bug reports, translation fixes, and feature requests are welcome via the comments tab or the issue tracker.
用户评价
暂无 / 5,0 条评价相关推荐
继续看看这些内容