Skip to content

Port of Alec Murphy's chocolate-doom loader for TempleOS to ZealOS.

License

Notifications You must be signed in to change notification settings

Zeal-Operating-System/bakers-doom

Repository files navigation

bakers-doom

Chocolate Doom Loader and Translation Layer for TempleOS.

By Alec Murphy for TempleOS.

Ported to ZealOS on 12/17/2023.

chocolate-doom

Usage

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";

Notes

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.

TODO

  • Sound support
  • Save games
  • Bugfixes