Page 1 of 1
Xsyon - Extract for wiki
Posted: Fri Jan 07, 2011 6:55 pm
by vier86
Looking for help extracting Xsyons .xsip game archives for the purpose of creating a game Wiki
Example .xsip archive in .rar .
Thank you for any help.
Re: Xsyon - Extract for wiki
Posted: Sat Jan 08, 2011 4:32 pm
by vier86
Bumping for a little help?
Really want to some content on the wiki

Re: Xsyon - Extract for wiki
Posted: Sun Jan 09, 2011 6:53 pm
by WRS
straightforward format - no compression or anything of importance unknown
remember that XeNTaX also has a wiki, so please update that when you write this up
Code: Select all
# WRS, xentax.com
# XSIP DUMPER (QuickBMS script)
get UN6 byte # 6
get UN2 byte # 2
get PAK string # ASCII "PAK\x0"
get FILECOUNT long # VAR
get PDATASIZE long # (packed data size)
get HEADSIZE long # 22
get DATASTART long # (end of headers pointer)
for i = 0 < FILECOUNT
get SIZE long
get POINTER long
get HASH long
get UN0 long # (always 0 in sample Script.xsip)
get FILENSIZE long
getdstring FILEN FILENSIZE
log FILEN POINTER SIZE
next i