Jump to content
Korean Random

VM color problem


OlliN

Recommended Posts

I wanna display tank names in white when they are not ready and in team colors (green/red) when they are. It did work 0.9.15 and earlier, but now the name is always white. XVM or config issue?

    "tankName": {
      "name": "Tank name",
      "enabled": true,
      "x": 0,
      "y": -39,
      "alpha": 100,
      "textFormat": {
        "font": "$FieldFont",
        "size": 13,
        "color": "{{ready?null|0xFFFFFF}}",
        "align": "center",
        "bold": false,
        "italic": false
      },
      "shadow": {
        "enabled": true,
        "distance": 0,
        "angle": 45,
        "color": "0x000000",
        "alpha": 100,
        "blur": 6,
        "strength": 2
      },
      "format": "{{ready?{{vehicle}}|Not ready!}}"
    },
Link to comment
Short link
Share on other sites

  • 4 months later...

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...