Setting the Radar option

Need help seting up a server, or have a question on how to run one? This is the place.
Post Reply
inonzuk
Private First Class
Private First Class
Posts: 5
Joined: Thu Jul 23, 2009 9:08 pm

Setting the Radar option

Post by inonzuk »

Hello,

I'm new so sorry if its an obvious question. How can I create a game server in which the Radar is turned off for the players ?

Thanks in advance,
User avatar
blast
General
General
Posts: 4933
Joined: Fri Mar 21, 2003 3:49 pm
Location: playing.cxx
Contact:

Re: Setting the Radar option

Post by blast »

You can set the radar range to 0. In your server configuration, I think you would just add this:
-set _radarRange 0
"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
anomaly
Private First Class
Private First Class
Posts: 220
Joined: Tue Jul 26, 2005 10:32 pm
Location: Gainesville Florida

Re: Setting the Radar option

Post by anomaly »

try -set _radarLimit 0 in your server config. Or you can set the variable in the client like so:
/set _radarLimit 0
User avatar
blast
General
General
Posts: 4933
Joined: Fri Mar 21, 2003 3:49 pm
Location: playing.cxx
Contact:

Re: Setting the Radar option

Post by blast »

Ah, yeah, I was wrong. It's _radarLimit like anomaly said.
"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
inonzuk
Private First Class
Private First Class
Posts: 5
Joined: Thu Jul 23, 2009 9:08 pm

Re: Setting the Radar option

Post by inonzuk »

Thanks, that did the trick.

A follow up question is whether there is a way to remove the HUD box which has the heading information on it (saying which heading the tank is headed) ?
User avatar
joevano
General
General
Posts: 1863
Joined: Sat Jun 18, 2005 1:08 pm
Location: South Bend, Indiana, USA

Re: Setting the Radar option

Post by joevano »

Not that I am aware...
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
inonzuk
Private First Class
Private First Class
Posts: 5
Joined: Thu Jul 23, 2009 9:08 pm

Re: Setting the Radar option

Post by inonzuk »

First of all, many thanks for the answer guys.

Is there a way to change the background picture (i.e. replace the mountains with something else? ).
User avatar
blast
General
General
Posts: 4933
Joined: Fri Mar 21, 2003 3:49 pm
Location: playing.cxx
Contact:

Re: Setting the Radar option

Post by blast »

You could turn off the mountains with another variable, and then put your own object around the map. (But you might run into issues with parts of it disappearing when viewed at long distances) There is also the ability to use a sky box.

http://my.bzflag.org/w/Server_Variables ( _drawMountains )
http://my.bzflag.org/w/Skybox
"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
Post Reply