diff --git a/Readme.md b/Readme.md index 8b78824..14ea8ba 100644 --- a/Readme.md +++ b/Readme.md @@ -5,23 +5,23 @@ Space Station 14 launcher with client-side modding/patching support. ### Changes * **Integration with the Harmony patching library.** -* * Abilitiy to patch everything on the client side including shared. +* * Full functionality regarding anything in client/shared content/engine assemblies. * Enabled multiaccount * * Tokens are updated only on connect or account switch to evade alt detection * Locally change username for screenshots (This doesn't change your username in-game) -* ~~Violated MVVM~~ * Marsey. +### Contributing +If you have any feature you want added to the main repository you are free to submit a pull request. ### Setting up - - 1. Build solution 2. Run "SS14.Launcher" ### Running 1. Download release -2. Start the game from exe +2. Extract launcher +3. Start the loader ### Patching Marseyloader uses the [Harmony](https://github.com/pardeike/Harmony) patching library. Introduction for the library is provided [here](https://harmony.pardeike.net/) and documentation [here](https://harmony.pardeike.net/articles/intro.html).