ARK: Survival Evolved

ARK: Survival Evolved

ARK: Eternal | Deprecated (this means we dont update nor support it anymore)
Replacing the Ank and Doed with NOAC versions
Can you please help me with the correct lines for replacing the Ankylo and Doedicurus with the No Autocraft versions? I came up with the following, is this correct?

NPCReplacements=(FromClassName="Eternal_Ankylo_Character_BP.Eternal_Ankylo_Character_BP",ToClassName="Eternal_AnkyloNOAC_Character_BP.Eternal_AnkyloNOAC_Character_BP")

NPCReplacements=(FromClassName="Eternal_Doed_Character_BP.Eternal_Doed_Character_BP",ToClassName="Eternal_DoedNOAC_Character_BP.Eternal_DoedNOAC_Character_BP")

Also I would like to increase the spawnrate somewhat, as they are extremely rare and are getting killed before I can even find them. When I do find them, they are often lower level. Is it possible to make them spawn at higher levels?

Thanks for the help!
< >
Viser 1-3 af 3 kommentarer
D2Legend 17. okt. 2017 kl. 20:00 
I think i see the problem with your code. Try this:

NPCReplacements=(FromClassName=”Eternal_Ankylo_Character_BP_C”,ToClassName=”Eternal_Ankylo_NOAC_Character_BP_C”

NPCReplacements=(FromClassName=”Eternal_Doed_Character_BP_C”,ToClassName=”Eternal_Doed_NOAC_Character_BP_C”

Ok I tried this on my own server. It does NOT work. I just found the Auto Craft version. I need to know how to replace these as well. I hate to but the Auto Craft versions seem to cause my server to crash. Any help would be great.
Sidst redigeret af D2Legend; 18. okt. 2017 kl. 8:52
lvlyth 21. okt. 2017 kl. 10:32 
I add a container, might try that instead..

ConfigAddNPCSpawnEntriesContainer=(NPCSpawnEntriesContainerClassString="DinoSpawnEntriesBeach_C",NPCSpawnEntries=((AnEntryName="Eternal_AnkyloNOAC_Character_BP_C",EntryWeight=1.0,NPCsToSpawnStrings=("Eternal_AnkyloNOAC_Character_BP_C")),(AnEntryName="Eternal_DoedNOAC_Character_BP_C",EntryWeight=1.0,NPCsToSpawnStrings=("Eternal_DoedNOAC_Character_BP_C"))),NPCSpawnLimits=((NPCClassString="Eternal_AnkyloNOAC_Character_BP_C",MaxPercentageOfDesiredNumToAllow=0.02),(NPCClassString="Eternal_DoedNOAC_Character_BP_C",MaxPercentageOfDesiredNumToAllow=0.02)))
Sidst redigeret af lvlyth; 21. okt. 2017 kl. 10:32
Inflatablemouse 21. okt. 2017 kl. 10:53 
Thanks for your reply. I'll test it on the next restart of my server.
< >
Viser 1-3 af 3 kommentarer
Per side: 1530 50