Stardew_Valley_Mods/GeneralMods/SaveAnywhere
28421f07ff Updated all mods to use most recent version of pathos netgu package and started work on StarAI for CS146 Game AI 2017-11-16 03:47:02 -08:00
..
Framework Fixed glitch with Save Anywhere where saving in a building on a farm wouldn't warp you correctly back to the location when loading again. 2017-08-20 10:38:59 -07:00
Properties add GlobalAssemblyInfo.cs 2017-07-31 01:24:31 -04:00
README.md update for release 2017-10-11 16:20:46 -04:00
SaveAnywhere.cs fix bug in non-vanilla save detection 2017-08-05 23:38:07 -04:00
SaveAnywhere.csproj Updated all mods to use most recent version of pathos netgu package and started work on StarAI for CS146 Game AI 2017-11-16 03:47:02 -08:00
manifest.json update for release 2017-10-11 16:20:46 -04:00
packages.config Updated all mods to use most recent version of pathos netgu package and started work on StarAI for CS146 Game AI 2017-11-16 03:47:02 -08:00

README.md

Save Anywhere is a Stardew Valley mod which lets you save your game anywhere by pressing a key.

Compatible with Stardew Valley 1.2+ on Linux, Mac, and Windows.

Installation

  1. Install the latest version of SMAPI.
  2. Install this mod from Nexus mods.
  3. Run the game using SMAPI.

Usage

Press K to save anywhere. Edit Save_Anywhere_Config.txt to configure the key.

Versions

1.0:

  • Initial release.

2.0:

  • Major rewrite.
  • Time is no longer simulated at high-speed to reset to the same time. This caused too many NPC pathfinding issues and players felt it was a bit of an exploit.
  • NPCs should now properly pathfind themselves when loading after saving anywhere. Thanks to @Entoarox for the help!
  • Save data is now better organised.
  • Fixed various load crashes.
  • Fixed the game transitioning to the next day when you save after putting items in your shipping bin.

2.0.1:

  • Fixed crash if you don't have a horse.

2.0.2:

  • Fixed config file.

2.1:

  • Fixed mod crashing in some cases.

2.4:

  • Updated to Stardew Valley 1.2 and SMAPI 1.12.

2.5:

  • Updated for SMAPI 2.0.
  • Overhauled save format.
  • Switched to standard JSON config file.
  • Fixed crash when saving in the community center.
  • Fixed crash during cutscenes.
  • Fixed load warp only happening after you move.
  • Fixed load not working after you exit to title.
  • Fixed some old data being restored if you reload after a normal save.
  • Fixed player/NPC facing directions not being restored.
  • Internal refactoring.

2.6:

  • ?

2.6.1:

  • Enabled update checks in SMAPI 2.0+.