From fac99eff26f4c034997b95b72880cadba3cef4c0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jan=20Bure=C5=A1?= Date: Fri, 26 May 2023 06:01:13 +0200 Subject: [PATCH 1/2] Added instructions to install UitkForKsp2 --- .github/README.md | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/.github/README.md b/.github/README.md index 5b07a8c8..afdcef27 100644 --- a/.github/README.md +++ b/.github/README.md @@ -19,9 +19,13 @@ If you for some reason want to manually install it, here are the instructions: Note: *Don't worry about the BepInEx installation, it already comes in the zip folder!* -Download the latest release from this page under the [Releases](https://github.com/SpaceWarpDev/SpaceWarp/releases) section above. +Download the latest release of [UITK for KSP 2](https://github.com/jan-bures/UitkForKsp2/releases). -Drag the contents of the .zip folder into your KSP2 directory, commonly located at `C:\Program Files (x86)\Steam\steamapps\common\Kerbal Space Program 2`. +Drag the contents of the .zip file into your KSP2 directory, commonly located at `C:\Program Files (x86)\Steam\steamapps\common\Kerbal Space Program 2`. + +Download the latest Space Warp release from this page under the [Releases](https://github.com/SpaceWarpDev/SpaceWarp/releases) section above. + +Once again, drag the contents of the .zip file into your KSP2 directory, commonly located at `C:\Program Files (x86)\Steam\steamapps\common\Kerbal Space Program 2`. In the case of installing on Linux under Wine/Proton, you need to override winhttp DLL in winecfg, as described [in BepInEx documentation](https://docs.bepinex.dev/articles/advanced/proton_wine.html). From d1b7102ab29aba3e8472c8f5ec65f69d6907de1a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jan=20Bure=C5=A1?= Date: Fri, 26 May 2023 06:03:16 +0200 Subject: [PATCH 2/2] Better wording for install instructions --- .github/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/README.md b/.github/README.md index afdcef27..e3488933 100644 --- a/.github/README.md +++ b/.github/README.md @@ -21,11 +21,11 @@ Note: *Don't worry about the BepInEx installation, it already comes in the zip f Download the latest release of [UITK for KSP 2](https://github.com/jan-bures/UitkForKsp2/releases). -Drag the contents of the .zip file into your KSP2 directory, commonly located at `C:\Program Files (x86)\Steam\steamapps\common\Kerbal Space Program 2`. +Drag the contents of UitkForKsp2's .zip file into your KSP2 directory, commonly located at `C:\Program Files (x86)\Steam\steamapps\common\Kerbal Space Program 2`. Download the latest Space Warp release from this page under the [Releases](https://github.com/SpaceWarpDev/SpaceWarp/releases) section above. -Once again, drag the contents of the .zip file into your KSP2 directory, commonly located at `C:\Program Files (x86)\Steam\steamapps\common\Kerbal Space Program 2`. +Drag the contents of Space Warp's .zip file into your KSP2 directory, commonly located at `C:\Program Files (x86)\Steam\steamapps\common\Kerbal Space Program 2`. In the case of installing on Linux under Wine/Proton, you need to override winhttp DLL in winecfg, as described [in BepInEx documentation](https://docs.bepinex.dev/articles/advanced/proton_wine.html).