06-05-2025, 11:08 PM
(This post was last modified: 06-05-2025, 11:27 PM by gameripper.)
(05-02-2025, 12:21 AM)dionn1993 Wrote: Your tool works great with unity games.Sort of. Unity ripping is still experimental, some unity versions might not work (you can download the structure dump for those).
(05-02-2025, 12:21 AM)dionn1993 Wrote: I think this aes key tool : https://www.mediafire.com/file/vj7beqtfs...4.exe/fileGR has a much more sophisticated and more importantly much faster key detection mechanism (yes, I know about AESDumpster, I've studied its source, that's how I know GR is better).
(05-02-2025, 12:21 AM)dionn1993 Wrote: And this .mapping dll files : https://www.mediafire.com/file/6sc0bwrqy...7.zip/fileNah, GR can handle unreal packs just fine. The issue is, this format allows multiple compression methods, and GR supports all of them, except oodle. That's a proprietary compression method with no publicly available specification, and the only source I could find is just terrible, full of bugs and buffer overflows and non-portable. I've spent a week trying to make it work under Linux with the GNU toolchain but failed (I can finally compile it, but linking still fails).
Might help with ue5 asset extraction.
You can run "gameripper.exe -v" to generate a log, and I'm almost 100% certain that you'll see a "unsupported compression 'oodle'" message in that log when ripping an unreal game doesn't work.
(05-02-2025, 12:21 AM)dionn1993 Wrote: Otherwise your tool seems very promisingThank you very much!