In Brutal difficulty, players are experiencing issues with their health.
In Brutal difficulty, when I adjust the player health to three times the Normal mode value in the game settings, the change is not reflected in-game
Comments: 2
Oldest
•
Newest
•
Most likes
•
Fewest likes
-
02 May, '25
MaxHighlighted comment
i also noticed that changing the health modifier does only work while creating a game but not retroactive when changing settings on an existing save game -
05 May, '25
Prog AdminHi!
Could you verify that you are not only changing the "Equipment Health Modifier" in the settings? This would only modify the health you receive from equipment directly.
To modify player health one would need to modify the Server settings file manually. I have tested this with the live client and it works as expected.
To do so, go to the save directory, make a backup of "ServerGameSettings.json" in case something goes wrong.
Open the "ServerGameSettings.json" and update the VampireStatModifiers segment to something similar to this:
...
"VampireStatModifiers": {
"MaxHealthModifier": 3
},
...
Hope this helps!
Regards,
Daniel