HOW TO MAKE IT RAIN! (help)

General talk about the map making process.
Post Reply
User avatar
yourmom
Private First Class
Private First Class
Posts: 65
Joined: Mon Aug 01, 2005 6:31 pm
Location: Memphis, TN

HOW TO MAKE IT RAIN! (help)

Post by yourmom »

i am an admin for my server and i need to know the easiest way to make it rain. there are so many rain variables! :cry:
User avatar
JeffM
Staff Sergeant
Staff Sergeant
Posts: 5196
Joined: Fri Dec 13, 2002 4:11 am

Post by JeffM »

set _rainType to rain
that will set the other vars to defaults
ImageJeffM
meeba
Master Sergeant
Master Sergeant
Posts: 507
Joined: Sun Mar 12, 2006 10:49 pm
Location: N. Sanity Beach

Post by meeba »

my personal favorite is /set _rainType frog

that just cracks me up.
User avatar
tw1sted
Private First Class
Private First Class
Posts: 849
Joined: Tue Feb 21, 2006 10:21 pm

Post by tw1sted »

yea i love the frog rain.


and to change the color of the rain, after u typed:

Code: Select all

/set _rainType rain
type

Code: Select all

/set _rainBaseColor color
where color would be the color of your choice. Red would be an example
Longhair
Private First Class
Private First Class
Posts: 330
Joined: Tue Feb 08, 2005 6:06 pm
Location: Lancaster, PA
Contact:

Post by Longhair »

Be sure to check out the bzflag wiki for more information on server variables:
http://bzflag.org/wiki/ServerVariables

As the disclaimer at the top says, some things are incomplete, or downright wrong, but the rain related stuff seems to be accurate.
meeba
Master Sergeant
Master Sergeant
Posts: 507
Joined: Sun Mar 12, 2006 10:49 pm
Location: N. Sanity Beach

Post by meeba »

A Heart Attack wrote:yea i love the frog rain.


and to change the color of the rain, after u typed:

Code: Select all

/set _rainType rain
type

Code: Select all

/set _rainBaseColor color
where color would be the color of your choice. Red would be an example
I think that color was only added so that the emos could use black rain and the goths could use red.

Goths must be the coolest people ever.
User avatar
yourmom
Private First Class
Private First Class
Posts: 65
Joined: Mon Aug 01, 2005 6:31 pm
Location: Memphis, TN

Post by yourmom »

so is there like bubbles, snow, frog, rain, and what else?

thanks
meeba
Master Sergeant
Master Sergeant
Posts: 507
Joined: Sun Mar 12, 2006 10:49 pm
Location: N. Sanity Beach

Post by meeba »

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

Post by JeffM »

you can change the texture on the billboard and snowflake shapes to your needs, those combinatioins should give you many difrent options.
ImageJeffM
User avatar
Spazzy McGee
Sergeant Major
Sergeant Major
Posts: 1405
Joined: Mon Mar 21, 2005 4:59 pm
Location: Planet MoFo, Sheffield Division; United Kingdom

Post by Spazzy McGee »

You can check out all of the server variables here: http://www.bzflag.org/wiki/ServerVariables

I'll tell you this for free: there is also another little search feature called Google. you can use that too.
"Life is what happens to you while you're busy making other plans." - John Lennon
User avatar
^nightmare^
Private First Class
Private First Class
Posts: 1264
Joined: Sun Feb 20, 2005 7:14 pm
Location: Alabama
Contact:

Post by ^nightmare^ »

/set _rainType fatrain

u can also control how much it rains with /set _rainDensity
Need bzflag help? Try looking here: http://www.freewebs.com/bznightmare/map ... aghelp.htm
User avatar
TD-Linux
Sergeant
Sergeant
Posts: 724
Joined: Wed Apr 27, 2005 8:26 pm
Location: Mountain View, CA

Post by TD-Linux »

I just added a ton of rain stuff to the Wiki, check back there again.
Legolas_
Private First Class
Private First Class
Posts: 513
Joined: Thu Jan 20, 2005 10:24 pm

Post by Legolas_ »

You should try:

Code: Select all

/set _rainTexture red_bolt
after you do that type:

Code: Select all

/set _rainType red_bolt
Any texture that is in your bzflag directory can be set to rain texture.
User avatar
G-MAN
Private First Class
Private First Class
Posts: 85
Joined: Fri Aug 05, 2005 10:12 pm
Location: Location, Location, Location. This house has it all.

Post by G-MAN »

do this: /set _rainType frog then /set _rainPuddle red. I think that's how you do it. Rain lags a server up pretty bad.
User avatar
TD-Linux
Sergeant
Sergeant
Posts: 724
Joined: Wed Apr 27, 2005 8:26 pm
Location: Mountain View, CA

Post by TD-Linux »

Rain only lowers your framerate drastically if you have _rainDensity set too high. See the wiki.

To texture rain fancylike, /set _rainType to snow,fatrain,frog,or anything else on the wiki except 'rain'.

AFTER that, you /set _rainTexture.

Or, you can do it the long way around and /set _useRainBillboards 1.
User avatar
yourmom
Private First Class
Private First Class
Posts: 65
Joined: Mon Aug 01, 2005 6:31 pm
Location: Memphis, TN

Post by yourmom »

what are the rain textures?
User avatar
Tanner
Private First Class
Private First Class
Posts: 575
Joined: Sat Sep 17, 2005 3:46 am
Location: Atl, GA
Contact:

Post by Tanner »

yourmom wrote:what are the rain textures?
Anything in the data folder of the BZFlag folder and I think it also may include any texture that is hosted.

-Tanner
Tanner - Segway HT i180 Red Owner - Random Map Creator - BZStocks - TS Software

Image
User avatar
tw1sted
Private First Class
Private First Class
Posts: 849
Joined: Tue Feb 21, 2006 10:21 pm

Post by tw1sted »

Legolas_ wrote:You should try:

Code: Select all

/set _rainTexture red_bolt
after you do that type:

Code: Select all

/set _rainType red_bolt
Any texture that is in your bzflag directory can be set to rain texture.
so you could do

Code: Select all

/set _rainTexture blue_bolt
if that was in your bzflag dir (witch it is)
Post Reply