Clear, practical technology insights BSOD Code Lookup · Windows Error Code Lookup · Wi-Fi Troubleshooting · PC Troubleshooting Checklist

How to Start a Prboom Multi Player Game in Linux

Learn how to start a prboom multi player game in linux with clear steps, practical context, and useful troubleshooting guidance.

Table of Contents

This updated guide examines How to Start a Prboom Multi Player Game in Linux and organizes the essential facts, background, and practical takeaways in clear American English.

Method 1of 2:

On computer 1

  1. How to Start a Prboom Multi Player Game in Linux — contextual image 1 Open a terminal window within the GUI.
  2. How to Start a Prboom Multi Player Game in Linux — contextual image 2 Navigate to the directory that stores your PrBoom files.
  3. How to Start a Prboom Multi Player Game in Linux — contextual image 3 Make sure you have the prboom-game-server file in the directory. If not you cannot host a multi-player game.
  4. How to Start a Prboom Multi Player Game in Linux — contextual image 4 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."
  5. How to Start a Prboom Multi Player Game in Linux — contextual image 5 Leave the current terminal window open.
  6. How to Start a Prboom Multi Player Game in Linux — contextual image 6 Open another terminal window within the GUI.
  7. How to Start a Prboom Multi Player Game in Linux — contextual image 7 Within the new terminal, navigate to the directory that stores your PrBoom Files.
  8. How to Start a Prboom Multi Player Game in Linux — contextual image 8 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.
  9. How to Start a Prboom Multi Player Game in Linux — contextual image 9 Note: localhost is usually configured as your loopback on your NIC. It uses the 127.0.0.1 IP address.

Method 2of 2:

Computer 2

  1. How to Start a Prboom Multi Player Game in Linux — contextual image 10 Type the following command.
    • ifconfig
    • Press enter.
  2. How to Start a Prboom Multi Player Game in Linux — contextual image 11 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.
  3. How to Start a Prboom Multi Player Game in Linux — contextual image 12 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.
  4. How to Start a Prboom Multi Player Game in Linux — contextual image 13 Have Fun.

FAQ

What is How to Start a Prboom Multi Player Game in Linux about?

It provides a structured overview of prboom, explains the main context, and highlights practical takeaways for readers.

Why does this topic matter?

Understanding the main concepts helps readers evaluate the issue, avoid common mistakes, and make better-informed decisions.

How should readers use this information?

Use the guidance as a practical starting point, confirm details that may have changed, and follow current product, safety, or security recommendations.

Discussion

Reader Comments 0

Sign in with email or Google to join the discussion.