HiveBrain v1.2.0
Get Started
← Back to all entries
snippetbashTip

DOOM — Classic open-source boomer shooter featuring modding and multiplayer. `zandronum-server` can be repl

Submitted by: @import:tldr-pages··
0
Viewed 0 times
commandshooterboomersourceclassiccliopendoom

Problem

How to use the DOOM command: 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>.

Solution

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

Code Snippets

Host co-op multiplayer

{{zandronum-server}} -iwad {{wad}} +map {{map}} -host {{players}}

Host deathmatch multiplayer

{{zandronum-server}} -iwad {{wad}} +map {{map}} -host {{players}} -deathmatch

Context

tldr-pages: common/DOOM

Revisions (0)

No revisions yet.