Page 1 of 1
How do you run more than one Game session on a single server
Posted: Tue Jun 05, 2012 3:11 am
by coffeenet
Hi,
Can a single server accommodate more than just one Game session of Quake3/ioquake3?
If so, how?
Cheers!
Re: How do you run more than one Game session on a single server
Posted: Tue Jun 05, 2012 7:00 am
by Eraser
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
Posted: Wed Jun 06, 2012 2:25 am
by coffeenet
How do you do that from the command line in linux?
Re: How do you run more than one Game session on a single server
Posted: Wed Jun 06, 2012 3:33 am
by ^misantropia^
+set net_port 1234
Re: How do you run more than one Game session on a single server
Posted: Wed Jun 06, 2012 8:58 am
by coffeenet
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
Posted: Wed Jun 06, 2012 9:09 am
by Eraser
Just start the game multiple times...?