Help about CMD QuickBMS

Doubts, help and support about QuickBMS and other game research tools
sanderson169
Posts: 8
Joined: Mon Aug 22, 2022 1:02 pm

Help about CMD QuickBMS

Post by sanderson169 »

I'm trying to create a command in BAT file and I'm putting this... but I would like to add another PAK file to the same line, but I don't know how.

Code: Select all

"Tools\quickbms.exe" "Tools\scripts\unreal_tournament_4_0.4.27.bms" "C:\Program Files (x86)\Steam\steamapps\common\Dead by Daylight\DeadByDaylight\Content\Paks\pakchunk1-WindowsNoEditor.pak" "Files\decoding"


How can I introduce in the code that the INPUT is 2 files, the following?

pakchunk1-WindowsNoEditor.pak and pakchunk2-WindowsNoEditor.pak

And to finish, you can also help me how a more complete code would be in CDM (BAT FILE)

Code: Select all

FOR /R %%f IN (pakchunk1-WindowsNoEditor.pak, pakchunk2-WindowsNoEditor.pak) DO ("Tools\quickbms.exe" "Tools\scripts\unreal_tournament_4_0.4.27" "Files\decoding")

I know that this code does NOT work, I have tried it and it gives me an error, I suppose someone from the forum can help me! :3