Skip to content

Releases: Spuckwaffel/UEDumper

v1.11 Stable Release

20 Jul 10:20
db2b29f
Compare
Choose a tag to compare

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

15 Jul 13:39
0f14dd7
Compare
Choose a tag to compare

This update contains the following changes:

  1. Better error handling and debug when using "Debug" mode
  2. Dumpspace generation update
  3. Fixed program timing crashes related to the log
  4. SDK generation now working on 99% of all games 🙏

v1.10 Stable Beta

25 Apr 13:40
ac86074
Compare
Choose a tag to compare

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

11 Mar 19:23
f4100ba
Compare
Choose a tag to compare

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

22 Jan 18:16
fad3c65
Compare
Choose a tag to compare

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

06 Dec 11:29
c298a66
Compare
Choose a tag to compare

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

16 Nov 17:23
8f9de00
Compare
Choose a tag to compare
  • Fixed issues with SDK generation
  • Dumpspace finish

Fixed all other known issues in 1.6

v1.6 Stable Beta

13 Oct 13:19
7350ca7
Compare
Choose a tag to compare

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

19 Sep 19:47
Compare
Choose a tag to compare

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

11 Sep 14:39
2cff129
Compare
Choose a tag to compare

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