Skip to content

v0.10.2b

Compare
Choose a tag to compare
@TimGoll TimGoll released this 21 Oct 16:28
· 623 commits to master since this release
d7e235e

Added

  • Added a new hook GM:TTT2ModifyRadioTarget to modify the current radio target
  • Added documentation to all hooks

Fixed

  • Fixed the reset button not working for Sliders in the F1 Menu
  • Fixed defuser only working for detectives
  • Fixed some weapon packs like ArcCW to be working again, weapons are now initialized with ttt2 variables after the InitPostEntity hook
    Note: This might only take effect after a reinstall or a reset of the server; if you don't want to reset your server, you have to change the spawnability manually in the equipment editor or delete the sql table "ttt2_items" of the sv.db to force a reset only on equipment

Changed

  • Changed the Sliders to only update after dragging ends, no matter where you clicked on the slider before dragging
  • Changed TTTPlayerUsedHealthStation hook, return false to cancel health regeneration tick
  • Changed all C4 hooks to be cancelable

Removed

  • Removed old concommand shopeditor and the old shopeditor

Breaking Changes

  • Renamed hook GM:TTT2CheckWeaponForID to GM:TTT2RegisterWeaponID better fitting its purpose as its probably nowhere used yet anyway