Author Topic: Player size over 36?  (Read 745 times)

Hi ive seen people whose server is over 36 players. How do you do that?

edit a preference, i think

Set your port range higher when you portfoward.

edit a preference, i think
Correct, but only in dedicated servers.
$Pref::Server::MaxPlayers = ##;
Otherwise the max is 32.

Set your port range higher when you portfoward.
This is false. You only need to forward 28000-28000.

Correct, but only in dedicated servers.
$Pref::Server::MaxPlayers = ##;
Otherwise the max is 32.
This is false. You only need to forward 28000-28000.
I had to do 28000 - 28032, it may be different on mac.

I had to do 28000 - 28032, it may be different on mac.
This is false. You only need to forward 28000-28000.

I had to do 28000 - 28032, it may be different on mac.
Operating system does not suddenly change how your router works. Otherwise it wouldn't work at all if you had Windows and a Mac.

Operating system does not suddenly change how your router works. Otherwise it wouldn't work at all if you had Windows and a Mac.
Well, I had to port-foward 28000-28032.


Only forward the other 32 slots if you want to host 32 different servers.

Only forward the other 32 slots if you want to host 32 different servers.
In that case you should just use DMZ, because I don't think it directs mid-ranges properly.

Quote from: Chrono link=topic=133716.msg3003712#msg3003712
date=1288923311
$Pref::Server::MaxPlayers = ##;


So say i want 64 people i do $Pref::Server::MaxPlayers = 64;

Yes, on a dedicated server.