An open API service indexing awesome lists of open source software.

https://github.com/technius/starbound-mod-toolkit

Tool used for creating mods for the game Starbound
https://github.com/technius/starbound-mod-toolkit

Last synced: about 1 year ago
JSON representation

Tool used for creating mods for the game Starbound

Awesome Lists containing this project

README

          

Starbound-Mod-Toolkit
=====================

The Starbound Mod Toolkit (SMT) is a tool used for creating mods for the game Starbound. SMT is written in Java, and is therefore cross-platform.

Starbound forums link: http://community.playstarbound.com/index.php?threads/starbound-mod-toolkit.60704/

Starbound is a trademark of Chucklefish LTD. Starbound Mod Toolkit is in no way affiliated with Chucklefish LTD.

License
-------
The source code is licensed under the LGPLv3. You may use and distribute the executable as long as you comply with Chucklefish's terms of service.

Compiling
---------
Requirements: Git, Maven 3, Java 7 Update 9 or higher

If you haven't already, copy jfxrt.jar in your Java installation into the ext folder. Don't do anything if jfxrt.jar is already in the ext folder.

Run the following commands in the console:
1. git clone https://github.com/Technius/Starbound-Mod-Toolkit.git
2. cd Starbound-Mod-Toolkit
2. mvn jfx:jar