Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/main'
Browse files Browse the repository at this point in the history
  • Loading branch information
cheese3660 committed Feb 27, 2023
2 parents 2f8b45d + 7e0768c commit f202237
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,11 @@ Note: Use at your own risk, as this is an early version that is expected to unde

To compile this project, you will need to follow these steps:

1. Copy everything in the `Kerbal Space Program 2\KSP2_x64_Data\Managed` folder into the `external_dlls/` folder.
2. 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 directory.
3. Launch KSP2 and wait until the title screen appears. You should see a mods folder under the `SpaceWarp` folder.
4. Drag any mods that follow the structure below into that mods folder.
1. Install NuGet
2. Copy everything in the `Kerbal Space Program 2\KSP2_x64_Data\Managed` folder into the `external_dlls/` folder.
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 directory.
4. Launch KSP2 and wait until the title screen appears. You should see a mods folder under the `SpaceWarp` folder.
5. Drag any mods that follow the structure below into that mods folder.

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 f202237

Please sign in to comment.