Headlinerko Posted May 20, 2020 Posted May 20, 2020 (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 May 20, 2020 by Headlinerko Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.