Making a new forum post as I am the other lead dev of Space Warp, and I have more time for updating forums and such
Space Warp 0.3.0
Space Warp is a modloader for Kerbal Space Program 2 that supports loading C# based mods, and has the infrastructure in place for part modding as well (it has been tested, just the documentation is in progress)
Links
BepInEx version space dock
Standalone version space dock
Source code (MIT License)
Features
Loading C# based mods into KSP2
Using either compiled dlls, or runtime compilation with Roslyn
Dependency Checking
Can specify a min and max version of a dependency, and of Kerbal Space Program 2
Asset bundle support
Supports loading asset bundles for mods to use
Configuration
Has an inbuilt mod configuration system and window system
Fancy UI Stuff
Has an inbuilt stockalike UI skin for mods to use
Addressables support
Has an addressables loader that integrates with KSP 2 (Necessary for part modding)
Localization support
Also loads localization files for KSP 2 (Necessary for part modding)
Appbar integration
Adds ability for mods to integrate their own toolbar into the "app.bar" (just in flight for now, but more places in progress)
How do I?
Install Space Warp
It is recommended to use the BepInEx version of space warp as that provides the most compatibility with other mods
Install BepInEx if using the bepinex version
Download the zip file from space dock, and extract it into the directory where KSP2_x64.exe is located, this should create a SpaceWarp folder and a Mods folder under that if done correctly
Install mods for space warp
It depends on the mod, if it is a zip file with a space warp folder extract that into the root directory, otherwise put the folder under the mod into SpaceWarp/Mods
Create mods for space warp
You can start with using TemplateGenV2.py on the Release page for space warp, this sets up the csproj and folder structure necessary for either Roslyn compiled mods or DLL mods
The wiki has some resources for space warp modding but needs updating
You can also ask on the KSP2 Modding Society Discord for help with modding