Jump to content
Korean Random
Sign in to follow this  
mintik

Stock turret markers problem

Recommended Posts

Hi,

 

I have a problem showing stock turret markers properly. I created an extra text field for turret markers but the problem is

that the tank names either have 'HV' or 'LV', high or low vulnerability, next to them in the text field. If I don't put 'HV' and 'LV'

in the markers config then I don't have the turret markers anymore. I'll post the code below so you know what I mean.

 

"turretMarkers": {
      // Subject has stock turret and top gun can not be mounted. Subject is highly vulnerable.
      // ??????? ????? ???????? ????? ? ??? ?????? ?? ????? ???? ???????????. ??????? ?????? ??????.
      "highVulnerability": "HV",
      // Subject has stock turret and top gun can be mounted. Subject is somewhat vulnerable.
      // ??????? ????? ???????? ????? ? ??? ?????? ????? ???? ???????????. ??????? ??????? ??????.
      "lowVulnerability": "LV"
    }

 

// Text field for turret marker
    "turret": {
      "name": "turret",              //  ???????? ?????????? ????, ?? ?? ??? ?? ??????
      "enabled": true,                //  false - ?? ??????????
      "x": 45,                        //  ????????? ?? ??? X
      "y": -34,                       //  ????????? ?? ??? Y
      "alpha": 100,                   //  ???????????? (??????????? ????????????? ???????????? ????????????, ??. macros.txt)
      "align": "left",
      "format": "<img src='xvm://res/icons/stock turret markers/{{squad?sq|{{tk?tk|{{ally?al|en}}}}}}{{turret}}.png' width='36' height='36'>"  //  ?????? ??????. ??. ???????? ???????? ? macros.txt
    }


EDIT: Nevermind, think I've found the problem.

 

"tankName": {
      "name": "Tank name",
      "enabled": true,
      "x": 0,
      "y": -36,
      "alpha": 100,
      "align": "center",
      "textFormat": {
        "font": "$FieldFont",
        "size": 13,
        "color": null,
        "bold": false,
        "italic": false
      },
      "shadow": {
        "enabled": true,
        "distance": 0,
        "angle": 45,
        "color": "0x000000",
        "alpha": 100,
        "blur": 6,
        "strength": 2
      },
      "format": "{{vehicle}}{{turret}}"

markers.xc

markersAliveNormal.xc

stock turret markers.zip

post-27412-0-93037600-1476215429_thumb.jpg

Edited by mintik

Share this post


Link to post

Short link
Share on other sites
Guest
This topic is now closed to further replies.
Sign in to follow this  

  • Recently Browsing   0 members

    No registered users viewing this page.

×
×
  • Create New...