cdogs-sdl icon indicating copy to clipboard operation
cdogs-sdl copied to clipboard

Feature Request: Super 3D Noah's Ark support

Open MrDowntempo opened this issue 3 years ago • 2 comments

Super 3D Noah's Ark is an infamous wisdom tree title that was built on the Wolfenstein 3D engine. It's been 'remastered' by putting it in a modern engine, and is sold on Steam and GOG and includes the wad and pk3 assets.

MrDowntempo avatar Aug 29 '21 19:08 MrDowntempo

Thanks for the suggestion. It is not simple to implement because only the map data and sound files are supported, the tileset and enemies have to be implemented manually. If anyone is interested in this, check out the campaigns under missions/.wolf3d and map_wolf.c, where the tile ids and entity ids are mapped to C-Dogs tile definitions, characters and objects.

cxong avatar Aug 29 '21 23:08 cxong