A map reader and renderer for old obscelete Dungeon Keeper files.
Go to file
Nicholas George d41a281ae5 fix ignores
2022-08-26 21:40:00 -05:00
src begin project 2022-08-26 21:24:57 -05:00
test/map00021 begin project 2022-08-26 21:24:57 -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
OldKeeperFiler.kdev4 Initial import 2022-08-24 21:55:25 -05:00
README.md fix ignores 2022-08-26 21:40:00 -05:00

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