ARK: Survival Evolved

ARK: Survival Evolved

Dino Nests Continued
 This topic has been pinned, so it's probably important
Ihmislehma  [developer] Jul 16, 2017 @ 5:05am
HOWTO: Control spawn rates
By default the INI settings for the limits are as below. Changing the GlobalNestLimit value from 0 to 1 removes 100% of spawns. You can use anything between 0.01 - 0.99 depending on how much of the nests you want to remove.

0.01 = 1%

[DinoNestSettings]
GlobalNestLimit=0

AlloNestLimit=0 AnkyloNestLimit=0 ArchaNestLimit=0 ArgentNestLimit=0 BaryoNestLimit=0 BrontoNestLimit=0 CarboNestLimit=0 CarnoNestLimit=0 CompyNestLimit=0 DiloNestLimit=0 DimetroNestLimit=0 DimoNestLimit=0 DiploNestLimit=0 DodoNestLimit=0 GalliNestLimit=0 GigantNestLimit=0 IchthyNestLimit=0 IguaNestLimit=0 KairuNestLimit=0 KaproNestLimit=0 LystroNestLimit=0 MegaloNestLimit=0 MicroNestLimit=0 MorellaNestLimit=0 MoschoNestLimit=0 OviNestLimit=0 PachyNestLimit=0 PachyrhiNestLimit=0 ParaNestLimit=0 PegomaNestLimit=0 PelaNestLimit=0 PteraNestLimit=0 QuetzNestLimit=0 RaptorNestLimit=0 RexNestLimit=0 SarcoNestLimit=0 SpinoNestLimit=0 StegoNestLimit=0 TapejaNestLimit=0 TerrorNestLimit=0 TheriNestLimit=0 ThornyNestLimit=0 TrikeNestLimit=0 TroodonNestLimit=0

For example, to disable 80% of all trike nests, write in your GameUserSettings.ini:
[DinoNestSettings]
TrikeNestLimit=0.8