Skip to content
master
Switch branches/tags
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
src
 
 
 
 
 
 
 
 
 
 

Starbound Mod Manager

####This project is no longer being developed and will not work with any version of Starbound beyond Enraged Koala (late beta). It's an old project and there are likely bugs that could lead to unwanted behavior of the application. Use at your own risk.

Starbound Mod Manager is just that: a mod manager for Starbound. Go figure. It's designed to be lightweight (well, as lightweight as Java gets, really) and take care of all the dirty work with installing mods. The focus is on ease of use and simplicity with more powerful features underneath.

Features

  • Drag and drop mod management
  • Automatic merging of conflicting mods
  • Compatibility with nearly every Starbound mod
  • Localization as simple as selecting it in a dropdown menu

Features to be Added

  • Theming and theme changing
  • Save data backups, including backups of mods used per save

Downloads

Can be found here!

Building

This project requires Maven.

To run the project from the command line:

mvn jfx:run

To build the project into a runnable .jar file:

mvn clean jfx:jar

To build the project into a native executable for your OS:

mvn clean jfx:native

Issues

If you find a bug or want a new feature, you can let me know in the following places:

Or you can help out by...

Contributing

If you'd like to fork the project and send a pull request my way with bug fixes or cool new features, feel free to! You'll get a spot on the contributors' list with a link to wherever you want.

License

This project is now licensed under the MIT license.