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

[HELP]Doom programming

Recommended Posts

I am trying to play around with SDL Doom 1.10. If there is a l33t Doom programmer reading this, can you tell me:

1) I faked a deathmatch environment by assigning deathmatch=1 and playersingame[0]=true. Then I call G_InitNew(...) to call P_SetupLevel() and G_LoadGame(). I've learnt that I can get my player map object via players[0]->mo. Where's the code for moving the players, interacting with the environment in multiplayer mode?

Assuming this is correct, I get all map objects from EVERY sectors structure? Right? I display them, but am getting items/monsters like if it was single player. How do I get multiplayer?

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
×