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