bzedit 1.6.2

Discussion, updates, modifications, etc for the various map editors...
Post Reply
User avatar
JeffM
Staff Sergeant
Staff Sergeant
Posts: 5196
Joined: Fri Dec 13, 2002 4:11 am

bzedit 1.6.2

Post by JeffM »

Version 1.6.2 has been built and posted on sourceforge

http://sourceforge.net/project/showfile ... up_id=3248

this version supports 1.10.4 style maps, with name objects, and has an interface for the shoot and drive thru options.
ImageJeffM
User avatar
blast
General
General
Posts: 4933
Joined: Fri Mar 21, 2003 3:49 pm
Location: playing.cxx
Contact:

Post by blast »

Cool, I'll have to download this when I get home. Keep up the good work. :D
"In addition to knowing the secrets of the Universe, I can assure you that I am also quite potty trained." -Koenma (Yu Yu Hakusho)

Image
Grumbler
Dev Monkey
Dev Monkey
Posts: 453
Joined: Wed Jul 09, 2003 3:06 pm
Location: Space

Post by Grumbler »

As a note, 1.6.2 does not understand the world size field.

but, thank you, thank you, thank you.......
.........you kids, get out of my tank...........
User avatar
JeffM
Staff Sergeant
Staff Sergeant
Posts: 5196
Joined: Fri Dec 13, 2002 4:11 am

Post by JeffM »

yeah it dosn't have the world field, or world wepopns. that needs more inteface work.

The code is in CVS so anyone can buck up and add that ( hint, hint ). :)
ImageJeffM
Grumbler
Dev Monkey
Dev Monkey
Posts: 453
Joined: Wed Jul 09, 2003 3:06 pm
Location: Space

Post by Grumbler »

last hint, hint i got i was up till 5am downloading all the linux libraries for pybzflag...........hehe............althought i have to admit the worldthumbnailer is worth it.

general questions to all:

what tools would I need to compile bzedit on windows? (since I have none at present) Are there opensource equivalents?(............i suspect bill put a stop to that)

this weekend "people" indicated that compiling the linux version of bzedit was an exercise in futility, is that correct?..........or was someone pulling my leg?
.........you kids, get out of my tank...........
User avatar
larsl
Dev Monkey
Dev Monkey
Posts: 50
Joined: Tue May 20, 2003 2:35 pm
Location: Stockholm
Contact:

Post by larsl »

The current CVS code for Linux-bzedit works for me. I used these commands to build it:

Code: Select all

aclocal
automake -a
autoconf
./configure --with-gl-prefix=/usr/X11R6
make
The Linux version hasn't been updated in a while though, so it doesn't know about the new map stuff.
User avatar
JeffM
Staff Sergeant
Staff Sergeant
Posts: 5196
Joined: Fri Dec 13, 2002 4:11 am

Post by JeffM »

bzedit on windows uses MFC, it is designed to work with visaul C++ 6.0, it could work with minigw or some other compiler if you could get MFC libs for that compiler. You would also need to create a build system for that compiler if it did not read VC dsp and dsw files.
ImageJeffM
User avatar
Mozul
Private First Class
Private First Class
Posts: 9
Joined: Wed Jan 21, 2004 11:50 pm
Location: Redondo Beach, CA, USA
Contact:

Shoot Through for Teleporters

Post by Mozul »

I saw in the new version that you have ShootThrough and DriveThrough checkboxes for the Teleporters. I assume this has to do with the frame of the teleporter. However it does not store this information in the file. I wanted to have ShootThrough set for a teleporter

-Mozul
User avatar
JeffM
Staff Sergeant
Staff Sergeant
Posts: 5196
Joined: Fri Dec 13, 2002 4:11 am

Post by JeffM »

hmm it's suposed to save them. I shall look into it, or you are welcome to grab the code and see.
ImageJeffM
Post Reply