| Home/ | www.icosaedro.it | ![]() |
BZE - BZFlag Map EditorBZE is a map editor for the BZFlag game (www.bzflag.org).
Bze lets you to edit the world map of the game BZFlag (www.bzflag.org) at least up to the 1.6 version. Maps for the newer BZFlag 2.something cannot be edited with Bze. Bze is a very rugh program, mostly intended as an example of programming with the M2 Development System. People interested to a practical, full featured program should look elsewere. Yet I used it successfully to create my first personal map, Arena, and it worked quite well.
Main features:
To start with a new empty map, first crate an empty file (touch mymap.bzw), then run bze (bze mymap.bze). To continue editing a map, simply run bze giving the file name of the map (bze mymap.bze).
Press `a' to add a block. Enter the type and the others properties of the new block, then press the OK button.
To change an existing block, display the map in wire-frame, then click on a line of the desired block. The properties dialog box appear.
Press `S' (capital letter) to save the map.
Other keys you can press are:
w,f - Switch between wireframe and solid rendering.
p - Switch between parallel and prospective projection.
l - Show/hide links.
h - Show this help.
s - Move map/point of view (use the arrow keys, PgUp, PgDw)
r - Reload the map
Q - Quit the program.
I developed BZE using the M2 programming language. M2 is a new, high level programming language inspired to Modula 2 and Pascal. M2 support dynamic arrays and automatic memory allocation. To learn more about M2 please go to www.icosaedro.it/m2.
In order to succesfully execute the program, you will have to compile it first. Instructions to do so are provided in the README file. Does not run under Microsoft Windows.
The package contain these files:
bze.mod
The source code of bze written in the M2 programming language. Please see www.icosaedro.it/m2 for more info about M2.
Makefile
To compile the program, execute `make'. You will need the M2 compiler and some commonly available system libraries, as X Window.
README
LICENSE
test.bzw
Very simple world map I used to test the program.
arena.bzw
This is my first map developed using BZE. You can use this map as an example to start the program.
Download:
bze-1.4-20080415.tar.gz
(18 KB)
| Umberto Salsi | Contact | Site map | Home/ |