Difference between revisions of "Creating Custom Maps"

From OBEY wiki
Jump to: navigation, search
Line 9: Line 9:
 
* Feed boxes will not work unless the the property on it called 'robo'  has a value that matches a the name of a Robosaru in the map
 
* Feed boxes will not work unless the the property on it called 'robo'  has a value that matches a the name of a Robosaru in the map
 
* Do not allow pits in the map which could trap players (this will require them to suicide which will penalize their points on some servers) until a terrain that kills bunnies is implemented
 
* Do not allow pits in the map which could trap players (this will require them to suicide which will penalize their points on some servers) until a terrain that kills bunnies is implemented
* Make sure that the edges of the map are made out of terrain that cannot be climbed. Gaps in the edge will allow Bunnies to walk off the edge and then underneath the map. Do pay attention to where High Grass is placed, and ensure it doesn't allow access to these rim walls.
+
* Make sure that the edges of the map are made out of terrain that cannot be climbed. Gaps in the edge will allow Bunnies to walk off the edge of the map and die . Do pay attention to where High Grass is placed, and ensure it doesn't allow access to these rim walls.
 
* '''Please note that obey is still in development and map elements and components will change as development progresses!'''
 
* '''Please note that obey is still in development and map elements and components will change as development progresses!'''
  
Line 15: Line 15:
 
'''HOW TO EDIT:'''
 
'''HOW TO EDIT:'''
 
*1) To create a map, start by opening one of the existing official maps in [http://mapeditor.org Tiled].  It has a lot of necessary elements that you won't have to recreate.
 
*1) To create a map, start by opening one of the existing official maps in [http://mapeditor.org Tiled].  It has a lot of necessary elements that you won't have to recreate.
*2) Once opened save it as your own.  It is recommended to save it as yourMapName01,  so that with each iteration other players who are helping you test they won't have to delete the older version (a server will not allow a client to connect if the client has a map with the same name that differs).
+
*2) Once opened save it as your own.  It is recommended to save it as yourMapName01,  so that with each iteration other players who are helping you test they won't have to delete the older version (a server will not allow a client to connect if the client has already has a map with the same name, but with different contents).
 
*3) Note that maps have two layers:  the object layer and the tile layer,  both visible on the upper right
 
*3) Note that maps have two layers:  the object layer and the tile layer,  both visible on the upper right
 
*4) '''Edit the terrain layer ONLY by using the terrain tool which looks like a little map icon at the top of the screen.''' [[File:terrainTool.png]]  This is important because it will keep your map from having seams and tile integration bugs.
 
*4) '''Edit the terrain layer ONLY by using the terrain tool which looks like a little map icon at the top of the screen.''' [[File:terrainTool.png]]  This is important because it will keep your map from having seams and tile integration bugs.

Revision as of 04:58, 14 April 2015

You can create custom maps for OBEY by using the free and open source Tiled map editor.


NOTES:

  • Maps should not exceed 99 tiles in either axis (or it will cause lighting bugs)
  • Large maps and maps with lots of forest areas will cause slowdown for players with older machines
  • All maps need one, and only one dropship location
  • Mines and Laser Walls cannot be placed near Sentries, so Sentries should be placed by Robosaru's entrance so that those items cannot be placed there. In maps with multiple robos, sentries are linked to the nearest robo.
  • Feed boxes will not work unless the the property on it called 'robo' has a value that matches a the name of a Robosaru in the map
  • Do not allow pits in the map which could trap players (this will require them to suicide which will penalize their points on some servers) until a terrain that kills bunnies is implemented
  • Make sure that the edges of the map are made out of terrain that cannot be climbed. Gaps in the edge will allow Bunnies to walk off the edge of the map and die . Do pay attention to where High Grass is placed, and ensure it doesn't allow access to these rim walls.
  • Please note that obey is still in development and map elements and components will change as development progresses!


HOW TO EDIT:

  • 1) To create a map, start by opening one of the existing official maps in Tiled. It has a lot of necessary elements that you won't have to recreate.
  • 2) Once opened save it as your own. It is recommended to save it as yourMapName01, so that with each iteration other players who are helping you test they won't have to delete the older version (a server will not allow a client to connect if the client has already has a map with the same name, but with different contents).
  • 3) Note that maps have two layers: the object layer and the tile layer, both visible on the upper right
  • 4) Edit the terrain layer ONLY by using the terrain tool which looks like a little map icon at the top of the screen. TerrainTool.png This is important because it will keep your map from having seams and tile integration bugs.