An open API service indexing awesome lists of open source software.

https://github.com/zeal-operating-system/bakers-doom

Port of Alec Murphy's chocolate-doom loader for TempleOS to ZealOS.
https://github.com/zeal-operating-system/bakers-doom

Last synced: 5 months ago
JSON representation

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

Awesome Lists containing this project

README

          

# bakers-doom

Chocolate Doom Loader and Translation Layer for TempleOS.

By Alec Murphy for TempleOS.

Ported to ZealOS on 12/17/2023.

![chocolate-doom](preview.gif "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