Jump to content

XVM coloring in OTM


Recommended Posts

Posted

Hello,

 

First - thanks very much for the incredible work in your mod pack; it is amazing.  :)

 

Second - how can I get the name of the tank's Over-Tank-Marker to use XVM coloring instead of the "blue=TD, Beige=med, etc" style?   Am I missing a setting in the config, or does that require a little tweaking of an .xc file?

 

Thanks again,

 

Kermit_Killer NA

  • Downvote 1
  • Administrator
Posted

What color would you like to use instead of tank class color?

 

Yeah you would have to edit and tweak some .xc files from XVM, reponsible for OTM.

Posted

Hello,

 

I was hoping that the name of tank would use the XVM rating and reflect that in the color of the tank name that shows above the tank.

 

Currently, I have the star that shows player rating, but I would like the whole name to reflect their rating to make it more obvious.

 

Thanks,

 

- KK

  • Administrator
Posted

Well basicaly edit markersAliveNormal.xc, markersAliveExtended.xc: 

 

Finde something like this, next to textfields:

 

          "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
            },
 
Now change               "color": "{{c:vtype}}", to               "color": "{{c:wn8}}",

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

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.

×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use and Privacy Policy.