Super Speed

From Fortress Blast
Revision as of 23:53, 23 November 2019 by Naleksuh (talk | contribs) (Created page with "Super Speed is the third powerup in the {{powerups}} powerups in Fortress Blast. It speeds the player up very high, but slowly decreases their speed over an eight-second perio...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigationJump to search

Super Speed is the third powerup in the 17 powerups in Fortress Blast. It speeds the player up very high, but slowly decreases their speed over an eight-second period. This can primarily be used for escapes, rollouts, or getting to areas not normally accessible by your class.

Development Information

The speed is changed every 0.1 seconds according to a variable stating how many times left, counting down from 80 to 0. (80 iterations * 0.1 interval = 8 seconds time). The speed is changed by doubling the interval left (i.e. if there are 46 intervals left, their speed will be increased by 92 HU/s). Additionally, the speed will be recorded and compared, in case an external source has changed the speed through the middle of the powerup, Super Speed will adjust for that (i.e. holstering the Gloves Of Running Urgently). Speed is changed using the netprop m_flMaxspeed rather than the in-game attribute.