I extract the zlib files from editing on GGS and i get something like this
-Data of the file (80h) -Palette info (0400h) -Texture info (x20000h)
The QRS format file it's - Information 1 (xC0h) -Texture info from zlib file (x20000h) - Information 2 (x80h) -Palette info from zlib file (x400h) - Information 3 (x20h)
I need a way to convert that files, so i need a way to
set INFO1 binary "\x01\x00\x00\x00\x08\x00\x00\x00\x00\x02\x00\x00\x04\x02\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x18\x00\x00\x00\x38\x80\x00\x00\x80\x00\x02\x00\x80\x04\x00\x00\x00\x02\x00\x00\x04\x00\x00\x00\x02\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x02\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x31\x61\x02\x00\x00\x20\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x07\x20\x00\x50\x03\x80\x00\x00\x00\x00\x00\x10\x0e\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x51\x00\x00\x00\x00\x00\x00\x00\x80\x00\x00\x00\x00\x01\x00\x00\x52\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x53\x00\x00\x00\x00\x00\x00\x00\x00\xa0\x00\x00\x00\x00\x00\x08\x00\x00\x00\x00\x00\x00\x00\x00" set INFO2 binary "\x01\x80\x00\x00\x00\x00\x00\x10\x0e\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x3f\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x47\x00\x00\x50\x03\x80\x00\x00\x00\x00\x00\x10\x0e\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x51\x00\x00\x00\x00\x00\x00\x00\x10\x00\x00\x00\x10\x00\x00\x00\x52\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x53\x00\x00\x00\x00\x00\x00\x00\x40\x80\x00\x00\x00\x00\x00\x08\x00\x00\x00\x00\x00\x00\x00\x00" set INFO3 binary "\x01\x80\x00\x00\x00\x00\x00\x10\x0E\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x3F\x00\x00\x00\x00\x00\x00\x00"
math DATA_SIZE = 0x80 math PALETTE_SIZE = 0x400 get TEXTURE_SIZE asize math TEXTURE_SIZE - DATA_SIZE math TEXTURE_SIZE - PALETTE_SIZE
getdstring DATA DATA_SIZE getdstring PALETTE PALETTE_SIZE getdstring TEXTURE TEXTURE_SIZE
You can't do that, mixing scripts and input/output...
What you can do is just the most simple solution: - use my script on the files using a new empty folder - run whatever script you want on the files of that new folder
Otherwise you can try to add the following instruction between my script and your appended other script: open "." NAME
It will load the new generated file as current file.