Project X Forums
http://px.worms2d.info/forum/

VARIABLE WIND (new wind every 2-20 sec, random choose)
http://px.worms2d.info/forum/viewtopic.php?f=13&t=560
Page 1 of 1

Author:  PyroMan [ Fri Jan 04, 2013 9:57 pm ]
Post subject:  VARIABLE WIND (new wind every 2-20 sec, random choose)

Can`t wait good wind? Now it will update when your worm is still active. Catch the wind you want and hit your opponent! But hurry, wind value will change randomly from 2 to 20 seconds!

Wind changes very slow and smooth

Attachments:
File comment: random timer here works from 10 secs to 40 secs.
p_wind_(10_40).rar [639 Bytes]
Downloaded 614 times
File comment: version: 06.01.2013
fixed: crazy wind changing when many players
added: very slow and smooth wind change.

p_wind.rar [631 Bytes]
Downloaded 639 times

Author:  PyroMan [ Sun Jan 06, 2013 3:22 pm ]
Post subject:  Re: VARIABLE WIND (new wind every 2-20 sec, random choose)

Updated.

Author:  Atr0x [ Sun Jan 06, 2013 11:17 pm ]
Post subject:  Re: VARIABLE WIND (new wind every 2-20 sec, random choose)

I noticed that 2 seconds to 20 seconds is too short as change wind....
what row number of the script p_wind i can change to make it at 10 seconds to 30 seconds?

Author:  PyroMan [ Mon Jan 07, 2013 1:36 am ]
Post subject:  Re: VARIABLE WIND (new wind every 2-20 sec, random choose)

Atr0x wrote:
I noticed that 2 seconds to 20 seconds is too short as change wind....
what row number of the script p_wind i can change to make it at 10 seconds to 30 seconds?


Code:
if (WindDelay == 1) varWind = RandomInt(150, 1000);


this Row.

its set in frames. 50 frames in PX worms = 1 second. apparently 150 = 3 secs (yes, i lied about 2 to 20, its 3 to 20), 1000 = 20 secs.

no need, i`ll change myself and post as separate lib. im agree with ya :D
choosing those or other lib wil allow to choose between them.

Author:  Atr0x [ Mon Jan 07, 2013 6:48 am ]
Post subject:  Re: VARIABLE WIND (new wind every 2-20 sec, random choose)

good!

Page 1 of 1 All times are UTC
Powered by phpBB © 2000, 2002, 2005, 2007 phpBB Group
http://www.phpbb.com/