Garry's Mod

Garry's Mod

Simple Weather
Showing 71-80 of 96 entries
< 1 ... 6  7  8  9  10 >
Update: 8 Nov, 2022 @ 5:13am

  • [Added] presets to Time options panel for paused day & night
  • [Added] fancy effects to lightning strikes (toggle with CVar `sw_lightning_fancyfx`)
  • [Added] Basic env_wind control support (toggle with CVar `sw_update_wind`)
  • [Fixed] Fog toggle not controlling all fog code
  • [Fixed] Time default preset having night & day passage scales flipped
  • [Changed] Renamed `Lua/autorun/simpleweather_init.lua` to `Lua/autorun/sh_simpleweather.lua` to reflect its new usage

Update: 5 Nov, 2022 @ 1:24am

  • [Added] spawn icons for Hail & Meteor entities
  • [Changed] made Hail spawnable

Update: 5 Nov, 2022 @ 1:16am

  • [Fixed] Missing comma in tables

Update: 5 Nov, 2022 @ 1:10am

  • [Added] Smog coughing toggle CVar (`sw_smog_cough_toggle`)
  • [Added] Smog coughing delays CVar (`sw_smog_cough_delaymin`/`sw_smog_cough_delaymax`)
  • [Added] Smog damage toggle CVar (`sw_smog_dmg_toggle`)
  • [Added] Smog damage amount CVar (`sw_smog_dmg_amount`)
  • [Added] Smog menu entry

Update: 5 Nov, 2022 @ 12:32am

  • [Changed] Merged Day-Night Cycle and Time spawn menu entries.
  • [Fixed] presets being saved to the same folders
  • [Fixed] Screen effects CVar name not being fully updated in code
  • [Changed] Moved screen effect CVars from "Rain" to "Client" to reflect their new usage
  • [Changed] Screen effects CVar from "sw_rain_screen" to "sw_screenfx"
  • [Changed] Vehicle screen effects CVar from "sw_rain_vehicledrops" to "sw_screenfx_vehicle"
  • [Added] Acid Rain damage toggle CVar "sw_acidrain_dmg_toggle"
  • [Added] Acid Rain damage amount CVar "sw_acidrain_dmg_amount"
  • [Added] Acid Rain damage delay CVar "sw_acidrain_dmg_delay"
  • [Changed] Updated Acid Rain menu entry to have CVars

Update: 4 Oct, 2022 @ 3:34am

  • [Added] Day-Night Cycle menu (DNC menu)
  • [Added] Various update toggles to the DNC menu
  • [Added] Entire mod toggle command with `sw_enable` (will require map restarts to work correctly)
  • [Removed] `lua/simpleweather/sh_admin.lua` (Consolidated)

Update: 25 Sep, 2022 @ 11:53pm

  • [Fixed] several lines referencing the old config file
  • [Added] `sw_sound_siren` to toggle the siren sounds for meteors.
  • [Added] (WIP) cvar `sw_sound_siren_path` to set the siren path. Currently requires a map refresh.

Update: 25 Sep, 2022 @ 11:31pm

  • [Removed] `lua/simpleweather_config.lua` (contents moved to `lua/autorun/simpleweather_init.lua`)
  • [Added] a few more maps to the blacklist

Update: 25 Sep, 2022 @ 11:26pm

  • [Added] more cvars for performance and behavior to various weathers
  • [Added] presets for potato PCs to some option panels
  • [Changed] Cleaned up cvar names - if for some reason you wrote a bunch of these down, change them
  • [Changed] several option panel strings to read better or make more sense
  • [Removed] more unused/deprecated code
  • [Removed] ULX, Maestro, ServerGuard plugins (deprecated)

Update: 25 Sep, 2022 @ 1:37pm

  • [Fixed] auto-weather function (might still need some work)
  • [Fixed] cleaned up a bunch of code jank because Disseminate writes Lua like it's JS and that's stupid