Jump to content
Korean Random

XVM Minimap config


Recommended Posts

Hello.
How can I edit laser line in minimap. Now it's something like this (red, doted line)

ejixfyoi4ny.jpg

And what i would like to have is this - Simple line pointing where I'm looking.

n6kKcr9.jpg

Any idea where it can be edited?

Link to comment
Short link
Share on other sites

@jasq, find in minimapCircles.xc

"camera": [
        {
          "alpha": 100,
          "color": "0xFFFFFF",
          "enabled": true,
          "from": 10,
          "inmeters": true,
          "thickness": 1,
          "to": 1600
        }
      ],
Link to comment
Short link
Share on other sites

 

@jasq, find in minimapCircles.xc

 

You sure it's minimapCircles.xc?More like its Lines file because I don't see any of it in this file. Here is my Line file.

/**
* Minimap lines. Only for owned vehicle.
* Линии на миникарте. Только для своей техники.
*/
{
  "lines": {
       "enabled": true,
       // "inmeters": true  - make line size to be in real map meters.
       // "inmeters": false - make line size to be in minimap interface clip points. Minimap interface clip side is 210 points.
       // Distance between farthest corners at 1km map is somewhat more than 1400 meters.
       // Sections can contain any number of lines.
       // To set a point try setting line with length of one and large thickness.
       // You can leave one line for simplicity. Remember comma positioning rules.
       //---------------------------------------------------------------------------------------------------
       // "inmeters": true  - дистанция линии в метрах реальной карты.
       // "inmeters": false - дистанция линии в точках миникарты. Сторона миникарты 210 точек.
       // "thickness" - толщина отрезка; "from" - начало отрезка; "to" - конец; "alpha" - прозрачность; "color" - цвет.
       // Дистанция из угла в угол на километровой карте получается немногим более 1400 метров.
       // В секциях располагается произвольное кол-во отрезков.
       // Для постановки точки попробуйте отрезок длиной в единицу и с большой толщиной.
       // Для простоты можете оставить один длинный отрезок, не забыв убрать зяпятую. В конце секции запятая не ставится.
       //---------------------------------------------------------------------------------------------------
       // Own vehicle direction.
       // Направление корпуса своей техники.
       "vehicle": [
         { "enabled": true, "from": 1200,  "to": 0, "inmeters": false, "thickness": 0.5, "alpha": 60, "color": "0xA8FF00"}
       ],
       // Camera direction.
       // Направление камеры от своей техники.
       "camera": [
         { "enabled": true, "from": 1200,  "to": 30, "inmeters": true, "thickness": 0.6,   "alpha": 60, "color": "0xFF3600"},
         { "enabled": false, "from": 200, "to": 300, "inmeters": true, "thickness": 1.5, "alpha": 45, "color": "0xEE0044"},
         { "enabled": false, "from": 350, "to": 445, "inmeters": true, "thickness": 1,   "alpha": 30, "color": "0x00FCFF"}
       ],
       // Gun traverse angles may differ depending on vehicle angle relative to ground. See pics at http://goo.gl/ZqlPa
       // Углы горизонтальной наводки могут меняться в зависимости от углов постановки машины на склонах местности. Подробнее по ссылке: http://goo.gl/ZqlPa
       //---------------------------------------------------------------------------------------------------
       // Horizontal gun traverse angle lines.
       // Углы горизонтальной наводки.
       "traverseAngle": [
         { "enabled": true, "from": 20,  "to": 300, "inmeters": false, "thickness": 0.4, "alpha": 35, "color": "0xFFCC66"}
       ]
    }
}

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

It's something in @xvm.xc file

My settings might be oudated and old laser config must be inside. 

I can't edit new one beacuse of error [object object]

Edited by jasq
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...