diff --git a/README.md b/README.md index 18ffaaf..daab328 100644 --- a/README.md +++ b/README.md @@ -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-.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 @@ -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. \ No newline at end of file +Chances are most of `util.py` would have to be changed.