http://puu.sh/g8CBg.zip
All of this game's files seem to be compressed with .FZIP.
Game & Wario .FZIP
-
- Site Admin
- Posts: 12984
- Joined: Wed Jul 30, 2014 9:32 pm
Re: Game & Wario .FZIP
They are simply compressed with zlib:
Code: Select all
endian big
idstring "FZIP"
get SIZE long
savepos OFFSET
get ZSIZE asize
math ZSIZE -= OFFSET
get NAME basename
clog NAME OFFSET ZSIZE SIZE
-
- Posts: 265
- Joined: Fri Oct 17, 2014 2:57 am
Re: Game & Wario .FZIP
I get this error on certain files, though it works on most. Thanks.
-
- Site Admin
- Posts: 12984
- Joined: Wed Jul 30, 2014 9:32 pm
Re: Game & Wario .FZIP
Can you upload that file?
-
- Posts: 265
- Joined: Fri Oct 17, 2014 2:57 am
-
- Site Admin
- Posts: 12984
- Joined: Wed Jul 30, 2014 9:32 pm
Re: Game & Wario .FZIP
My fault, it's big endian.
Script above fixed.
Script above fixed.