Garry's Mod

Garry's Mod

Simple Weather
Näytetään 71–80 / 96
< 1 ... 6  7  8  9  10 >
Päivitys: 8.11.2022 klo 5.13

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

Päivitys: 5.11.2022 klo 1.24

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

Päivitys: 5.11.2022 klo 1.16

  • [Fixed] Missing comma in tables

Päivitys: 5.11.2022 klo 1.10

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

Päivitys: 5.11.2022 klo 0.32

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

Päivitys: 4.10.2022 klo 3.34

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

Päivitys: 25.9.2022 klo 23.53

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

Päivitys: 25.9.2022 klo 23.31

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

Päivitys: 25.9.2022 klo 23.26

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

Päivitys: 25.9.2022 klo 13.37

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