Skip to content

Releases: Starblaster64/TF2-Engineer-Pads

1.1.0 Minor Release

13 Feb 02:59
Compare
Choose a tag to compare

Minor update. Introduces 2 new CVARs:

  • pads_boost_damage_threshold - Controls how much damage will end a player's Boost Pad boost.
  • pads_boost_airblast - Controls if airblasting a boosted player will end their boost.

You'll need to back up and delete your engipads.cfg to generate a new one with these available to change.

1.0.2 Release

10 Jan 03:31
Compare
Choose a tag to compare

Very small update, probably considered a patch more than an update.

  • Reverted c22a594, since RemoveEntity() is currently only available in SM 1.9. Will add it back once 1.9 becomes stable.
  • Added missing "cannot" to the English translations file.

1.0.1 Release

08 Jan 01:29
Compare
Choose a tag to compare

Very small update, probably considered a patch more than an update.

  • Updated SMLIB stocks to check if SMLIB is already included to avoid conflicts.
  • Added IsValidEntity() check to the sound hook. (@Glubbable)
  • Added exit button to Pads toggle menu (@Glubbable)
  • Replaced instances of AcceptEntityInput(i, "Kill") with the new RemoveEntity() input.