Build Status

FastDMM

FastDMM is an alternative map editor for BYOND that is designed to be more flexible.

Features

Requirements

Usage

Building FastDMM.

FastDMM uses Gradle for its dependency management!

The project uses the us.kirchmeier.capsule plugin for packing the source and dependencies into a fully runnable JAR. Use this to generate a jar, which will reside in /build/libs:

gradlew fatCapsule

In order to run the project you can replace gradle fatCapsule with gradle run, as shown below.

gradlew run

License

FastDMM is licensed under the GNU General Public License version 3 (GPLv3), with some exceptions which are marked as such.