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!