Welcome to The Forum

Register now to gain access to all of our features. Once registered and logged in, you will be able to create topics, post replies and more


Spawning


Recommended Posts

Alright I was able to add Griffin spawns to the island... but i also wanted golems

 "ConfigAddNPCSpawnEntriesContainer=(NPCSpawnEntriesContainerClassString="DinoSpawnEntriesMountain_C",NPCSpawnEntries=((AnEntryName="GriffSpawner",EntryWeight=0.1,NPCsToSpawnStrings=("Griffin_Character_BP_C"))),NPCSpawnLimits=((NPCClassString="Griffin_Character_BP_C",MaxPercentageOfDesiredNumToAllow=1.0)))"

 

the highlighted red text i cannot figure out what to change it too is it golemspawner elemental or rock golem i have no clue maybe an admin can let us know

Share this post


Link to post
Share on other sites

Alright I was able to add Griffin spawns to the island... but i also wanted golems

 "ConfigAddNPCSpawnEntriesContainer=(NPCSpawnEntriesContainerClassString="DinoSpawnEntriesMountain_C",NPCSpawnEntries=((AnEntryName="GriffSpawner",EntryWeight=0.1,NPCsToSpawnStrings=("Griffin_Character_BP_C"))),NPCSpawnLimits=((NPCClassString="Griffin_Character_BP_C",MaxPercentageOfDesiredNumToAllow=1.0)))"

 

the highlighted red text i cannot figure out what to change it too is it golemspawner elemental or rock golem i have no clue maybe an admin can let us know

 The red text is just a way to identify the spawn on your code... You should change the Griffin_Character_BP_C

 

Put this code in your game.ini and Rock Golem will spawn at the Mountains, Griffins at the Grassland

 

ConfigAddNPCSpawnEntriesContainer=(NPCSpawnEntriesContainerClassString="DinoSpawnEntriesGrassland_C",NPCSpawnEntries=((AnEntryName="Griffin",EntryWeight=0.1,NPCsToSpawnStrings=("Griffin_Character_BP_C"))),NPCSpawnLimits=((NPCClassString="Griffin_Character_BP_C",MaxPercentageOfDesiredNumToAllow=0.05)))
ConfigAddNPCSpawnEntriesContainer=(NPCSpawnEntriesContainerClassString="DinoSpawnEntriesMountain_C",NPCSpawnEntries=((AnEntryName="RockGolem",EntryWeight=0.05,NPCsToSpawnStrings=("RockGolem_Character_BP_C"))),NPCSpawnLimits=((NPCClassString="RockGolem_Character_BP_C",MaxPercentageOfDesiredNumToAllow=0.01)))

Share this post


Link to post
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...