Aberration Dinos On The Center

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
  • I have been trying to add certain dino spawns to my server on The Center from Aberration so that i can replace certain creatures with them, and I can't figure out whats wrong with my .ini coding. Can anyone tell me whats wrong with it? My concern is the names of the spawns and maybe the spawn locations, as well as where the code should be separated into different lines, and if my code is missing any parenthesis, commas, = signs, or quotations; or if there are too many of any.


    ConfigAddNPCSpawnEntriesContainer(NPCSpawnEntriesContainerClassString="DinoSpawnEntriesMonsterIsland_C",NPCSpawnEntries=((AnEntryName="CrabSpawner",EntryWeight=0.50,NPCsToSpawnStrings=("Crab_Character_BP_C"))),NPCSpawnLimits=((NPCClassString="Crab_Character_BP_C",MaxPercentageOfDesiredNumToAllow=.25)))


    ConfigAddNPCSpawnEntriesContainer=(NPCSpawnEntriesContainerClassString="DinoSpawnEntriesRedwood_C",NPCSpawnEntries=((AnEntryName="Feroxspawn",EntryWeight=0.10,NPCsToSpawnStrings=("Shapeshifter_Small_Character_BP_C"))),NPCSpawnLimits=((NPCClassString="Shapeshifter_Small_Character_BP_C",MaxPercentageOfDesiredNumToAllow=.50)))


    ConfigAddNPCSpawnEntriesContainer=(NPCSpawnEntriesContainerClassString="DinoSpawnEntriesBeach_C",NPCSpawnEntries=((AnEntryName="ABOtterSpawner",EntryWeight=0.20,NPCsToSpawnStrings=("Otter_Character_BP_Aberrant_C")),(AnEntryName="LanternGoatMount",EntryWeight=0.20,NPCsToSpawnStrings=("LanternGoat_Character_BP_C")))NPCSpawnLimits=((NPCClassString="Otter_Character_BP_Aberrant_C",MaxPercentageOfDesiredNumToAllow=.50),(NPCClassString="LanternGoat_Character_BP_C",MaxPercentageOfDesiredNumToAllow=0.50)))


    NPCReplacements=(FromClassName="Microraptor_Character_BP_C",ToClassName="Shapeshifter_Small_Character_BP_C")


    NPCReplacements=(FromClassName="Pegomastax_Character_BP_C",ToClassName="Otter_Character_BP_Aberrant_C")


    NPCReplacements=(FromClassName="Saber_Character_BP_C",ToClassName="Crab_Character_BP_C")


    NPCReplacements=(FromClassName="Ichthyornis_Character_BP_C",ToClassName="LanternGoat_Character_BP_C")


    Any help would be greatly appreciated!

  • Edit: I got the otters and the shinehorns working by changing "ABOtterSpawner" to "ABOtterspawn" and "LanternGoatMount" to "Shinehorn". I was also wondering if DinoSpawnEntriesMonterIsland is for the lava island on The Center as a whole, or if it's an entirely different island?

  • I wish I knew how to help. But I was also trying to add certain creatures to the center map as well. If you don’t mind me asking. What is the exact config to get the shine horn to spawn. I have tried using your code with the changes you said you made and I can’t get it to work. Is it the whole config code along with the Dino replacement at the bottom?