mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-01-26 11:33:59 +00:00
19 lines
519 B
Plaintext
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`
|