February 1, 20242 yr hello everyone, i've wanted some help on this Ben10 game, it has quite a unique WAD file with a blank header, and a BIKi (?) reference on the 0x800 offset of the main file.... could someone help me with this? thanks! wad filecutter.zip Edited February 1, 20242 yr by NarutoClassics
February 1, 20242 yr Supporter Hello, you could check whether it's a BIK video file created using Bink, BINK video tool
February 2, 20242 yr Author 3 hours ago, shak-otay said: Hello, you could check whether it's a BIK video file created using Bink, BINK video tool i'm afraid that there's no BIK video inside, i forgot to send a file named "game.dir" it contains the name of the files inside Game.Wad Game.zip
February 2, 20242 yr Supporter Solution Try this QuickBMS script below: # Ben 10: Protector of Earth (PS2) DIR/WAD extraction script by BloodRaynare open FDDE DIR open FDDE WAD 1 get FILES long for i = 0 < FILES getDstring NAME 64 get SIZE long get OFFSET long math OFFSET * 0x800 log NAME OFFSET SIZE 1 next i Edited February 2, 20242 yr by BloodRaynare
February 2, 20242 yr Author 9 hours ago, BloodRaynare said: Try this QuickBMS script below: # Ben 10: Protector of Earth (PS2) DIR/WAD extraction script by BloodRaynare open FDDE DIR open FDDE WAD 1 get FILES long for i = 0 < FILES getDstring NAME 64 get SIZE long get OFFSET long math OFFSET * 0x800 log NAME OFFSET SIZE 1 next i Thank you so much! it worked like a charm :)
February 26, 20251 yr On 2/2/2024 at 1:47 PM, NarutoClassics said: Thank you so much! it worked like a charm 🙂 i tried doing it, why is not working for me 😕 can u tell me what file u opened with the script??
Create an account or sign in to comment