herpaderpderp Posted November 13, 2018 Posted November 13, 2018 (edited) hello! 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? Thanks! Edited November 13, 2018 by herpaderpderp Quote
Ress Posted November 13, 2018 Posted November 13, 2018 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) 1 1 Quote
herpaderpderp Posted November 13, 2018 Author Posted November 13, 2018 That worked thanks @Ress :D 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.