Jump to content
Korean Random
Sign in to follow this  
Alfalis

Minimap Lines setup not working

Recommended Posts

Hey guys,

 

I'm trying to only show the traverse angle on my minimap, not the camera and vehicle direction.

 

I tried:

"vehicle": { "enabled": false, "inmeters": true, "color": "0x60FF00" },
"camera": { "enabled": false, "inmeters": true, "color": "0xFFCC66" },
"dot": { "enabled": false, "inmeters": true, "color": "0xFFCC66" },

"traverseAngle": { "enabled": true, "inmeters": true, "color": "0xCCCCCC" }

 

directly in the minimapLines.xc and my custom xvm.xc and still all lines are showing. Same goes for setting all alphas in there to "0" except for traverse angle but they are still there..

Seems to me the minimapLines.xc is not really considered except for the obvious "lines": enabled/disabled

 

Any help on how I have to set up my XVM to only show vehicle traverse angles on the minimap?

 

 

Thanks in advance!

Share this post


Link to post

Short link
Share on other sites

For anyone having the same issue as me:

 

Finally figured out how to get it to work ;)

 

"minimap":{
  "labels":{
   "units":{
    "format":{
     "ally":    "<span class='mm_a'>{{vehicle}}</span>",
     "deadally":   "<span class='mm_dot'>{{vehicle-class}}</span><span class='mm_da'></span>",
     "enemy":    "<span class='mm_e'>{{vehicle}}</span>",
     "deadenemy":   "<span class='mm_dot'>{{vehicle-class}}</span><span class='mm_de'></span>",
     "squad":    "<span class='mm_s'>{{vehicle}}</span>",
     "deadsquad":   "<span class='mm_dot'>{{vehicle-class}}</span><span class='mm_ds'></span>",
     "teamkiller":   "<span class='mm_t'>{{vehicle}}</span>",
     "deadteamkiller":  "<span class='mm_dot'>{{vehicle-class}}</span><span class='mm_dt'></span>",
     "lost":    "<span class='mm_dot'>{{vehicle-class}}</span><span class='mm_l'>{{vehicle}}</span>",
     "lostally":   "<span class='mm_dot'>{{vehicle-class}}</span><span class='mm_la'>{{vehicle}}</span>",
     "lostsquad":   "<span class='mm_dot'>{{vehicle-class}}</span><span class='mm_ls'>{{vehicle}}</span>",
     "lostteamkiller":  "<span class='mm_dot'>{{vehicle-class}}</span><span class='mm_lt'>{{vehicle}}</span>",
     "oneself":    ""
    },
    "css":{
     "deadally":   ".mm_da{font-family:$FieldFont; font-size:8px; color:#6E8C5B;} .mm_dot{font-family:Arial; font-size:17px; color:#006D00;}",
     "deadteamkiller": ".mm_dt{font-family:$FieldFont; font-size:8px; color:#5B898C;} .mm_dot{font-family:Arial; font-size:17px; color:#09535B;}",
     "deadenemy":  ".mm_de{font-family:$FieldFont; font-size:8px; color:#996763;} .mm_dot{font-family:Arial; font-size:17px; color:#6D0300;}",
     "deadsquad":  ".mm_ds{font-family:$FieldFont; font-size:8px; color:#997C5C;} .mm_dot{font-family:Arial; font-size:17px; color:#834800;}"
    },
    "shadow":{
     "deadally":
      {"enabled": true, "color": "0x000000", "distance": 0, "angle": 45, "alpha": 85, "blur": 3, "strength": 4},
     "deadteamkiller":
      {"enabled": true, "color": "0x000000", "distance": 0, "angle": 45, "alpha": 85, "blur": 3, "strength": 4},
     "deadenemy":
      {"enabled": true, "color": "0x000000", "distance": 0, "angle": 45, "alpha": 85, "blur": 3, "strength": 4},
     "deadsquad":
      {"enabled": true, "color": "0x000000", "distance": 0, "angle": 45, "alpha": 85, "blur": 3, "strength": 4}
    },
    "alpha":{
     "lostally": 90,
     "lostteamkiller": 90,
     "lost": 90,
     "lostsquad": 90,
     "deadally": 85,
     "deadteamkiller": 85,
     "deadsquad": 85,
     "deadenemy": 85
    }
   }
  },
  "square":{
   "enabled": true,
   "alpha": 80
  },
  "circles":{
   "view":[
    {"enabled": true, "distance": "blindarea", "scale": 1, "thickness": 0.75, "alpha": 70, "color": "0x3EB5F1"},
    {"enabled": false, "distance": 445,         "scale": 1, "thickness":  1.1, "alpha": 45, "color": "0xFFCC66"},
    {"enabled": false, "distance": 50,          "scale": 1, "thickness": 0.75, "alpha": 60, "color": "0xFFFFFF"},
    {"enabled": false, "distance": "standing",  "scale": 1, "thickness":  1.0, "alpha": 60, "color": "0xFF0000"},
    {"enabled": false, "distance": "motion",    "scale": 1, "thickness":  1.0, "alpha": 60, "color": "0x0000FF"},
    {"enabled": false, "distance": "dynamic",   "scale": 1, "thickness":  1.0, "alpha": 60, "color": "0x3EB5F1"}
   ],
   "artillery": {"enabled": true, "alpha": 70, "color": "0xFF6666", "thickness": 0.5},
   "shell": {"enabled": false, "alpha": 55, "color": "0xFF6666", "thickness": 0.5}
  },
  "lines":{
   "camera":[
    {
     "enabled": false
    }
   ],
   "vehicle":[
    {
     "enabled": false
    }
   ],
   "traverseAngle":[
    {
     "alpha": 65,
     "color": "0xDDDDDD",
     "enabled": true,
     "from": 0,
     "to": 2000,
     "inmeters": true,
     "thickness": 0.65
    }
   ]
  }

},

Edited by Alfalis
  • Upvote 1

Share this post


Link to post

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.

Sign in to follow this  

  • Recently Browsing   0 members

    No registered users viewing this page.

×
×
  • Create New...