Welcome to The Forum

Register now to gain access to all of our features. Once registered and logged in, you will be able to create topics, post replies and more


ReDragon

Members
  • Posts

    6
  • Joined

  • Last visited

Reputation Activity

  1. Like
    ReDragon reacted to Jandria in Player Health Modifier   
    I was investigating an issue with my game.ini file when I noticed that the line that modifies your health is on the same line as the one before it. In my case, it was on the same line as ResourceNoReplenishRadiusStructures with no line breaks or spaces. It looked like this is the file:
     
    ResourceNoReplenishRadiusStructures=1PerLevelStatsMultiplier_Player[0]=5.00
     
    I put PerLevelStatsMultiplier_Player[0]=5.00 on its own line and it works properly, now.