martinsosis
First time out of the vault
For a few weeks now I've been working on a C# library (DLL, for use in other programs) that can (among other things) unpack and pack files from and to Fallout DATs (including the file-specific compression!). It's far from complete, but the core of compression and decompression is working OK and during the development I've gained a good understanding of how it all works.
As far as I know, there is absolutely no Fallout-specific compression document out there (at least I haven't been able to find any) so I was thinking of maybe writing one (instead of just posting bare-bones code) and putting it up on Vault-Tec Labs (been doing some work on DAT & PRO formats there, under the name of Modus Operandi).
The question is, is there anyone out there who would care about something like that? I'm not planning on some small pseudo-code (like the decompression algorithm is right now), but a decent guide with explanations on how LZSS works and how it works in Fallout, etc. But I don't want to waste all that time and effort if nobody needs it. The library will be open-source and available either way, but question is about an in-depth explanation of Fallout compression and DAT packing.
As far as I know, there is absolutely no Fallout-specific compression document out there (at least I haven't been able to find any) so I was thinking of maybe writing one (instead of just posting bare-bones code) and putting it up on Vault-Tec Labs (been doing some work on DAT & PRO formats there, under the name of Modus Operandi).
The question is, is there anyone out there who would care about something like that? I'm not planning on some small pseudo-code (like the decompression algorithm is right now), but a decent guide with explanations on how LZSS works and how it works in Fallout, etc. But I don't want to waste all that time and effort if nobody needs it. The library will be open-source and available either way, but question is about an in-depth explanation of Fallout compression and DAT packing.