How do you set up flags and jumping and tank speed?

Discussion, updates, modifications, etc for the various map editors...
Post Reply
opplo rules

How do you set up flags and jumping and tank speed?

Post by opplo rules »

now that ive made a world and ive tested it ive found out i cant jump and theres no flags and the tank is realy slow how do i sort this out :? :? :?

by the way i have windows and have got bzedit 1.6.5
User avatar
ahs3
Private First Class
Private First Class
Posts: 327
Joined: Sun Mar 04, 2007 8:33 pm
Location: Press '/' to search
Contact:

Re: How do you set up flags and jumping and tank speed?

Post by ahs3 »

opplo rules wrote:now that ive made a world and ive tested it ive found out i cant jump and theres no flags and the tank is realy slow how do i sort this out :? :? :?

by the way i have windows and have got bzedit 1.6.5
You'll have to edit the map with a text editor using the options object.

http://my.bzflag.org/w/Special:Search?s ... ject&go=Go

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


whenever you use a /set inside a options object always use -set instead of /set

/set is for in game use.
z[h]ero
Private First Class
Private First Class
Posts: 204
Joined: Mon Jan 31, 2005 12:00 am
Location: hiding behind box...a real Bz coward :/

Re: How do you set up flags and jumping and tank speed?

Post by z[h]ero »

opplo rules wrote:...i cant jump...
The bzfs.html (BZFlag program menu => Doc => bzfs) tells: "-j Allows jumping."
So the option

Code: Select all

-j
allows jumping.
opplo rules wrote:...and theres no flags...
This page lists the abrevations of certain flags: http://my.bzflag.org/w/Flag_List
This would add for example 2 Narrow-flags and 3 SB-flags:

Code: Select all

+f N{2} +f SB{3}
Instead of manually writing your flag-settings the "BZFS configuration builder" would write the file for you.
BZFlag program menu => folder: Server => "BZFS Configuration builder" => press link: "flag". After you did set your flags and flag-count just press the link "Build configuration".
Wirth's law: "Software is getting slower more rapidly than hardware becomes faster."
Post Reply