PillBox ctf?

Place for people to discuss public servers, and also for admins to lay out the details of their servers
Post Reply
User avatar
Macint
Private First Class
Private First Class
Posts: 24
Joined: Thu Nov 09, 2006 4:21 pm

PillBox ctf?

Post by Macint »

i was wondering how do you set that if the teams are unevan, ctf will be disabled until its evan again

and how to set to be kicked when you kill to many teammates



thx
Longhair
Private First Class
Private First Class
Posts: 330
Joined: Tue Feb 08, 2005 6:06 pm
Location: Lancaster, PA
Contact:

Post by Longhair »

for the uneven teams, there is a plugin called Fair CTF that you can find on this thread:
http://my.bzflag.org/bb/viewtopic.php?t=6776

For the auto team kick, you simply pass bzfs the -tkkp <percentage> option. Quoting from the man page:
-tkkr percent Kicks players whose team killing to normal kill ratio is
greater than percent [1-100]. A start up grace period is
given to players.
User avatar
Macint
Private First Class
Private First Class
Posts: 24
Joined: Thu Nov 09, 2006 4:21 pm

Post by Macint »

thx but could you please show me an example of the -tkkp command

thx
Longhair
Private First Class
Private First Class
Posts: 330
Joined: Tue Feb 08, 2005 6:06 pm
Location: Lancaster, PA
Contact:

Post by Longhair »

when you start the server from the command line: (BASH shell which is default for most Linux distros)

bzfs -tkkp 10

Any windows types know if it works that way in DOS?

You can also put it in a conf file the same way. Call the conf file with:

bzfs -conf /path/to/conf/file
Post Reply