Jump to content
Korean Random

jodgi

User
  • Content Count

    11
  • Joined

  • Last visited

Community Reputation

0 Noob

Contacts

  • Nick
    jodgi
  1. But it will still based on my own viewrange and not my camo factor and modifiers, right? The interesting thing is that they show for a short period of time, then dissappear. Could you please give me an example? I'm not much of a coder, even in config files ;)
  2. I'm sorry, but I have to write in english. I have a specific "problem" with custom per tank circles. I've used custom circles to display spotting ranges for many of my tanks for many XVM versions now, like so: { "ussr-T62A": { "alpha": 60, "color": "0xEE4444", "distance": 291, "enabled": true, "thickness": 0.5 } }, { "ussr-T62A": { "alpha": 60, "color": "0xFF00FF", "distance": 315, "enabled": true, "thickness": 0.5 } }, { "ussr-T62A": { "alpha": 60, "color": "0xFFFF00", "distance": 378, "enabled": true, "thickness": 0.5 } } Since the last version, when the new dynamic circles were added, my circles no longer are displayed. Actually, they show briefly then dissappear: http://youtu.be/JT4rfmwjD-w How can I make my custom circles show? ... Tried it with multiple file config, same thing happens. The "view" circles work if I turn them on but my "special" circles show briefly and dissappear. Here's my minimapCircles.xc: minimapCircles.xc "Why do I use custom circles?"
  3. In my opinion the 50m circle is useful, so is the 445 circle and the drawrange square. However the dynamic viewrange circles, with or without optics/binocs, aren't very useful as they only show how far out you can spot a Maus or WTE100 and for higher tiers that is usually capped by the 445 circle anyway. My three circles per tank outline how close an enemy can get before IT spots ME, out in the open, when I'm still, moving and firing. The circles are based on my tanks with crewskills/perks, equipment and camopaint factored in. I've used it to gauge how close I can do spotting runs, or snipe at tanks that would not see me and so on. It is just a crutch I've used to play the vision game
  4. Tried it with multiple file config, same thing happens. The "view" circles work if I turn them on but my "special" circles show briefly and dissappear. Here's my minimapCircles.xc: 'minimapCircles.xc'
  5. Yea, I'm in the process of moving my config to the individual files like in the "default" folder.
  6. I have a specific "problem" with custom per tank circles. I've used custom circles to display spotting ranges for many of my tanks for many XVM versions now, like so: { "ussr-T62A": { "alpha": 60, "color": "0xEE4444", "distance": 291, "enabled": true, "thickness": 0.5 } }, { "ussr-T62A": { "alpha": 60, "color": "0xFF00FF", "distance": 315, "enabled": true, "thickness": 0.5 } }, { "ussr-T62A": { "alpha": 60, "color": "0xFFFF00", "distance": 378, "enabled": true, "thickness": 0.5 } } Since the last version, when the new dynamic circles were added, my circles no longer are displayed. Actually, they show briefly then dissappear: http://youtu.be/JT4rfmwjD-w How can I make my custom circles show? Here's my full config: "xvm config"
  7. Worked perfectly, thanks! Bah! Shame on me for not trying that in the first place.
  8. I'll try that, but on all other tanks I have to abbreviate/take away the country "tag", also on all other tanks I have to change to lower case letters. I'll test it and get back to you.
  9. I have set up custom minimap circles based on spotting ranges on most of my vehicles. Only vehicles I can't get circles for are the FV4202 and 183. According to the config file the names are as follows: "uk:GB48_FV215b_183": {"name": null, "short": null}, "uk:GB70_FV4202_105": {"name": null, "short": null}, Here is how they are named in my config: { "fv215b_183": { "alpha": 60, "color": "0xEE4444", "distance": 350, "enabled": true, "thickness": 0.5 } }, { "fv215b_183": { "alpha": 60, "color": "0xFF00FF", "distance": 370, "enabled": true, "thickness": 0.5 } }, { "fv215b_183": { "alpha": 60, "color": "0xFFFF00", "distance": 390, "enabled": true, "thickness": 0.5 } }, { "fv4202_105": { "alpha": 60, "color": "0xEE4444", "distance": 351, "enabled": true, "thickness": 0.5 } }, { "fv4202_105": { "alpha": 60, "color": "0xFF00FF", "distance": 363, "enabled": true, "thickness": 0.5 } }, { "fv4202_105": { "alpha": 60, "color": "0xFFFF00", "distance": 389, "enabled": true, "thickness": 0.5 } }, Those two are the only tanks that the circles don't work for, all other tanks have circles. It has been like this the last several XVM versions. Here is my entire minimap circles config:
×
×
  • Create New...