Garry's Mod

Garry's Mod

Simple Weather
目前顯示第 31-40 項,共 96 項
< 1  2  3  4  5  6 ... 10 >
更新:2023 年 5 月 30 日 @ 下午 4:57

  • [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

更新:2023 年 5 月 20 日 @ 上午 10:44

  • [Fixed] more `$bumpmap2` bugs

更新:2023 年 5 月 20 日 @ 上午 10:28

  • [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

更新:2023 年 5 月 2 日 @ 下午 1:08

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

更新:2023 年 5 月 2 日 @ 下午 12:24

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

更新:2023 年 5 月 2 日 @ 上午 12:39

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

更新:2023 年 5 月 2 日 @ 上午 12:09

  • [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.

更新:2023 年 2 月 5 日 @ 下午 11:56

  • [Added] EvoCity to snow texture list support

更新:2023 年 2 月 5 日 @ 下午 11:38

  • [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

更新:2023 年 2 月 5 日 @ 下午 1:04

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