Jump to content
Korean Random
Mike

Отображение иконок в ушах и в ТАБе

Recommended Posts

Помогите пожалуйста!

Есть иконки танков которые мне нравятся, года 2-3 назад я ими пользовался и все работало без проблем.

http://forum.worldoftanks.ru/index.php?/topic/1419201-иконки-танков-в-стиле-witblitz-contour-mod/page__st__420

 

Сейчас сборка без ХВМ работает нормально (только слева зеркалит, но не суть), а вот сборка для ХВМ не показывает НИЧЕГО.

Подскажите, все ли файлы в нужном месте?

 

И в файле iconset.xc как правильно прописать путь?

Правильно я понимаю, что вместо ../../../ должен быть точный путь, например в моем случае

 

D:\Games\World_of_Tanks_RU\res_mods\mods\shared_resources\xvm\res\atlases

или 

D:/Games/World_of_Tanks_RU/res_mods/mods/shared_resources/xvm/res/atlases

или 

D:/Games/World_of_Tanks_RU/res_mods/mods/shared_resources/xvm/res/atlases/atlasLeft

или

так и оставить ../../../

 

А может надо создать папку gui/flash/atlases ? и туда что-то положить?

 

 

/**

 * Icons set atlases. Path relative to res_mods/x.x.x/gui/flash/atlases.
 * Атласы с набором иконок. Пути относительно res_mods/x.x.x/gui/flash/atlases.
 */

{
  "iconset": {

    // Path to the atlas with icons for the battle loading screen.
    // Путь к атласу с иконками для экрана загрузки боя.

    "battleLoadingLeftAtlas": "../../../../mods/shared_resources/xvm/res/atlases/atlasLeft",
    "battleLoadingRightAtlas": "../../../../mods/shared_resources/xvm/res/atlases/atlasRight",

    // Path to the atlas with icons for the players panels.
    // Путь к атласу с иконками для "ушей".

    "playersPanelLeftAtlas": "../../../../mods/shared_resources/xvm/res/atlases/atlasLeft",
    "playersPanelRightAtlas": "../../../../mods/shared_resources/xvm/res/atlases/atlasRight",

    // Path to the atlas with icons for the full stats form (on "Tab" key pressed).
    // Путь к атласу с иконками для формы подробной статистики (при нажатии клавиши "Tab").

    "fullStatsLeftAtlas": "../../../../mods/shared_resources/xvm/res/atlases/atlasLeft",
    "fullStatsRightAtlas": "../../../../mods/shared_resources/xvm/res/atlases/atlasRight",

    // Path to the atlas with icons for the over-target markers.
    // Путь к атласу с иконками для маркеров над танками.

    "vehicleMarkerAllyAtlas": "vehicleMarkerAtlas",
    "vehicleMarkerEnemyAtlas": "vehicleMarkerAtlas"
  }
}

Оригинал Неон (премиумные и акционные)-20191028T205904Z-001.zip

Edited by Mike

Share this post


Link to post

Short link
Share on other sites

@ktulho Правильно это как?

 

1   D:\Games\World_of_Tanks_RU\res_mods\mods\shared_resources\xvm\res\atlases

или 

2   D:/Games/World_of_Tanks_RU/res_mods/mods/shared_resources/xvm/res/atlases

или 

3   D:/Games/World_of_Tanks_RU/res_mods/mods/shared_resources/xvm/res/atlases/atlasLeft

или

4   так и оставить ../../../

 

Какой вариант из четырех правильный?

Share this post


Link to post

Short link
Share on other sites

Правильно:

/**

 * Icons set atlases. Path relative to res_mods/x.x.x/gui/flash/atlases.
 * Атласы с набором иконок. Пути относительно res_mods/x.x.x/gui/flash/atlases.
 */
{
  "iconset": {
    // Path to the atlas with icons for the battle loading screen.
    // Путь к атласу с иконками для экрана загрузки боя.
    "battleLoadingLeftAtlas": "../../../../mods/shared_resources/xvm/res/atlases/atlasLeft",
    "battleLoadingRightAtlas": "../../../../mods/shared_resources/xvm/res/atlases/atlasRight",
    // Path to the atlas with icons for the players panels.
    // Путь к атласу с иконками для "ушей".
    "playersPanelLeftAtlas": "../../../../mods/shared_resources/xvm/res/atlases/atlasLeft",
    "playersPanelRightAtlas": "../../../../mods/shared_resources/xvm/res/atlases/atlasRight",
    // Path to the atlas with icons for the full stats form (on "Tab" key pressed).
    // Путь к атласу с иконками для формы подробной статистики (при нажатии клавиши "Tab").
    "fullStatsLeftAtlas": "../../../../mods/shared_resources/xvm/res/atlases/atlasLeft",
    "fullStatsRightAtlas": "../../../../mods/shared_resources/xvm/res/atlases/atlasRight",
    // Path to the atlas with icons for the over-target markers.
    // Путь к атласу с иконками для маркеров над танками.
    "vehicleMarkerAllyAtlas": "vehicleMarkerAtlas",
    "vehicleMarkerEnemyAtlas": "vehicleMarkerAtlas"
  }
}

 

Share this post


Link to post

Short link
Share on other sites

@ktulho Спасибо, все работает. Не хватало файлов atlasLeft.dds и atlasRight.dds в папке

  • Upvote 1

Share this post


Link to post

Short link
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.


  • Recently Browsing   0 members

    No registered users viewing this page.

×
×
  • Create New...