VOGONS


First post, by MadMonk

User metadata
Rank Newbie
Rank
Newbie

Is there a way to make a 2-player game for one computer in Doom (DOS). The reason I want a fake multiplayer is for testing purposes.

Reply 1 of 5, by Vince.Bloodworks

User metadata
Rank Newbie
Rank
Newbie

Well the only thing I know about is that you can create an one-player multi- session by starting ipxsetup.exe like this:
IPXSETUP.EXE -NODES 1 -SKILL 4 ....

but two-player games for one computer ???

Reply 4 of 5, by Vince.Bloodworks

User metadata
Rank Newbie
Rank
Newbie

That's easy. Just add the command -deathmatch(for Old-Deathmatch) or -altdeath(for Alternative Deathmatch) so that your commandline looks like this:
IPXSETUP.EXE -NODES 1 -SKILL 5 -DEATHMATCH

Have fun 😀