supertuxkart-sourceforge-migration / stk-migration-test

0 stars 0 forks source link

Improved support for zipper-supported jumps #787

Closed supertuxkart-sourceforge-migration closed 10 years ago

supertuxkart-sourceforge-migration commented 10 years ago

Author: hikerstk

Followup to #1099:

Add an attribute to textures which specifies the minimum speed a kart should have on that texture, overwriting any other speed limit. The advantage would be that it's easier to tune (speed would be independent of difficulty), and handle more corner cases (e.g. atm a kart that is hit by a parachute while on the zipper might still be too slow).

Also, atm speed caps do not apply while in air, perhaps certain slowdowns (e.g. parachute) should apply (->karts too slow, will be rescued).

supertuxkart-sourceforge-migration commented 10 years ago

Author: hikerstk Fixed in r14710, 14716-8: the exporter supports a min-speed property for zippers, stk makes sure that any kart will have (at least) that speed, and stk enterprise was updated to set min-speed appropriately.