Difference between revisions of "Speed Pad"

From Team Fortress Wiki
Jump to: navigation, search
m (Auto: infoboxFilter (Review RC#2982367))
(Added and unified TF2Wiki and TCRF information)
Line 11: Line 11:
 
}}
 
}}
  
The '''Speed Pad''' is a scrapped [[Engineer]] building that was referenced in a modification to the {{code|tf/scripts/game_sounds_weapons.txt}} file in the {{Patch name|12|8|2014}} ([[End of the Line Update]]). The following code was added to the file:
+
The '''Speed Pad''', also referred as "Speed Teleporter"<ref>game/server/tf/tf_obj_teleporter.cpp, line 655</ref> is a scrapped [[Engineer]] building that would supposed to grant temporary speed boost effect<ref>game/server/tf/tf_obj_teleporter.cpp, line 653</ref> (similar to Disciplinary Action or Concheror one) to any teammate player who touched it. This building would be cheaper than standard Teleporter on 25 metal<ref>game/shared/tf/tf_player_shared.cpp, line 11001</ref>, which equals 100 metal before {{Patch name|7|7|2016}} of [[Meet Your Match]] update and 25 after it, and also would be influenced by teleporter build and upgrade cost modifiers, such as [[Eureka Effect]] one<ref>game\shared\tf\tf_player_shared.cpp, line 11010</ref>. Upgrade cost is also reduced to fixed (and therefore not influenced by any teleporter upgrade cost modifiers) 100 metal<ref>game/server/tf/tf_obj_teleporter.cpp, line 334</ref>. Upgrade level would affect recharge time<ref>game/server/tf/tf_obj_teleporter.cpp, line 756</ref> and effect duration<ref>game/server/tf/tf_obj_teleporter.cpp, line 749</ref>:
 +
 
 +
{| class="wikitable"
 +
|-
 +
! Buiding level !! Recharge time !! Effect duration
 +
|-
 +
| 1 || 1,67 || 4
 +
|-
 +
| 2 || 1,33 || 5
 +
|-
 +
| 3 || 1 || 6
 +
|}
 +
 
 +
This building was referenced in a modification to the {{code|tf/scripts/game_sounds_weapons.txt}} file in the {{Patch name|12|8|2014}} ([[End of the Line Update]]). The following code was added to the file:
  
 
  // ------------------------------------------------------------------------------------ //
 
  // ------------------------------------------------------------------------------------ //
Line 23: Line 36:
 
   "wave"      ")weapons/speed_pad.wav"
 
   "wave"      ")weapons/speed_pad.wav"
 
  }
 
  }
 
The Speed Pad was a modified Teleporter that applied the [[Disciplinary Action]]'s speed boost effect to teammates that stepped on the Speed Pad.
 
  
 
{{Unused Content Nav}}
 
{{Unused Content Nav}}

Revision as of 16:25, 7 March 2024

The Speed Pad, also referred as "Speed Teleporter"[1] is a scrapped Engineer building that would supposed to grant temporary speed boost effect[2] (similar to Disciplinary Action or Concheror one) to any teammate player who touched it. This building would be cheaper than standard Teleporter on 25 metal[3], which equals 100 metal before July 7, 2016 Patch of Meet Your Match update and 25 after it, and also would be influenced by teleporter build and upgrade cost modifiers, such as Eureka Effect one[4]. Upgrade cost is also reduced to fixed (and therefore not influenced by any teleporter upgrade cost modifiers) 100 metal[5]. Upgrade level would affect recharge time[6] and effect duration[7]:

Buiding level Recharge time Effect duration
1 1,67 4
2 1,33 5
3 1 6

This building was referenced in a modification to the tf/scripts/game_sounds_weapons.txt file in the December 8, 2014 Patch (End of the Line Update). The following code was added to the file:

// ------------------------------------------------------------------------------------ //
// SPEEDPAD
// ------------------------------------------------------------------------------------ //
"Building_Speedpad.Boost"
{
  "channel"   "CHAN_STATIC"
  "volume"    "1.0"
  "soundlevel"  "SNDLVL_74dB"
  "wave"      ")weapons/speed_pad.wav"
}
  1. game/server/tf/tf_obj_teleporter.cpp, line 655
  2. game/server/tf/tf_obj_teleporter.cpp, line 653
  3. game/shared/tf/tf_player_shared.cpp, line 11001
  4. game\shared\tf\tf_player_shared.cpp, line 11010
  5. game/server/tf/tf_obj_teleporter.cpp, line 334
  6. game/server/tf/tf_obj_teleporter.cpp, line 756
  7. game/server/tf/tf_obj_teleporter.cpp, line 749