-
Notifications
You must be signed in to change notification settings - Fork 38
Modding Tutorial
cheese3660 edited this page Feb 27, 2023
·
4 revisions
A modding tutorial for KSP2 + Space Warp
- Download the latest release of space warp
- Unpack the ZIP File
- Run the patcher program
- Run the ModTemplateGenerator python script in the package
- Provide all required fields
- Provide the SpaceWarp.dll file location in the release folder when it asks
- Provide the location to the KSP2 DLL when it asks
- Open up the .csproj file it generates under the project subfolder
- Look at the other pages on this wiki for the documentation of the separate files
- Switch Initialize() in the mod.cs file generated to OnInitialized() (Fixed in next version)
Fork this template Space Warp Example Mod Template