Garry's Mod

Garry's Mod

Simple Weather
Showing 31-40 of 96 entries
< 1  2  3  4  5  6 ... 10 >
Update: 30 May, 2023 @ 4:57pm

  • [Fixed] typo in `materials/models/props_foliage/tree_pine_cards_01_snow.vmt`
  • [Fixed] added better check to make sure override materials are valid. Will now throw an error with the exact materials/method that caused the error when it occurs, instead of the entire system failing.
  • [Added] support for gm_iremia

Update: 20 May, 2023 @ 10:44am

  • [Fixed] more `$bumpmap2` bugs

Update: 20 May, 2023 @ 10:28am

  • [Fixed] some broken code checks related to `$bumpmap`/`$bumpmap2`/`$basetexture2` for the snow replacements
  • [Added] `models/props_generic/loudspeaker.mdl` to EAS model table
  • [Added] more blends to the table from Insurgency: MIC

Update: 2 May, 2023 @ 1:08pm

  • [Added] `models/props_generic/loudspeaker.mdl` to the EAS model list
  • [Fixed] snow texture replacements for trees

Update: 2 May, 2023 @ 12:24pm

  • [Added] `models/props_wasteland/speakercluster01a.mdl` to the EAS model list

Update: 2 May, 2023 @ 12:39am

  • [Changed] crater path to be inside of `*/models/simpleweather/`

Update: 2 May, 2023 @ 12:09am

  • [Changed] The entire snow swap system has been completely redone. It now uses a table with keyed values instead of several clusterfuck tables that became entirely a pain in the ass.
  • [Added] Support for multiple maps, including Insurgency: MIC
  • [Added] Support for unique texture replacements to allow snowy variants of foliage to be swapped in. More will be added later, as I gain more assets.
  • [Added] `materials/models/props_foliage/arbre01_snow.*`
  • [Added] `materials/models/props_foliage/arbre01_b_snow.*`
  • [Added] `materials/models/props_foliage/tree_pine_cards_01_snow.*`

  • [Postponed] $bumpmap/$bumpmap2 support - was proving to be troublesome with materials that don't have normal maps. Will need more work later.
  • [Postponed] Detail prop support - not working correctly. Will need more research on viable methods.

Update: 5 Feb, 2023 @ 11:56pm

  • [Added] EvoCity to snow texture list support

Update: 5 Feb, 2023 @ 11:38pm

  • [Added] command to remove map func_precipitation volumes
  • [Added] command to toggle snow texture swapping function
  • [Added] snow texture swapping function - requires textures to be manually added to a whitelist, so may not work on all maps. I added support for all HL2/EP1/EP2/CSS/DoD:S maps by default, as well as a variety of GMod maps.
  • [Changed] moved effects/sw_snow from a folder to the effects/ root
  • [Removed] many leftover debug snippets
  • [Changed] MASK settings for various functions to make it work better with the snow and rain effects
  • [Added] BMS, DoD:S, and Insurgency: MIC radio models to the EAS table
  • [Changed] Added the EAS tones to the snow weather

Update: 5 Feb, 2023 @ 1:04pm

  • [Changed] moved the env_wind creation/check code again