adding dino's to scorched earth

Dear forum members,
for some time now we have been creating and maintaining new ways to help game server admins with questions and problems as quickly as possible, e.g. our Guides section and the Nitrado Community Discord.

Therefore, we inform you that the Nitrado Forum will be closed on March 31, 2023. We are consolidating our community support to our Discord channel, which is faster and more efficient. We have also seen incredible growth in our community due to the hard work of our moderators and our bots. We are confident that this move will ensure that we provide the best support possible for our users.

Thank you to all members for your continued use of the forum!

Assistance with all questions concerning your Nitrado service can now be found in these spots:
Community Discord: https://discord.gg/nitrado
Guides section: https://server.nitrado.net/guides
Support Wizard: https://support.nitrado.net
  • So me and my significant other rented out some servers recently and figured out we could add dinos to scorched earth from other maps, so naturally i added out favorit dinos for utility or just some really cool dinos in general and most of them work but some of them i cant figure out the issue. i know for a fact that the aberrant raptors, bulbdogs, quetz, enforcers, and reaper queen work as ive seen them all spawn naturally, but i cant seem to find any snow owls, gasbags, or crystal wyverns. if anyone can figure out the issue heres my code that doesnt work with some samples of code that does

    works for sure:


    ConfigAddNPCSpawnEntriesContainer=(NPCSpawnEntriesContainerClassString="SE_DinoSpawnEntriesOasis_C",NPCSpawnEntries=((AnEntryName="Enforcer_Oasis",EntryWeight=1.0,NPCsToSpawnStrings=("Enforcer_Character_BP_C"))),NPCSpawnLimits=((NPCClassString="Enforcer_Character_BP_C",MaxPercentageOfDesiredNumToAllow=0.1)))


    ConfigAddNPCSpawnEntriesContainer=(NPCSpawnEntriesContainerClassString="SE_DinoSpawnEntriesMountain_C",NPCSpawnEntries=((AnEntryName="Enforcer_Mountains",EntryWeight=1.0,NPCsToSpawnStrings=("Enforcer_Character_BP_C"))),NPCSpawnLimits=((NPCClassString="Enforcer_Character_BP_C",MaxPercentageOfDesiredNumToAllow=0.1)))

    ConfigAddNPCSpawnEntriesContainer=(NPCSpawnEntriesContainerClassString="SE_DinoSpawnEntriesDunes_C",NPCSpawnEntries=((AnEntryName="Questz_Dunes",EntryWeight=0.05,NPCsToSpawnStrings=("Quetz_Character_BP_C"))),NPCSpawnLimits=((NPCClassString="Quetz_Character_BP_C",MaxPercentageOfDesiredNumToAllow=0.05)))

    not sure:


    ConfigAddNPCSpawnEntriesContainer=(NPCSpawnEntriesContainerClassString="SE_DinoSpawnEntriesSandworm_C",NPCSpawnEntries=((AnEntryName="RockDrake_sandWorm",EntryWeight=0.01,NPCsToSpawnStrings=("RockDrake_Character_BP_Corrupt_C"))),NPCSpawnLimits=((NPCClassString="RockDrake_Character_BP_Corrupt_C",MaxPercentageOfDesiredNumToAllow=0.05)))


    doesnt work at all:
    w

    ConfigAddNPCSpawnEntriesContainer=(NPCSpawnEntriesContainerClassString="SE_DinoSpawnEntriesMountain_C",NPCSpawnEntries=((AnEntryName="CrystWyv_Mountains",EntryWeight=0.1,NPCsToSpawnStrings=("CrystalWyvern_Character_BP_Base_C"))),NPCSpawnLimits=((NPCClassString="CrystalWyvern_Character_BP_Base_C",MaxPercentageOfDesiredNumToAllow=0.1)))


    ConfigAddNPCSpawnEntriesContainer=(NPCSpawnEntriesContainerClassString="SE_DinoSpawnEntriesMountain_C",NPCSpawnEntries=((AnEntryName="CrystWyvBlood_Mountains",EntryWeight=0.1,NPCsToSpawnStrings=("CrystalWyvern_Character_BP_Blood_C"))),NPCSpawnLimits=((NPCClassString="CrystalWyvern_Character_BP_Blood_C",MaxPercentageOfDesiredNumToAllow=0.1)))


    ConfigAddNPCSpawnEntriesContainer=(NPCSpawnEntriesContainerClassString="SE_DinoSpawnEntriesMountain_C",NPCSpawnEntries=((AnEntryName="CrystWyvEmber_Mountains",EntryWeight=0.1,NPCsToSpawnStrings=("CrystalWyvern_Character_BP_Ember_C"))),NPCSpawnLimits=((NPCClassString="CrystalWyvern_Character_BP_Ember_C",MaxPercentageOfDesiredNumToAllow=0.1)))


    ConfigAddNPCSpawnEntriesContainer=(NPCSpawnEntriesContainerClassString="SE_DinoSpawnEntriesMountain_C",NPCSpawnEntries=((AnEntryName="CrystWyv_tropical_Mountains",EntryWeight=0.1,NPCsToSpawnStrings=("CrystalWyvern_Character_BP_WS_C"))),NPCSpawnLimits=((NPCClassString="CrystalWyvern_Character_BP_WS_C",MaxPercentageOfDesiredNumToAllow=0.1)))


    ConfigAddNPCSpawnEntriesContainer=(NPCSpawnEntriesContainerClassString="SE_DinoSpawnEntriesDunes_C",NPCSpawnEntries=((AnEntryName="GasBag_Dunes",EntryWeight=0.5,NPCsToSpawnStrings=("GasBags_Character_BP_C"))),NPCSpawnLimits=((NPCClassString="GasBags_Character_BP_C",MaxPercentageOfDesiredNumToAllow=0.1)))


    ConfigAddNPCSpawnEntriesContainer=(NPCSpawnEntriesContainerClassString="SE_DinoSpawnEntriesOasis_C",NPCSpawnEntries=((AnEntryName="Ptero_Oasis",EntryWeight=1.0,NPCsToSpawnStrings=("Ptero_Character_BP_C"))),NPCSpawnLimits=((NPCClassString="Ptero_Character_BP_C",MaxPercentageOfDesiredNumToAllow=0.1)))


    ConfigAddNPCSpawnEntriesContainer=(NPCSpawnEntriesContainerClassString="SE_DinoSpawnEntriesMountain_C",NPCSpawnEntries=((AnEntryName="SnowOwl_Mountains",EntryWeight=1.0,NPCsToSpawnStrings=("Owl_Character_BP_C"))),NPCSpawnLimits=((NPCClassString="Owl_Character_BP_C",MaxPercentageOfDesiredNumToAllow=0.1)))