World Weapon

Questions and answers about the how and why of making maps.
Post Reply
User avatar
Sir Lance-A-Lot
Private First Class
Private First Class
Posts: 503
Joined: Tue Jun 29, 2004 12:49 am
Location: Amongst my Computers
Contact:

World Weapon

Post by Sir Lance-A-Lot »

I am relatively new to BZEdit.
Is there any easy way to make world weapons in Winwows XP?
Maybe theres a program....
Image
User avatar
blast
General
General
Posts: 4933
Joined: Fri Mar 21, 2003 3:49 pm
Location: playing.cxx
Contact:

Post by blast »

If I recall correctly, pyBzEdit can do world weapons. It's written in and requires Python, and also requires a few other libraries in order to run it.
"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 »

yes, the python bzedit from daddo can do it.

its a project under sourceforge.

http://sourceforge.net/project/showfile ... _id=114763


http://bzbb.bzflag.org/viewtopic.php?t= ... hon+editor


you will need all the libraries he specified.
.........you kids, get out of my tank...........
User avatar
Sir Lance-A-Lot
Private First Class
Private First Class
Posts: 503
Joined: Tue Jun 29, 2004 12:49 am
Location: Amongst my Computers
Contact:

Post by Sir Lance-A-Lot »

wow...too complex for me...im a new map maker.
I'll let the pros do it :D
Image
User avatar
sid6.7
Private First Class
Private First Class
Posts: 614
Joined: Mon Oct 06, 2003 9:58 pm
Location: West USA
Contact:

worldweapon

Post by sid6.7 »

i dont think people understand what your asking...

do you want to add a world weapon to a map
your making...


or

do you want to make a flag like SW, GM, LASER

i think you mean to add a weapon to a map....

fairly easy...open your map file in a text editor
an add this for each weapon you want...

weapon
type SW <type of weapon
position 0 0 0 <location
rotation 0 <if its an aimed weapon direction it fires
initdelay 3 <when game starts wait time for it to first fire
delay 240 < how fast it fires (seconds)
end

dont have a weapon firing every second, once every
3+ minutes or so is more then enough....if you have
it in a small contained area off from everything else
then maybe fast is okay....

so its is not compleicated you can do it man!

i hope this answers your question...
User avatar
Sir Lance-A-Lot
Private First Class
Private First Class
Posts: 503
Joined: Tue Jun 29, 2004 12:49 am
Location: Amongst my Computers
Contact:

Post by Sir Lance-A-Lot »

Hey thanx alot sid man.
Im gonna experiment wit this.
Way easier 8)
Image
User avatar
Link
Private
Private
Posts: 1
Joined: Sat Jan 22, 2005 12:22 am

Post by Link »

can you use bzedit on mac?
User avatar
JeffM
Staff Sergeant
Staff Sergeant
Posts: 5196
Joined: Fri Dec 13, 2002 4:11 am

Post by JeffM »

There is no mac specific bzedit.

There is a python editor called pybzedit ( search sourceforge for it ) that should work on any platform.
ImageJeffM
User avatar
Workaphobia
Master Sergeant
Master Sergeant
Posts: 252
Joined: Wed May 26, 2004 7:29 pm

Post by Workaphobia »

What I never understood about world weapons is the types that are available. Is it simply any flag that exists? If so, doesn't that mean you could make an "agility" weapon or "wings" weapon? If not, what are the types?
"Nifty News Fifty: When news breaks, we give you the pieces."
User avatar
JeffM
Staff Sergeant
Staff Sergeant
Posts: 5196
Joined: Fri Dec 13, 2002 4:11 am

Post by JeffM »

It is any shot type. Making one based off the non shot flags would not make sense. A world Weapon is a point in space that shoots a specific weapon type out based on defined rules.

IIR the shot types are

Normal Shot
Shockwave
Laser
Super Bullet
Invisible Bullet.

I don't know if there is a thief world weapon.
ImageJeffM
trepan
Dev Wizard
Dev Wizard
Posts: 704
Joined: Fri Feb 21, 2003 7:50 pm

Post by trepan »

Yup, thief works. It even steals flags.

The F (rapid fire) flag can be useful, as can
the R (ricochet) and MG (machine gun) flags.
PZ even works on zoned tanks in 2.0 (just
tried it for the first time).
User avatar
sid6.7
Private First Class
Private First Class
Posts: 614
Joined: Mon Oct 06, 2003 9:58 pm
Location: West USA
Contact:

Post by sid6.7 »

yes any flag type can be used

gm can be used but wont lock on...etc...


these flags produce just a regular single bullet
you can make any of them rapid fire with the delay
feature, some of the newer flags might be a tad
different...

all bad flags
qt
narrow
cloak
tiny
agility
momentum
phantom zone
shield
wing
stealth
occilator
jump

never thought about the old invisi bullet, wouldnt that be interesting aye?
Post Reply