Important information: this site is currently scheduled to go offline indefinitely by end of the year.

Gintama Yorozuya

The Original Forum. Game archives, full of resources. How to open them? Get help here.
Post Reply
Daimyo
ultra-n00b
Posts: 8
Joined: Sat Feb 06, 2010 9:27 pm
Has thanked: 4 times

Gintama Yorozuya

Post by Daimyo »

Hello ,
I beg for help because even if it seem easy ,I wasn't able to extract and uncompress from this game with quickbms.
Here is two file from this game :
http://www.megafileupload.com/en/file/2 ... 0-rar.html
User avatar
aluigi
VVIP member
VVIP member
Posts: 1916
Joined: Thu Dec 08, 2005 12:26 pm
Location: www.ZENHAX.com
Has thanked: 4 times
Been thanked: 664 times
Contact:

Re: Gintama Yorozuya

Post by aluigi »

the format of the archive is simple:

Code: Select all

endian big
idstring "add\0"
goto 16
get FILES long
get PACSIZE long
for i = 0 < FILES
    get DUMMY long
    get DUMMY long
    get OFFSET long
    get SIZE long
    get DUMMY long
    get DUMMY long
    get NAMEOFF long
    get DUMMY long

    savepos TMP
    goto NAMEOFF
    get NAME string
    goto TMP

    log NAME OFFSET SIZE
next i
while the format (divided in 2 parts?) and the compression of the LZS files is not easy.
Daimyo
ultra-n00b
Posts: 8
Joined: Sat Feb 06, 2010 9:27 pm
Has thanked: 4 times

Re: Gintama Yorozuya

Post by Daimyo »

Thanks for the code , its helped me to see all the mistake that I made . :D
Its a pity for the LZS compression ,but since I tried to extract only for trainning purpose it doesn't matter for now .
Post Reply