Ika-SMTSaveAPI icon

SMTSaveAPI

Lightweight library to save and load custom variables in the game's save file

CHANGELOG

v1.1.0

  • Fixed saving and loading null values (which fixed save not working after restarting the game)
  • Added threading to avoid freezing the game when saving/loading with a lot of saved values
  • Added logs after saving/loading that show how much time it took
  • Added SavedValue.ValueType
  • Added SavedValue.DefaultValue

v1.0.0

  • Release