From 9909a132792e7039a10b8924fb6258adfc827d74 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jan=20Bure=C5=A1?= Date: Mon, 6 Mar 2023 00:18:44 +0100 Subject: [PATCH] Updated README with install instructions --- README.md | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 3e8277c..f40a85b 100644 --- a/README.md +++ b/README.md @@ -12,5 +12,12 @@ This project aims to bring together community bug fixes for Kerbal Space Program ## Planned fixes To see what fixes are planned to be implemented, you can visit the [Issues page](https://github.com/Bit-Studios/CommunityFixes/issues) on the project's GitHub. +## Installation +1. Download and extract [SpaceWarp 0.4+](https://github.com/SpaceWarpDev/SpaceWarp/releases) into your game folder - if you don't already have BepInEx installed, use the version `spacewarp-+bepinex.zip`. +2. Download and extract this mod into the game folder. If done correctly, you should have the following folder structure: `/BepInEx/plugins/community_fixes`. + +## Configuration +If you want to toggle any of the included fixes off, you can do so in game: `Main menu` -> `Mods` -> `Open Configuration Manager` -> `Community Fixes` + ## Development wiki -If you'd like to contribute to this project, please take a look at [our wiki](https://github.com/Bit-Studios/CommunityFixes/wiki/Adding-your-fix). \ No newline at end of file +If you'd like to contribute to this project, please take a look at [our wiki](https://github.com/Bit-Studios/CommunityFixes/wiki/Adding-your-fix).