th-extractor
v0.1.2
Published
Extracts sprites and animations from Bullfrog's Theme Hospital
Downloads
5
Maintainers
Readme
Theme Hospital Extractor
Extracts the graphic assets from Bullfrog's Theme Hospital into PNG and GIF files. This package DOES NOT provide the TH binary assets, you need to get them from your TH CD-ROM. Also, you have to decompress them using the dernc
decompressor from http://www.yoda.arachsys.com/dk/utils.html
Based on http://connection-endpoint.de/th-format-specification/
Usage
Install all required dependencies:
npm install
Configure the path of the uncompressed TH binary assets.
vi config.js // Edit the 'basePath' property
Run the extractor
nmp start
The sprites and animations will be in the
./out
directory
Known Bugs & Limitations
- Some sprites are broken (eg: out/sprites/sprites/sprites_44.png)
- In an animation, some sprites are meant to be rendered with 50% or 75% alpha. Right now, this is ignored.