User:ThunderGod97

From ARK Wiki
Jump to navigation Jump to search

Have been editing the Ark Wiki since the early days of ASE.

the.thunder.god on Discord

Server_configuration#Game.ini

My contribution to the Discord information on ConfigAddNPCSpawnEntriesContainer working on ASA.

This creates spawns of Gigantoraptor in the Canyons (Central Canyons, Northern Canyons, and Southern East Canyons) on Scorched Earth on ARK:_Survival_Ascended

ConfigAddNPCSpawnEntriesContainer=(
   NPCSpawnEntriesContainerClassString="SE_DinoSpawnEntriesCanyons_C",
   NPCSpawnEntries=(
       (AnEntryName="Gigantoraptor",
           EntryWeight=0.15,
           NPCsToSpawn=("/Game/ASA/Dinos/Gigantoraptor/Gigantoraptor_Character_BP.Gigantoraptor_Character_BP_C"),
           NPCsToSpawnPercentageChance=(1),
           ManualSpawnPointSpreadRadius=1500
       )
   ),
   NPCSpawnLimits=(
       (NPCClass="/Game/ASA/Dinos/Gigantoraptor/Gigantoraptor_Character_BP.Gigantoraptor_Character_BP_C",
           MaxPercentageOfDesiredNumToAllow=0.03
       )
   )
)

This also confirms the Spawn container "SE_DinoSpawnEntriesCanyons_C" works on ASA. I borrowed it from ASE thinking it might still work, and was correct. I used the Spawn Entries page to figure it out.