Works well still. Is there any way you could add an option to config the amount of MAX Syringes you can take? I wanted to lower it from 8 to something like 3, thanks!
If you want to turn off the show health and ammo, you'll need to manually change True to False [/Game/Mods/_SBLdata/BP_GetWeapon.BP_GetWeapon_C] ShowHP=False ToggleKey=L ↑That's how I set it up personally, and it works
is it at all possible to have the health and ammo display not visible when not on mission? like when you're in the menu or in replay? I'm guessing probably not but that would make taking screenshots a lot easier
38 comments
Is there any way you could add an option to config the amount of MAX Syringes you can take? I wanted to lower it from 8 to something like 3, thanks!
[/Game/Mods/_SBLdata/BP_GetWeapon.BP_GetWeapon_C]
ShowHP=True
ToggleKey=K
at Engine.ini file, tried read only but still not work when I press k.
Other mods works fun.
[/Game/Mods/_SBLdata/BP_GetWeapon.BP_GetWeapon_C]
ShowHP=False
ToggleKey=L
↑That's how I set it up personally, and it works