Skip to content

Commit

Permalink
Merge pull request #3 from ThePhaseCat/patch-1
Browse files Browse the repository at this point in the history
fixed grammer stuff
  • Loading branch information
trainb0y authored Apr 7, 2022
2 parents 1c3589f + 99664db commit c6e82ca
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
# PyMultibound

Yet another Multibound-ish thing for Starbound. This lets you create and manage Starbound "profiles"
letting you easily control what mods and what universe are active at what time.
letting you easily control what mods and what universe are active at what time. (Basically different saves)

Although it is stable enough that I use it, it is a work in progress and **probably has MANY BUGS.** If you find a bug,
Although it is stable enough that I use it, it is a work in progress and **probably has MANY, MANY BUGS.** If you find a bug,
please report it on the GitHub page.

## Steam Workshop support

PyMultibound supports steam workshop mods as part of profiles, but not in a conventional manner. On profile creation it
PyMultibound supports steam workshop mods as part of profiles, but not in a conventional manner. On profile creation, it
optionally scans the currently installed workshop mods, and takes the `contents.pak`
of each mod, renames it to `workshop-mod-<id>.pak` and groups it with the manually installed mods. It is then safe to
unsubscribe to your subscribed workshop mods; they are now part of the profile and will be loaded when the profile is
Expand All @@ -34,4 +34,4 @@ This currently works on Windows and Linux. If you're on Linux, you'll have to ch
the default Windows location.

I have no way to test on a Mac, and it probably won't work out of the box.
Chances are most of `util.py` would have to be changed.
Chances are most of `util.py` would have to be changed.

0 comments on commit c6e82ca

Please sign in to comment.