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-46640000-1470435667_thumb.jpg

 

The color of the "contouricons" (OTM) also not true!

Contour Icon Color

post-37486-0-37354900-1470435668_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

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...