Jump to content
Korean Random
autarkie

Additional minimap circle: 445m minus current camo rating. Is this possible?

Recommended Posts

Hi,

 

I'm wondering if it is currently possible to use current tank's camo value to dynamically define an additional circle on the minimap. Namely, take some fixed value, like 445m and multiply it by the camo rating of the current tank. Like, if a tank has 50% camo rating, the circle would have a radius of 222.5m. 

 

The pragmatic value of this would be knowing at what range an enemy tank with good vision (assumed to be 445m for simplicity) will see you in the open, given your current camo rating. Obviously, this would not be an exact measure nor a complete guarantee, as vision range can exceed 445m and consequently 'cut' through your camo, but it will still be a good rule of the thumb. Particularly for light tanks that whiz about and could use a rough estimation of how close they can approach multiple targets with relative safety. 

 

Is it currently possible to access the camo rating variable(s) from the config file for minimap circles? 

 

Thanks. 

Share this post


Link to post

Short link
Share on other sites

Nope, man, XVM does not have such macros .

Edited by Tornado_Odan_Rot
  • Upvote 1
  • Downvote 1

Share this post


Link to post

Short link
Share on other sites

You could add a circle for the tank u play most with the desired range (eg your suggested 223m) and have this always shown for "rule of thumb" (and maybe use an alpha of 50 or 60).

I believe it is possible in XVM config like minimapCircles.xc

just add line after "view": [

 

{ "enabled":  true, "distance": 223,         "scale": 1, "thickness":  0.7, "alpha": 45, "color": "0xFFCC66" },

Share this post


Link to post

Short link
Share on other sites

Every other circle represents certainty of a particular event:

- render range: you will see nothing beyond the circle

- max view range: enemies cannot see you if they are outside the circle

- your view range: you cannot see enemies if they are outside the circle

 

What OP proposes does not fit with what the other circles can do. What use is a circle that is not 100% reliable in any way?

 

If it's only as good as guessing, then you might as well guess it yourself.

Edited by scyorkie
  • Downvote 1

Share this post


Link to post

Short link
Share on other sites

You could add a circle for the tank u play most with the desired range (eg your suggested 223m) and have this always shown for "rule of thumb" (and maybe use an alpha of 50 or 60).

I believe it is possible in XVM config like minimapCircles.xc

just add line after "view": [

 

{ "enabled":  true, "distance": 223,         "scale": 1, "thickness":  0.7, "alpha": 45, "color": "0xFFCC66" },

 

Thanks, I know about this option. Camo rating varies per vehicle, which is why a hard-coded value is not really feasible. 

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.


  • Recently Browsing   0 members

    No registered users viewing this page.

×
×
  • Create New...