ARK: Survival Evolved

ARK: Survival Evolved

Extinction Core
Scarce 13 Nov, 2018 @ 4:24am
ISO(Crystal Isles Map) Giga Spawn Fix + Problems with Spawns
Hello!

So on the Crystal Isles map we've had alot of problems with massive giga spawns on the dark island, to the point it was unplayable going there (100+ gigas in 1-2 spots). Our only work around has been to turn off the spawns completely. This is what we put into our .ini files.

NPCReplacements=(FromClassName="Gigant_Character_BP_Core_C",ToClassName="")
NPCReplacements=(FromClassName="Gigant_Character_BP_C",ToClassName="")

We also managed to reduce the overspawn of karka crabs using the following commands.

DinoSpawnWeightMultipliers=(DinoNameTag="CaveCrab",SpawnWeightMultiplier=0.01,OverrideSpawnLimitPercentage=true,SpawnLimitPercentage=0.01)
DinoSpawnWeightMultipliers=(DinoNameTag="EliteCaveCrab",SpawnWeightMultiplier=0.01,OverrideSpawnLimitPercentage=true,SpawnLimitPercentage=0.01)
DinoSpawnWeightMultipliers=(DinoNameTag="MegaCaveCrab",SpawnWeightMultiplier=0.01,OverrideSpawnLimitPercentage=true,SpawnLimitPercentage=0.01)


However we are still having problems with the following dinos not spawning at all on the server :

Alpha Yutyrannus
Alpha Griffin
Alpha Tyrannosaurus
Alpha Quetzel
Prime Shinehorn

We have tried multiple server commands to increase spawn multipliers such as :

DinoSpawnWeightMultipliers=(DinoNameTag="PrimeLanternGoatore",SpawnWeightMultiplier=300.0,OverrideSpawnLimitPercentage=True,SpawnLimitPercentage=0.8)
DinoSpawnWeightMultipliers=(DinoNameTag="MegaQuetz",SpawnWeightMultiplier=300.0,OverrideSpawnLimitPercentage=True,SpawnLimitPercentage=0.8)

But still no sign off them.
some advice would be appreciated! :)