Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- endian little
- idstring "SREQ"
- get FileCount LONG
- get BaseOffset LONG
- set AllFileLength 0
- for x = 0 < FileCount
- GetDString Name 0xF0
- get Size LONG
- get DUMMY LONG
- math Offset = BaseOffset
- math Offset += AllFileLength
- math AllFileLength += Size
- log Name Offset Size
- next x
Add Comment
Please, Sign In to add comment