In ARK: Survival Ascended, you’ll find yourself on an island inhabited by a plethora of creatures and dinosaurs. You and your friends will need to gather resources, build a base, and ultimately survive the dangers ahead of you. This can be difficult at the start due to your base character stats being lower, meaning you can’t carry as many supplies, you’ll have less health, and less survivability overall. To avoid such circumstances, we recommend adjusting the ARK: Survival Ascended player stats per level on your server, allowing you and your friends to gain stats faster than ever before!
In ARK, player stats per level are the statistics players gain each time that they level up. These stats or attributes include things like health, stamina, food, water, carrying weight, and more. The higher these are on your character, the better your chances will be to make it through the ARKs unscaved. In this guide, we will cover how you can increase your player and dinosaur stats per level to enhance the experience on your ARK: SA game server!
To change the player stats per level in ARK:SA, you’ll need to setup the code you’ll be adding to your server. That code is:
The number in brackets [0] refers to the attribute in-game, such as your character’s stamina, which can be changed where as the =1 refers to the multiplier for that code. In the following table, you can see which number belongs to which attribute in the game.
ATTRIBUTE | ATTRIBUTE ID | DEFAULT VALUE |
---|---|---|
Health | 0 | 1.0 |
Stamina | 1 | 1.0 |
Torpidity | 2 | 1.0 |
Oxygen | 3 | 1.0 |
Food | 4 | 1.0 |
Water | 5 | 1.0 |
Temperature | 6 | 0.0 (Unused stat) |
Weight | 7 | 1.0 |
MeleeDamageMultiplier | 8 | 0.0 (Base Stat cannot be increased) |
SpeedMultiplier | 9 | 0.0 (Base Stat cannot be increased) |
TemperatureFortitude | 10 | 0.0 (Base Stat cannot be increased) |
While you can edit the per level stats, you can also edit the base stats that players start with when creating a new survivor on your server. It’s important to keep in mind that this will only apply to new survivors created and not existing survivors. The code to adjust the base player level stats is:
Similar to the above, you can use the attribute IDs and their default values to adjust your base player stats to your liking.
This example includes a 3x multiplayer for all player attributes on your server:
PlayerBaseStatMultipliers[0]=3
PlayerBaseStatMultipliers[1]=3
PlayerBaseStatMultipliers[2]=3
PlayerBaseStatMultipliers[3]=3
PlayerBaseStatMultipliers[4]=3
PlayerBaseStatMultipliers[5]=3
PlayerBaseStatMultipliers[6]=3
PlayerBaseStatMultipliers[7]=3
PlayerBaseStatMultipliers[8]=3
PlayerBaseStatMultipliers[9]=3
PlayerBaseStatMultipliers[10]=3
PerLevelStatsMultiplier_Player[0]=3
PerLevelStatsMultiplier_Player[1]=3
PerLevelStatsMultiplier_Player[2]=3
PerLevelStatsMultiplier_Player[3]=3
PerLevelStatsMultiplier_Player[4]=3
PerLevelStatsMultiplier_Player[5]=3
PerLevelStatsMultiplier_Player[6]=3
PerLevelStatsMultiplier_Player[7]=3
PerLevelStatsMultiplier_Player[8]=3
PerLevelStatsMultiplier_Player[9]=3
PerLevelStatsMultiplier_Player[10]=3
In addition to the base player stats, there are also specific attribute IDs and stats for dinosaurs which are configured much in the same way. The codes to edit dinosaur per level stats are:
During configuring these options, you can use the attribute IDs and values found here to edit these on your server:
ATTRIBUTE | ATTRIBUTE ID | WILD | TAMED | TAMED_ADD | TAMED_AFFINITY |
---|---|---|---|---|---|
Health | 0 | 1.0 | 0.2 | 0.14 | 0.44 |
Stamina | 1 | 1.0 | 1.0 | 1.0 | 1.0 |
Torpidity | 2 | 1.0 | 1.0 | 1.0 | 1.0 |
Oxygen | 3 | 1.0 | 1.0 | 1.0 | 1.0 |
Food | 4 | 1.0 | 1.0 | 1.0 | 1.0 |
Weight | 7 | 1.0 | 1.0 | 1.0 | 1.0 |
Damage | 8 | 1.0 | 0.17 | 0.14 | 0.44 |
Speed | 9 | 1.0 | 1.0 | 1.0 | 1.0 |
This example includes a 3x multiplayer for all dinosaur attributes on your server:
PerLevelStatsMultiplier_DinoTamed[0]=3
PerLevelStatsMultiplier_DinoTamed[1]=3
PerLevelStatsMultiplier_DinoTamed[2]=3
PerLevelStatsMultiplier_DinoTamed[3]=3
PerLevelStatsMultiplier_DinoTamed[4]=3
PerLevelStatsMultiplier_DinoTamed[5]=3
PerLevelStatsMultiplier_DinoTamed[6]=3
PerLevelStatsMultiplier_DinoTamed[7]=3
PerLevelStatsMultiplier_DinoTamed[8]=3
PerLevelStatsMultiplier_DinoTamed[9]=3
PerLevelStatsMultiplier_DinoWild[0]=3
PerLevelStatsMultiplier_DinoWild[1]=3
PerLevelStatsMultiplier_DinoWild[2]=3
PerLevelStatsMultiplier_DinoWild[3]=3
PerLevelStatsMultiplier_DinoWild[4]=3
PerLevelStatsMultiplier_DinoWild[5]=3
PerLevelStatsMultiplier_DinoWild[6]=3
PerLevelStatsMultiplier_DinoWild[7]=3
PerLevelStatsMultiplier_DinoWild[8]=3
PerLevelStatsMultiplier_DinoWild[9]=3
With the ARK: Survival Ascended player stats per level code prepared, you’re now ready to add that to your server. You can follow these steps to copy and paste the code into your Game.ini file:
Once you start and join your server, those multipliers will then be applied to each of the ARK: Survival Ascended player stats per level!
You’re now ready to take your ARK: Survival Ascended server experience to the next level with player stats per level. With ARK: Survival Ascended player stats per level, change the health players start at, increase the wild dinosaur max speeds, and more in only a few minutes. Discover your epic ASA adventure today when you customize the journey on your own server!
When players level up, they can increase specific stats like health, stamina, weight, and more. These stats help improve survival and performance in the game.
You can increase stats per level by editing the Game.ini file on your server using PerLevelStatsMultiplier_Player codes.
It sets the multiplier for the health stat gained per level. Each number in brackets refers to a different stat ID.
The default value is 1.0 for most stats, meaning no change. You can increase the number to gain more per level.
Use the PlayerBaseStatMultipliers code in Game.ini. This affects new survivors only.
Yes. You can use PerLevelStatsMultiplier_DinoTamed, DinoWild, DinoTamed_Add, and DinoTamed_Affinity codes with the same stat ID system.
Add the codes at the end of the [/Script/ShooterGame.ShooterGameMode] section in the Game.ini file through your server’s web interface.
How to Adjust ARK: Survival Ascended Player Stats Per Level Multiplier – Introduction
- ARK: Survival Ascended Player Stats Per Level Code
- ASA Base Player Level Stats
- Additional Dinosaur Per Level Stats Code
- Adding Code to Your ARK: Survival Ascended Game.ini File
Adjust the ARK: Survival Ascended Player Stats Per Level Today
FAQ – ARK: Survival Ascended Player Stats Configuration
- How do stats work in ARK: Survival Ascended?
- How can I increase player health or other stats in Ark:SA?
- What does PerLevelStatsMultiplier_Player[0] mean?
- What is the default value for PerLevelStatsMultiplier_Player?
- How do I change the base stats players start with in Ark?
- Can I change dinosaur stats per level in Ark:SA?
- Where do I place the stat codes in the Game.ini file?