Jump to content

delete frag bar


Recommended Posts

Posted

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.frag.jpg

Posted

settings>general>uncheck show vehicle markers on battle score  under battle interface...GL tunnel visioning :P

Posted (edited)
On 9/8/2016 at 8:13 AM, trippletequilla said:

the less you know the less you worry

how delete this?

 

Edited by Davit
Posted

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.

Posted
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.

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.