Jump to content
Korean Random

Aslain

User
  • Posts

    734
  • Joined

  • Last visited

  • Days Won

    67

Posts posted by Aslain

  1. Question for XVM 3.2.1-test1:

     

    tbDrY.jpg

     

    Why sometime is 0, sometimes is nothing? Is it a bug or....? :) Actually today I never seen it working, always 0 or none.

     

    "formatRight": "<font face='Consolas' size='9'><font color='{{c:tdb}}'>{{tdb:4}}</font> <font color='{{c:t_battles}}'>{{t_battles:4}}</font> <font color='{{c:t-rating}}'>{{t-rating:3}}</font>  <font color='{{c:kb}}'>{{kb:3}}</font> <font color='{{c:eff}}'>{{eff:4}}</font> <font color='{{c:rating}}'>{{rating:3}}</font></font>",
  2. I managed to it, was stupidly obvious, my bad, but you were faster I see, thanks anyway :)

     

    I have however different problem, question actually, what does this code section, I ask because I see no difference in the game, so not sure if it's working at all:

     

     

    "minimap": {
        "iconScale": 1,
        "enabled": true,
        "nickShrink": 4,
        "format": {
          "oneself": "<b>{{level}} {{vehicle}}</b>",
          "ally": "{{level}} {{vehicle}}",
          "enemy": "{{level}} {{vehicle}}",
          "squad": "{{level}} {{vehicle}} <i>{{short-nick}}</i>"
        },
        "isDeadPermanent": true,
        "textOffsetX": 0,
        "css": {
          "oneself": "font-family:$FieldFont; font-size:6px; color:#FFFFFF;",
          "ally": "font-family:$FieldFont; font-size:6px; color:#BBEEBB;",
          "enemy": "font-family:$FieldFont; font-size:6px; color:#EEBBBB;",
          "squad": "font-family:$FieldFont; font-size:6px; color:#FFEE44;"
        },
        "textOffsetY": 0
      },
×
×
  • Create New...