How to Change Spawn Rates in ARK Survival Evolved Print

  • Ark Survival Evolved, Ark Spawn Rates, Configuration
  • 0

 
 
After countless hours of playing on your Ark: Survival Evolved server, many grow frustrated with inadequate spawn rates for dinosaurs, causing there to be either too many or too few exploring the world. Many Ark:SE server owners who run into this issue struggle changing these values as the process can be difficult. While changing the dino spawn rates may come off as a bit intimidating, our Apex Hosting panel simplifies the procedure. Taking the time to review this guide will give you the tools needed to modify the dinosaur spawn rates to your desired values.
 
 
How to change overall spawn rates:

If you aren’t feeling too picky or just want to change all of the spawn rates at once, the gameusersettings.ini will allow you to do that. By adding or altering a code in this file you can easily increase or decrease the spawn rate of all dinos at once. You can accomplish this by following the steps below:
 
1. Navigate to the Citadel Servers Game Panel and stop your server.
2. In the menu on the left-hand side, click on the “Config Files” tab.
3. Click on the “GameUserSettings.ini” to edit the file.
4. Locate the “[ServerSettings]” section at the top of the page.
5. Search for the “DinoCountMultiplier” setting. If the setting is missing, follow the gif below to add it.
 
 
6. Change the value to what you would prefer. 1.0 is the default, 2.0 doubles the spawn rate, and so on.
 
 
How to change individual spawn rates:
 
Let’s say you are really struggling to find a specific dino, or maybe you want more control over the spawn rates of every dino available. This can be done too, but the process is a little more difficult and requires adding some code to the game.ini settings. In the example below, we will be increasing the spawn rates of Megalodons:
 
1. Navigate to your control panel and stop the server.
2. Click on the “Config Files” option in the menu on the left side of the screen.
3. Find and click on the “game.ini” option to open it in the webeditor.
4. On the top line, add
[/script/shootergame.shootergamemode]
5. On the next line, add the following code to change the dino spawn rates:
DinoSpawnWeightMultipliers=(DinoNameTag=”Megalodon_Character_BP_C",SpawnWeightMultiplier=1.5,OverrideSpawnLimitPercentage=true,SpawnLimitPercentage=2.0)
6. Press the green “save” button, then restart the server for the changes to take effect.
 
 
Common Issues
 
My settings are not working in the game
In most cases, this happens because there is an error or typo in the code. Go back to your game.ini or gameusersettings.ini and make sure there are no errors. If there are none, refer back to our examples to make sure the codes have been entered correctly.
 
 

Was this answer helpful?

« Back