Files
cheatsheet-tldr/tldr/doom
2025-11-06 00:20:12 +00:00

19 lines
519 B
Plaintext

---
syntax: markdown
tags: [tldr, common]
source: https://github.com/tldr-pages/tldr.git
---
# DOOM
> Classic open-source boomer shooter featuring modding and multiplayer.
> `zandronum-server` can be replaced with almost any sourceport.
> More information: <https://doomwiki.org/wiki/Source_port_parameters>.
- Host co-op multiplayer:
`{{zandronum-server}} -iwad {{wad}} +map {{map}} -host {{players}}`
- Host deathmatch multiplayer:
`{{zandronum-server}} -iwad {{wad}} +map {{map}} -host {{players}} -deathmatch`