魔兽科普汇聚WoW玩家们专属综合资讯门户网站!

CompassHUD

CompassHUD 是一款魔兽世界插件,主要用于地图、区域、任务路线或交通提醒。建议根据自己的版本和插件环境先测试兼容性。

免费下载 举报 收藏插件
插件详情

插件中文资料库

中文说明、玩家点评、适用场景和替代推荐,方便快速判断是否适合你。

玩家一句话点评
CompassHUD 适合需要地图与小地图、界面增强或玩法辅助的玩家,建议结合自己的职业和版本先测试再长期使用。
适用场景
  • 任务路线、地图标记和野外探索

CompassHUD 插件下载与使用指南

本页整理了 CompassHUD 的功能用途、适用人群、安装方法和常见问题,方便玩家快速判断是否需要安装。

适合谁用

CompassHUD 是一款 地图与小地图 类插件,适合需要优化界面、提升操作效率或补充游戏信息提示的魔兽世界玩家。

基本信息

  • 插件作者:BelegCufea
  • 插件分类:地图与小地图
  • 适配版本:12.0.0
  • 累计下载:8,893

安装方法

  1. 点击上方下载按钮获取 CompassHUD插件文件。
  2. 解压后将插件文件夹放入 World of Warcraft/_retail_/Interface/AddOns 目录。
  3. 重启游戏或在角色界面点击插件,确认 CompassHUD 已启用。
  4. 如果插件不生效,请检查版本是否匹配,或关闭同类冲突插件后重试。

使用建议

CompassHUD 安装后建议先在角色界面确认已启用,进入游戏后根据插件提供的命令、小地图按钮或设置面板进行调整。如遇到报错,可先单独启用该插件排查冲突。

CompassHUD 常见问题

这个插件适合哪些玩家?

CompassHUD 适合需要 地图与小地图 类功能的玩家,特别是希望提升游戏便利性、界面管理或战斗信息获取效率的用户。

下载后怎么安装?

下载后解压到 Interface/AddOns 目录,然后重启游戏并在角色界面启用插件。

为什么插件不显示或不生效?

常见原因是目录多套一层、游戏版本不匹配、依赖插件缺失或同类插件冲突。

有没有类似插件可以替代?

可以查看本页的替代插件推荐和相关插件区域,按下载量和分类选择同类工具。

插件 AI 问答

可以问:这个插件正式服能用吗、和 DBM 冲突吗、怎么设置、有没有替代插件。

CompassHUD 是一款魔兽世界插件,主要用于地图、区域、任务路线或交通提醒。建议根据自己的版本和插件环境先测试兼容性。

插件用途

CompassHUD 主要面向需要地图与小地图功能的玩家,用来改善游戏体验、减少重复操作或补充默认界面没有直接提供的信息。

适用场景

  • 地图、区域、任务路线或交通提醒

使用建议

安装后建议先在角色选择界面或插件管理器中确认已启用,再进入游戏测试是否与现有整合包、WA 和其他插件冲突。如遇报错,可以先禁用同类插件排查。

CompassHUD

A configurable compass strip that displays your character's heading, along with various markers with information such as name, distance, and time to arrival.

Example1

Inspirations

I was inspired by Compass and GoWCompass.
While influenced by their ideas, I wrote my own code from scratch—avoiding too much copy-paste.

Main Features

  • Fully movable and resizable compass strip.
  • Optional numeric heading display.
  • Support for predefined or custom compass textures.
  • Plethora of markers to be displayed on the compass.

Some examples:

Changing background and border:
BackgroundBorder

Configuring compass HUD FOV (up to 360°):
FOV

Allowing quest markers to remain visible on the edge of the compass HUD:
QuestOutOfBoundery

Customizing visibility, textures, and behavior for various pointer types:
CustomTextures

Setting numerical heading display options:
Heading

Configuration

Find the CompassHUD addon in the Options -> AddOns section of the game menu.

HUD settings

The General panel contains basic global settings. For many of these settings, there is a tooltip shown while hovering over the them.
Settings

The Compass HUD panel lets you choose between the default texture or customize your own strip with posibility to show/hide/edit several elements.
Custom

Supertracker

Under the Supertracker submenu, you can configure visibility and behavior for various pointer types.

General behavior settings:
PointerGeneral

Choosing from pointer texture presets:
PointerPresets

For each pointer type, you can also customize:
- Visibility, position, size, default texture
- Edge detection and rotation (mainly for arrow trextures)
- Dynamic icon replacements (for World Quests, POI map pins, etc.)
- In-game SuperTracker retexturing

PointerTexts

Text display options with font and size selection:
PointerTextures

Minimap tracking

Under the Minimap tracking submenu, you’ll find settings for icons usually shown on the minimap. These modules can display many icons on the HUD, potentially impacting FPS if used with all options enabled.

Minimap icons

The Minimap icons section covers standard WoW minimap icons (off by default).

You can configure:

  • Tracking radius
  • Opacity gradient based on distance
  • Icon filtering by type
  • Text display options (name, distance, TTA)
  • Whether texts are shown for all icons or only the one you're facing
  • Keybind for setting the facing minimap icon as a Supertracker

MinimapIcons

Party/Raid

In the Party/Raid section, you can configure the visibility of party and raid members, including icon textures, name display, and formatting.
(Default: Party only)

Addon integrations

Additional sections support integrations with other addons (off by default).

For example, if you have GatherMate2, you can display possible gathering node locations on the HUD.

Miscelaneous

Custom compass strip textures

You can use your own.
It must be 2048x16, has 720 degrees starting from N(orth) and be in BLP or TGA fromat (see CompassHUD.tga at Media folder for reference).

Save your file somewhere in Interface\Addons folder (outside any addon folder to avoid deletion on update).

In your SavedVariables file located at WTF\Account\[AccountID]\SavedVariables\CompassHUD.lua, add:
CompassTextureTexture = [[Interface\Addons\]] .. {your file name without extension}
just after the line containing:
["PositionX"]

Check if you put it in correct profile.

Issues and suggestions

If you run into problems or have feature requests, feel free to open an issue on GitHub. Or use Comments section on curseforge.

Source

CurseForge: https://www.curseforge.com/wow/addons/compasshud

用户评价

暂无 / 5,0 条评价
免费插件下载后可以评价;付费插件 / WA 购买后可以评价;委托订单完成后可以评价。
暂无评价。

相关推荐

继续看看这些内容

全站搜索