7 Days to Die
    American Truck Simulator
    ARK: Survival Ascended
    ARK: Survival Evolved
    ARK: Survival Evolved Official Save Game
    ARK: Survival of the Fittest
    Arma 2
    Arma 3
    Arma Reforger
    Assetto Corsa Competizione
    Astroneer
    Atlas
    Avorion
    Battlefield Hardline
    Chivalry 2
    Citadel
    Conan Exiles
    Counter-Strike: Global Offensive
    Craftopia
    Dark and Light
    DayZ
    Dirty Bomb
    Don't Starve Together
    DUCKSIDE
    Dune: Awakening
    ECO
    Empyrion
    Enshrouded
    Euro Truck Simulator 2
    Factorio
    Farming Simulator 17
    Farming Simulator 19
    Farming Simulator 22
    Farming Simulator 25
    FiveM
    Garry's Mod
    Half-Life 2 Deathmatch
    Hell Let Loose
    ICARUS
    Killing Floor 2
    Last Oasis
    Left 4 Dead 2
    Life is Feudal
    LOTR: Return to Moria
    Medieval Engineers
    Minecraft
    Mordhau
    Myth of Empires
    Outpost Zero
    Palworld
    Pantropy
    Path of Titans
    PixARK
    Project Zomboid
    Red Orchestra 2
    Retired Games
    Risk of Rain 2
    Rust
    Satisfactory
    SCP - Secret Laboratory
    SCUM
    Sons Of The Forest
    Soulmask
    Space Engineers
    Squad
    Starbound
    StarMade
    Subsistence
    Team Fortress 2
    Terraria
    The Forest
    The Isle
    Unturned
    V Rising
    Valheim
    Wreckfest
    Ylands
    Zescape
  • webinterface
    • Account
      Customer Support
      FTP
      Other Services
      Security
  • WEBINTERFACE
    1. home /
    2. guides /
    3. ark survival ascended player stats per level guide

    Guides

    Category A-Z
    ARK Survival Asended
    Gameserver
    Settings
    top10

    How to Change ARK: Survival Ascended Player Stats Per Level – Guide

    How to Change ARK: Survival Ascended Player Stats Per Level – Guide

    How to Adjust ARK: Survival Ascended Player Stats Per Level Multiplier – Introduction

    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!

    ARK: Survival Ascended Player Stats Per Level Code

    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:

    • PerLevelStatsMultiplier_Player[0]=1

    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.

    Player Attribute IDs and Default Values in ARK: Survival Ascended
    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)

    ASA Base Player Level Stats

    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:

    • PlayerBaseStatMultipliers[0]=1

    Similar to the above, you can use the attribute IDs and their default values to adjust your base player stats to your liking.

    Example for ARK Player Stats Per Level and Base Stats Code

    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

    Additional Dinosaur Per Level Stats Code

    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:

    • PerLevelStatsMultiplier_DinoTamed[0]=1
    • PerLevelStatsMultiplier_DinoWild[0]=1
    • PerLevelStatsMultiplier_DinoTamed_Add[0]=1 – Usable to immediately add the multiplier to tamed dinosaurs.
    • PerLevelStatsMultiplier_DinoTamed_Affinity[0]=2 – Usable to apply the stat multipliers depedant on affinity.

    During configuring these options, you can use the attribute IDs and values found here to edit these on your server:

    Dinosaur Attribute IDs and Stat Multipliers in ARK: Survival Ascended
    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

    Example ARK Dinosaur Stats Per Level for Tamed and Wild

    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

    Adding Code to Your ARK: Survival Ascended Game.ini File

    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:

    1. Firstly, head to your ASA server’s webinterface and stop your server.
    2. Once your server is off, to the left under “Settings”, click “Config Files”.
    3. Inside “Config Files”, use the dropdown to select and edit the Game.ini file.
      edit the Game.ini file

    4. Once loaded, find the end of the “[/Script/ShooterGame.ShooterGameMode]” section.
    5. Once there, copy and paste the player/dinosaur stats per level code like this:
      stats per level code

    6. Lastly, press “Save changes” and restart your server to load those stats!

    Once you start and join your server, those multipliers will then be applied to each of the ARK: Survival Ascended player stats per level!

    Adjust the ARK: Survival Ascended Player Stats Per Level Today

    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!


    Rent your ASA Server today



    FAQ – ARK: Survival Ascended Player Stats Configuration

    How do stats work in ARK: Survival Ascended?

    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.

    How can I increase player health or other stats in Ark:SA?

    You can increase stats per level by editing the Game.ini file on your server using PerLevelStatsMultiplier_Player codes.

    What does PerLevelStatsMultiplier_Player[0] mean?

    It sets the multiplier for the health stat gained per level. Each number in brackets refers to a different stat ID.

    What is the default value for PerLevelStatsMultiplier_Player?

    The default value is 1.0 for most stats, meaning no change. You can increase the number to gain more per level.

    How do I change the base stats players start with in Ark?

    Use the PlayerBaseStatMultipliers code in Game.ini. This affects new survivors only.

    Can I change dinosaur stats per level in Ark:SA?

    Yes. You can use PerLevelStatsMultiplier_DinoTamed, DinoWild, DinoTamed_Add, and DinoTamed_Affinity codes with the same stat ID system.

    Where do I place the stat codes in the Game.ini file?

    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?

    Share this article


    #ARK Survival Asended
    #Gameserver
    #Settings
    #top10
    3/29/2024

    Grab your very own game server now.

    Order game server
    1. home /
    2. guides /
    3. ark survival ascended player stats per level guide
    Pay the way you prefer
    Klarna Payment Badge
    Our memberships
    RIPE NCC - Ripe Network Coordination Centre Women in Games
    v1.32-171-g0d8b3c13 © 2025 marbis / Nitrado USA, Inc.. All rights reserved. All prices are shown as gross prices and include VAT.