Chocolate Doom Loader and Translation Layer for TempleOS.
By Alec Murphy for TempleOS.
Ported to ZealOS on 12/17/2023.
Download the latest ISO. https://github.com/Zeal-Operating-System/bakers-doom/releases/tag/latest
Attach the bakers-doom ISO to your ZealOS VM.
Boot ZealOS, and use Mount;
to mount the ATAPI drive to T:/
.
CopyTree("T:/", "::/Home/bakers-doom/");
Cd("::/Home/bakers-doom/");
#include "Run";
The WAD file for the Shareware version of DOOM is included, other game WADs supported by chocolate-doom may or may not work.
If testing other WADs, edit Load.ZC
chocolate-doom args.�
Save games not implemented yet; if you try to save your game, it will crash.
- Sound support
- Save games
- Bugfixes