Sunday, July 10, 2011

How do I specify 16 slots in quake 3

Question

Is there a command that I can run in game to open up more slots during a game of Quake 3 arena?

Answer

Add this line to your server.cfg:

seta sv_maxclients 16

From here:

sv_maxclients 16 - maximum number of players on the server.

You can try using rcon to change this while the server is running:

/rcon seta sv_maxclients 16

..but even if that is possible normally, most hosting companies disallow that because you pay by the number of server-slots.

No comments:

Post a Comment