Garry's Mod

Garry's Mod

Parachute-Z
Showing 11-20 of 31 entries
< 1  2  3  4 >
Update: 3 Aug, 2023 @ 8:53pm

  • [Added] Mode 3 allows requirement for players to spawn and equip a parachute entity.

  • Known Issue: Parachutes are not properly removed on use
  • Known Issue: Angles on parachutes not consistent

Update: 10 Dec, 2022 @ 11:16am

  • [Fixed] Think hook return false error (Thanks Cyton)

Update: 14 Sep, 2022 @ 5:02pm

  • [Fixed] Spectator edge-case bug

Update: 2 Sep, 2022 @ 11:16pm

  • [Fixed] oversight involving ladders

Update: 30 Aug, 2021 @ 8:38pm

  • [Fixed] volume slider

Update: 30 Aug, 2021 @ 6:50pm

  • [Changed] sound paths from jessev92/ to v92/
  • [Fixed] looping sound bugs

Update: 26 Jul, 2021 @ 4:26pm

  • [Added] `-1` mode to the limiter CVar. Setting `vnt_parachutez_sv_mode -1` now disables parachute entirely. Useful for conflicting mods.
  • [Added] control panel to `Q>Options>V92>Parachute-Z`

Update: 17 Jan, 2021 @ 6:06am

  • [Changed] more code cleanup

Update: 17 Jan, 2021 @ 5:44am

  • [Added] console variable to toggle admin or super-admin only modes.
    vnt_parachutez_sv_mode [0-2] - 0=All users can use the parachute - 1=Only "superadmin" and "admin" usergroups can use the parachute - 2=Only "superadmin" usergroup can use the parachute
  • [Changed] parachute offset to array
  • [Changed] parachute speed variables to array

Update: 18 Nov, 2019 @ 6:42am

A hilarious amount of code cleanup

  • [Removed] a metric crap load of unneeded code bits
  • Optimization] Consolidated several files
  • [Changed] falling sound to use `StartLoopingSound` / `StopLoopingSound` instead of a hacky `CreateSound`
  • [Changed] the ditched parachute to appearing at the proper place under your feet
  • [Changed] the parachutes from `self:Remove()` to `SafeRemoveEntity(self)`
  • [Removed] a stupid amount of redundant code from 2012 because I was an idiot who didn't know what the fuck I was doing