Page 1 of 1

help

Posted: Sun Apr 22, 2007 8:47 am
by hookah
Sry if i am asking second time but, can you say what i must type into my config file to have flags in the game?

Posted: Sun Apr 22, 2007 8:53 am
by Grace F

Code: Select all

# The server will randomly generate flags from the following list.  If you
# want to be sure there is at least a certain amount of a flag on the map
# at any given time, you can use the +f option to guarantee a certain
# number of a flag by repeating the option that many times.  So to insure
# there are at least 4 Oscillation Overthrusters you would do the
# following, minus the # signs.  Using "+f good" is the equivalent of
# doing +f for each of the good flags.  You are allowed to specify more than
# one team flag in CTF games.

#+f OO
#+f OO
#+f OO
#+f OO
#+f GM{10}

# Flag IDs: Good: A - Agility, B* - Blue Team, BU - Burrow, CL - Cloaking,
# G - Genocide, G* - Green Team, GM - Guided Missile, ID - Identify,
# IB - Invisible Bullet, JP - Jumping, L - Laser, MG - Machine Gun,
# MQ - Masquerade, N - Narrow, OO - Oscillation Overthruster, PZ - Phantom
# Zone, P* - Purple Team, QT - Quick Turn, F - Rapid Fire, R* - Red Team,
# R - Ricochet, SE - Seer, SH - Shield, SW - Shockwave, ST - Stealth,
# SR - Steamroller, SB - Super Bullet, T- Tiny, TH - Thief, US - Useless,
#  V - Velocity, WG - Wings
# Bad:  B - Blindness, BY - Bouncy, CB - Color Blindess, FO - Forward Only,
# JM - Jamming, LT - Left Turn Only, M - Momentum, NJ - No Jumping,
# O - Obesity, RC - Reverse Controls, RO - Reverse Only, RT - Right Turn
# Only, TR - Trigger Happy, WA - Wide Angle
I copied that straight from a sample :) Hope if helps

Also

Code: Select all

-sl 'flag id' 'number'     gives the flag a certain amount of shots.

Posted: Sun Apr 22, 2007 9:00 am
by Grace F
Oh here's a website that should help

http://manpage.willempen.org/6/bzfs

oh yea and also

http://my.bzflag.org/w/Sample_conf

Their both fairly similar. :)

My settings

Posted: Sun Apr 22, 2007 2:21 pm
by sbgodin
A short example; one GM limited to ten shots:
+f GM{1}
-sl GM 10
Taken from my actual settings :
http://viewvc.tuxfamily.org/svn_bzs_bzs ... iew=markup

The other files, here :
http://viewvc.tuxfamily.org/svn_bzs_bzs/trunk/

Posted: Sun Apr 22, 2007 2:29 pm
by hookah
yeah ty guys. and guys one more thing, if you can do that, please show me the groupdb file :) I need it

Posted: Sun Apr 22, 2007 2:34 pm
by sbgodin
Right here :
http://viewvc.tuxfamily.org/svn_bzs_bzs ... iew=markup
All my config is real time accessible with Subversion. Except password and other secret stuff.

What about this ?

Posted: Sun Apr 22, 2007 2:36 pm
by hookah
heh is there something easier :)