Jump to content
Search In
  • More options...
Find results that contain...
Find results in...
kevingpo

[HELP] on Doom source code

Recommended Posts

Am making a Doom MOD using the original source code and got a question.

Does anyone know how to setup Doom so that it loads 2 players (for multiplayer split-screen). I know about the D_DoomLoop() and D_Init() and D_LoadLevel(). I tried tricking Doom into thinking it's a multiplayer game by assigning the netgame, playeringame[0],playeringame[1] variables. But still no luck on loading up player2.

Anyone know how?

Share this post


Link to post

Make sure you increment nettics[1], also you need to fill in netcmds[1][gametic % BACKUPTICS]

Share this post


Link to post

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×