You are viewing a potentially older version of this package. View all versions.
SylviBlossom-SmartItemSaving-1.1.0 icon

SmartItemSaving

Improves how items on the ship save, helping against ID changes

Date uploaded 5 months ago
Version 1.1.0
Download link SylviBlossom-SmartItemSaving-1.1.0.zip
Downloads 1219
Dependency string SylviBlossom-SmartItemSaving-1.1.0

This mod requires the following mods to function

BepInEx-BepInExPack-5.4.2100 icon
BepInEx-BepInExPack

BepInEx pack for Mono Unity games. Preconfigured and ready to use.

Preferred version: 5.4.2100
Evaisa-HookGenPatcher-0.0.5 icon
Evaisa-HookGenPatcher

Generates MonoMod.RuntimeDetour.HookGen's MMHOOK file during the BepInEx preloader phase.

Preferred version: 0.0.5

README

SmartItemSaving

Improves how items save, attempting to prevent updating/removing/adding mods from replacing other modded items on the ship.

This requires you to both save and load using this mod! If you plan to install this mod to do modpack changes, first do a launch and save with this mod installed before any modpack changes.

This has not been extensively tested with other mods that modify saves, if you encouner any problems please report the bug either on discord or open an issue.

Current features

  • Prevent corruption of items in ship when items are added/removed by mods
  • Prevent corruption of ship unlockables/furniture too
  • Create backup when save is loaded (only one)

Planned features

  • Prevent items falling through the floor on load
  • Save item rotation
  • Resolve name conflicts for ship unlockables
  • Maybe Increase item save limit to 999 (configurable)

CHANGELOG

v1.2.2

  • Attempt to fix item syncing, again

v1.2.1

  • Attempt to fix inconsistent item syncing issue

v1.2.0

  • Add "Fix Item Falling" option, to prevent items from falling through ship furniture on load
  • Add "Save Item Rotation" option, to keep items in the same rotation they were when you saved
  • These only function properly with the "Better Sync Items" option enabled, which makes sure loaded item positions and rotations are properly synced between clients, and also syncs item rotation when a player drops an item

v1.1.0

  • Attempt to prevent corruption of ship unlockables/furniture from ID changes as well

v1.0.1

  • Use HookGenPatcher to fix potential compatibility issues

v1.0.0

  • Initial release