Jump to content
Korean Random
Sign in to follow this  
damnrussians

how to configure new minimap circles

Recommended Posts

Another one...? You can't get this exact one because major block was change to view.

Your config is obsolete, copy file from default and adjust it - defining special circles for arty is now not needed.

Share this post


Link to post

Short link
Share on other sites

Well, if you do so, you have a filled 50m-circle.

 

with a code like this:

{ "enabled": true, "distance":  25, "scale": 1, "thickness": 10.4, "alpha": 35, "color": "0xCCCCCC" },

works fine on 1000mx1000x cellsize map

e4jvkxl2.jpg

 

BUT it does not work with other cellsizes i.g. 800mx800x, 700mx700m or 600mx600m

 

some more pics you can find here in the EU-Forum: http://forum.worldoftanks.eu/index.php?/topic/170765-hilfethread-xvm-config-einstellungen/page__st__1000__pid__6103440#entry6103440

 

 

The problem is; you can't create a code depending on cellsize in minimapcircles.xc

 

This does not work: (concrete thinkness values for the smaller maps are just an example)

{ "enabled": "{{cellsize=100?true|false}}", "distance": 25, "scale": 1, "thickness": 10.4, "alpha": 35, "color": "0xCCCCCC" },
{ "enabled": "{{cellsize=80?true|false}}",  "distance": 25, "scale": 1, "thickness": 11,   "alpha": 35, "color": "0xCCCCCC" },
{ "enabled": "{{cellsize=70?true|false}}",  "distance": 25, "scale": 1, "thickness": 12,   "alpha": 35, "color": "0xCCCCCC" },
{ "enabled": "{{cellsize=60?true|false}}",  "distance": 25, "scale": 1, "thickness": 13,   "alpha": 35, "color": "0xCCCCCC" },

So maybe some other ideas?

 

 

Thanks and Greetings

MarsOne

Edited by MarsOne

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