Skip to content
bobsayshilol edited this page Mar 27, 2014 · 1 revision

If you want to make a map there's 4 things you need to do to make it playable:

1:

Make the map. This bit is the hardest.

2:

Add a Plane with the tag LevelSpawn where you want the players to spawn. This marks out an area in which players will spawn randomly.

3:

Add a GameObject with the tag LevelBottom at the lowest point on your map - ie the point at which you want players to be reset back to the spawn. This object can be as small as you want since the game only relies on the height of the object and not what it looks like. For demonstration purposes I have made it look like a large plane under the map in level_full.

4:

Add a line to config.xml with your level name in the format <Map>my_level_name</Map>.

And that's it. You have now made and added your map to the game.