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!
< >
Showing 1-3 of 3 comments
D2Legend 17 Oct, 2017 @ 8:00pm 
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.
Last edited by D2Legend; 18 Oct, 2017 @ 8:52am
lvlyth 21 Oct, 2017 @ 10:32am 
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)))
Last edited by lvlyth; 21 Oct, 2017 @ 10:32am
Inflatablemouse 21 Oct, 2017 @ 10:53am 
Thanks for your reply. I'll test it on the next restart of my server.
< >
Showing 1-3 of 3 comments
Per page: 1530 50