Jump to content
Korean Random

scyorkie

User
  • Content Count

    381
  • Joined

  • Last visited

  • Days Won

    1

Posts posted by scyorkie


  1. In this screenshot, the new totalEfficiency section at the bottom shows that I did 2171 damage, while the usual damage counter at the top shows 1727.

     

    The correct number is 1727; totalEfficiency was erroneous. Replay here.

     

    EDIT: Nvm I realised from a subsequent game that the totalEfficiency numbers change (once) when you die and spectate another tank. Are those the numbers for your ally tank? They don't seem accurate in any case. The numbers should not change, so as not to cause confusion.


  2. I make certain changes to vehicleNames.xc to shorten some vehicle names. For example:

     

    "france-F62_ELC_AMX":                    {"name": "ELC", "short": null},

     

    This used to affect the display on (i) the players panel, (ii) OTM, and (iii) the minimap.

     

    Recently, I realised that only the players panel and OTM display are changed with my edits. On the minimap, you still see "AMX ELC bis".

     

    Also, the (iv) damageLog and (v) lastHit displays still show "AMX ELC bis".

     

    Is there anything I can do to change the vehicle names displayed for (iii), (iv), and (v)?


  3. There are 3 relevant parts here:

    1. vanilla information display (pic)

    2. XVM's reproduction of item 1 above (pic)

    3. XVM damagelog (damage received; same pic as item 2)

     

    To preserve item 1, see nilsenth's post (#2) above (which also shifts item 3).

    To disable item 2, see konrad509's post (#10) above.

    To disable item 3, go to battleLabelsTemplates.xc > damageLog > enabled = false.

    • Upvote 2

  4. the solutions do not work I read all relevant topics but no use

     

    If you follow nilsenth's method, it should work.

     

    In any case, the latest XVM build shows that vanilla information below the damagelog like so:

     

    UCDUL1m.jpg

     

    There's a new section "totalEfficiency" in battleLabels.xc and battleLabelsTemplates.xc, and the new icons are found in \res_mods\mods\shared_resources\xvm\res\icons\Efficiency.


  5. That's the "position" macro. You have to disable it in the definitions in markersAliveNormal.xc:

     

    "position": {
          "name": "position",
          "enabled": false, 

    ...

     

    and/or remove the following line in blue (and the comma from the line before it) in markersAliveNormal.xc:

     

    "textFields": [

       ...

       ${ "def.position" }

    ]


  6. Two issues with the damagelog that I encountered while playing clan wars earlier:

     

    (1) When I was hit 4 times in quick succession by unspotted tanks, the damagelog only responded after the fourth hit. It aggregated the total damage for the 3 penetrating shots (one did not penetrate) as a single shot by "not_vehicle", and did not register the non-penetrating shot at all. See video clip here.

     

    (2) Later in the game, I was hit another 2 times by unspotted tanks, but the damagelog did not register these hits at all. It only responded was when I was hit by spotted tanks after that.


  7. This is what I have for 6th sense sounds in my sounds.xc:

     

    "lightbulb": "",
    "lightbulb_02": "",
    "sixthSense": "",
    "xvm_sixthSense": "xvm_sixthsense",
    "xvm_sixthSenseRudy": "xvm_sixthSenseRudy",

     

    The above worked until I upgraded from 6810 to 6818, when I stopped hearing my 6th sense sound in battle.

     

    I tried to comment out the "lightbulb" and "xvm_sixthsense" lines, but that doesn't help.

     

    The problem also exists with build 6819. My sounds.xc is attached.

    sounds.xc


  8. In a recent game (replay is attached), the damagelog was unable to distinguish the fact that 2 fires were caused by 2 different enemies:

    - My tank was set on fire once by an STI (at 12:31), but it was put out immediately by my automatic fire extinguisher. 

    - After that STI died (at 11:59), I was set on fire again by an ISU-152 (at 11:43).

    - The damagelog (both the "log" and "lastHit" sections) attributed that further fire damage to the dead STI.

     

    In my damagelog.xc, all "groupDamagesFromFire" are set to "true".

     

    The game was played with build 6786. I then updated XVM to build 6805 and viewed the replay, but the problem still exists.

     

    ----- ----- ----- ----- -----

     

    Fixed in 6818.

     

    Another question (not sure if XVM related): the game used to display information at the bottom of the screen, such as (i) the replay speed, (ii) notifications when screenshots are taken,and (iii) identifying the enemy that killed you. That is all gone now. I disable everything under Settings > Battle events and Settings > Damage.

     

    How do I get the information display back? 

    20161112_2352_germany-G58_VK4502P_34_redshire.wotreplay

×
×
  • Create New...