Super Speed: Difference between revisions
(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...") |
(Article update with video) |
||
Line 1: | Line 1: | ||
[[File:Powerup super speed.png|frameless|right]] | |||
== Development | Super Speed is the third [[Powerups|powerup]] in Fortress Blast. The user's speed is greatly increased, but this gained speed slowly decreases over an 8 second period. This powerup is used mainly for rollouts, clearing large gaps, or escaping from danger. | ||
The speed is changed every 0.1 seconds according to a variable stating how many times left, counting down from 80 to 0 | |||
<youtube>6EgVg6kxwi4</youtube> | |||
== 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 x 0.1 second interval = 8 seconds). 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 during the powerup's effects (i.e. holstering the Gloves Of Running Urgently). Speed is changed using the netprop m_flMaxspeed rather than the in-game attribute. |
Revision as of 17:42, 24 November 2019
Super Speed is the third powerup in Fortress Blast. The user's speed is greatly increased, but this gained speed slowly decreases over an 8 second period. This powerup is used mainly for rollouts, clearing large gaps, or escaping from danger.
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 x 0.1 second interval = 8 seconds). 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 during the powerup's effects (i.e. holstering the Gloves Of Running Urgently). Speed is changed using the netprop m_flMaxspeed rather than the in-game attribute.