Garry's Mod
Simple Weather
Mostrando 71-80 de 96 aportaciones
< 1 ... 6  7  8  9  10 >
Actualización: 8 NOV 2022 a las 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

Actualización: 5 NOV 2022 a las 1:24

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

Actualización: 5 NOV 2022 a las 1:16

  • [Fixed] Missing comma in tables

Actualización: 5 NOV 2022 a las 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

Actualización: 5 NOV 2022 a las 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

Actualización: 4 OCT 2022 a las 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)

Actualización: 25 SEP 2022 a las 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.

Actualización: 25 SEP 2022 a las 23:31

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

Actualización: 25 SEP 2022 a las 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)

Actualización: 25 SEP 2022 a las 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