Garry's Mod
Simple Weather
Εμφάνιση 1-10 από 96 καταχωρίσεις
< 1  2  3 ... 10 >
Ενημέρωση: 9 Σεπ στις 19:35
από V92

  • [Changed] several function names related to snow to make them more generic
  • [Changed] further fixes and changes to the map logic/time functions
  • [Changed] multiple internal changes to improve readability of code
  • [Changed] moved brightness CVars to the correct options category so that they appear in the presets
  • [Added] string to the brightness CVars in options menu to mention it does not update in realtime
  • [Added] test lighting brightness settings to meteor shower and halloween weathers, unsure if it works as intended yet

Ενημέρωση: 5 Σεπ στις 23:50
από V92

  • [Added] Halloween weather type

    A weird green fog has moved over GMod. I hope it's not a sign of anything to come.

Ενημέρωση: 5 Σεπ στις 22:35
από V92

  • [Fixed] Map Logic calls not working
  • [Changed] Some of the DNC hardcoded times and blend changes. Some popping may occur, but I plan to rewrite this entire system.
  • [Removed] Several unused variables/constants leftover from original mod.
  • [Changed] cleaned up multiple lines of duplicated or unnecessary code
  • [Added] Something Wicked This Way Comes... Stay Tuned.

Ενημέρωση: 10 Αυγ στις 10:50
από V92

  • [Added] Foggy Rain weather type

Ενημέρωση: 8 Αυγ στις 20:38
από V92

  • [Added] SW.MapLogic now supports two additional arguments for noon and midnight.

    New functions for maps include "noon"/"noon_events" and "midnight"/"midnight_events". Currently no functional examples exist for these, but I will add some to my de facto test map at a later date.

Ενημέρωση: 4 Δεκ 2024 στις 17:23
από V92

  • [Changed] Setting sw_time_start to -1 will now cause the server to start at a random time.

Ενημέρωση: 29 Οκτ 2024 στις 13:24
από V92

  • [Fixed] HailThink error on Heavy Storm
  • [Added] setting to weathers to decide if the weather should hide the env_sun
  • [Changed] a few lines related to env_sun in prep for Moon phases

Ενημέρωση: 28 Οκτ 2024 στις 18:06
από V92

  • [Removed] meteor storm drag
  • [Added] Meteor Storm to the quick weather menu
  • [Changed] the measurement of autoweather from real-world hours to real-world minutes.

Ενημέρωση: 28 Οκτ 2024 στις 17:44
από V92

  • [Changed] multiple hook names to avoid conflicts, as that is possibly what caused the function bugs
  • [Removed] map blacklist, pending something better in the future. It no longer has a purpose since you can shut the mod off.

Ενημέρωση: 12 Αυγ 2024 στις 2:35
από V92

  • [Changed] multiple validity checks related to initialization
  • [Changed] optimized more of the initialization functions and map-specific logic