You can edit the script file manually and experiment with positioning, offsets are defined in these lines: l_targetScreenPos.X = curResolutionWidth / 2; l_targetScreenPos.Y = curResolutionHeight / 20;
Vertical position defined by the second line so try to replace 20 with some other divider
Ув.Автор! Есть ли в моде возможность изменить положение Enemy Healthbar на экране? Не совсем удобно он расположен , так как под водой перекрывает шкалу кислорода персонажа. А это очень опасно, порой, даже смертельно!
But you can adjust healthbar vertical position if you want: - open hudModuleEnemyFocus.ws from this mod (or merged script if Script Merger detected the conflict) - find this line: l_targetScreenPos.Y = curResolutionHeight / 20; and replace it with: l_targetScreenPos.Y = curResolutionHeight / 20 - 50; (for example)
@ DJ_Kovrik : Probably a stupid question, but since you have created some of the best QoL mods ever, both in TW3/2077, it is possible to create a mod (when and if you have time ofc) that adds alternative HP bars at enemies/bosses? I mean something like this from erxv. Seems nothing like that around, and i'm sure a lot of people will love to have such mod. Thanks in advance.
yeah i hate when we can see enemies position in dark place only because healthbar appear on top of their head, with this mod we dont know how many enemies waiting for us in the dark and where their is. thx a bunch
45 comments
l_targetScreenPos.X = curResolutionWidth / 2;
l_targetScreenPos.Y = curResolutionHeight / 20;
Vertical position defined by the second line so try to replace 20 with some other divider
Есть ли в моде возможность изменить положение Enemy Healthbar на экране?
Не совсем удобно он расположен , так как под водой перекрывает шкалу кислорода персонажа. А это очень опасно, порой, даже смертельно!
Great mod