Migrating from SpaceWarp 1.x
Redux features a brand new version of SpaceWarp. While it's all shiny and cool, it breaks support with older versions. Now you're probably wondering: How do I migrate to SpaceWarp 2.x? This guide is for you.
What's different?
Since Redux has SpaceWarp built-in, there's no need to have BepInEx anymore. This means all mods get stored in a dedicated Mods folder in the main KSP2 directory called "mods".
API
SpaceWarp2 now has following decorators:
GeneralMod
MonoBehaviourMod
KerbalMod. (technically a Redux thing) It has access to useful game classes like Game, Assets, Messages, etc.