Save Edit Tool Version 0.2.4 - Added Save Picker function
What's Changed
- Refactor profile & save handling, fix save path issues, improve UI integration by @xLieferant in #38
- fix(backend): use active save path and correct keys for money/xp by @xLieferant in #39
- UI / UX | Quicksave workaround by @xLieferant in #40
Full Changelog: 0.2.3...0.2.4
Caution
You need to choose a Save from now on!
✨ New
- Ability to manually select save folders (no autosave fallback anymore)
- Manual saves now show folder IDs (e.g. Save [1])
- Tooltips added to save entries showing full file paths
🛠 Backend
- Save reader/editor now require an active save selection
- Fixed money and XP always showing 0
- Correct handling of money_account and experience_points
- Backend no longer defaults to autosave
- Save changes now reliably apply in-game
🎨 Frontend
- Custom save sorting: Quicksave → Autosave → Manual (descending)
- Distinct labels for Quicksave and Autosave
- Dropdown behavior fixed (only one picker open at a time)
- UI hint added: “Please select a save”
- Old state cleared when switching profiles