Jump to content

w.morder

Regular Member
  • Posts

    1
  • Joined

  • Last visited

Posts posted by w.morder

  1. Hi try this one;

    put: { // Only for owned vehicle.
           // Works only with xvm-stat.exe if locale is not RU, EN or CH
           "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.
           "vehicle": [ // Own vehicle direction.
             { "enabled": true, "from": 50,  "to": 1500,  "inmeters": true, "thickness": 1, "alpha": 50, "color": "0x000000"}
           ],

     

     

     

    into minimapLines file. (between "lines": and "camera" .........)

    should work

×
×
  • Create New...

Important Information

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