Donut Team is a labor of love, built and maintained by a small group of passionate developers. We invest our own time and resources to offer our tools, mods, and web services completely free of charge.

We don't run ads, and we will never sell your data - period.

If you've enjoyed anything we've created, please consider supporting our work with a one-time or monthly donation via our Ko-fi page . Every contribution helps us continue building great experiences for the community.

Dismiss
Icon image for SHAR Save Game Editor

SHAR Save Game Editor

ID 284
Published
Downloaded 371 times

Additions

  • Added CharacterSheet->Level->Cards.
    • Save games contain 2 references to cards - the CardGallery with all cards, and then an array of cards per level. Added the per-level data to the UI.
  • Added release version to title bar.
  • Added mapping for vanilla game Persistent Object States.
    • Added names for the default PersistentObjectStates.
      • Thanks to @EnAppelsin for their assistance getting these.
    • Increased width of CLBPersistentObjectStates in order to fit the new, longer names.
    • Inverted the display of CLBPersistentObjectStates to be more intuitive.
      • Checked means broken/destroyed.
      • Unchecked means alive.

Changes

  • Moved name arrays to Names.cs.
  • Updated PersistentObjectStates reading to use != 0 instead of > 0.

Bug Fixes

  • Fixed a bug where SaveDate->Auto update didn't actually auto update.
  • Fixed Car->MaxHealth incorrectly showing as a percentage - it actually represents the max hitpoints of the car.

Full Changelog: https://github.com/Hampo/SHAR-Save-Game/compare/v1.1...v1.2