Tile Editor

Create jumping puzzles and add secrets to your maps!

This simple command line tool allows artists and map designers to change access, sound response, and elevation of tiles in Conquer Online. In the game, each coordinate in the game represents a tile which a player can jump to or walk on. Being able to change how players interact with tiles allows map designers to create jumping puzzles, prevent abuse of PVP games, etc.

Using the tool is pretty simple. Tiles are given an associated X and Y coordinate. The tool accepts options for setting tile properties. Since the tool directly modifies the map file, I recommend creating a backup before making any changes. See the following examples below for running the tool from a terminal.

Examples

$ floor -?

$ floor desert.dmap 400 400
$ floor desert.dmap -elevation 100 400 400