ARK: Survival Evolved

ARK: Survival Evolved

Scorched Earth Plus
Zeddicus 20 Jun, 2017 @ 4:34pm
Too many Wyvern Rock elementals?
I used the following code inside the game.ini file and it seemed to reduce the amount of spawns... Now I have maybe 3 wyvern flying around instead of like 20... on my server this is the correct amount.
[/script/shootergame.shootergamemode] DinoSpawnWeightMultipliers=(DinoNameTag="Wyvern",SpawnWeightMultiplier=0.1,OverrideSpawnLimitPercentage=False,SpawnLimitPercentage=.01) DinoSpawnWeightMultipliers=(DinoNameTag="MegaWyvern",SpawnWeightMultiplier=0.1,OverrideSpawnLimitPercentage=False,SpawnLimitPercentage=.005) DinoSpawnWeightMultipliers=(DinoNameTag="RockElemental",SpawnWeightMultiplier=0.1,OverrideSpawnLimitPercentage=False,SpawnLimitPercentage=.01)