Jump to content

Ben 10 Protector of Earth (PS2) WAD file


NarutoClassics
Go to solution Solved by BloodRaynare,

Recommended Posts

  • 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 by BloodRaynare
  • Thanks 1
Link to comment
Share on other sites

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 :)
  

image.png

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...