Jump to content
Korean Random
Sign in to follow this  
JDruyd

Enemy spotted marker icon

Recommended Posts

Hello, 

In previous versions, I had set up my spotted macro to show spotted vehicles as: 

AEENnqS.png

 

With update 9.12, xvm replaces the asterisk with a lightbulb: 

tEKqjEI.png

 

The colour of the words in the player panel also changed from white to grey for all tanks.

In previous versions, the text would be white for alive tanks and grey for dead ones. 

 

So how can I get rid of the lightbulb and change the font colour back? Thanks!

 

My text.xc file: 

texts.xc

/**
* Text substitutions.
* Текстовые подстановки.
*/
{
"texts": {
// Text for {{vtype}} macro.
// Текст для макроса {{vtype}}.
"vtype": {
// Text for light tanks / Текст для легких танков.
"LT": "{{l10n:LT}}",
// Text for medium tanks / Текст для средних танков.
"MT": "{{l10n:MT}}",
// Text for heavy tanks / Текст для тяжелых танков.
"HT": "{{l10n:HT}}",
// Text for arty / Текст для арты.
"SPG": "{{l10n:SPG}}",
// Text for tank destroyers / Текст для ПТ.
"TD": "{{l10n:TD}}"
},
// Text for {{marksOnGun}}, {{v.marksOnGun}} macros.
// Текст для макросов {{marksOnGun}}, {{v.marksOnGun}}
"marksOnGun": {
"_0": "0",
"_1": "1",
"_2": "2",
"_3": "3"
},
// Text for {{spotted}} macro.
// Текст для макроса {{spotted}}
"spotted": {
"neverSeen": "",
"lost": "*",
"revealed": "*",
"dead": "",
"neverSeen_arty": "",
"lost_arty": "*",
"revealed_arty": "*",
"dead_arty": ""
}
}
}

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