Advertisement
Frinkeldoodle

parappa2_decompress.bms

Apr 21st, 2017
237
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.46 KB | None | 0 0
  1. comtype lzss "12 4 2 2 0"
  2. get SIZE asize
  3. clog "originalfolder.dat" 0 SIZE 999999999
  4.  
  5. # if this script gives you issues, replace the third line with these following two lines:
  6. #
  7. # set UNCOMPSIZE ? ?
  8. # clog "originalfolder.dat" 0 SIZE UNCOMPSIZE
  9. #
  10. # QuickBMS will ask you to set UNCOMPSIZE upon running those two lines.
  11. # Set it to the uncompressed size (in bytes) of the folder you're trying to decompress.
  12. # I highly suggest adding some padding to the bytesize.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement