A map reader and renderer for old obscelete Dungeon Keeper files.
Go to file
Nicholas George 458be0b646 remove debug printout for output file 2022-08-26 21:53:52 -05:00
src remove debug printout for output file 2022-08-26 21:53:52 -05:00
CMakeLists.txt begin project 2022-08-26 21:24:57 -05:00
LICENSE fix ignores 2022-08-26 21:40:00 -05:00
README.md fix ignores 2022-08-26 21:40:00 -05:00

README.md

Ol' Keeper Reader

Program to render old and obscelete map files from early Dungeon Keeper into previewable images.

Usage

Usage is simple given you've already decompressed the files already. This project doesn't do decompression.

$ ./oldkeeperreader render <path-to-file>

The output will be a BMP image with the same name as the file but with a '.bmp' extension.

Compiling

git clone https://github.com/Wirlaburla/OldKeeperReader.git
cd OldKeeperReader
mkdir build
cd build
cmake ..
make -j4