Jump to content

Limiting Max amount of levels Tamed Dinos can gain?


Euzio06

Recommended Posts

Is there a way to limit the amount of levels my tamed dinos can gain (after counting taming levels and all). Basically what I want to achieve is to allow my tames to only level up like say 20 levels and then it can't level any higher than that. Currently, by default, I think its set that tamed dinos can level up 71 times (after taming). 

 

I've tried messing about with the settings but so far I've not been able to achieve what I hope for. Anyone have any idea how to set it as such?

Link to comment
Share on other sites

On 23/02/2018 at 5:49 PM, DarthaNyan said:

i believe all you have to do is override tamed dino exp curve.

https://ark.gamepedia.com/Server_Configuration#Game.ini

Looking at it, so I would assume that if I wish to set the dino max total number of levels to maybe just 10 for example, it would be something like this:

 

LevelExperienceRampOverrides=(
ExperiencePointsForLevel[0]=1,
ExperiencePointsForLevel[1]=100,
ExperiencePointsForLevel[2]=200,
ExperiencePointsForLevel[3]=300,
ExperiencePointsForLevel[4]=400,
ExperiencePointsForLevel[5]=500,
ExperiencePointsForLevel[6]=600,
ExperiencePointsForLevel[7]=700,
ExperiencePointsForLevel[8]=800,
ExperiencePointsForLevel[9]=900,
ExperiencePointsForLevel[10]=1000)

Hence my tamed dinos would level just 10 times and then it will stop levelling? 

Link to comment
Share on other sites

6 hours ago, Euzio06 said:

Looking at it, so I would assume that if I wish to set the dino max total number of levels to maybe just 10 for example, it would be something like this:


LevelExperienceRampOverrides=(
ExperiencePointsForLevel[0]=1,
ExperiencePointsForLevel[1]=100,
ExperiencePointsForLevel[2]=200,
ExperiencePointsForLevel[3]=300,
ExperiencePointsForLevel[4]=400,
ExperiencePointsForLevel[5]=500,
ExperiencePointsForLevel[6]=600,
ExperiencePointsForLevel[7]=700,
ExperiencePointsForLevel[8]=800,
ExperiencePointsForLevel[9]=900,
ExperiencePointsForLevel[10]=1000)

Hence my tamed dinos would level just 10 times and then it will stop levelling? 

Quote

This directive can be specified twice in the configuration file. The first time it appears, the values provided will configure player levels. The second time it appears, the values provided will configure dinosaur levels.

 

Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...