Space Warp 1.5.0
cheese3660
released this
10 Oct 21:28
·
246 commits
to main
since this release
New Features
- Message Bus System for inter/intra mod communication (Based off of implementation provided by @gotmachine)
- A public sound API
- An app button for the KSC main menu (made by @Falki-git)
- Details foldout for mods to put arbitrary UITK elements in their mod menu page (Example provided by SW itself)
- Incompatibility/conflict checking (provided in a new swinfo spec, spec 2.0)
- Semantic version based version checking (also provided in spec 2.0)
Fixes
- Fixed numerous bugs with the in game settings menu
- Fixed all mods being treated like SW mods when it comes to asset loading
Other Changes
- Refactored the API into a set of modules that are compiled to separate assemblies
- Removed the config file that was provided for BepInEx, as the fix it was doing has been moved to being run in a patch by spacewarp itself