Jump to content
Korean Random
Sign in to follow this  
Golfer

Special circles for vehicle on minimap not working

Recommended Posts

i tried everything to add a circle for a specific tank... but is not working.

 

minimapcircles.xc says

    // Special circles dependent on vehicle type.

    // Many configuration lines for the same vehicle make many circles.

    // See other vehicle types at (replace : symbol with -):

    // http://code.google.com/p/wot-xvm/source/browse/trunk/src/xpm/xvmstat/vehinfo_short.py

    "special": [
      // Example: Artillery gun fire range circle
      // Пример: Круг дальности стрельбы арты
      // "enabled": false - выключен; "thickness" - толщина; "alpha" - прозрачность; "color" - цвет.
      //{ "ussr-SU-18": { "enabled": true, "thickness": 1, "alpha": 60, "color": "0xEE4444", "distance": 500 } },
        { "france-ELC_EVEN_90": { "enabled": true, "distance": 280, "scale": 1, "thickness": 0.75, "alpha": 60, "color": "0xEE4444" } }
     ]

1st. link outdated,

2nd. the tank i want to add is elc even 90

3rd. typo or outdated ussr-su-18 example

4th. shortname of this tank in vehinfo.py is correct and replaced ":" with "-"

5th. tried with "France-F97_ELC_EVEN_90", "France-ELC_EVEN_90", "F97_ELC_EVEN_90", "elcEv90" ...

6th. added other tank for testing.... not working.

7th. added normal circle, but disturbs when i play other tank.

 

Any Solution?

 

Share this post


Link to post

Short link
Share on other sites

Add this under the circles > view section:

          { "enabled": "{{my-vehiclename=france-F97_ELC_EVEN_90?true|false}}", "distance": 280, "scale": 1, "thickness": 0.75, "alpha": 60, "color": "0xEE4444" }

  • Upvote 1

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