Jump to content
Korean Random

Macro for vehicle color is not working


Recommended Posts

Macro for vehicle color is not working on the vehicle markers.

Vehicles are always colored by default color (green/red) despite of custom config.

 

Checked on latest build 2899, the bug is still there.

Edited by Aslain
Link to comment
Short link
Share on other sites

Check my config http://www.mediafire.com/download/sbj1a47l6s8belo/Aslains_XVM_Mod_v.3.0.0_89.zip

 

Part of my \markersAliveNormal.xc

 

          "textFields": [
            {
              "alpha": "100",
              "color": "{{c:vtype}}",
              "font": { "align": "center", "bold": true, "italic": false, "name": "Calibri", "size": 15 },
              "format": "{{vehicle}}",
              "shadow": { "alpha": 100, "angle": 0, "color": "0x000000", "distance": 1, "size": 5, "strength": 650 },
              "visible": true,
              "x": 0,
              "y": -39
            },
Edited by Aslain
Link to comment
Short link
Share on other sites

default

    "vtype": {
      "LT":  "0xA2FF9A",
      "MT":  "0xFFF198",
      "HT":  "0xFFACAC",
      "SPG": "0xEFAEFF",
      "TD":  "0xA0CFFF",
      "premium": "0xFFCC66",
      "usePremiumColor": false
    },

your conf

    "vtype": {
      "HT": "0xFFACAC",
      "LT": "0xA2FF9A",
      "MT": "0xFFF198",
      "SPG": "0xEFAEFF",
      "TD": "0xA0CFFF",
      "premium": "0xFFCC66",
      "usePremiumColor": false
    },
Link to comment
Short link
Share on other sites

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...