mirror of
https://github.com/dpethes/rerogue.git
synced 2025-06-10 05:01:13 +02:00
24 lines
759 B
Markdown
24 lines
759 B
Markdown
rerogue
|
|
=======
|
|
|
|
Tools to extract data from Star Wars: Rogue Squadron 3D.
|
|
|
|
* DAT repacker - unpacks DAT archive or packs files from folder structure to DAT archive.
|
|
* Hmp2obj - creates wavefront OBJ files from .hmp and corresponding .tex + .text files.
|
|
* Image exporter - exports some images to pnm/pgm/tga files (according to their internal format).
|
|
* HOB parser - parses mesh data files.
|
|
* HMT parser - parses material data files and exports stored textures.
|
|
|
|
Compilation
|
|
-----------
|
|
|
|
Use recent Lazarus (1.2.x) with Freepascal (2.6.x) to compile.
|
|
|
|
TODO
|
|
-----------
|
|
|
|
* hmt parser: decode all image subtypes
|
|
* hob parser: parse more header fields
|
|
* mesh viewer: reuse hmt & hob parsers to display data
|
|
* bundle repack: extract & compile bundle.00x archives
|