Jump to content
Korean Random
Sign in to follow this  
FreeFun

iconset.xc >> battleLoading & vehicleMarker

Recommended Posts

My problem is that this is not working properly.
 
Does not work

    "battleLoadingAlly": "../../maps/icons/vehicle/contour/ally/",
    "battleLoadingEnemy": "../../maps/icons/vehicle/contour/enemy/",

Only partially

    "battleLoadingAlly": "../../maps/icons/vehicle/contourally/", << not working but enemy is displayed
    "battleLoadingEnemy": "../../maps/icons/vehicle/contour/", << Is working

battleLoading

post-37486-0-98512800-1470567114_thumb.jpg
 
The color of the "contouricons" (OTM) also not true!

Contour Icon Color

post-37486-0-17877200-1470567116_thumb.jpg

 

iconset.xc

/**
 * Icons set atlases. Path relative to res_mods/x.x.x/gui/flash/atlases.
 * Атласы с набором иконок. Пути относительно res_mods/x.x.x/gui/flash/atlases.
 */
{
  "iconset": {
    // Folder containing the icon set for Battle Loading Screen.
    // Набор иконок для экрана загрузки боя.
    "battleLoadingAlly": "../../maps/icons/vehicle/contour/ally/",
    "battleLoadingEnemy": "../../maps/icons/vehicle/contour/enemy/",
    // Folder containing the icon set for the Players Panels.
    // Набор иконок для "ушей".
    "playersPanelLeftAtlas": "battleAtlasAlly",
    "playersPanelRightAtlas": "battleAtlas",
    // Folder containing the icon set for Full Stats Form (pressing "Tab").
    // Набор иконок для формы подробной статистики (по Tab).
    "fullStatsLeftAtlas": "battleAtlasAlly",
    "fullStatsRightAtlas": "battleAtlas",
    // Folder containing the icon set for the Over-target markers.
    // Набор иконок для маркеров над танками.
    "vehicleMarkerAllyAtlas": "vehicleMarkerAtlasAlly",
    "vehicleMarkerEnemyAtlas": "vehicleMarkerAtlas"
  }
} 

markersAliveNormal.xc >> contourIcon

"contourIcon": {
  "enabled": true,
  "x": 6,
  "y": -55,
  "alpha": 100,
  "color": null,
  "amount": 0
},

atlases files

res_mods\0.9.15.1\gui\flash\atlases\battleAtlas.png
res_mods\0.9.15.1\gui\flash\atlases\battleAtlas.xml
res_mods\0.9.15.1\gui\flash\atlases\battleAtlasAlly.png
res_mods\0.9.15.1\gui\flash\atlases\battleAtlasAlly.xml
res_mods\0.9.15.1\gui\flash\atlases\vehicleMarkerAtlas.png
res_mods\0.9.15.1\gui\flash\atlases\vehicleMarkerAtlas.xml
res_mods\0.9.15.1\gui\flash\atlases\vehicleMarkerAtlasAlly.png
res_mods\0.9.15.1\gui\flash\atlases\vehicleMarkerAtlasAlly.xml

Share this post


Link to post

Short link
Share on other sites

WG did not made atlases in the battle loading, so only old "contour" dir can be used.

Share this post


Link to post

Short link
Share on other sites

WG did not made atlases in the battle loading, so only old "contour" dir can be used.

 

Yes that helped! :)

/**
 * Icons set atlases. Path relative to res_mods/x.x.x/gui/flash/atlases.
 * Атласы с набором иконок. Пути относительно res_mods/x.x.x/gui/flash/atlases.
 */
{
  "iconset": {
    // Folder containing the icon set for Battle Loading Screen.
    // Набор иконок для экрана загрузки боя.
    "battleLoadingAlly": "contour/ally/",
    "battleLoadingEnemy": "contour/enemy/",
    // Folder containing the icon set for the Players Panels.
    // Набор иконок для "ушей".
    "playersPanelLeftAtlas": "battleAtlasAlly",
    "playersPanelRightAtlas": "battleAtlas",
    // Folder containing the icon set for Full Stats Form (pressing "Tab").
    // Набор иконок для формы подробной статистики (по Tab).
    "fullStatsLeftAtlas": "battleAtlasAlly",
    "fullStatsRightAtlas": "battleAtlas",
    // Folder containing the icon set for the Over-target markers.
    // Набор иконок для маркеров над танками.
    "vehicleMarkerAllyAtlas": "vehicleMarkerAtlasAlly",
    "vehicleMarkerEnemyAtlas": "vehicleMarkerAtlas"
  }
}

 

But the OTM ("vehicleMarkerAllyAtlas"/"vehicleMarkerEnemyAtlas") is still incorrectly!

 

"Contouricon Color (OTM)"

post-37486-0-17877200-1470567116.jpg
Edited by FreeFun

Share this post


Link to post

Short link
Share on other sites
But the OTM ("vehicleMarkerAllyAtlas"/"vehicleMarkerEnemyAtlas") is still incorrectly!

 

Use before to fix: "amount": 1

If, however, it is still a mistake.

 

"contourIcon": {
  "enabled": true,
  "x": 6,
  "y": -55,
  "alpha": 100,
  "color": null,
  "amount": 1
},

 

 

 

can be used

 

Всегда так было при использовании этого параметра со значением "0" (все равно окрашивает иконку заданным в конфиге цветом), хотя по сути не должен.

Никогда не использовал контурные иконки в маркерах и не замечал как он работает.

Edited by night_dragon_on

Share this post


Link to post

Short link
Share on other sites

Use before to fix: "amount": 1

If, however, it is still a mistake.

 

"contourIcon": {
  "enabled": true,
  "x": 6,
  "y": -55,
  "alpha": 100,
  "color": null,
  "amount": 1
},

 

That's what I wanted now the color is displayed correctly! Thank you!

 

Unfortunately, these are wrong orientation! When Ally the symbols of the enemy although appearing in the icons.xc is different.

 

post-37486-0-17662000-1470657365_thumb.jpg

 

'vehicleMarkerAtlas.png & vehicleMarkerAtlasAlly.png'

post-37486-0-02035900-1470657390_thumb.pngpost-37486-0-73722800-1470657393_thumb.png

'iconset.xc'

res_mods\0.9.15.1\gui\flash\atlases\battleAtlas.png
res_mods\0.9.15.1\gui\flash\atlases\battleAtlas.xml
res_mods\0.9.15.1\gui\flash\atlases\battleAtlasAlly.png
res_mods\0.9.15.1\gui\flash\atlases\battleAtlasAlly.xml
res_mods\0.9.15.1\gui\flash\atlases\vehicleMarkerAtlas.png
res_mods\0.9.15.1\gui\flash\atlases\vehicleMarkerAtlas.xml
res_mods\0.9.15.1\gui\flash\atlases\vehicleMarkerAtlasAlly.png
res_mods\0.9.15.1\gui\flash\atlases\vehicleMarkerAtlasAlly.xml
/**
 * Icons set atlases. Path relative to res_mods/x.x.x/gui/flash/atlases.
 * Атласы с набором иконок. Пути относительно res_mods/x.x.x/gui/flash/atlases.
 */
{
  "iconset": {
    // Folder containing the icon set for Battle Loading Screen.
    // Набор иконок для экрана загрузки боя.
    "battleLoadingAlly": "contourally/",
    "battleLoadingEnemy": "contour/",
    // Folder containing the icon set for the Players Panels.
    // Набор иконок для "ушей".
    "playersPanelLeftAtlas": "battleAtlasAlly",
    "playersPanelRightAtlas": "battleAtlas",
    // Folder containing the icon set for Full Stats Form (pressing "Tab").
    // Набор иконок для формы подробной статистики (по Tab).
    "fullStatsLeftAtlas": "battleAtlasAlly",
    "fullStatsRightAtlas": "battleAtlas",
    // Folder containing the icon set for the Over-target markers.
    // Набор иконок для маркеров над танками.
    "vehicleMarkerAllyAtlas": "vehicleMarkerAtlasAlly",
    "vehicleMarkerEnemyAtlas": "vehicleMarkerAtlas"
  }
}

Edited by FreeFun
  • Upvote 1

Share this post


Link to post

Short link
Share on other sites

Be patient, I have many other issues.


Why I need to lose my time if even you don't sure this is the bug?

Share this post


Link to post

Short link
Share on other sites

I'm sorry taking their time into Claim.

 

Have lot of testing with only xvm and atlases and could find a problem it would fix this.

 

Sorry for the translation with Google translator from "German to English". I mean it only polite

Share this post


Link to post

Short link
Share on other sites

vehicleMarkerAllyAtlas and vehicleMarkerEnemyAtlas are not implemented yet

Edited by sirmax

Share this post


Link to post

Short link
Share on other sites

This is old thread and my issue is not about the contour icons BUT this is the only one that even comes close to what I'm wondering:

 

Does anyone know how to refer the battleAtlas.png to use those textures with XVM? I mean, most configs seem to use icons inside their config folder or inside shared_resources. But I was wondering if I could use the same battleAtlas as the game itself normally uses. I just don't have a clue how to refer to subtextures.

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.

Sign in to follow this  

  • Recently Browsing   0 members

    No registered users viewing this page.

×
×
  • Create New...