Garry's Mod
Parachute-Z
Se afișează 11-20 din 31 intrări
< 1  2  3  4 >
Actualizare: 3 aug. 2023 @ 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

Actualizare: 10 dec. 2022 @ 11:16

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

Actualizare: 14 sept. 2022 @ 17:02

  • [Fixed] Spectator edge-case bug

Actualizare: 2 sept. 2022 @ 23:16

  • [Fixed] oversight involving ladders

Actualizare: 30 aug. 2021 @ 20:38

  • [Fixed] volume slider

Actualizare: 30 aug. 2021 @ 18:50

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

Actualizare: 26 iul. 2021 @ 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`

Actualizare: 17 ian. 2021 @ 6:06

  • [Changed] more code cleanup

Actualizare: 17 ian. 2021 @ 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

Actualizare: 18 nov. 2019 @ 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