For Players
- - - - - - - - - - - -
Setup
- Install SMAPI
- Unpack QuickSave in your Mods Folder
- Start the game using the SMAPI Launcher
Multiplayer
This mod currently does not support multiplayer.
Mobile
QuickSave is being supported by NRTs Android SMAPI 4.3.2.1++
Mod Stability
QuickSave can be considered stable on its own.
Mod Compatibility
QuickSave significantly changes how the game is being saved and loaded.
Mods that rely on vanilla save/load events entirely might not be compatible.
QuickSave in most cases cannot easily establish mod compatibility on its own.
Most compatibilities have been enforced by manipulating mod data through reflection.
It is recommended that mod authors use the provided API to establish compatibility directly.
π’ Content Patcher: No issues encountered
π’ SpaceCore: Established compatibility through reflection in QS 1.3.0
π’ Unlockable Bundles: Reestablished support in 4.1.1
π’ PIF - Personal Rooms: Fully supported in 1.1.4
π’ Custom Farm Loader: Fully supported in 2.2.1
π’ UIInfoSuite 2: Fully supported in 2.3.7
π‘ Farm Type Manager (FTM): Improved support in 1.24.0. Forage intended to spawn once a day might spawn again when quickloading.
π’ Custom Companions: Established compatibility through reflection in QS 1.2.0
π’ Fishing Trawler: Established compatibility through reflection in QS 1.2.0
π’ Questable Tractor: Fully supported in 1.2.4
π’ Stardew Valley Expanded: No known issues in QS 1.2.0
π Pets Enhanced: Pets disappear on quickload and duplicate when sleeping.
π’ AutoGate: Full support has been announced for 1.3.4
π’ Swim - Continued: Mostly supported. Dive Fishies will disappear after quicksaving.
π‘ Stardew Druid: Compatibility has been added with 3.5.0, quicksaving/loading will supposedly behave similar to a day passing
π PolyamorySweet: Crash has been reported when quickloading in farmhouse with PolyamorySweet Rooms installed. Could not be replicated.
π’ Personal Combat Drone Redux: Improved compatibility through reflection in QS 1.3.0
π‘ DeepWoods: Established compatibility through reflection in QS 1.2.0. Saving in DeepWoods is restricted and saving/loading behaves similar to sleeping.
π’ LittleNPCs: Established compatibility through reflection in QS 1.3.0.
π’ Child Age Up: Established compatibility through reflection in QS 1.3.0.
π’ Stardio: Established compatibility through reflection in QS 1.3.0. It can still crash when items are on belts, but that's a bug of the mod itself.
π’ The Love of Cooking: Established compatibility through reflection in QS 1.3.0.
π’ Junimatic: Established compatibility through reflection in QS 1.3.0.
π‘ Deluxe Journal: Established compatibility through reflection in QS 1.3.0. Changes will persist permanently after quicksaving, since the data is not stored in the savefile.
π’Star Control: Improved compatibility through reflection in QS 1.4.0.
π’Star Control - CustomisationPlus: All patched functions are the same code whise as Star Control. Expected to work the same for QS.
π’Weapons on Display: Established compatibility through reflection in QS 1.3.1.
π’Bee Paths: Established compatibility through reflection in QS 1.4.0.
For Mod Authors
- - - - - - - - - - - -
QuickSave provides a C# API that you can use to add compatibility to your mod.
Mod Compatibility API