changing otm color

Published by blitz4 on

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #114474
    blitz4
    Member

    Where in xvm would be able to change the color of the overhead markers on enemy tanks?

    #114475
    Hawg
    Member

    adTOT0S.png

     

    If that is what your Taking about its in   ” markersAliveNormal.xc ”

     

    example

    “tankName”: {
          “name”: “Tank name”,
          “enabled”: true,
          “x”: 0,
          “y”: -36,
          “alpha”: 100,
          “textFormat”: {
            “font”: “$FieldFont”,
            “size”: 14,
            “color”: “0x60FF00”,
            “align”: “center”,
            “bold”: true,
            “italic”: false

     

     

    #114476
    blitz4
    Member
    2 hours ago, Lucky Style said:

    100% Roughneck know if that helping you .

    huh?

     

     

    Thats it Hawg thanks

     

    #114477
    cuntybollox
    Member

    is there a way of doing this if u DONT use xvm tho?

     

    #114478
    QQriq
    Member
    8 hours ago, CuntyBollox said:

    is there a way of doing this if u DONT use xvm tho?

     

    Hmm.. Try this mod from Andre_V/Ekspoint, no XVM but looks like XVM. Its similar to old OTM.
    3 versions inside with config file.
     

     

    U can try to set your color –  “enemy”: “#ff0000”. Search in google HTML color codes.

    “color”: {
            // HEX цветов в формате RGB
            “colorCodes”: [“#FE0E00”, “#FE7903”, “#F8F400”, “#60FF00”, “#02C9B3”, “#D042F3”],
            // Соответствуещие цветовые критерии для рейтинга WGR (ЛРИ)
            “colorWGR”: [0, 2555, 4435, 6515, 8730, 10175],
            // Соответствуещие цветовые критерии для процента побед
            “colorWinrate”: [0, 47, 49, 52, 58, 65],
            // Соответствуещие цветовые критерии для количества боев
            “colorBattles”: [0, 2000, 6000, 16000, 30000, 43000],
            // Соответствуещие цветовые критерии для количества боев на танке
            “colorTBattles”: [0, 100, 250, 500, 1000, 1800],
            “ally”:  “#00E500”,
            “squad”: “#ffa500”,
            “enemy”: “#ff0000”

    Its only suggestion, I don’t use this mod ;) 

     

    mod-battle-vehicle-markers.zip

    #114479
    cuntybollox
    Member

    …didn’t PF do a version of this a couple of patches ago?

    Many thx too btw…😊

Viewing 6 posts - 1 through 6 (of 6 total)
  • You must be logged in to reply to this topic.