set maximum players

Post here if you need help setting up your server, etc.
Post Reply
User avatar
microbus
Core Dumper
Posts: 128
Joined: Wed Apr 27, 2005 7:35 am
Contact:

set maximum players

Post by microbus »

In version 2.7.1, I need to set a maximum amount of players
for a tourney tomorrow.. is the command MAX_PLAYERS,
MAX_CLIENTS, or something else? I need to set it for 6.
User avatar
wrtlprnft
Reverse Outside Corner Grinder
Posts: 1679
Joined: Wed Jan 04, 2006 4:42 am
Location: 0x08048000
Contact:

Post by wrtlprnft »

As far as I know MAX_CLIENTS sets the number of different clients that can connect (which means that the maximum number of players is MAX_CLIENTS*4 if every client operates in splitscreen mode). MAX_PLAYERS doesn't even exist on my client.

Easiest way might be to wait until everyone is there, then set MAX_CLIENTS to 1. It won't kick anybody out but noone will be able to join.
Last edited by wrtlprnft on Sat Mar 04, 2006 6:06 am, edited 1 time in total.
There's no place like ::1
User avatar
microbus
Core Dumper
Posts: 128
Joined: Wed Apr 27, 2005 7:35 am
Contact:

Post by microbus »

ah.. okay... good idea :) and yeah, I figured max_clients, but
I know most documentation is for the newer versions... :)
thanks wrtl
User avatar
microbus
Core Dumper
Posts: 128
Joined: Wed Apr 27, 2005 7:35 am
Contact:

Post by microbus »

cool.. just tried it.. worked like a charm 8)
User avatar
Lucifer
Project Developer
Posts: 8751
Joined: Sun Aug 15, 2004 3:32 pm
Location: Republic of Texas

Post by Lucifer »

Yeah, sometime, maybe in 0.2.7.1, there were some others introduced, like MAX_CLIENTS_SOFT or something like that. Because MAX_CLIENTS is only the number of connections, but a person on a connection might have up to 4 people playing on his machine. ANd there's one to deal with same IP clients, and some others.

Do:

armagetronad-dedicated --doc | grep "MAX"

to see.
Check out my YouTube channel: https://youtube.com/@davefancella?si=H--oCK3k_dQ1laDN

Be the devil's own, Lucifer's my name.
- Iron Maiden
User avatar
microbus
Core Dumper
Posts: 128
Joined: Wed Apr 27, 2005 7:35 am
Contact:

Post by microbus »

okay, thank you
Post Reply