(Contact me to add another language)

sorry for my english

This addon is advanced version of ConspicuousQuestMarkers. Thanks Jhenox for textures and idea.

Options:
  • Show the in-world CQM icons and show the default icons on the compass and maps.
  • Resize the in-world icons anywhere between 16x16 to 96x96.
  • Color options. Aqua, blue, fuchsia, green, lime, maroon, navy, olive, purple, red, teal, vanilla, and yellow.
  • Individual color for each type of quest and marks

Easy to add new color or style:
1) Add textures to folder AnotherQuestMarkers\textures\{style_folder}.
2) add code to end of file AQMConsts.lua
Code:
AQM.themes.{style_name}={
    textures_full = lpath.."{style_folder}/",
}
3) Optional add in i18n\en.lua code
Code:
l.themes.{style_name}="My Style"
{style_folder} - name of your folder with textures without spaces
{style_name} - name of your style without spaces. It may be same like {style_folder}

** Changes to the compass and map icons will only happen after reloading the game. Changes to the in-world icons (theme or size) will happen immediately.
** if you relogin on character with disabled addon after playing on character with this addon, compass and map icons not change to default, and will be like you enable addon

-------------------------

Этот аддон - расширенная версия ConspicuousQuestMarkers. Спасибо Jhenox за текстуры и идею.

Функции:
  • Отображение мировых значков CQM и значков по умолчанию на компасе и картах.
  • Изменение размера значков в мире в диапазоне от 16x16 до 96x96.
  • Варианты цветов иконок: Aqua, blue, fuchsia, green, lime, maroon, navy, olive, purple, red, teal, vanilla, and yellow.
  • Индивидуальный стиль для каждого типа квестов и иконок

Вы можете легко добавить свой стиль:
1) Добавить папку с текстурами в AnotherQuestMarkers\textures\{style_folder}.
2) Добавить код в конец файла AQMConsts.lua
Code:
AQM.themes.{style_name}={
    textures_full = lpath.."{style_folder}/",
}
3) Опционально добавить в i18n\en.lua и i18n\ru.lua код
Code:
l.themes.{style_name}="My Style"
{style_folder} - имя папки с текстурами (не должно содержать пробелов)
{style_name} - имя стиля (не должно содержать пробелов). Оно может быть тем же что и у имени папки

** Изменения иконок для компаса и карты произойдут только после перезапуска игры. Изменения внутримировых меток произойдут сразу.
** Если вы, после игры персонажем с этим аддоном, перелогинетесь на персонажа у котого этот аддон выключен, то иконки карты и компаса будут такие же как при включенном аддоне до перезапуска игры

返回
顶部