
- Games
- Stardew Valley
- Mods
- Gameplay Mechanics
- Ambient Light
Ambient Light
-
Endorsements
-
Unique DLs--
-
Total DLs--
-
Total views--
-
Version7.31.22
- Download:
- Manual
File information
Last updated
Original upload
Created by
SixthTitanUploaded by
SixthTitanVirus scan
Activity logs
This page was last updated on 20 October 2023, 2:20PM
- Changelogs
-
-
Version 2022.7.31
- You can now use Time cheat mods like CJB Cheats Menu to change the time in game, when the time is changed through cheats Ambient Light will instantly change the daylight cycle to the newly changed time instead of getting offset from dependence of Game Time Events.
- Added final preparations to the backend for Ambient Light.
- Removed Fog Overlay from the code (It's been causing more harm than good)
- Reduced lines of code
- Rewrote DayLight Cycle code to support more weather conditions in one single function instead of separately.
- Fixed an error where an exception is thrown when the user Returns to the Title screen.
- Added Krobus as a location not to run Ambient Light to prevent time from skipping while inside.
-
Version 2022.6.25
- Implemented a mod-wide backend change to further harden mod security on the client-side. (Other mods will follow suit later this summer)
- Added Light Config: Players can now manually select their desired light configuration from 1-5. (See Main page for options)
- Ambient Light will now get forecast data when EnableRealTime = False every day instead of just at game launch.
-
Version 2022.6.12
- Resolved "Constant orange hue in all areas"
- Restored Ambient Light indoors (The ambience feels more seamless when it's already indoors vs going outside and having it applied after an x amount of ms)
- Reduced the amount of contrast for Overcast weather condition for the spring season.
- Updated the ambient day/night cycle for Overcast weather conditions for the spring season.
- Fixed versioning issue in the mod's manifest file.
-
Version 1.08.4-Release
- Fixed manifest.json versioning issue.
-
Version 1.08.3-Release
- Added a new custom color scheme for the winter season (The light will be more darker during the morning and night time will start sooner in comparison to the warmer season)
- Updated to support SMAPI 3.12.x
- Ambient Light will now properly color the world during a snowstorm. (This means that the world will be colorized throughout the day regardless if it's snowing or not. Note: This doesn't work for Rain and Thunderstorm conditions due to the constant flickering issue.
- Ambient Light will now take over the fog and condition overlay functions that were originally part of the SDVWM_Environment package. The SDVWM_Environment package is being decommissioned and it's primary functions will be integrated to each of my current mods. (I need to keep the amount of mods I manage at a reasonable amount)
- When it snows, rains, overcast, or thunderstorm; Ambient Light will apply an overlay which will bring an additional amount of realism to the game in addiction to the color.
- Added Overcast and Clear Light Ambience colors for the Winter season.
- Fixed an issue where Ambient Light would flicker constantly when the player is in the Secret Woods.
- Fixed missing condition clock check for 6-8am hours during the winter season for Clear.
- Ambient Light will no longer run when the player is in the Movie Theater.
- Ambient Light will stop running while time is at a paused state to ensure that the time lapse of lighting is accurate and following current time.
- Added new color overlay for rain condition.
- Updated Logic to check built-in game boolean values for determining the season from previous string values.
- Cleaned up old code.
- Ambient Light will no longer run while indoors.
- Added support for additional weather condition types.
- Color overlays will now only render when it matches the specific weather condition and if it's also raining, snowing, or lighting in the game. It will no longer render if both of these conditions are not met. (This is to ensure that the color overlays do not blend with each other when there's a different weather condition and it's also snowing, raining, or thundering out)
- Added missing summer clear weather condition (It wasn't implemented yet in the preview builds)
- Fixed an issue where the light contrast would suddenly change between 5-6pm in such a high difference that it would ruin the color immersion of the game play.
- Added missing summer overcast weather condition (It wasn't implemented yet in the preview builds)
- Rewrote the color sequence for Spring overcast
- Made the Fall Overcast colors a little brighter to make the game feel more immersive.
- Add variations of Light types based on the current season in game (Completed)
-
Version 1.08.3-4
- The Flickering issue has now been resolved (I've identified and fixed the bug, I can confirm that the game will no longer flicker during rain, thunderstorm, and snowstorm events) A special thank you to the following users who have helped me get to the root of the issue (Theisgood1, iridiumbat, MinecraftDragon9, VAVAAVRAE)
- Cleaned up and removed a lot of old code that's no longer in use.
- Ambient Light will no longer be active when it's snowing in addition to raining and thunder storms.
- Ambient Light will no longer rely on checking the time whether to stay active; when the game night time event is triggered the mod will simply stop running and if a new game day begins the mod will start up again unless certain weather types is active.
- Temporarily removed draw lighting and global lighting settings for light contrast to help determine if it will resolve bug issue "Stuck at Dawn"
-
Version 1.08.3-3
- Ambient Light will no longer be active during festival events
- Updated manifest versioning to match previous build numbers
- Moved Preview builds into Updates
- Night time scheme will now last through 3am instead of 2am
- Ambient Light will no longer run when it's raining or thundering in game regardless of condition being shown in the ini file
- Removed duplicate cast with OneSecondUpdate Tick event and OneSecondUpdate Ticked event
- General Code Cleanup
-
Version 1.08.3-2
- Added support for Clear color scheme
- Addressed a fix for black flickering during certain weather events (Rain, Thunder, Snow)
- Clear Weather Conditions will have varying amounts of time before the morning sunlight fades as the day progresses. Currently for colder seasons the sunlight will slowly transition to a brighter state after 8am while for warmer seasons this transition begins sooner after 7am.
- Clear Weather Conditions will have night time lighting happen sooner in the colder seasons (4pm) while in the warmer seasons will have longer day light periods before transitioning slowly to a night time color scheme (5pm)
- The setting EnableRealTime has been re-enabled and weather conditions now get returned from our in-house provider and SDWVM.
- When EnableRealTime is disabled, the condition will be set to Clear by default instead of Cloudy.
-
Version 1.08.3-1
- Fixed an issue that caused a dramatic change in light contrast between 5-6pm
- Fixed an issue where the mod would fail to maintain contrast after 6pm in the spring and summer seasons
- Rewrote Ambient Light to now slowly apply contrast changes every 10th in game minute rather then every in game hour.
- Ambient Light will now slowly move to a friendly night time ambient color scheme and no longer applies the standard stardew valley night time color scheme.
- Fixed an issue where Ambient light would lose color focus after 7pm in game time.
- Removed all other condition types for the time being (They will be back at the next major update!)
- Modified the timing sequence to make the transition between contrast easier and seamless.
- Fall and Winter months will have a darker color tone to reflect the change of season
- Spring and Summer months will have a lighter color tone
- Color changes will happen instantly rather than every 10th minute to ensure the contrast stays constant
-
Version 1.08.2
- Fixed an issue where condition codes would not get returned if SDVWM wasn't installed. (I overlooked this and apologize, this was supposed to be in the code)
- Removed InfoLog (I realized this may have came across as annoying for some users, so I've disabled this for the time being)
- Improved File I/O Handling (Credit goes to PathsoChild for helping me with this)
- Farmers can now disable the dynamic real-time weather reporting used by Ambient Light to get the condition code and set the Light type, by setting EnableRealTime to false. This will cause Ambient Light to fall back to Overcast condition code light type until this setting has been returned to true.
-
Version 1.08
- Added additional condition codes
- Added support for built-in house API Provider
- Zipcodes are no longer required when using our Builtin provider
- Adjusted the color for Cloudy conditions
- IPGeo is no longer required when using our Builtin provider
- Fixed an issue when running Ambient Light and SDVWM side by side for the first time; Where sometimes you would see Ambient Light throw a standalone mode notification in the console.
-
Version 1.07
- General Bug fixes, replaced OpenWeatherMap with DarkSky and additionally enabled the option for users to use their zipcode to obtain weather data.
-
Version 1.06
- Added the option for users to enter their own API key.
- Added additional trial api keys
- Finished the integration with SDVWM 2.0
-
Version 1.05
- Added a custom Extension Manager:
- Ambient Light will now communicate with future versions of The Weather Machine to get data rather than run duplicate reports.
- Fixed a bug that always returned 801 code, was meant for debugging.
-
Version 1.01
- Added Time Lapse seamless lighting for Cloudy weather Conditions and fixed numerous bugs.
-
Version 1.00
- Initial Release
-
- Author's activity
-
October 2023
-
20 Oct 2023, 2:20PM | Action by: SixthTitan
Attribute change
'Description changed.'
June 2023
-
12 Jun 2023, 11:23AM | Action by: SixthTitan
Attribute change
'file visible to the public'
-
12 Jun 2023, 11:13AM | Action by: SixthTitan
Attribute change
'file hidden from public viewing'
January 2023
-
16 Jan 2023, 3:57PM | Action by: SixthTitan
Attribute change
'Description changed.'
October 2022
-
07 Oct 2022, 3:01PM | Action by: SixthTitan
Attribute change
'Description changed.'
July 2022
-
31 Jul 2022, 5:24PM | Action by: SixthTitan
Attribute change
'Description changed.'
-
31 Jul 2022, 4:35PM | Action by: SixthTitan
Changelog added
'Change log added for version 2022.7.31'
-
31 Jul 2022, 4:35PM | Action by: SixthTitan
Attribute change
'File \'Ambient Light 7.31.22\' changed to \'Ambient Light\'.'
-
31 Jul 2022, 4:34PM | Action by: SixthTitan
Attribute change
'File \'Ambient Light 7.31.22\' version changed to 2022.7.31.'
-
31 Jul 2022, 4:34PM | Action by: SixthTitan
Changelog added
'Change log added for version 7.31.22'
-
31 Jul 2022, 4:33PM | Action by: SixthTitan
Changelog added
'Change log added for version 7.31.22'
-
31 Jul 2022, 4:28PM | Action by: SixthTitan
File added
'Ambient Light 7.31.22 [version 7.31.22]'
-
31 Jul 2022, 4:27PM | Action by: SixthTitan
Attribute change
'File \'Ambient Light 2022.6.25\' category changed to Old versions.'
-
31 Jul 2022, 4:25PM | Action by: SixthTitan
Attribute change
'Description changed.'
-
31 Jul 2022, 4:14PM | Action by: SixthTitan
Attribute change
'Description changed.'
-
31 Jul 2022, 4:09PM | Action by: SixthTitan
Attribute change
'Description changed.'
-
31 Jul 2022, 4:08PM | Action by: SixthTitan
Attribute change
'Description changed.'
-
31 Jul 2022, 4:08PM | Action by: SixthTitan
Attribute change
'Description changed.'
-
31 Jul 2022, 4:07PM | Action by: SixthTitan
Attribute change
'Description changed.'
-
31 Jul 2022, 4:07PM | Action by: SixthTitan
Attribute change
'Description changed.'
-
- Mod page activity
-
May 2025
-
14 May 2025, 4:41AM | Action by: PeanutPickles22
Tracked
'Ambient Light'
-
11 May 2025, 10:32PM | Action by: ellsgames1
Tracked
'Ambient Light'
-
11 May 2025, 8:55PM | Action by: Mizzyhoi
Endorsed
'Ambient Light'
-
07 May 2025, 9:42PM | Action by: finnetladebut
Endorsed
'Ambient Light'
-
07 May 2025, 9:03PM | Action by: lowbatterymaude
Untracked
'Ambient Light'
-
07 May 2025, 8:11PM | Action by: MelodyMana
Endorsed
'Ambient Light'
-
05 May 2025, 10:08PM | Action by: lowbatterymaude
Tracked
Ambient Light
-
05 May 2025, 4:16AM | Action by: yakumo9
Endorsed
'Ambient Light'
-
01 May 2025, 5:52PM | Action by: Mari2737
Untracked
'Ambient Light'
-
01 May 2025, 2:29PM | Action by: baddumy123
Endorsed
'Ambient Light'
-
01 May 2025, 1:21PM | Action by: matchafroyo
Tracked
'Ambient Light'
April 2025
-
30 Apr 2025, 10:25PM | Action by: einnile
Tracked
'Ambient Light'
-
28 Apr 2025, 9:57AM | Action by: ZannahG
Tracked
Ambient Light
-
27 Apr 2025, 5:42PM | Action by: velrie
Endorsed
'Ambient Light'
-
26 Apr 2025, 11:52PM | Action by: hamsterslayer01
Endorsed
'Ambient Light'
-
26 Apr 2025, 4:57AM | Action by: DomesticKitsune
Endorsed
'Ambient Light'
-
26 Apr 2025, 1:11AM | Action by: Deressan09
Endorsed
'Ambient Light'
-
25 Apr 2025, 6:17PM | Action by: MyBebe8
Untracked
'Ambient Light'
-
25 Apr 2025, 7:06AM | Action by: salemxgraves
Tracked
Ambient Light
-
24 Apr 2025, 12:32PM | Action by: PastelLily
Endorsed
'Ambient Light'
-