Garry's Mod

Garry's Mod

Parachute-Z
Viser 11-20 af 31 forekomster
< 1  2  3  4 >
Opdatering: 3. aug. 2023 kl. 20:53

  • [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

Opdatering: 10. dec. 2022 kl. 11:16

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

Opdatering: 14. sep. 2022 kl. 17:02

  • [Fixed] Spectator edge-case bug

Opdatering: 2. sep. 2022 kl. 23:16

  • [Fixed] oversight involving ladders

Opdatering: 30. aug. 2021 kl. 20:38

  • [Fixed] volume slider

Opdatering: 30. aug. 2021 kl. 18:50

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

Opdatering: 26. juli 2021 kl. 16:26

  • [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`

Opdatering: 17. jan. 2021 kl. 6:06

  • [Changed] more code cleanup

Opdatering: 17. jan. 2021 kl. 5:44

  • [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

Opdatering: 18. nov. 2019 kl. 6:42

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