Zilch Posted September 8, 2021 So my friend and I (mostly me) want to do some Doom Deathmatch-ing! I did some research, and came up with these scripts (Windows Batch Files).. HOST: @echo off start lzdoom.exe -file plutonia.wad -config regular-doom.ini -deathmatch -host 2 SLAVE: @echo off start lzdoom.exe -file plutonia.wad -config regular-doom.ini -join 192.168.0.0 This is with LZDoom 3.88a, which works well. The two computers link up perfectly, and work well. The only issue is that there are monsters. The two of us want to kill each other, not the damn demons. Ignore the custom configuration thing. I use multiple configs for multiple WADs. If anyone can help me get rid of the demons that'd be great! 0 Quote Share this post Link to post
Zilch Posted September 8, 2021 (edited) Never mind. Fixed it thanks to the "-nomonsters" parameter, which only needs to be added to the host's batch file. See here... https://doom.fandom.com/wiki/No_monsters_mode Edited September 8, 2021 by Zilch 0 Quote Share this post Link to post
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.