Jump to content

Remove player HP included with XVM?


Recommended Posts

Posted (edited)

derp.thumb.PNG.b0e4d5ea957e9d6478223c8345e38302.PNGhello!

 

Ive been trying to remove those player HP bars but it seems as they are included with XVM no matter what you select/de-select - do you know a secret to fix it or do i have to live with it? :P

 

Thanks!

 

Edited by herpaderpderp
Posted

You can enable so they are visible only on L.ALT, not 100% hide.
For better "removal" you will have to take few seconds and manually edit playersPanel.xc

search for:
"hpBarBg": { "hotKeyCode": 56, ...
"hpBar": { "hotKeyCode": 56, ...
"hp": { "hotKeyCode": 56, ...

option A: for each of them replace hotKeyCode (default 56=Lalt) to something less useful, for example 73 (Numpad9)

option B: for each of them add "enabled":false, at the beginning of the bracket (with 1space in front)

"hpBarBg": { "enabled": false, "hotKeyCode": ...
"hpBar": { "enabled": false, "hotKeyCode": ...
"hp": { "enabled": false, "hotKeyCode": ...

ps. wait for modpack to get update for today micro patch (at least xvm)

  • Like 1
  • Upvote 1

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.