Frogger 2 (.fla)

Textures, recreate headers, conversions, algorithms and parsing of image files
Xiron
Posts: 104
Joined: Sat Sep 12, 2015 7:09 am

Frogger 2 (.fla)

Post by Xiron »

Has FLA2 header. I know nothing else.
rabatini
Posts: 179
Joined: Tue Jan 18, 2022 12:21 am

Re: Frogger 2 (.fla)

Post by rabatini »

It's a Lz variant compression.

Image

I am writing a tool, but is not yet finish, but if you need some help in particulary, send me pm.

Regards!
aluigi
Site Admin
Posts: 12984
Joined: Wed Jul 30, 2014 9:32 pm

Re: Frogger 2 (.fla)

Post by aluigi »

Regarding the decompression, the algorithm is the one called "coreonline" in quickbms.
This is the raw decompression script:

Code: Select all

comtype coreonline
idstring "FLA2"
get SIZE long
savepos OFFSET
get ZSIZE asize
math ZSIZE - OFFSET
get NAME basename
clog NAME OFFSET ZSIZE SIZE