SpaceWarp 1.5.1
Build Status
Space Warp
Space Warp is a mod loader for Kerbal Space Program 2.
Note: Use at your own risk, as this is an early version that is expected to undergo many changes.
Installation
It is highly recommended to use CKAN Download Here to install Space Warp
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 of UITK for KSP 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 section above.
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.
To install the downloaded mods, simply drag them into the plugins folder location: C:\Program Files (x86)\Steam\steamapps\common\Kerbal Space Program 2\BepInEx\plugins
. Remember that mods don't go into the SpaceWarp plugin folder, they go along side with it in the BepInEx\plugins
folder.
That should be it, you can now launch the game and enjoy!
Compiling
To compile this project, you will need to follow these steps:
- Install NuGet
- Run
dotnet restore
inside the top directory to install the packages. - 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.
Mod Structure
The mod structure is still a work in progress. However, the current structure is as follows:
KSP2_Root_Folder/
├── BepInEx/
│ ├── Plugins/
│ │ ├── mod_id_folder_name/
│ │ │ ├── swinfo.json
│ │ │ ├── README.md
│ │ │ ├── assets/
│ │ │ │ ├── bundles/
│ │ │ │ │ ├── *.bundle
│ │ │ │ ├── images/
│ │ │ │ │ ├── *
│ │ │ ├── localizations/
│ │ │ │ ├── *.csv
│ │ │ ├── addressables/
│ │ │ │ ├── catalog.json
│ │ │ │ ├── *
│ │ │ ├── *.dll
Build Scripts
Each build scripts is essentially just a wrapper around python3 builder.py $@
. The actual builder code is in builder.py
.
Before running, open a terminal and cd
into the repo, then run pip install -r requirements.txt
to install the required dependencies (its just argparse
).
The build scripts are:
build.bat
for Windows, build.ps1
for Windows (Powershell), and build.sh
for Linux
The available arguments are:
-r
or--release
to build in release mode
When building, the build output will be in build/SpaceWarp
, and the compressed version will be build/SpaceWarp-[Debug|Release]-[commit].zip
.
Showing the top 20 packages that depend on SpaceWarp.
Packages | Downloads |
---|---|
NodeManager
Provides services for other mods needing to create, delete, and manage maneuver nodes
|
272 |
NodeManager
Provides services for other mods needing to create, delete, and manage maneuver nodes
|
167 |
NodeManager
Provides services for other mods needing to create, delete, and manage maneuver nodes
|
165 |
NodeManager
Provides services for other mods needing to create, delete, and manage maneuver nodes
|
162 |
NodeManager
Provides services for other mods needing to create, delete, and manage maneuver nodes
|
147 |
FlightPlan
Plan your (Space) Flight! Fly your Plan! Set up useful maneuver nodes to get you where you want to go
|
138 |
FlightPlan
Plan your (Space) Flight! Fly your Plan! Set up useful maneuver nodes to get you where you want to go
|
137 |
.NET Standard 2.0
- No dependencies.
Version | Downloads | Last updated |
---|---|---|
1.9.5 | 120 | 04/29/2024 |
1.9.4 | 142 | 02/26/2024 |
1.9.3 | 118 | 02/21/2024 |
1.9.2 | 191 | 02/09/2024 |
1.9.1 | 145 | 02/03/2024 |
1.9.0 | 347 | 01/31/2024 |
1.8.1 | 183 | 01/14/2024 |
1.8.0 | 776 | 01/12/2024 |
1.7.0 | 508 | 12/22/2023 |
1.6.0 | 386 | 12/03/2023 |
1.5.2 | 366 | 10/26/2023 |
1.5.1 | 155 | 10/24/2023 |
1.4.0 | 290 | 07/19/2023 |
1.3.1 | 169 | 07/10/2023 |
1.3.0 | 191 | 06/22/2023 |
1.2.0 | 196 | 05/21/2023 |
1.1.1 | 239 | 04/08/2023 |
1.0.1 | 160 | 03/30/2023 |