Table of Contents
Method 1 of 2:
On computer 1
-
Images 1 of How to Start a Prboom Multi Player Game in Linux Open a terminal window within the GUI. -
Images 2 of How to Start a Prboom Multi Player Game in Linux Navigate to the directory that stores your PrBoom files. -
Images 3 of How to Start a Prboom Multi Player Game in Linux Make sure you have the prboom-game-server file in the directory. If not you cannot host a multi-player game. -
Images 4 of How to Start a Prboom Multi Player Game in Linux Enter the following text into the command line.- prboom-game-server
- Press Enter.
- It will say that it is "listening on port 5030, waiting for 2 players. Join (channel 0) as player 0."
-
Images 5 of How to Start a Prboom Multi Player Game in Linux Leave the current terminal window open. -
Images 6 of How to Start a Prboom Multi Player Game in Linux Open another terminal window within the GUI. -
Images 7 of How to Start a Prboom Multi Player Game in Linux Within the new terminal, navigate to the directory that stores your PrBoom Files. -
Images 8 of How to Start a Prboom Multi Player Game in Linux Enter the following text into the command line.- prboom -net localhost
- Press Enter.
- PrBoom will start running but stop at the line D_CheckNetGame: waiting for server to signal game start. The other terminal will start displaying "[r ]" over and over again. That is normal as it is listening to the port and printing the results. It basically means that it found one client on the network. That client is you.
-
Images 9 of How to Start a Prboom Multi Player Game in Linux Note: localhost is usually configured as your loopback on your NIC. It uses the 127.0.0.1 IP address.
Method 2 of 2:
Computer 2
-
Images 10 of How to Start a Prboom Multi Player Game in Linux Type the following command.- ifconfig
- Press enter.
-
Images 11 of How to Start a Prboom Multi Player Game in Linux Look for your ip address on the network. It will look something like the following: inet addr: 192.168.1.1 if you are logged into a home network. The address might vary depending on what router you have. -
Images 12 of How to Start a Prboom Multi Player Game in Linux On computer 2 type the following text. The xxxs in the text below represent your ip address.- prboom -net xxx.xxx.xxx.xxx
- Press enter.
- The terminal running the prboom-game-server on computer 1 should be displaying something like this. "[pp ]" over and over again. That means that both computers are communicating with each other. PrBoom should load up and run now and startup. Your friend should be right next to you in the game.
-
Images 13 of How to Start a Prboom Multi Player Game in Linux Have Fun.
5 ★ | 1 Vote