Skip to content
This repository has been archived by the owner on Jul 22, 2020. It is now read-only.

RunningDroid/Starbound-Mod-Installer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 

Repository files navigation

Starbound Mod Installer (sbmi)

A mod installer for Starbound

Starbound Mod Installer is no longer functional

The way Starbound handles mods changed a while back (before release) and I don't play it anymore.

Usage:

Adding Mods:

$ sbmi -a 'First Awesome Mod.zip' Second_Awesome_Mod.rar "Third Awesome Mod.7z"
Adding First Awesome Mod
Adding Second Awesome Mod
Adding Third Awesome Mod
$ sbmi --add really\ awesome\ mod.rar'
Adding Really Awesome Mod

Listing Installed Mods:

$ sbmi -l
First Awesome Mod
Second Awesome Mod
Third Awesome Mod
Really Awesome Mod
sbmi --list
First Awesome Mod
Second Awesome Mod
Third Awesome Mod
Really Awesome Mod

Removing Mods:

$ sbmi -r "First Awesome Mod" 'Second Awesome Mod'
Removing First Awesome Mod
Removing Second Awesome Mod
$ sbmi --remove 'Third Awesome Mod'
Removing Third Awesome Mod

About

A mod installer for Starbound written in Lua

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages