zturtleman / q3rain

Automatically exported from code.google.com/p/q3rain for archive purposes. I do not maintain it. Do not create pull requests.
GNU General Public License v2.0
0 stars 2 forks source link

Snow (Surface) #21

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Without a specified powerup (probably PW_SKI), players will only to walk on 
snow. Running will lead to constant falling and (depending on implementation) 
heavy exhaustment.
The powerup will probably be activated by using a pseudo-weapon, WP_SKI. Speed 
will greatly increase on snow, also new physics need to be implemented. Using 
Ski on other surfaces will lead to falling.
Firing the pseudo-weapon again will remove the powerup.

The feature needs to be discussed some more I think, the mission giving the 
base to it is very vague as of writing this issue.

Original issue reported on code.google.com by ryliusk@gmail.com on 25 Oct 2010 at 8:41

GoogleCodeExporter commented 9 years ago
Added WP_SNOWBOARD and PW_SNOWBOARD.
Feature works fine for now, still need to implement falling and stuff, tho I'll 
create a new Issue for that.
=> Fixed.

Original comment by ryliusk@gmail.com on 28 Dec 2010 at 5:29