ARK: Survival Evolved

ARK: Survival Evolved

All you can Eat Snail (V 0.5)(Open Sourced)
 This topic has been pinned, so it's probably important
Leutian Kane  [developer] 30 Jan, 2017 @ 10:55pm
Game .ini spawners Code
ConfigAddNPCSpawnEntriesContainer=(NPCSpawnEntriesContainerClassString="DinoSpawnEntriesBeach_C",NPCSpawnEntries=( (AnEntryName="LKBeach",EntryWeight=1.0,NPCsToSpawnStrings=("BerryAchatina_Character_BP_C"))), NPCSpawnLimits=( (NPCClassString="BerryAchatina_Character_BP_C",MaxPercentageOfDesiredNumToAllow=0.01) ) )

Here is an example of how to add this dino to your spawns via game.ini substitute SpawnContainer with your spawn container and Entry Name with your own, and adjust the weight and percentage as you desire to control how often/many that spawn.
< >
Showing 1-8 of 8 comments
RogueRunner 31 Jan, 2017 @ 12:08am 
Could I do something like this instead? Exchange the spawn of the Pegomastax (or whatever) for the snail rather than add a spawn point?

NPCReplacements=(FromClassName="Pegomastax_Character_BP_C",ToClassName="BerryAchatina_Character_BP_C")
Leutian Kane  [developer] 31 Jan, 2017 @ 12:13am 
Yeah
Jean 16 Nov, 2017 @ 3:43am 
Hello, possible this code:

NPCReplacements=(FromClassName="Pegomastax_Character_BP_C",ToClassName="SmallBerryAchatina_Character_BP_C")

is operationel to Ragnarok?
Leutian Kane  [developer] 16 Nov, 2017 @ 7:11am 
as long as pegos spawn on rag it should work .
Jean 23 Nov, 2017 @ 12:26am 
Code not operationel, the Pegomastax not spawn, and the Small Berry Achatina not Spawn! The mod its compatible Ragnarok?
Leutian Kane  [developer] 23 Nov, 2017 @ 4:18pm 
mod is compatible with Ragnarok but ragnarok uses custom spawners so there in lies the conflict you need to find the list of Ragnarok spawners and add the snails in thru the game ini that way.
Jean 6 Jan, 2018 @ 3:12am 
Hello All

For those who are interested, here are the three code possibilities in Ragnarok:

The Alpha Berry replace with the Small Berry:
NPCReplacements=(FromClassName="BerryAchatina_Character_BP_C",ToClassName="SmallBerryAchatina_Character_BP_C")

The standard Achatina replace with the Small Berry:
NPCReplacements=(FromClassName="Achatina_Character_BP_C",ToClassName="SmallBerryAchatina_Character_BP_C")

Additional spawn code for the Small Berry:
ConfigAddNPCSpawnEntriesContainer=(NPCSpawnEntriesContainerClassString="DinoSpawnEntriesBeach_C",NPCSpawnEntries=( (AnEntryName="LKBeach",EntryWeight=1.0,NPCsToSpawnStrings=("SmallBerryAchatina_Character_BP_C"))), NPCSpawnLimits=10.0( (NPCClassString="SmallBerryAchatina_Character_BP_C",MaxPercentageOfDesiredNumToAllow=0.05)))

NPCSpawnLimits=10.0 and MaxPercentageOfDesiredNumToAllow=0.05 adjustable for smaller or hither Spawn
Last edited by Jean; 6 Jan, 2018 @ 5:34am
Charlie 23 May, 2019 @ 10:17am 
How would I go about replacing the default Achatina in extinction with these variants? I have no idea how to code or edit, but want to add them to my server EG: replace the vanilla snails with the small berry snails
Last edited by Charlie; 23 May, 2019 @ 11:46am
< >
Showing 1-8 of 8 comments
Per page: 1530 50