Garry's Mod

Garry's Mod

Simple Weather
Showing 11-20 of 91 entries
< 1  2  3  4 ... 10 >
Update: 26 Apr, 2024 @ 10:20am

  • [Added] Admin HUD override toggle (sw_hud_toggle)

Update: 15 Feb, 2024 @ 8:50pm

  • [Changed] Removed an unnecessary viewcalc hook in `simpleweather/cl_init.lua` that I have no idea what it was even there for.
  • [Added] Re-implemented the previously removed ULX, ServerGuard, and Maestro admin mod compatibility hooks.

Update: 14 Jan, 2024 @ 10:54pm

  • [Changed] Moved model replacements to their own table to fix some bugs
  • [Changed] Replacement tables will now be emptied when the weather resets to help hopefully avoid bugs
  • [Changed] Edited math for AutoWeather to attempt to get it to work

    KNOWN BUGS
  • Snow replacements used on skybox brushes will cause the material to turn invisible on first map load. Unsure of the cause, but just swapping to another map causes the bug to not occur. Rendering quirk?

Update: 14 Jan, 2024 @ 6:40pm

  • [Changed] Snow replacement scope to fix some bugs related to render sorting

Update: 9 Jan, 2024 @ 6:41pm

  • [Changed] Restored original autoweather table.
  • [Removed] more options menu duplicates. How the hell did these get here?

Update: 9 Jan, 2024 @ 4:49pm

  • [Removed] Multiple duplicate options panel entries
  • [Changed] Restored default table of autoweather. Apparently, despite being unused, it's required. ToDo: Fix this?

Update: 6 Jan, 2024 @ 2:38pm

  • [Changed] cvar `sw_light_max_day` to `sw_light_day_brightness`
  • [Changed] cvar `sw_light_max_night` to `sw_light_night_brightness`
  • [Changed] cvar `sw_light_max_storm` to `sw_light_storm_brightness`

Update: 6 Jan, 2024 @ 2:28pm

  • Debug update to see if it changes the errors people are reporting. The line number in sv_daynight.lua should go from 413 to 415

Update: 3 Jan, 2024 @ 8:45pm

  • [Removed] multiple unused cvars
  • [Changed] renamed a few values to improve readability

Update: 2 Jan, 2024 @ 9:58pm

  • [Added] CVars for brightness
  • [Added] Restored rain & snow quality settings to options menu
  • [Fixed] Errant Blizzard DOT help string in menu
  • [Changed] Updated multiple menu CVars to the network-compatible functions
  • [Changed] Merged Rain & Thunderstorm tabs in options menu
  • [Changed] sw_snow_stay now defaults to 1
  • [Changed] sw_func_particle_type now defaults to 0.
  • [Removed] several unused CVars pending further coding