Jump to content
Korean Random

CantChatImBannedUsePing

User
  • Content Count

    6
  • Joined

  • Last visited

Community Reputation

0 Noob

Recent Profile Visitors

The recent visitors block is disabled and is not being shown to other users.

  1. Ooooooh! I've been using XVM for years and never knew that! I still don't see any way to remove the vehicle icon. Is that not possible? i.e. I can only have vehicle name + vehicle icon, or no vehicle information at all?
  2. Hello, I'm very confused with the player panel settings. Could someone let me know how to replace the tank icon with the tank name, after the match has started? At the start of the match there's a large panel that has player badge, player rating, player name, tank name, tank icon... after the battle starts the rating & tank name disappear. Which section of the configuration controls at the start of the battle (it seems like "large") and which controls after the battle has started? Thanks!
  3. Edit 3: Actually, it's working sometimes, but not others. I can't figure out why. Edit 4: Ah... so if I press ALT, it shows health circles (with system color) on the mini-map. If I press CTRL it enlarges the mini-map temporarily and shows the health circles with WTR. Is there a way I can make it show colored health on ALT?
  4. I tried adding this to minimapLabelsTemplates.xc "hpCircles": { "$ref": { "path":"def.defaultItem" }, "flags": [ "ally", "enemy", "squadman", "teamKiller", "spotted", "alive" ], "format": "<font face='dynamic' size='18' color='{{.minimap.labelsData.colors.dot.{{c:xwtr}}}}'>{{hp-ratio%.335a|&#x1B3;}}</font>", "x": -8.4, "y": -10.5 }, "hpCirclesLost": { "$ref": { "path":"def.defaultItem" }, "flags": [ "ally", "squadman", "enemy", "teamKiller", "lost", "alive" ], "format": "<font face='dynamic' size='18' color='{{.minimap.labelsData.colors.lostDot.{{c:xwtr}}}}'>{{hp-ratio%.335a|&#x1B3;}}</font>", "x": -8.4, "y": -10.5, "alpha": 75 } And this into minimapLabelsAlt.xc ${ "minimapLabelsTemplates.xc":"def.hpCircles" }, ${ "minimapLabelsTemplates.xc":"def.hpCirclesLost" } But it didn't seem to do anything. Tips appreciated, thanks!
  5. It turned out to be unmatched bracket in config file. The only place I saw the error was very briefly on the loading screen in the battle tips section. Now the settings are working and the xvm.log file is being created. Thanks all!
  6. I've installed WoT and XVM (from the last 1.20.1 nightly build) on a new PC and it is just ignoring the config files and using the default settings. I renamed xvm.xc.sample to xvm.xc. I tried changing files in the default directory, but it didn't do anything, so I copied them to a new directory and changed xvm.xc to point to the new directory, but that also did nothing. All the files are UTF-8 w/BOM. I didn't find anything in the python.log that seemed to indicate a problem. When I tried to look at xvm.log it was empty. This is on Windows 11. Any clues?
×
×
  • Create New...