ARK: Survival Evolved

ARK: Survival Evolved

EventRewards by StarLordKK
Lordiii  [developer] 21 Oct, 2017 @ 9:29am
Add Dinos to Spawner
Be carefully. This will change the balance of the game. I will not recommend to add those creatures to spawners. This is not the idea why i created this mod.

How to add creatures to existing spawners

First you'll need to find two things:

  1. The game.ini file located in your arkserver/ShooterGame/Saved/Config/WindowsServer folder
  2. A list of all the creature short hand summon codes (like Raptor_Character_BP_C) that you want to add.

Next, at the end of your game.ini file (open in a text editor, such at Notepad) add the following in a single line: (This example adds frogs to the scotland spawner on the ragnarok map)

ConfigAddNPCSpawnEntriesContainer=(NPCSpawnEntriesContainerClassString="Ragnarok_SpawnEntries_Scotland_C",NPCSpawnEntries=((AnEntryName="StrangeFrogSpawner",EntryWeight=1000.0,NPCsToSpawnStrings=("Toad_Character_BP_Core_C"))),NPCSpawnLimits=((NPCClassString="Toad_Character_BP_Core_C",MaxPercentageOfDesiredNumToAllow=0.1)))

Google for NPCSpawnEntriesContainerClassString for the names of the spawners on your map. Herre is a list of the codes: https://ark.gamepedia.com/Spawn_Entries#Ragnarok
The AnEntryName is any name you want that describes what you'll be spawning without any spaces.
The ToSpawnStrings and NPCClassString are the summon codes for the creatures.
Finally the MaxPercentageOfDesiredNumToAllow is a number from 0 to 1 that represents a percent (ie, 0.25 = 25%, 0.50 = 50%, 1.00 = 100%)


Links to the SpawnEntries:

"Blueprint'/Game/Mods/EventRewardsByStarLordKK/ElementalAchatina/ElementalAchatina_Character_BP.ElementalAchatina_Character_BP'"

"Blueprint'/Game/Mods/EventRewardsByStarLordKK/PearlyOtter/PearlyOtter_Character_BP.PearlyOtter_Character_BP'"

"Blueprint'/Game/Mods/EventRewardsByStarLordKK/PrimeCompy/PrimeCompy_Character_BP.PrimeCompy_Character_BP'"

"Blueprint'/Game/Mods/EventRewardsByStarLordKK/StinkyBeetle/StinkyBeetle_Character_BP.StinkyBeetle_Character_BP'"

"Blueprint'/Game/Mods/EventRewardsByStarLordKK/HealthyJerboa/HealthyJerboa_Character_BP.HealthyJerboa_Character_BP'"

"Blueprint'/Game/Mods/EventRewardsByStarLordKK/RockyDodo/RockyDodo_Character_BP.RockyDodo_Character_BP'"

"Blueprint'/Game/Mods/EventRewardsByStarLordKK/WoodyDodo/WoodyDodo_Character_BP.WoodyDodo_Character_BP'"
Last edited by Lordiii; 5 Apr, 2022 @ 4:39am