LordKiriYT wrote:Can someone walk me through extracting the .pak and getting the models? I'm using the pak unpack r1 by Ekey but I have no idea what this RE2Hook is about.
RE Engine doesn't store filepaths for the files, so it's not possible to extract the pak file because you will have an empty directory. So what we do is we hook up a dll file (just place it in game files) that starts up when you startup DMC5, while playing, that hook file catches the filepaths of each item that loads while you play, it pastes those filepaths in a log file, this log file has to be edited (Ekey can do this, I have no idea how to) into a list file. With that list file we can finally unpack the .pak file.
In other words, somebody has to play/load every level of the game/every menu window for it to load up the files in the log->list file, so we can correctly unpack the .pak file.
The correct BMS script and hook files are on my other pc, can't upload them now