Difference between revisions of "Speed Pad"

From Team Fortress Wiki
Jump to: navigation, search
m (404UNF moved page User:404UNF/Speed Pad to Speed Pad)
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''' 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:
  
 
  // ------------------------------------------------------------------------------------ //
 
  // ------------------------------------------------------------------------------------ //

Revision as of 22:12, 11 October 2021

The Speed Pad is a scrapped Engineer building that 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"
}

The Speed Pad was a modified Teleporter that applied the Disciplinary Action's speed boost effect to teammates that stepped on the Speed Pad.