Jump to content
Korean Random

Napalm

User
  • Content Count

    5
  • Joined

  • Last visited

Community Reputation

1 Noob

Contacts

  • Nick
    Napalm_
  1. Hello i have the following problem. As you can see on the attatched image there is number with a large precision on my JPZE100. The part of my config: { "Name": "vwn8effd", "enabled": true, "y": 0, "x": 75, "format": "<b><font size='11' face='$FieldFont' color='{{v.c_wn8effd}}'>{{v.wn8effd%0.2f}}</font></b>", "shadow": ${ "def.textFieldShadow" } }, All tanks except two show the right precision. Only JPZE100 and FV304 have this wrong behaviour. Where is my mistake? Thanks Napalm
  2. Hello, I found the following issue: Sometimes the macro {{flag}} returns values which have no coresponding png-files in 'res\icons\flags' (e.g: 'CS'). I think the flag is not set for the player on xvm site so the macro returns client language. But abbreviations for languages are not allways equal to the countrys abbreviation (e.g: Czech Republic = 'CZ'; Czech ='CS'). I think there are two simple ways to solve it: 1. Copy the png-files (cz.png -> cs.png) 2. Establish a new variable in config for default name if png file is not found ( e.g: "flag_default": "unknown" ) Best regards Napalm
  3. Hello, text in XVM download section on http://www.modxvm.com/en/download-xvm/ does not match text in changelog Best regards Napalm
  4. Use Notepad++ or other good editor for modifying config files (*.xc) Best regards Napalm
  5. Hello, I think i found a bug in your code of tankcarousel.py. My xvm.log contains the following message for multiple times: I searched your repository for the file and found the following code in it: The object vehicles_stats is not defined before using. The sorting critera "winrate" is without effect except a message in the log. I posted here because I did not find a bugtracker. If there is any it would be nice if someone gives me the url. Best regards Napalm
×
×
  • Create New...