Barbarius Posted August 14, 2021 Share Posted August 14, 2021 (edited) Question - how difficult would it be to create a simple mod that would make days/night lenght realistic in terms of day of the year? So during summer days would be longer and during winter shorter? (Lasting just as they do in reality in Boston). There's one mod that sets the day/night cycle for the Boston area but I would love to have also variation in terms seasons of the year. I'm considering trying to do it myself, but I'm "green" when it comes to modding. I did some simple programming with JavaScript, but I never had any contact with Papyrus (and modding games in general). I assume the sunrise/sunset time would have to be a variable instead of a "fixed" value. Also the mod would have to include a table with 356 x 2 values of sunrise/sunset (sunrise and sunset for each day of the year for Boston area, I can prepare it :wink: ). The mod would have to identify what's in-game date and retrieve value for sunrise and sunset for that particular day and adjust the day/night accordingly. "Conceptually" simple, but learing how to do it... O.o Edited August 14, 2021 by Barbarius Link to comment Share on other sites More sharing options...
Recommended Posts