Jump to content

Stun assist on battle result frontpage


Recommended Posts

Posted (edited)

Hello,

 

I have noticed that battle result front page assist damage number only shows radio+track assist damage, not stun assist damage at all. https://puu.sh/FMGeT/086d788bc5.png

I went thru files and settings and found myself a fix. This way it shows either track+radio or stun assist, whichever value is higher.

Is it possible to implement this into core?

I don't like the idea to change settings every time I update the mods.

 

file path:

World_of_Tanks_EU\res_mods\mods\xfw_packages\xvm_battleresults\python\__init__.py

Ln 152

from

                'damageAssisted': vData['damageAssistedRadio'] + vData['damageAssistedTrack'],

to

                'damageAssisted': max((vData['damageAssistedRadio'] + vData['damageAssistedTrack']), vData['damageAssistedStun']),

 

 

Edited by Headlinerko

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

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.

×
×
  • Create New...

Important Information

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