TheNaeem / UnrealMappingsDumper

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

Problems injecting DLL into Warhammer Speed Freeks alpha #13

Open jkerman2000 opened 1 year ago

jkerman2000 commented 1 year ago

I'm using autodllinjector, and I select the shipping EXE as the process, move the DLL to the same directory as the exe, and select the DLL in the injector GUI. Then I check the "inject upon startup" box before running the exe manually. The output file does not appear. Am I doing something wrong?

TheNaeem commented 1 year ago

Can you please try making the following change to this line in UnrealTypes.h and then let me know if works?

(Add the highlighted line) image