tgstation / FastDMM

A robust BYOND map editor
GNU General Public License v3.0
9 stars 13 forks source link
byond dm dreammaker mapeditor ss13 tgstation

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

Credits

Credits and thanks to original authors and contributors:

monster860 for creating FastDMM, the alternative map editor for BYOND.

factorsofx, Quantomicus, Chnkr, PJB3005, Cruix, hecksadecimal for contributing to FastDMM before tgstation

License

FastDMM is licensed under GNU GPL v3, with some exceptions which are marked as such.