This page was last updated on 07 September 2023, 8:40PM
Changelogs
Version 6.0.643
Fixed an issue with QueuedUnbinds that have identical IDs.
Minor changes to help me start analyzing Starfield's savefile structure (thank Silarn!)
Version 6.0.636
Minor bug fixes.
Export plugins will now include lightweight plugins.
Did I finally fix stackframe filtering?
Version 6.0.628
Fixed a rare bug
Updated some info screens to use j2html
Some general code cleaning
Version 6.0.557
Lots of updates. Check the SSE page or github for more details.
Version 6.0.310
Found a bug that prevented the Open dialog from showing up if the *last* save you opened couldn't be found anymore.
Removed some obsolete debugging code.
Version 6.0.303
The filechooser *should* now show up properly for everyone.
Moved more debugging data into the log, so that it's easier to find bugs.
The left-right divider should no longer get stuck on one side.
Version 6.0.298
Finally found the bug that was causing savefiles to be corrupted by ReSaver. It was a pretty dumb bug too. Sorry everyone.
You can now set MO2 ini files by drag and drop.
I've partially re-enabled the JavaFX filechooser. You have to enable it in the options though, because it's off by default (it causes problems for Linux users and some Java installs).
Still beta, but this is much closer to being a real replacement for version 4.3.2.
Version 6.0.0
Exposed the PEX decompiler using drag-and-drop. IT IS NOT AS GOOD AS CHAMPOLLION THOUGH. Use Champollion instead; this feature is strictly for difficult cases where Champollion doesn't work.
Lots of improvements to memory usage and performance. Filtering is a little bit slower though.
Replaced CLI with Picoli and Ant with Maven. So if you want to work on the FallrimTools code, it should be easier to get started now.
Lots more changes. Almost every piece of code has been edited since 4.3.2.
Version 5.9.9.8
Parsing should work much better now, and it can be enabled by default. It still works best with Mod Organizer 2 though.
Reading and writing savefiles should be faster.
Memory usage should be improved at least slightly.
Version 5.9.9.2
Fixed message box and error display; it will only display the loading messagebox if there are problems detected in the savefile.
Added font scaling option. It's still WIP though and not all fonts will be correctly adjusted. You're better off getting Java 9 or better and using DPI support.
Version 5.9.9.1
Removed JavaFX dependency, which should let ReSaver run on OpenJDK and on JRE's that were installed in non-standard ways.
Removed ini4j dependency since it's no longer being used.
Reverted from the windows file dialog box to the Java one, which isn't as good. But it's much more compatible.
Version 5.9.9
Added settings dialog box.
Streamlined directory monitoring.
Lots of refactoring, eliminated dependency on FastUtil.
Checks for several new types of bugs.
Checks for "canary" errors.
Compares sequentially loaded savefiles.
Can load savefiles with a truncated Papyrus block; might be useful for finding problematic mods.
Think I finally fixed the problem with reading the MO2 ini file.
Removed support for original Mod Organizer.
Since vortex wont be getting VFS, removed the integration for it (which was never implemented anyway).
SSE BSAs still aren't parsing properly though!
Version 4.3.0
Improved display of ChangeFlag information.
Added ChangeFormFlag filtering.
Generalized ChangeForm parsing slightly.
Version 4.2.0
Added changeflag filtering.
Fixed bug in changeform cleaning.
Version 4.0.1
Fixed a bug that prevented SKSE/F4SE cosaves from being copied on save.
Version 4.0.0
Very raw, alpha version.
The incorrect limit of 254 ESL files should be fixed now.
There's a lovely memory optimization.
A few other bugfixes and optimizations.
Let me know if you find any problems!
Version 3.8.0
Changed some file access methods, performance should be slightly better.
BA2 scanning now included.
About 90% of FO4 scripts can now be parsed.
Mod Organizer 2 integration included. Good for determining which scripts belong to which mods.
This is an alpha version, bleeding edge. Use at your own risk.
Version 3.0.3
Better CC mod support. Should also support ESL files from non-CC mods.
Enabled plugin filtering for CC/ESL mods.
Consider this version to be alpha.
Version 3.0.2
Fixed a bug that was preventing filtering from working properly.
Started adding infrastructure to enable comparison of savefiles.
Version 3.0.1
Improved ESP and .strings parsing for SSE
Version 3.0.0
Now allows editing of GlobalVariables.
Version 2.9.8
Uploaded the right file this time.
Some bug fixes.
Version 2.9.7
Added support for SkyrimSE saves with the CC update.
Disabled array1 and array1a block reading until I work out the differences across all game versions.
Version 2.9.6
Added support for saves made since the CC update.
Alpha version; may not be reliable. Needs testing.
Found a dumb bug that truncated savefiles by one byte every time they're saved.