From 3f50142456cbb3a1204e8bc010a3f65607e64e59 Mon Sep 17 00:00:00 2001 From: David <87927264+Rexicon226@users.noreply.github.com> Date: Sat, 22 Jul 2023 00:07:26 -0700 Subject: [PATCH 1/2] Update README.md --- .github/README.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/README.md b/.github/README.md index 2a10d138..09f52f5d 100644 --- a/.github/README.md +++ b/.github/README.md @@ -42,8 +42,7 @@ That should be it, you can now launch the game and enjoy! To compile this project, you will need to follow these steps: 1. Install NuGet -2. Run `nuget restore` inside the top directory to install the packages. -3. Copy everything in the `Kerbal Space Program 2\KSP2_x64_Data\Managed` folder into the `external_dlls/` folder. +2. Run `dotnet restore` inside the top directory to install the packages. 4. Run one of the build scripts (see below for more info) and copy the contents from the correct build output directory into the KSP2 root director Mods are currently implemented as monobehaviours with two fields: a `Logger` for logging and a `Manager` that points to Spacewarp. A mod template generator exists as a Python script. From efa537ef3fbae6024a2525632a2489761ec2738b Mon Sep 17 00:00:00 2001 From: David <87927264+Rexicon226@users.noreply.github.com> Date: Sat, 22 Jul 2023 00:08:52 -0700 Subject: [PATCH 2/2] dumb #1 --- .github/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/README.md b/.github/README.md index 09f52f5d..bce34586 100644 --- a/.github/README.md +++ b/.github/README.md @@ -43,7 +43,7 @@ To compile this project, you will need to follow these steps: 1. Install NuGet 2. Run `dotnet restore` inside the top directory to install the packages. -4. Run one of the build scripts (see below for more info) and copy the contents from the correct build output directory into the KSP2 root director +3. Run one of the build scripts (see below for more info) and copy the contents from the correct build output directory into the KSP2 root director Mods are currently implemented as monobehaviours with two fields: a `Logger` for logging and a `Manager` that points to Spacewarp. A mod template generator exists as a Python script.