Davit Posted August 9, 2016 Posted August 9, 2016 Hi community simple question : how can i delete the only one original Wot frag bar at the top? from aslain mod or xvm or others mods? for more immersive sniper mode and less distraction sniping. Quote
U5ER Posted August 9, 2016 Posted August 9, 2016 settings>general>uncheck show vehicle markers on battle score under battle interface...GL tunnel visioning Quote
trippletequilla Posted August 9, 2016 Posted August 9, 2016 6 hours ago, U5ER said: settings>general>uncheck show vehicle markers on battle score under battle interface...GL tunnel visioning the less you know the less you worry Quote
Davit Posted August 9, 2016 Author Posted August 9, 2016 lol i know !ok but I'm still watching this! how delete zero and score too? Quote
Davit Posted August 9, 2016 Author Posted August 9, 2016 (edited) On 9/8/2016 at 8:13 AM, trippletequilla said: the less you know the less you worry how delete this? Edited August 10, 2016 by Davit Quote
corecroft27 Posted August 11, 2016 Posted August 11, 2016 the total hp counter is from xvm. you can remove it in the battleLabelsTemplates.xc file. the file is located in \World_of_Tanks\res_mods\configs\xvm\Aslain\battleLabelsTemplates.xc there you find something like this: "totalHP": { "enabled": true, "updateEvent": "ON_PLAYERS_HP_CHANGED", "x": 0, "y": 30, "width": 200, "height": 40, "screenHAlign": "center", "shadow": { "distance": 1, "angle": 90, "alpha": 80, "blur": 5, "strength": 1.5 }, "textFormat": { "font": "mono", "size": 18, "align": "center" }, "format": "{{py:xvm.total_hp.text()}}" it's in line 181. just change the value "enabled" from "true" to "false". note: if you changed and saved it during the game is running, the total hp counter is still there until you restart the game. Quote
Davit Posted August 15, 2016 Author Posted August 15, 2016 On 11/8/2016 at 5:45 PM, corecroft27 said: the total hp counter is from xvm. you can remove it in the battleLabelsTemplates.xc file. the file is located in \World_of_Tanks\res_mods\configs\xvm\Aslain\battleLabelsTemplates.xc there you find something like this: "totalHP": { "enabled": true, "updateEvent": "ON_PLAYERS_HP_CHANGED", "x": 0, "y": 30, "width": 200, "height": 40, "screenHAlign": "center", "shadow": { "distance": 1, "angle": 90, "alpha": 80, "blur": 5, "strength": 1.5 }, "textFormat": { "font": "mono", "size": 18, "align": "center" }, "format": "{{py:xvm.total_hp.text()}}" it's in line 181. just change the value "enabled" from "true" to "false". note: if you changed and saved it during the game is running, the total hp counter is still there until you restart the game. Many thanks corecroft27, this is for xvm config ok. I wonder how it will be to remove the original from wot without the xvm any idea? thanks for the reply. 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.