From 87dea604ffbca03c4ebd6d6503ee3a5b05b6df3e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jan=20Bure=C5=A1?= Date: Mon, 6 Mar 2023 03:38:57 +0100 Subject: [PATCH 1/2] Added README.md entry for KSP 2 Save Fix --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index f40a85b..2d4ee12 100644 --- a/README.md +++ b/README.md @@ -8,6 +8,7 @@ This project aims to bring together community bug fixes for Kerbal Space Program ## Implemented fixes - **Separation CommNet Fix** by [munix](https://github.com/jan-bures) - Fixes CommNet disconnecting after separating two controllable vessels. - **Sticky Orbit Markers** by [munix](https://github.com/jan-bures) - Makes Ap/Pe and other orbit markers stay pinned when plotting a maneuver. +- **KSP 2 Save Fix** by [jayouimet](https://github.com/jayouimet) - Replaces the Control Owner Part to the first available Command module or to the Root part if not found when it is set to null. ## 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. From ac2a58be9230fd402b721ee72b3d6e54729a9b40 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jan=20Bure=C5=A1?= Date: Mon, 6 Mar 2023 05:14:45 +0100 Subject: [PATCH 2/2] Updated README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 2d4ee12..623b7e7 100644 --- a/README.md +++ b/README.md @@ -18,7 +18,7 @@ To see what fixes are planned to be implemented, you can visit the [Issues page] 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` +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`. The changes will apply after restarting the game. ## 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).