ID 287
Published
Downloaded 357 times
Additions
- Added extra shortcut keys.
- Added
Ctrl+Shift+SforSave As...andAlt+F4forExit.
- Added
- Added the ability to load a save through the command line.
- Will only attempt to load the first command line argument as a file path.
- Added a read-only UI for
Custom Save Data. - Added functionality to pull the reward names from
Custom Save Dataif present. - Added
Recent Filesmenu item.- Shows up to the last 10 files.
- Added Registry Settings.
Auto updateandRecent Filesnow save to the registry, underHKCU\SOFTWARE\SHARSaveGameEditor.
Removals
- Removed limitations the game doesn't impose .
- Split
Save Timeaway fromSave Date.- The game has no validation on the time, will just display the values. Only limitation is that it's stored in a
byteso 0->255.
- The game has no validation on the time, will just display the values. Only limitation is that it's stored in a
- Changed
Minimum/MaximumofDisplay LevelandDisplay Missionto be 0->255. - Updated info tooltips to reflect the new limits.
- Split
Bug Fixes
- Fixed saving not overwriting the entirety of existing files.
- Would previously only overwrite the length of the written data. If the existing file was longer, the extra data would remain.
- Fixed
Save As...not updating theLastPathvariable.- This resulted in a future
SaveorSave As...using the wrong path.
- This resulted in a future
- Fixed save filter not matching
LastPath.- This resulted in the wrong filter in the Save File Dialog being used.
- Fixed a bug where
Auto updatedidn't correctly updateSave Date(again). - Fixed the
Persistent Object Statesnames list.- Original list was generated without excluding certain
CollisionEffect->ClassTypevalues.
- Original list was generated without excluding certain
Full Changelog: https://github.com/Hampo/SHAR-Save-Game/compare/v1.3...v1.4