I am trying to add snow owls to the crystal isles map. I can not get the config code to generate any creatures. Does anyone know the correct way to put the code in the game.ini? Any help would be appreciated. The server is small for a few friends who run both steam and epic .
Adding dino spawns to Crystal Isles
-
- PC / Steam
- RSCamaro8969
- Closed
- Thread is marked as Resolved.
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!
-
-
Not sure, but typically when a new DLC comes out you have to wait for them to allow dinos to be added. They do block several at the beginning. They have done it will every DLC. If your code is correct, they will spawn. If it is not, then its not permitted yet.
-
Okay thank you. I was able to get snow owls and ice jumpers to spawn by playing with the coding.
-
Good to know those arent blocked. Thanks for sharing that update.
-
Okay thank you. I was able to get snow owls and ice jumpers to spawn by playing with the coding.
Mind sharing what that coding is? I managed to add in Gachas and Deinonychuses, but I can't get Snow Owls to work (or Velonosaurs).
-
Okay thank you. I was able to get snow owls and ice jumpers to spawn by playing with the coding.
Mind sharing what that coding is? I managed to add in Gachas and Deinonychuses, but I can't get Snow Owls to work (or Velonosaurs).
This is the code I used.
ConfigAddNPCSpawnEntriesContainer=(NPCSpawnEntriesContainerClassString="DinoSpawnEntriesSnowShoreline_PGM",NPCSpawnEntries=((AnEntryName="IceJumpers",EntryWeight=0.05,NPCsToSpawnStrings=("IceJumper_Character_BP_C")),(AnEntryName="SnowOwls",EntryWeight=0.09,NPCsToSpawnStrings=("Owl_Character_BP_C"))),NPCSpawnLimits=((NPCClassString="IceJumper_Character_BP_C",MaxPercentageOfDesiredNumToAllow=0.01),(NPCClassString="Owl_Character_BP_C",MaxPercentageOfDesiredNumToAllow=0.02)))
I had to lower the weights and numtoallow bc it spawned way to many Ice Jumpers. Hope that helps. Im still trying to spawn deathworms in the SE_badlands.
-
DOAGEN
Closed the thread.