ARK: Survival Evolved

ARK: Survival Evolved

Scorched Earth Anywhere
 This topic has been pinned, so it's probably important
Mel  [developer] 3 Jun, 2017 @ 8:13pm
Disabling or Changing Dino Spawns
In order to Disable certain dinos or Change their spawn rates you will have to paste the desired code Below [/script/shootergame.shootergamemode] in your server's GAME.INI:

DISABLE DINO SPAWNS:
NPCReplacements=(FromClassName="Wyvern_Character_BP_Fire_C",ToClassName="")
NPCReplacements=(FromClassName="Wyvern_Character_BP_Lightning_C",ToClassName="")
NPCReplacements=(FromClassName="Wyvern_Character_BP_Poison_C",ToClassName="")
NPCReplacements=(FromClassName="MegaDeathworm_Character_BP_C",ToClassName="")
NPCReplacements=(FromClassName="Deathworm_Character_BP_C",ToClassName="")
NPCReplacements=(FromClassName="RockGolem_Character_BP_C",ToClassName="")
NPCReplacements=(FromClassName="RubbleGolem_Character_BP_C",ToClassName="")
NPCReplacements=(FromClassName="Mantis_Character_BP_C",ToClassName="")
NPCReplacements=(FromClassName="Vulture_Character_BP_C",ToClassName="")
NPCReplacements=(FromClassName="SpineyLizard_Character_BP_C",ToClassName="")
NPCReplacements=(FromClassName="Camelsaurus_Character_BP_C",ToClassName="")
NPCReplacements=(FromClassName="Jerboa_Character_BP_C",ToClassName="")
NPCReplacements=(FromClassName="Jugbug_Oil_Character_BP_C",ToClassName="")
NPCReplacements=(FromClassName="Jugbug_Water_Character_BP_C",ToClassName="")
NPCReplacements=(FromClassName="Moth_Character_BP_C",ToClassName="")

MODIFY DINO SPAWN RATES:
DinoSpawnWeightMultipliers=(DinoNameTag="Camelsaurus",OverrideSpawnLimitPercentage=True,SpawnLimitPercentage=1.0,SpawnWeightMultiplier=1.0)
DinoSpawnWeightMultipliers=(DinoNameTag="Deathworm",OverrideSpawnLimitPercentage=True,SpawnLimitPercentage=1.0,SpawnWeightMultiplier=1.0)
DinoSpawnWeightMultipliers=(DinoNameTag="Jerboa",OverrideSpawnLimitPercentage=True,SpawnLimitPercentage=1.0,SpawnWeightMultiplier=1.0)
DinoSpawnWeightMultipliers=(DinoNameTag="JugBug",OverrideSpawnLimitPercentage=True,SpawnLimitPercentage=1.0,SpawnWeightMultiplier=1.0)
DinoSpawnWeightMultipliers=(DinoNameTag="Mantis",OverrideSpawnLimitPercentage=True,SpawnLimitPercentage=1.0,SpawnWeightMultiplier=1.0)
DinoSpawnWeightMultipliers=(DinoNameTag="Moth",OverrideSpawnLimitPercentage=True,SpawnLimitPercentage=1.0,SpawnWeightMultiplier=1.0)
DinoSpawnWeightMultipliers=(DinoNameTag="RockElemental",OverrideSpawnLimitPercentage=True,SpawnLimitPercentage=1.0,SpawnWeightMultiplier=1.0)
DinoSpawnWeightMultipliers=(DinoNameTag="SpineyLizard",OverrideSpawnLimitPercentage=True,SpawnLimitPercentage=1.0,SpawnWeightMultiplier=1.0)
DinoSpawnWeightMultipliers=(DinoNameTag="Vulture",OverrideSpawnLimitPercentage=True,SpawnLimitPercentage=1.0,SpawnWeightMultiplier=1.0)
DinoSpawnWeightMultipliers=(DinoNameTag="Wyvern",OverrideSpawnLimitPercentage=True,SpawnLimitPercentage=1.0,SpawnWeightMultiplier=1.0)
Last edited by Mel; 3 Jun, 2017 @ 8:21pm
< >
Showing 1-4 of 4 comments
Chrmdfreak 5 Jun, 2017 @ 3:40am 
How do I use these config settings to return all spawns (but a few) to the original Island spawns?
Mel  [developer] 5 Jun, 2017 @ 2:42pm 
Originally posted by Chrmdfreak:
How do I use these config settings to return all spawns (but a few) to the original Island spawns?
Well, to turn off all dinos, you will have to copy all "DISABLE DINO SPAWNS" into your game.ini
And then remove the lines of the dinos you want to spawn
Draco1122 24 Aug, 2017 @ 7:10am 
I am confused. If I am using ASM to manage my server. Can I paste it under Custom Gameusersetting Details. If so what header do I use with code? Looking to change spawns.
Kane 26 Sep, 2017 @ 9:05am 
Is there a way to disable specific resources from the mod?
< >
Showing 1-4 of 4 comments
Per page: 1530 50