Hi,
Can a single server accommodate more than just one Game session of Quake3/ioquake3?
If so, how?
Cheers!
How do you run more than one Game session on a single server
Re: How do you run more than one Game session on a single server
Yes it can. Just start multiple instances of Quake 3 running as dedicated server and have each instance run on its own port number, which is configurable through the net_port cvar
Re: How do you run more than one Game session on a single server
How do you do that from the command line in linux?
-
- Posts: 4022
- Joined: Sat Mar 12, 2005 6:24 pm
Re: How do you run more than one Game session on a single server
+set net_port 1234
Re: How do you run more than one Game session on a single server
Thank you. But, what I actually meant to ask was how do you start more than one instant at the same time using the command line in linux?
Re: How do you run more than one Game session on a single server
Just start the game multiple times...?