Skip to content

Commit

Permalink
Merge pull request #247 from SpaceWarpDev/Rexicon226-patch-2
Browse files Browse the repository at this point in the history
Update README.md
  • Loading branch information
cheese3660 authored Jul 23, 2023
2 parents 999d4c8 + efa537e commit 60c9956
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,9 +42,8 @@ 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.
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
2. Run `dotnet restore` inside the top directory to install the packages.
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.

Expand Down

0 comments on commit 60c9956

Please sign in to comment.