Calculation dinos from other maps

Nitrado now has an official Discord server to bring communities, friends and other gamers together!
Join the Nitrado Community Discord now and share your experiences and knowledge with others!

Click here to go to the Discord Server!

    • #one

    Hello everyone! I am new to hosting and coding. Nosotros are trying to add together spawns to our ragnarok map but can not get it to piece of work! Hither is our lawmaking, I'thousand hoping someone can point out what we did wrong so we tin endeavor to get it working. We desire to add much more but were starting with one until we got it.

    Nitrado expert settings active. In our game.ini nosotros put this at the first empty line we had

    ConfigAddNPCSpawnEntriesContainer=(NPCSpawnEntriesContainerClassString="DinoSpawnEntriesSwamp_C",NPCSpawnEntries=((AnEntryName="BasilskSpawner",EntryWeight=1,NPCsToSpawnStrings=("Basilisk_Character_BP_C"))),NPCSpawnLimits=((NPCClassString="Basilisk_Character_BP_C",MaxPercentageOfDesiredNumToAllow=1)))

    Nosotros also attempted both DinoSpawnEntriesSwamp and with the _C just couldn't go either to work.

    I realize the entry weight and percent will need to be adjusted for balance. We were just attempting to make certain they were actually spawning in. Whatsoever aid greatly appreciated!

    • #2

    Hello.

    Here are my codes I'thousand going through yours right now to see what the issue could be

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

    ConfigAddNPCSpawnEntriesContainer=(NPCSpawnEntriesContainerClassString="DinoSpawnEntriesCaveMegalo_C",NPCSpawnEntries=((AnEntryName="BasilCave",EntryWeight=0.01,NPCsToSpawnStrings=("Basilisk_Character_BP_C")),((NPCClassString="Basilisk_Character_BP_C",MaxPercentageOfDesiredNumToAllow=0.01)))

    ConfigAddNPCSpawnEntriesContainer=(NPCSpawnEntriesContainerClassString="DinoSpawnEntriesSwamp

    _C",NPCSpawnEntries=((AnEntryName="Basilswamp",EntryWeight=0.01,NPCsToSpawnStrings=("Basilisk_Character_BP_C")),((NPCClassString="Basilisk_Character_BP_C",MaxPercentageOfDesiredNumToAllow=0.01)))

    • #3

    ok I think i take information technology.

    C",NPCSpawnEntries=((AnEntryName="Basilswamp",EntryWeight=0.01,NPCsToSpawnStrings=("Basilisk_Character_BP_C")),((NPCClassString="Basilisk_Cha

    Remove the 3rd ) afterward basilisk character and also remove the spawn limits coding

    • #6

    do you hateful like this

    ConfigAddNPCSpawnEntriesContainer=(NPCSpawnEntriesContainerClassString="DinoSpawnEntriesSwamp_C",NPCSpawnEntries=((AnEntryName="BasilskSpawner",EntryWeight=1,NPCsToSpawnStrings=("Basilisk_Character_BP_C"))

    besides is the weight what determines the spawn % I am new to the ark nitrado coding

    • #7

    ConfigAddNPCSpawnEntriesContainer=(NPCSpawnEntriesContainerClassString="DinoSpawnEntriesSwamp_C",NPCSpawnEntries=((AnEntryName="BasilskSpawner",EntryWeight=1,NPCsToSpawnStrings=("Basilisk_Character_BP_C")) ,((NPCClassString="Basilisk_Character_BP_C",MaxPercentageOfDesiredNumToAllow=0.01)))

    Should exist merely like this. You lot merely had to add together the comma after the basilisk character and the other lawmaking under it

    Yes the weight and desired number to allow. I'll doudle check what each exactly does. I continue them pretty depression every bit to not over populate

    • #8

    That solved it, thanks then much! Was getting frustrating. Now to figure out how to add multiple new dinos in the same zone. Ugh this volition exist fun when it'due south done simply what a pain now.

    • #9

    That solved information technology, thank you so much! Was getting frustrating. Now to figure out how to add multiple new dinos in the aforementioned zone. Ugh this will be fun when it'due south done just what a hurting now.

    Make sure to take a look at those links I added to a higher place. Learning is the all-time role of it. You should be able to find the zones online and and then the dino names also

    • #10

    I looked at the link used this code beneath should the last 2 ) exist removed

    ConfigAddNPCSpawnEntriesContainer=(NPCSpawnEntriesContainerClassString="DinoSpawnEntriesSnow_C",NPCSpawnEntries=((AnEntryName="SO1",EntryWeight=0.2,NPCsToSpawnStrings=("Owl_Character_BP_C"))),NPCSpawnLimits=((NPCClassString="Owl_Character_BP_C",MaxPercentageOfDesiredNumToAllow=0.two))) ConfigAddNPCSpawnEntriesContainer=(NPCSpawnEntriesContainerClassString="SE_DinoSpawnEntriesCanyons_C",NPCSpawnEntries=((AnEntryName="VS",EntryWeight=0.2,NPCsToSpawnStrings=("Spindles_Character_BP_C"))),NPCSpawnLimits=((NPCClassString="Spindles_Character_BP_C",MaxPercentageOfDesiredNumToAllow=0.one)))

    • #11

    No simply if you look I had the same error you had all. The spawn limits and extra parenthesis earlier it. Whoops!

    Probably why if it wasnt working

    • #12

    Can you requite me a code that has multiple Dinos in the same region not sure which codes in the link are not correct

    • #13

    Can y'all requite me a code that has multiple Dinos in the same region not certain which codes in the link are not right

    The top portion of the add dinos code is already broken downward into region it will always be one of the first few lines of code.

    • #14

    For any with errors I'll have to go through the code after to double check

    • #15

    wasnt sure which ones had errors or not if that one is correct i will go off that lawmaking to exercise the rest

    • #xvi

    wasnt certain which ones had errors or not if that one is right i will go off that code to do the remainder

    I found the errors. Just missing a closed parenthesis in a couple places. If you lot requite me a few I can update them.

    Too here is a great as well DOAGEN just sent me over. Give it a look

    Dino Spawn Configuration Tool - Ark: Survival Evolved

    • #17

    I just take 1 word of advice if you program Karkinos on your rag map. I have set weights at 0.000000001 for swamp and have had thou'due south spawning. So i tried monkey island, once more couldn't fifty-fifty land without a lag tempest and ending up in claws. The only spot theyve spawned reasonably at has been center coulee, which I know the wiki has the zone id'south. My theory is that Spinos' are 1 of the few natural enemies and probably keep them in bank check.

    • #18

    let's jump into a private chat volition exist much easier to set stuff likewise. Shoot me over a bulletin if y'all want

    • #19

    I just accept one word of advice if you plan Karkinos on your rag map. I accept ready weights at 0.000000001 for swamp and have had 1000's spawning. Then i tried monkey island, over again couldn't even country without a lag tempest and catastrophe upward in claws. The just spot theyve spawned reasonably at has been center canyon, which I know the wiki has the zone id's. My theory is that Spinos' are one of the few natural enemies and probably keep them in bank check.

    Oh I left those off the map. They're death

    Besides no stone drakes they're useless without nests. And besides the man'southward they took over areas

    • #20

    Ive got manas semi balenced plus I enjoy them, I encounter about 8-x throughout my entire snowfall, they just appoint everything so they definitely get annoying at times.

    And I plant with admin cmnds how to spawn a drake nest but they dont stay lol unrender when you leave.