|
0 registered members (),
16,302
guests, and 5
spiders. |
Key:
Admin,
Global Mod,
Mod
|
|
|
Re: Tornado
[Re: agreenknight]
#29966
07/07/04 03:14
07/07/04 03:14
|
Joined: Aug 2000
Posts: 7,490
Orange Brat

Senior Expert
|

Senior Expert
Joined: Aug 2000
Posts: 7,490
|
Quote:
So that the force would start out like o, 10, 0 north, then 0, 9, 0, north, then 0, 8, 0 forth.
The values have to be either 0, 1, or -1. The number has nothing to do with the amount of force, but with the direction the wind will go.
-1, 0, 0 is west
1, 0, 0 is east
0, 1, 0 is north
0, -1, 0 is south
Southwest would be -1, -1, 0
The part that controls the force is this:
Code:
var w_speed_factor = 1; // multiplies w_speed_max when hurricane is used...higher = faster speed....dependent on w_speed_max....range: 1-infinity
My User Contributions master list - my initial post links are down but scroll down page to find list to active links
|
|
|
|
|
|