Thomas Fach-Pedersen on Nostr: I made a quick utility in Rust to extract resources and sprites from Dune's DUNE.DAT: ...
I made a quick utility in Rust to extract resources and sprites from Dune's DUNE.DAT: https://github.com/madmoose/dune-extract
The sprites are exported to png with alpha transparency.
I got tired of hacking my engine every time I wanted to inspect something more closely…
Not all the sprite sheets have a palette so some of them will export in grayscale. Also, there's no way to tell if a resource is a sprite sheet. I'll probably include a list.
#DOSGaming #RetroGaming #ReverseEngineering #Dune #CryoInteractive
The sprites are exported to png with alpha transparency.
I got tired of hacking my engine every time I wanted to inspect something more closely…
Not all the sprite sheets have a palette so some of them will export in grayscale. Also, there's no way to tell if a resource is a sprite sheet. I'll probably include a list.
#DOSGaming #RetroGaming #ReverseEngineering #Dune #CryoInteractive