Garry's Mod

Garry's Mod

Simple Weather
Zobrazuje se 61–70 z 96 položek
< 1 ... 5  6  7  8  9  10 >
Aktualizace: 5. pro. 2022 v 4.56

  • [Fixed] Siren sound path is now correctly formatted

Aktualizace: 5. pro. 2022 v 4.33

  • [Changed] Lightning: Moved screen flashing CVar to the client options menus
  • [Changed] Ribbon: Renamed `HUD...` to `Client...` to reflect new usage

Aktualizace: 5. pro. 2022 v 4.27

  • [Changed] Removed multiple lines of redundant code.

Aktualizace: 5. pro. 2022 v 4.16

  • [Fixed] Lightning: Screen flashes not working.
  • [Fixed] Lightning: Thunder sounds not using updated delay math.
  • [Added] Lightning: Can now target NPCs (`npc_*`/`monster_*`).
  • [Changed] Lightning: Tweaked effects to look better.
  • [Changed] Lightning: Special effects will now show up when lightning goes after targets, instead of just when it hits the world.
  • [Changed] Lightning: Updated conditionals to optimize world.v.target code.
  • [Changed] Lightning: Updated multiple convar names to reflect their current usage cases.
  • [Changed] Optimized many more scope checks to run better. (All these picoseconds of processing time add up)

Aktualizace: 5. pro. 2022 v 0.27

  • [Added] Meteor: Fancy FX toggle (`sw_meteor_fancyfx`)
  • [Changed] Meteor: Overhauled visual effects settings for impacts
  • [Changed] Optimized several dozen functions to improve performance
  • [Changed] CVars: Removed all usage of FCVAR_REPLICATED in an attempt to fix dedicated server issues
  • [Changed] Physgun Pickup Hook to affect hail
  • [Fixed] Blizzard: Damage not checking if player was outside
  • [Changed] CVars: Added SERVER/CLIENT scopes to all command creation
  • [Changed] Map Blacklist: Added gm_adventurers (Night map)

    TODO:
  • Convert blacklist function to only prevent day-night cycle skybox changing, but still allow weathers

Aktualizace: 27. lis. 2022 v 21.22

  • [Fixed] Help strings for delay/offset commands to respect current usage
  • [Fixed] Defaults in spawn menu presets to match new usage
  • [Changed] several code function names related to how I've jacked in the HUD and repurposed it for more than just a clock

Aktualizace: 22. lis. 2022 v 12.57

  • [Added] HUD toggle CVar (`sw_hud_toggle`)
  • [Added] Weather HUD toggle CVar (`sw_hud_weather_toggle`)
  • [Changed] Clock position CVar to reflect new usage (from `sw_hud_clock_position` to `sw_hud_position`)
  • [Fixed] Weather icon math being tied to clock text box size
  • [Changed] Moved "Real Time" and "Pause Time" ribbon options into the "Time..." rollout menu
  • [Added] Admin preset to disable mod functions

Aktualizace: 20. lis. 2022 v 19.33

  • [Added] Blizzard damage CVars
  • [Fixed] Thunderstorm not working in Quick Weather menu
  • [Added] Weather display to HUD
  • [Added] Advisory level icon to HUD

Aktualizace: 8. lis. 2022 v 8.42

  • [Fixed] error with sounds still using old variable names

Aktualizace: 8. lis. 2022 v 7.27

  • [Added] Admin tab to the spawn menu
  • [Changed] Moved mod "circuit breaker" CVars to the admin panel
  • [Changed] Meteors will now spin more noticeably in flight
  • [Changed] Weather is now read out of a library file as opposed to copy/paste in every class
  • [Changed] Renamed Thunderstorm internally from `storm` to `thunderstorm`
  • [Removed] `sw_thunder_mindelay`/`sw_thunder_maxdelay` (Redundant since lightning is now tied to thunder)
  • [Added] `env_physexplosion` to meteors when they explode to improve the "fun" of getting a meteor dropped right on top of you while you're on the toilet
  • [Changed] `env_wind` is now affected by weather class settings (needs work)