Jump to content
Korean Random

zekias87

User
  • Content Count

    65
  • Joined

  • Last visited

Posts posted by zekias87


  1. I have recently started playing some artillery for missions. Many mission include damage done by my team while I have someone stunned.

    In the bottom left corner I have damage done, spotting, damage blocked by armor and assisted damage, but damage done while stunned isnt showing even tho I have that option checked in the games options.

    If I launch the game without mods, then it is there, but not with mods.

     

    So my question is if there is a xvm option somewhere to turn that on and if so in which file do I do that change?


  2. В 28.10.2017 в 15:12, Andyss сказал:

    use that generic   so you can choose from xvm setting what value you want to use, not sure about 2 digit but otherwise its good

     

    "nickFormatLeft": "<font face='mono' size='{{xvm-stat?13|0}}' color='{{c:r}}' alpha='{{alive?#FF|#80}}'>{{r}}</font> {{name%.15s~..}}<font alpha='#A0'>{{clan}}</font>",
          "nickFormatRight": "<font alpha='#A0'>{{clan}}</font>{{name%.15s~..}} <font face='mono' size='{{xvm-stat?13|0}}' color='{{c:r}}' alpha='{{alive?#FF|#80}}'>{{r}}</font>",

     

     

    {{r}}              │ X │ X │ X │ X │ X │ X │ player's rating (type of rating can be selected in the personal cabinet: https://modxvm.com/)

     

    Thanks for the answer!

    But I would still like to know if anyone know if you can get the double digit rating somehow? The one that goes from 00-99.


  3. Since the new wn8 that was implemented yesterday I think, the value "xwn8" doesnt seem to work anymore.

     

    In my playersPanel.xc I use "xwn8" to show the double digit value of wn8 and it has always worked fine, but today it says "0 - 1" on all players.

    So Im wondering if that value no longer exists or if it has been replaced by something else?

     

    Heres from playersPanel.xc where I use it (in bold):

     

    "nickFormatLeft": "<font face='mono' size='{{xvm-stat?13|0}}' color='{{c:wn8}}' alpha='{{alive?#FF|#80}}'>{{xwn8|--}}</font> {{name%.15s~..}}<font alpha='#A0'>{{clan}}</font>",
          "nickFormatRight": "<font alpha='#A0'>{{clan}}</font>{{name%.15s~..}} <font face='mono' size='{{xvm-stat?13|0}}' color='{{c:wn8}}' alpha='{{alive?#FF|#80}}'>{{xwn8}}</font>",


  4. 1. You don't need a mod for that. Check in-game settings ;)

    2. Yes. camera.xc->[mode]->distRange

     

    1. You mean the option that says sniper mode on "shift"? I have actually never tried that since I dont want that function on "shift"..but I guess it doesnt really have to be "shift" or it could be the button of my choosing? :)

    2. Yes I found it after asking the question :)

     

    Thanks for answering!

     

     

    Edit* Well, it works fine with the in game option. I feel pretty stupid for never noticing it was there. Thanks for help!


  5. Hi

     

    I always use the "No Scroll" mod, which makes it so you cant scroll in and out of the sniper mode, but instead have to push mouse 3. I have always had it like that and I get all confused when I dont have it :)

     

    My question is if it is possible to achieve that function within XVM, so I dont need to use a separate mod for it every update?

     

     

    Thanks in advance.


  6. zekias87

    The green line is the direction your vehicle is pointing. The yellow line with dots is the camera direction.

     

    The yellow line is defined by:

    "vehicle": [

             { "$ref": { "path": "def.vehicle" }, "from": 50,  "to": 97,   "thickness": 1.5,  "alpha": 45 },

             { "$ref": { "path": "def.vehicle" }, "from": 100, "to": 147,  "thickness": 1.4,  "alpha": 40 },

             { "$ref": { "path": "def.vehicle" }, "from": 150, "to": 197,  "thickness": 1.3,  "alpha": 35 },

             { "$ref": { "path": "def.vehicle" }, "from": 200, "to": 248,  "thickness": 1.2,  "alpha": 33 },

             { "$ref": { "path": "def.vehicle" }, "from": 250, "to": 298,  "thickness": 1.1,  "alpha": 30 },

             { "$ref": { "path": "def.vehicle" }, "from": 300, "to": 398,  "thickness": 1.0,  "alpha": 30 },

             { "$ref": { "path": "def.vehicle" }, "from": 400, "to": 498,  "thickness": 0.9,  "alpha": 30 },

             { "$ref": { "path": "def.vehicle" }, "from": 500, "to": 2000, "thickness": 0.75, "alpha": 30 }

           ],

     

     

    while the green camera line (with dots) is defined by:

    "camera": [

             { "$ref": { "path": "def.camera" }, "from": 50,   "to": 80,   "thickness": 1.3,  "alpha": 50 },

             { "$ref": { "path": "def.camera" }, "from": 120,  "to": 180,  "thickness": 1.2,  "alpha": 45 },

             { "$ref": { "path": "def.camera" }, "from": 220,  "to": 280,  "thickness": 1.1,  "alpha": 40 },

             { "$ref": { "path": "def.camera" }, "from": 320,  "to": 380,  "thickness": 1.0,  "alpha": 35 },

             { "$ref": { "path": "def.camera" }, "from": 420,  "to": 480,  "thickness": 0.9,  "alpha": 35 },

             { "$ref": { "path": "def.camera" }, "from": 520,  "to": 580,  "thickness": 0.8,  "alpha": 35 },

             { "$ref": { "path": "def.camera" }, "from": 620,  "to": 680,  "thickness": 0.75, "alpha": 35 },

             { "$ref": { "path": "def.camera" }, "from": 720,  "to": 780,  "thickness": 0.75, "alpha": 35 },

             { "$ref": { "path": "def.camera" }, "from": 820,  "to": 880,  "thickness": 0.75, "alpha": 35 },

             { "$ref": { "path": "def.camera" }, "from": 920,  "to": 980,  "thickness": 0.75, "alpha": 35 },

             { "$ref": { "path": "def.camera" }, "from": 1020, "to": 1080, "thickness": 0.75, "alpha": 35 },

             { "$ref": { "path": "def.camera" }, "from": 1120, "to": 1180, "thickness": 0.75, "alpha": 35 },

             { "$ref": { "path": "def.camera" }, "from": 1220, "to": 1280, "thickness": 0.75, "alpha": 35 },

             { "$ref": { "path": "def.camera" }, "from": 1320, "to": 1380, "thickness": 0.75, "alpha": 35 },

             { "$ref": { "path": "def.camera" }, "from": 1420, "to": 1480, "thickness": 0.75, "alpha": 35 },

             { "$ref": { "path": "def.camera" }, "from": 1520, "to": 1580, "thickness": 0.75, "alpha": 35 },

             { "$ref": { "path": "def.camera" }, "from": 1620, "to": 1680, "thickness": 0.75, "alpha": 35 },

             { "$ref": { "path": "def.camera" }, "from": 1720, "to": 1780, "thickness": 0.75, "alpha": 35 },

             { "$ref": { "path": "def.camera" }, "from": 1820, "to": 1880, "thickness": 0.75, "alpha": 35 },

             { "$ref": { "path": "def.camera" }, "from": 1920, "to": 2000, "thickness": 0.75, "alpha": 35 },

               //Dots

               //Точки

             { "$ref": { "path": "def.dot" }, "from": 99,   "to": 100,  "thickness": 2.2, "alpha": 70 },

             { "$ref": { "path": "def.dot" }, "from": 199,  "to": 200,  "thickness": 2.1, "alpha": 65 },

             { "$ref": { "path": "def.dot" }, "from": 299,  "to": 300,  "thickness": 2.0, "alpha": 60 },

             { "$ref": { "path": "def.dot" }, "from": 399,  "to": 400,  "thickness": 1.9, "alpha": 55 },

             { "$ref": { "path": "def.dot" }, "from": 499,  "to": 500,  "thickness": 1.8, "alpha": 55 },

             { "$ref": { "path": "def.dot" }, "from": 599,  "to": 600,  "thickness": 1.7, "alpha": 55 },

             { "$ref": { "path": "def.dot" }, "from": 699,  "to": 700,  "thickness": 1.6, "alpha": 55 },

             { "$ref": { "path": "def.dot" }, "from": 799,  "to": 800,  "thickness": 1.5, "alpha": 55 },

             { "$ref": { "path": "def.dot" }, "from": 899,  "to": 900,  "thickness": 1.5, "alpha": 55 },

             { "$ref": { "path": "def.dot" }, "from": 999,  "to": 1000, "thickness": 1.5, "alpha": 55 },

             { "$ref": { "path": "def.dot" }, "from": 1099, "to": 1100, "thickness": 1.5, "alpha": 55 },

             { "$ref": { "path": "def.dot" }, "from": 1199, "to": 1200, "thickness": 1.5, "alpha": 55 },

             { "$ref": { "path": "def.dot" }, "from": 1299, "to": 1300, "thickness": 1.5, "alpha": 55 },

             { "$ref": { "path": "def.dot" }, "from": 1399, "to": 1400, "thickness": 1.5, "alpha": 55 },

             { "$ref": { "path": "def.dot" }, "from": 1499, "to": 1500, "thickness": 1.5, "alpha": 55 },

             { "$ref": { "path": "def.dot" }, "from": 1599, "to": 1600, "thickness": 1.5, "alpha": 55 },

             { "$ref": { "path": "def.dot" }, "from": 1699, "to": 1700, "thickness": 1.5, "alpha": 55 },

             { "$ref": { "path": "def.dot" }, "from": 1799, "to": 1800, "thickness": 1.5, "alpha": 55 },

             { "$ref": { "path": "def.dot" }, "from": 1899, "to": 1900, "thickness": 1.5, "alpha": 55 }

     

     

    If you want the camera line (the direction you are looking) to be all dots replace all of the camera and dots lines with:

    "camera": [ { "$ref": { "path": "def.dot" }, "from": 50,   "to": 2000,  "thickness": 2.2, "alpha": 70 }],

     

    This will give you dots from 50m to 2000m, change the thickness and brightness by changing the "thickness" and "alpha" numbers.

     

    Higher up in minimapLines.xc you will see:

    "dot": { "enabled": true, "inmeters": true, "color": "0xFFCC66" },

    You can change FFCC66 to another value to change the color.

     

    Thank you! That answers my question!


  7. It certainty doesn't produce a continuous line.

     

    Ok, Ill take your word for it. The tank position line certainly look like a continous line to me, but it would make more sense if it wasnt :)

     

    So I guess Ill just have to make shorter lines with more range between them then?

     

    Edit* Doesnt the green line look like a continous line? Certainly doesnt look like a line thats 60 with 40 between?

    map.png


  8. First of all, thanks for implementing the minimap lines, I really missed them in this game patch. And also a big thanks to the xvm team for all their hard work!

     

    Now to my question. In the minimapLines.xc I see this:

     

    "camera": [
             { "$ref": { "path": "def.camera" }, "from": 50,   "to": 80,   "thickness": 1.3,  "alpha": 50 },
             { "$ref": { "path": "def.camera" }, "from": 120,  "to": 180,  "thickness": 1.2,  "alpha": 45 },
             { "$ref": { "path": "def.camera" }, "from": 220,  "to": 280,  "thickness": 1.1,  "alpha": 40 },
             { "$ref": { "path": "def.camera" }, "from": 320,  "to": 380,  "thickness": 1.0,  "alpha": 35 },
             { "$ref": { "path": "def.camera" }, "from": 420,  "to": 480,  "thickness": 0.9,  "alpha": 35 },
             { "$ref": { "path": "def.camera" }, "from": 520,  "to": 580,  "thickness": 0.8,  "alpha": 35 },
             { "$ref": { "path": "def.camera" }, "from": 620,  "to": 680,  "thickness": 0.75, "alpha": 35 },
             { "$ref": { "path": "def.camera" }, "from": 720,  "to": 780,  "thickness": 0.75, "alpha": 35 },
             { "$ref": { "path": "def.camera" }, "from": 820,  "to": 880,  "thickness": 0.75, "alpha": 35 },
             { "$ref": { "path": "def.camera" }, "from": 920,  "to": 980,  "thickness": 0.75, "alpha": 35 },
             { "$ref": { "path": "def.camera" }, "from": 1020, "to": 1080, "thickness": 0.75, "alpha": 35 },
             { "$ref": { "path": "def.camera" }, "from": 1120, "to": 1180, "thickness": 0.75, "alpha": 35 },
             { "$ref": { "path": "def.camera" }, "from": 1220, "to": 1280, "thickness": 0.75, "alpha": 35 },
             { "$ref": { "path": "def.camera" }, "from": 1320, "to": 1380, "thickness": 0.75, "alpha": 35 },
             { "$ref": { "path": "def.camera" }, "from": 1420, "to": 1480, "thickness": 0.75, "alpha": 35 },
             { "$ref": { "path": "def.camera" }, "from": 1520, "to": 1580, "thickness": 0.75, "alpha": 35 },
             { "$ref": { "path": "def.camera" }, "from": 1620, "to": 1680, "thickness": 0.75, "alpha": 35 },
             { "$ref": { "path": "def.camera" }, "from": 1720, "to": 1780, "thickness": 0.75, "alpha": 35 },
             { "$ref": { "path": "def.camera" }, "from": 1820, "to": 1880, "thickness": 0.75, "alpha": 35 },
             { "$ref": { "path": "def.camera" }, "from": 1920, "to": 2000, "thickness": 0.75, "alpha": 35 },

     

     

    Now lets say I want to make that line a dotted line instead. Like this .............................

    How would I do that?

    Im confused by all the lines that range for example 320 to 380 and then next line its 420 to 480. Theres 40m missing there but on the minimap it looks like a complete line.

    Maybe Im totally off here :P


  9. There is a fix for this in this thread, page 3.

     

    http://forum.worldoftanks.eu/index.php?/topic/590695-9512-no-gun-sound/page__st__40#topmost

     

    *edit

    OR

     

    go directly to the post linked in the above post:

     

    http://forum.worldoftanks.eu/index.php?/topic/237916-09152-oldskools-promod-updated-15092016/page__st__26100__pid__13114799#entry13114799

     

    Replace existing file in "res_mods/0.9.15.2/scripts/client/gui/mods"


  10. Is rows somehow disabled in latest version (6.4.3)? I change to 2 rows in carousel.xc as I usually do but I still only get 1 row in the garage?

     

    I know WG will implement 2 rows in upcoming patch, is that why it has been disabled in xvm?

     

     

    *EDIT

    Never mind. I relogged after I did another fix and the rows were back. Sorry for posting and this thread can be removed if theres a way to do that.


  11. ensure that you have folder res_mods\configs\xvm\py_macro copied from xvm archive

     

    Yes, I have that folder copied. Contains 5 py-files and an xvm-folder with 4 py-files and 4-pyc-files.

     

    do not display win chance with disabled statistics ....u have enabled xvm?

     

    Yes my xvm is updated and active and I all 3 win chance ("at battle", "at battle live" & "at battle results") activated.

     

    Still its not working. Any ideas?

     

     

    edit* 

    I got it to work by replacing battleLabelsTemplates.xc with the one from the zip-pack and then changed it to true again. I hadnt done any other changes in the other one so beats me why it didnt work.

×
×
  • Create New...