Author Topic: What are the steps to generate a new spawn orb thingy?  (Read 1317 times)

What are the exact steps to generate a new spawn orb for new maps?

You cant make it in f11 you have to hard code it into a .mis file.
Better yet go into Bedroom.mis file and ctrl+f Hex
« Last Edit: February 24, 2009, 05:25:21 AM by Jimmg »

Open mission editor.
Go to Shapes->Misc->Spawnspheremarker.
Place it where you want it.
See that little number on it in the editor? Remember that number.
Open the console.
Type:
   PlayerDropPoints.add(####);
 Replacing the #### with that number from the editor.
Self Delete a few times to test. You may need to use f7 to respawn.

Didn't know that jetz :o