Skip to content

0.4.0

Compare
Choose a tag to compare
@cheese3660 cheese3660 released this 05 Mar 15:49
· 643 commits to main since this release
8447261

Space Warp 0.4.0 (The Big Switch)

Changelog

  1. Moved to being a KSP abstraction layer over BepInEx
  2. Added game state abstractions for mods to use
  3. Cleaned up the console UI
  4. Added feature that allows mods to add their own main menu buttons
  5. Added OAB app.bar support
  6. Cleaned up app.bar stuff somewhat
  7. Aded BepInEx.ConfigurationManager as a dependency and added a button in the mods UI to open it
  8. Added colors to the debug console, with fancy options to change them
  9. Packaged all dependencies with the release, including the licenses
  10. Packaged a default configuration for BepInEx that fixes an issue with the manager object not persisting
  11. Likely a few more things I forgot

Updating to 0.4.0

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