Users browsing this thread: 1 Guest(s)
DS "Models"
#9
HOLD YOUR HORSES

[Image: ZVtXO.png]

There I done did it

I managed to plug open the compression. I started with the mugshots in the /sf/ folder and looked at the pixels and hex values for about two days without any success. I implemented some LZ10 decompression in a program and could get the battle backgrounds, but these things here use a different compression. Magic 0x40, I assumed a special form of some LZ stuff. Turns out it wasn't!
What they used for the mugshots and battle animation frames (in /b/) is some zero redundancy compression - a series of zero Bytes (0x00) in the data get replaced by a single zero Byte followed by a byte giving the amount...
The battle animations are in some container format I just managed to understand.
This basically means I can enhance my FE:SD converter program so it can read the raw files, decompress the parts in question and output the frames as PNGs. However, I'll have to leave for the rest of the day. I'll see if I can work on it during the train rides, though!

Afterwards, we'll basically be able to batch-convert all these animations, I suppose! Yay!



PS: Mugshot automation is done. Next up are the battle animations... heh!


Messages In This Thread
DS "Models" - by canasniimehugh - 08-11-2012, 07:56 PM
RE: DS "Models" - by Previous - 08-12-2012, 02:37 AM
RE: DS "Models" - by canasniimehugh - 08-13-2012, 12:49 AM
RE: DS "Models" - by Dazz - 08-13-2012, 03:31 AM
RE: DS "Models" - by Previous - 08-13-2012, 07:31 AM
RE: DS "Models" - by canasniimehugh - 08-13-2012, 01:50 PM
RE: DS "Models" - by Previous - 08-13-2012, 01:54 PM
RE: DS "Models" - by canasniimehugh - 08-13-2012, 02:08 PM
RE: DS "Models" - by Previous - 08-17-2012, 06:12 AM
RE: DS "Models" - by Garamonde - 08-17-2012, 09:21 AM
RE: DS "Models" - by canasniimehugh - 08-18-2012, 01:51 PM
RE: DS "Models" - by Previous - 08-18-2012, 02:17 PM
RE: DS "Models" - by canasniimehugh - 08-18-2012, 03:26 PM
RE: DS "Models" - by Previous - 08-18-2012, 03:35 PM
RE: DS "Models" - by canasniimehugh - 08-18-2012, 03:41 PM
RE: DS "Models" - by Previous - 08-19-2012, 08:09 AM
RE: DS "Models" - by Kami - 08-19-2012, 01:58 PM
RE: DS "Models" - by Garamonde - 08-19-2012, 11:26 AM
RE: DS "Models" - by canasniimehugh - 08-19-2012, 11:35 AM
RE: DS "Models" - by Previous - 08-19-2012, 11:39 AM
RE: DS "Models" - by redblueyellow - 08-19-2012, 04:27 PM
RE: DS "Models" - by Garamonde - 08-19-2012, 04:41 PM

Forum Jump: