Releases: Spuckwaffel/UEDumper
v1.11 Stable Release
This update contains the following changes:
- Better error handling and debug when using "Debug" mode
- Better package generation and multiple small issues that rarely occur fixed
- Dumpspace generation update
- Fixed program timing crashes related to the log
- SDK generation now working on 99% of all games 🙏
v1.11 Stable Beta
This update contains the following changes:
- Better error handling and debug when using "Debug" mode
- Dumpspace generation update
- Fixed program timing crashes related to the log
- SDK generation now working on 99% of all games 🙏
v1.10 Stable Beta
Version 1.10 Stable BETA released.
This release includes the following changes and fixes:
- SDK generation drastically improved
- SDK generation assert macros to check the SDK
- SDK internal generation functions (experimental)
- Dumpspace generation update
- Live editor path finding (experimental)
- UI improvements
- Error message improvements
- Generation improvements
Special thanks to @Hex0ffset for all their contributions and testing, most changes were due to his prs.
v1.9 Stable Beta
This update fixes #47 #46 and has some UI quality updates and contains better SDK generation with special thanks to @Fischsalat, creator of Dumper-7 and @zeroclear for the FUObject fix.
v1.8 Stable Beta
1.8 released!
SDK generation now fully compatible and compilable due to the new dumper algorithm.
Besides that, a few more little bugs squashed.
With this, the dumper is mostly finished, anything in the future will be probably just some fine-tuning, support for the next UE versions and bug fixes, so nothing big (planned yet).
Preview:
https://streamable.com/xyupxn
v1.7 Stable
This version contains the following updates
- small SDK bug fix
- Unreal Engine version 5.3 support
- Searching for the process ID (hex or dec) instead of the process name
v1.6 Stable
- Fixed issues with SDK generation
- Dumpspace finish
Fixed all other known issues in 1.6
v1.6 Stable Beta
Update 1.6 just dropped!
This update includes:
- Multiple small bug fixes and changes in the UI
- Better error handling with new macros
- Better project saving
- Support for the upcoming Dumpspace website
- Support for NEW MDK file generation (check out the discord for more info)
- Legacy SDK generation still available
- FNames text generation added
v1.5.2 Stable
v1.5.2 released! This version features:
- better object management
- logwindow resizing (done successfully by doing some imgui trickery)
- fixing various small bugs
- ui enhancements
- reducing project file size by 80%
- fixed all issues in the SDK with some bit padding which broke the entire SDK
- better SDK generation
- live editor TArrays are now "smart", just like the smart pointers.
- super good error handling, it gives you now the exact info what went wrong in the dumping process
- fixed all known issues in prior versions
v1.5.1 Stable
v1.5 released! This version features:
- better object management
- logwindow resizing (done successfully by doing some imgui trickery)
- fixing various small bugs
- ui enhancements
- reducing project file size by 80%
- fixed all issues in the SDK with some bit padding which broke the entire SDK
- better SDK generation
- live editor TArrays are now "smart", just like the smart pointers.
- super good error handling, it gives you now the exact info what went wrong in the dumping process