Jump to content
Korean Random

scyorkie

User
  • Content Count

    381
  • Joined

  • Last visited

  • Days Won

    1

Everything posted by scyorkie

  1. Can we have an option to hide the purple Beta tester tag and background in statisticForm, etc? Thanks
  2. Minimap icons not working: Stats macros not displaying numbers: Team HP / spotted indicator / capture bar text also not displaying:
  3. Alt mode meaning pressing Alt to see different information on various parts of the UI? This depends on your configs.
  4. Update again. I had camera.xc enabled, then the bug happened. I then disabled camera.xc midway through the game, and the bug was resolved after XVM reloaded (autoreloadconfig=true). So it's likely something to do with XVM. Edit: Attached extract from relevant part of xvm.log xvmlog extract.txt
  5. I disabled camera.xc and the problem still exists. Will continue investigating.
  6. Twice in Patch 1.2 my camera zoom did not work properly. It is either at the minimum zoom (2x), or the maximum (25x) - there's no in-between (no 4x, 8x, 16x). A restart of the game solves the issue. Anyone else with the same problem?
  7. I put icons here and they work for me: \res_mods\mods\shared_resources\xvm\res\clanicons\NA\clan
  8. More logs attached. I've always had an issue with incomplete logs. xvm.log
  9. Additionally, build 8603 has made it impossible to review the active campaign mission objectives while in battle.
  10. I have an issue with statisticForm in build 8603. My statisticForm used to look like this (notice how the clan names and player names are aligned): - allies: - enemies: Using the same config, ally clan tags jump to the other side near the enemy tank icons (see my OTTER tag), and the enemy clan names are now all the way on the right edge of the screen (not shown in the screenshot below): The vehicle tiers have also shifted up. statisticForm.xc attached (with irrelevant parts commented out). statisticForm.xc
  11. Heh you found my previous post. I'm currently using this (haven't touched this definition in a while so I can't say if the earlier version still works for me): "format": "<font face='xvm' size='20' color='{{c:vtype}}'>{{vtype-key=LT?&#58;}}{{vtype-key=MT?&#59;}}{{vtype-key=HT?&#63;}}{{vtype-key=SPG?&#45;}}{{vtype-key=TD?&#46;}}</font>"
  12. 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" }
  13. You can use the 4 files that I have zipped up here to display player names on the minimap upon pressing Alt. This is only for teammates in organized battles (cw, etc), or platoon mates in random battles. You also have to set hotkeys.xc > hotkeys > minimalAltMode > enabled = true minimapLabels.zip
  14. Ah thanks. It wasn't clear on mine I think because my platoonmate readied up a tank and many of my tanks were darkened anyway because of that.
  15. Please correct me if I'm wrong, but enableLockBackground doesn't seem to do anything any more. (I was the one who requested this function in the thread here.) Also, is it possible to implement a function to disable the darkening of the tank carousel for tanks that are not suitable for the platoon?
  16. Interesting. That actually works.. However, my problem isn't completely solved. I actually list the vehicles in texts.sc, and use this to determine whether my highlight shows: "alpha": "{{.texts.carouselHighlightList.{{v.name}}?100|0}}" And in texts.xc I have: "carouselHighlightList": { "Obj. 430 II": "", "IS": "", "T-10": "" }, With the above, only the IS and T-10 are highlighted. And unfortunately I can't make vlad's method work with mine. The following will completely fail: "alpha": "{{.texts.carouselHighlightList.{{v.name?100|0}}}}" Any ideas?
×
×
  • Create New...