Q's. (I want A's)

Questions and answers about the how and why of making maps.
Post Reply
User avatar
Crallion
Private First Class
Private First Class
Posts: 201
Joined: Mon Mar 09, 2009 6:26 am
Location: The USA
Contact:

Q's. (I want A's)

Post by Crallion »

There are a couple of map making questions I have, here they are.

In a louman map, the lasers stay suspended in midair for about 5 sec. How does he do that?

Also, I have alot of troubles with making/linking teles. Does anybody have any really good ways to link teles? For example, I don't know which side is back and which is front, that is my main problem.

And third. Thanks to blast, one of my maps is now hosted. He has given me "extra privileges", but how do I use those. like how do I set variables while playing?
Time is a great teacher, but unfortunately, it kills all its pupils ... - Louis Hector Berlioz

To err is human. To really foul up requires the root password.
User avatar
Wreckage
Private First Class
Private First Class
Posts: 108
Joined: Sat Sep 23, 2006 6:07 pm
Location: Junkyard

Re: Q's. (I want A's)

Post by Wreckage »

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

To set variable just type "/set _serverVariable #", e.g. "/set _wingsJumpCount 5". Use "/reset _serverVariable" to return it to its original value. Also to view all variables type "/set".

The variable "_laserAdLife" controls the amount of time (in seconds) that a laser remains after being fired. On Louman's Bridges this is set to 10.
Image
User avatar
joevano
General
General
Posts: 1863
Joined: Sat Jun 18, 2005 1:08 pm
Location: South Bend, Indiana, USA

Re: Q's. (I want A's)

Post by joevano »

Which Louman map? Just save the map and look at the code...

As for front and back of a tele.. http://my.bzflag.org/bb/viewtopic.php?f ... 4&p=135152

All answered
There is nothing worse than aggressive stupidity. -- Johann Wolfgang von Goethe
"How many legs does a dog have if you call his tail a leg? Four. Calling a tail a leg doesn't make it a leg." -- Abraham Lincoln
User avatar
blast
General
General
Posts: 4933
Joined: Fri Mar 21, 2003 3:49 pm
Location: playing.cxx
Contact:

Re: Q's. (I want A's)

Post by blast »

The /diff command will show any server variable that are not set to default values.
"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
User avatar
Wreckage
Private First Class
Private First Class
Posts: 108
Joined: Sat Sep 23, 2006 6:07 pm
Location: Junkyard

Re: Q's. (I want A's)

Post by Wreckage »

joevano wrote:Which Louman map? Just save the map and look at the code...
You don't have to save the map, just type "/set _laserAdLife" while in game and it will give you the value (unless it has been changed on the server, which is unlikely IMO). you don't even need to be admin. (I'm sure you know that though :wink: )

...Yeah I forgot about /diff.

Metroid Prime, it may be smart to run a private server and make yourself be admin and practice changing variables to see their effect, etc., vs. when other players are around. If you don't know how check the wiki page http://my.bzflag.org/w/Main_Page.

Good luck!
Image
Post Reply