ARK: Survival Evolved

ARK: Survival Evolved

View Stats:
Afr1canKiwi Oct 24, 2022 @ 6:47pm
need server coding for sinomacrops to spawn on fjordur
please help
< >
Showing 1-7 of 7 comments
🦊 Hermit Oct 24, 2022 @ 8:11pm 
ConfigAddNPCSpawnEntriesContainer is the one you need.

https://ark.wiki.gg/wiki/Server_configuration#Creature_Spawn_related
Afr1canKiwi Oct 24, 2022 @ 8:32pm 
Originally posted by 🦊 Hermit:
ConfigAddNPCSpawnEntriesContainer is the one you need.

https://ark.wiki.gg/wiki/Server_configuration#Creature_Spawn_related

no im look for a complete code so i can just copy and past it in my coding
🦊 Hermit Oct 24, 2022 @ 9:05pm 
I understand these configs can be a little difficult, but if you can learn how to compose them yourself then you'll be able to do so much more with your game in the future, and perhaps even help others too. Would you perhaps be willing to give it a try?
Afr1canKiwi Oct 24, 2022 @ 11:23pm 
Originally posted by 🦊 Hermit:
I understand these configs can be a little difficult, but if you can learn how to compose them yourself then you'll be able to do so much more with your game in the future, and perhaps even help others too. Would you perhaps be willing to give it a try?

ill give it a shot
🦊 Hermit Oct 25, 2022 @ 5:32am 
Big props to you for giving it a try^^ To make it a little easier, here's an example one from my own server that you could use as a template. All you would have to change is the fields, such as the ContainerClassString, the NPCsToSpawnStrings, the entry weight etc.

ConfigAddNPCSpawnEntriesContainer=(NPCSpawnEntriesContainerClassString="SE_DinoSpawnEntriesDunes_C",NPCSpawnEntries=((AnEntryName="BasilDesert",EntryWeight=0.02,NPCsToSpawnStrings=("Basilisk_Character_BP_C"))),NPCSpawnLimits=((NPCClassString="Basilisk_Character_BP_C",MaxPercentageOfDesiredNumToAllow=0.02)))

Here's a listing of some of the spawn containers on Fjord.

https://ark.fandom.com/wiki/Spawn_entries#Fjordur_[Incomplete]

And the creature ID listings for the sino spawn entry.

https://ark.wiki.gg/wiki/Creature_IDs
Alex Oct 25, 2022 @ 12:30pm 
Originally posted by 🦊 Hermit:
https://ark.fandom.com/wiki/Spawn_entries#Fjordur_[Incomplete]

That list is incomplete because Fandom is neither an official or a supported wiki. https://ark.wiki.gg/Spawn_entries has the full list.
🦊 Hermit Oct 25, 2022 @ 12:35pm 
Yeah I know, but the GG one never shows up in searches and navigating that site is a nightmare, so I just did the next best thing. Thanks for the link though^^
< >
Showing 1-7 of 7 comments
Per page: 1530 50

Date Posted: Oct 24, 2022 @ 6:47pm
Posts: 7