TheNaeem / UnrealMappingsDumper

A dumper that generates mappings (.usmap) files for datamining Unreal Engine games.
MIT License
190 stars 25 forks source link

Is there any requirements for DLL injection time? For example, before or after loading paks? #18

Closed socialflower closed 1 year ago

socialflower commented 1 year ago

I packaged an empty project demo for UE5.0.3 with StartConent. After running the game with UnrealMappingsDumper.dll, I obtained the usmap file as follows. Mappings.zip When exporting assets in FModel, I received an error message. It seems like there might be a problem with the usmap file, as it's only 96KB (.uasset has almost no information). How can I check if this usmap file is correct? image Here is the demo download url: https://drive.google.com/file/d/1wbCblBWx8biyRYavGdZ-bW_VWsG8vHYG/view?usp=sharing Thanks!!!!

TheNaeem commented 1 year ago

Sorry, I was on vacation the last couple of weeks. But yes, you must inject after the game has finished loading. Let me know if this helps at all. If it doesn't, then I'll take a look at the game myself sometime.

socialflower commented 1 year ago

Yesssss! I inject the dll after the game has finished loading, it works! Thank u very much!!!

TheNaeem commented 1 year ago

Glad to hear it works. Again, sorry for the late response. Enjoy!

N4ok1 commented 3 weeks ago

im new to this so it might sound dumb but how do i inject the dll ;-;