0.4.0
cheese3660
released this
05 Mar 15:49
·
643 commits
to main
since this release
Space Warp 0.4.0 (The Big Switch)
Changelog
- Moved to being a KSP abstraction layer over BepInEx
- Added game state abstractions for mods to use
- Cleaned up the console UI
- Added feature that allows mods to add their own main menu buttons
- Added OAB app.bar support
- Cleaned up app.bar stuff somewhat
- Aded BepInEx.ConfigurationManager as a dependency and added a button in the mods UI to open it
- Added colors to the debug console, with fancy options to change them
- Packaged all dependencies with the release, including the licenses
- Packaged a default configuration for BepInEx that fixes an issue with the manager object not persisting
- Likely a few more things I forgot
Updating to 0.4.0
- Here is a guide on how to port your mod from pre 0.4 to post 0.4
Installation
- Installation is exactly the same as before, except bepinex is packaged w/ one of the zips, and bepinex.configurationmanager
Breaking Change
- This is obviously a breaking change for all mods pre-0.4.0
Future plans
- Next update should be semi-stable