It is possible to configure the base-level stats for players, and per-level stats for players and dinosaurs. Each of these can be configured in Game.ini.
Each stat has an Attribute ID and Default Value which are essential for configuring your options. You can find these in the tables below.
# Player Stats
# Dinosaur Default Stats
# Configuring Base Level Stats
Important
If a survivor has already been created, then their base-level stats can not be changed.
You can configure base level stats of players by heading to Game.ini and using the option PlayerBaseStatMultipliers[<AttributeID>]=<multiplier>
.
- Access your control panel and Stop your server.
- Navigate to Files.
- Go to
/ShooterGame/Saved/Config/LinuxServer/
and edit Game.ini.
- If your Game.ini is empty, enter
[/script/shootergame.shootergamemode]
at the top line of the file. - You can now enter your custom base stats into this file in the following format:
PlayerBaseStatMultipliers[<AttributeID>]=<multiplier>
Example: PlayerBaseStatMultipler[0]=2.0
multiplies the health base stat by 2.
- Once your changes have been made, you can Save and Start your server.
# Configuring Per Level Stats
You can configure both player and dinosaur per level stats with Game.ini. The following options are used for editing per level stats;
PerLevelStatsMultiplier_Player[<AttributeID>]=<multiplier>
PerLevelStatsMultiplier_DinoTamed<type>[<AttributeID>]=<multiplier>
PerLevelStatsMultiplier_DinoWild[<AttributeID>]=<multiplier>
As you can see from PerLevelStatsMultipler_DinoTamed it requires a
- Access your control panel and Stop your server.
- Navigate to Files.
- Go to
/ShooterGame/Saved/Config/LinuxServer/
and edit Game.ini.
- If your Game.ini is empty, enter
[/script/shootergame.shootergamemode]
at the top line of the file. - You can now enter your custom per-level stats with the options previously mentioned above.
Example: PerLevelStatsMultiplier_DinoTamed_Add[0]=2.0
Multiplies health by 2 of tamed dinosaurs immediately.
- Once your changes have been made, you can Save and Start your server.
To learn more about ARK server hosting, you can check out our library of Knowledgebase articles found here.