Garry's Mod
Parachute-Z
Mostrando 11-20 de 31 aportaciones
< 1  2  3  4 >
Actualización: 3 AGO 2023 a las 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

Actualización: 10 DIC 2022 a las 11:16

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

Actualización: 14 SEP 2022 a las 17:02

  • [Fixed] Spectator edge-case bug

Actualización: 2 SEP 2022 a las 23:16

  • [Fixed] oversight involving ladders

Actualización: 30 AGO 2021 a las 20:38

  • [Fixed] volume slider

Actualización: 30 AGO 2021 a las 18:50

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

Actualización: 26 JUL 2021 a las 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`

Actualización: 17 ENE 2021 a las 6:06

  • [Changed] more code cleanup

Actualización: 17 ENE 2021 a las 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

Actualización: 18 NOV 2019 a las 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