Page 1 of 1

Options - Putting in flags

Posted: Sun Oct 15, 2006 12:49 pm
by Ragzouken

Code: Select all

options
	-fb -sb
	-f OO -f BU -f PZ
	-sl SW 5
end
My map won't actually start with any flags, but +f good will add in all flags and -f OO -f BU -f PZ won't do anything at all, how am I supposed to add flags in a way that -f OO etc will work?

Re: Options - Putting in flags

Posted: Sun Oct 15, 2006 1:16 pm
by Tanner
Try

Code: Select all

options
	-fb -sb
	+f OO +f BU +f PZ
	-sl SW 5
end
-Tanner

Posted: Sun Oct 15, 2006 1:18 pm
by Ragzouken
Ah, sorry I didn't clarify, I want to have flags, just not OO, BU and PZ

Posted: Sun Oct 15, 2006 3:45 pm
by eagle
is there a specific place you want them or just scattered
if you want everything i think you can do


options
+f good
+f bad
end



that would give you all good and bad flags.

if you want to add a few specific flags then do this:
for example:

options
+f GM {10}
end


that adds 10 gm flags

-f {good|bad|flag-id}
Disallows random flags of the given type. Required
flags given by the +f option are still provided. The
bad argument is equivalent to specifying -f once for
each kind of bad flag. Same goes for good, but you
probably do not want to do that.

this is what the bzfs man page says about -f


if thats not what you were looking for just tell us what you are trying to do


I hope that helps

Posted: Sun Oct 15, 2006 3:51 pm
by Ragzouken
I want random flags scattered around, but I don't want OO, BU or PZ at all

Posted: Sun Oct 15, 2006 4:02 pm
by eagle
well as far as i know you should do this:


options
+f good
-f OO
-f BU
-f PZ
end

that is is much as i can figure out...if i'm wrong someone else help me out.

Posted: Sun Oct 15, 2006 4:19 pm
by CannonBallGuy
Use +s and -s in conjunction with -f.

Posted: Sun Oct 15, 2006 4:53 pm
by eagle
" -s num-flags The server will have up to num-flags random super flags
available at any time. The -f option can be used to
restrict which types of flags will be added. Required
flags given by the +f option are not included in the
num-flags total."
thats what the man says......what would that do?

Posted: Sun Oct 15, 2006 4:57 pm
by Ragzouken
Ah thanks :D

Posted: Sun Oct 15, 2006 5:19 pm
by eagle
you figured it out? what did you do?

Posted: Sun Oct 15, 2006 7:04 pm
by CannonBallGuy
Well, +s 10 will give 10 random flags.
To stop, for example, OO appearing, use -f OO too.
So:
+s 10
-f OO

Posted: Sun Oct 15, 2006 8:43 pm
by eagle
oh, so +s gives random flags? so what does -s do?

Posted: Tue Oct 17, 2006 4:27 pm
by Ragzouken
As CannonBallGuy said, I need to use +s to get flags instead of +f good, the description of +s is add superflags which I thought meant laser, shockwave and GM, but seems to mean flags in general.

Posted: Tue Oct 17, 2006 4:54 pm
by Alex135
Oh, that was supper usefull, now i can fix the problem with the supper flags not properly working on my server, and now i can finaly get rid of the obesity flag.

Thanks so much. :)

Posted: Tue Oct 17, 2006 6:10 pm
by CannonBallGuy
Super flags are the white flags. When you say "flags", that could include team flags too...