Jump to content

Need help with Doom Deathmatch


Zilch

Recommended Posts

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!

Share this post


Link to post

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...