Files


The world builder is included in the Tekkotsu tools/Mirage subdirectory. We provide our project as a set of Ruby script files, so you’ll also need the dependencies listed below to run it.

Dependencies


ruby - An interpreter of object-oriented scripting language Ruby.
rubygems - package management framework for Ruby libraries/applications
plist - Plist is a library to manipulate Property List files, also known as plists.

On Ubuntu 9.10 (our development environment), these programs can be obtained by running the following commands:
sudo apt-get install ruby
sudo apt-get install rubygems
sudo gem install plist

Usage


Tekkotsu/tools/WorldBuilder infile [outfile]
If outfile is not specified, the program defaults to saving its output to a file named infile.mirage in the infile’s directory.
Further information about the format of input files is given on the
Syntax page.