Difference between revisions of "Adding Custom Dino Spawns to a Sublevel"

From ARK Modding Wiki
Jump to navigation Jump to search
(REF)
Line 1: Line 1:
How to add custom dino spawns to your mod without any remapping. Makes mod load order irrelevant. Works with any map.
+
How to add custom dino spawns to your mod without any remapping. Makes mod load order irrelevant. Works with any map. You still need your original orange level file with the reference to your PrimalGameData.
 +
'''DO NOT REFERENCE A PRIMALGAMEDATA OR TESTGAMEMODE IN THE MAP EXTENSION. LEAVE IT SET TO NONE'''
 
[[Category:Tutorials]]
 
[[Category:Tutorials]]
 
== Create and modify Custom Dino Spawn Entry ==
 
== Create and modify Custom Dino Spawn Entry ==
Line 23: Line 24:
 
DinoSpawns13.PNG|Find "NPCZoneVolume_MyDinoSpawns" in the "Scene Outliner". The size settings you will need next step are contained here.
 
DinoSpawns13.PNG|Find "NPCZoneVolume_MyDinoSpawns" in the "Scene Outliner". The size settings you will need next step are contained here.
 
DinoSpawns14.PNG|Move and re-size as needed/desired. Select all 3 in "Scene Outliner" to move together. Save your sublevel NOT "TheIsland"
 
DinoSpawns14.PNG|Move and re-size as needed/desired. Select all 3 in "Scene Outliner" to move together. Save your sublevel NOT "TheIsland"
DinoSpawns16.PNG|Select your mod folder on left then put the name of your new sublevel along with your original level file in your mod folder in the "Maps" section of the cook window and select "Cook Island Extension" It will cook the related files from your mod folder.
+
MapExt.PNG|Select your mod folder on left then put the name of your new sublevel along with your original level file in your mod folder in the "Maps" section of the cook window (separated by a comma) and select "Cook Island Extension" It will cook the related files from your mod folder.
 
</gallery>
 
</gallery>
  

Revision as of 17:27, 19 November 2016

How to add custom dino spawns to your mod without any remapping. Makes mod load order irrelevant. Works with any map. You still need your original orange level file with the reference to your PrimalGameData. DO NOT REFERENCE A PRIMALGAMEDATA OR TESTGAMEMODE IN THE MAP EXTENSION. LEAVE IT SET TO NONE

Create and modify Custom Dino Spawn Entry

Tutorial by P0k3r

Create and add Custom Dino Entry to sublevel

You can add multiple spawn areas for the same dino by repeating the above steps and placing the zones in different areas.

You can also add multiple dino's to the same zone by adding the additional dino's to "NPCSpawn Entries Container"

You will need to "Guess-timate" (technical term) locations for maps other than TheIsland

Tutorial by P0k3r