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.
- Host: GitHub
- URL: https://github.com/zeal-operating-system/bakers-doom
- Owner: Zeal-Operating-System
- License: unlicense
- Created: 2023-12-17T22:00:11.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2024-03-11T05:39:44.000Z (about 2 years ago)
- Last Synced: 2025-02-04T13:44:37.126Z (over 1 year ago)
- Language: HolyC
- Homepage:
- Size: 8.43 MB
- Stars: 3
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.

# 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