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

Folders and files

NameName
Last commit message
Last commit date

Latest commit

1ff374b · Mar 11, 2024

History

14 Commits
Mar 11, 2024
Dec 23, 2023
Dec 23, 2023
Dec 17, 2023
Dec 23, 2023
Dec 17, 2023
Dec 23, 2023
Dec 23, 2023
Mar 11, 2024
Dec 23, 2023
Dec 17, 2023
Dec 17, 2023
Dec 17, 2023

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