snippetbashTip
DOOM — Classic open-source boomer shooter featuring modding and multiplayer. `zandronum-server` can be repl
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}} -deathmatchCode Snippets
Host co-op multiplayer
{{zandronum-server}} -iwad {{wad}} +map {{map}} -host {{players}}Host deathmatch multiplayer
{{zandronum-server}} -iwad {{wad}} +map {{map}} -host {{players}} -deathmatchContext
tldr-pages: common/DOOM
Revisions (0)
No revisions yet.