ARK: Survival Evolved

ARK: Survival Evolved

All you can Eat Snail (V 0.5)(Open Sourced)
 此主题已被置顶,因此可能具有重要性
Leutian Kane  [开发者] 2017 年 1 月 30 日 下午 10:55
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.
< >
正在显示第 1 - 8 条,共 8 条留言
RogueRunner 2017 年 1 月 31 日 上午 12:08 
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  [开发者] 2017 年 1 月 31 日 上午 12:13 
Yeah
Jean 2017 年 11 月 16 日 上午 3:43 
Hello, possible this code:

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

is operationel to Ragnarok?
Leutian Kane  [开发者] 2017 年 11 月 16 日 上午 7:11 
as long as pegos spawn on rag it should work .
Jean 2017 年 11 月 23 日 上午 12:26 
Code not operationel, the Pegomastax not spawn, and the Small Berry Achatina not Spawn! The mod its compatible Ragnarok?
Leutian Kane  [开发者] 2017 年 11 月 23 日 下午 4:18 
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 2018 年 1 月 6 日 上午 3:12 
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
最后由 Jean 编辑于; 2018 年 1 月 6 日 上午 5:34
Charlie 2019 年 5 月 23 日 上午 10:17 
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
最后由 Charlie 编辑于; 2019 年 5 月 23 日 上午 11:46
< >
正在显示第 1 - 8 条,共 8 条留言
每页显示数: 1530 50