help

Place for people to discuss public servers, and also for admins to lay out the details of their servers
Post Reply
User avatar
hookah
Private First Class
Private First Class
Posts: 148
Joined: Mon Nov 14, 2005 1:03 pm

help

Post 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?
User avatar
Grace F
Sergeant
Sergeant
Posts: 978
Joined: Sun Oct 01, 2006 12:29 pm
Location: Adelaide, AUSTRALIA

Post 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.
Image
Image
User avatar
Grace F
Sergeant
Sergeant
Posts: 978
Joined: Sun Oct 01, 2006 12:29 pm
Location: Adelaide, AUSTRALIA

Post 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. :)
Image
Image
User avatar
sbgodin
Private First Class
Private First Class
Posts: 50
Joined: Mon Dec 27, 2004 11:33 pm
Location: France
Contact:

My settings

Post 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/
Last edited by sbgodin on Tue Apr 24, 2007 10:13 am, edited 1 time in total.
Christophe HENRY - France
User avatar
hookah
Private First Class
Private First Class
Posts: 148
Joined: Mon Nov 14, 2005 1:03 pm

Post by hookah »

yeah ty guys. and guys one more thing, if you can do that, please show me the groupdb file :) I need it
User avatar
sbgodin
Private First Class
Private First Class
Posts: 50
Joined: Mon Dec 27, 2004 11:33 pm
Location: France
Contact:

Post 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 ?
Last edited by sbgodin on Tue Apr 24, 2007 10:14 am, edited 1 time in total.
Christophe HENRY - France
User avatar
hookah
Private First Class
Private First Class
Posts: 148
Joined: Mon Nov 14, 2005 1:03 pm

Post by hookah »

heh is there something easier :)
Post Reply