DigitalAssassin Posted April 3, 2002 Share Posted April 3, 2002 Hello all! I've got my win32 server up and running fine. It is configured for public 8 players. My question is this...I want to have a minimum of three players on at all times...with bots dropping off as people start connecting...so I added the following lines to my config: seta bot_enable "1" seta bot_minplayers "3" The other thing I want to do is reserve 4 of these 8 slots for friends to ensure they can always get on... What is the best way to do this? What changes do I need to make to my current cfg? Thanks! For reference here is my current cfg, I know...simple: // Server Config seta sv_hostname "PDA JKII" seta g_motd "Welcome to the PDA JKII Server! Saber Only!" rconpassword "****" set password "***" seta sv_maxclients 8 seta g_inactivity 0 sv_maxRate 10000 set g_allowvote 1 set timelimit 20 set capturelimit 20 set g_autoMapCycle 1 seta bot_enable "1" seta bot_minplayers "3" map ffa_bespin Link to comment Share on other sites More sharing options...
MatrixCPA Posted April 3, 2002 Share Posted April 3, 2002 To create private spots use: seta sv_privateClients "4" seta sv_privatePassword "pass" Then, just have them put in the pass before they connect and viola! Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.