Time Travel: Difference between revisions
(Added image and updated article) |
m (11 revisions imported: Importing pages from old wiki) |
||
(9 intermediate revisions by 2 users not shown) | |||
Line 1: | Line 1: | ||
[[File:Powerup time travel.png|frameless]] | [[File:Powerup time travel.png|frameless|right]] | ||
Time Travel is the sixth [[Powerups|powerup]] in Fortress Blast. It | Time Travel is the sixth [[Powerups|powerup]] in Fortress Blast. It was included in Fortress Blast's initial release and is inspired by the game {{mbg}}. | ||
== | It turns the user invisible, makes them super fast, and forces them into third person for 3 seconds, but during this time they cannot attack. This can be used to get past difficult obstacles or as an escape method. | ||
Through m_flMaxspeed, the player's speed is increased to 520 | |||
<youtube>JsuMQSggHEA</youtube> | |||
== Developer information == | |||
Through m_flMaxspeed, the player's speed is increased to 520 Hammer units per second (the maximum speed on ground). The player is also given condition 66 (TFCond_StealthedUserBuffFade). The player is blocked from attacking using the netprops m_flNextPrimaryAttack and m_flNextSecondaryAttack and by blocking the IN_ATTACK button. Both are used because the former strangely allows using the Sapper, and the latter is dependent on a player's ping. | |||
[[Category:Powerups]] |
Latest revision as of 21:22, 6 June 2023
Time Travel is the sixth powerup in Fortress Blast. It was included in Fortress Blast's initial release and is inspired by the game Marble Blast Gold.
It turns the user invisible, makes them super fast, and forces them into third person for 3 seconds, but during this time they cannot attack. This can be used to get past difficult obstacles or as an escape method.
Developer information
Through m_flMaxspeed, the player's speed is increased to 520 Hammer units per second (the maximum speed on ground). The player is also given condition 66 (TFCond_StealthedUserBuffFade). The player is blocked from attacking using the netprops m_flNextPrimaryAttack and m_flNextSecondaryAttack and by blocking the IN_ATTACK button. Both are used because the former strangely allows using the Sapper, and the latter is dependent on a player's ping.