0 of 0

File information

Last updated

Original upload

Created by

kraag

Uploaded by

kraag

Virus scan

Safe to use

71 comments

  1. kraag
    kraag
    • premium
    • 87 kudos
    Locked
    Sticky
    I have been using this with a timescale tweak [set timescale to 6] and have had good results.

    Edit: played through the entire game and dlcs 3 times with timescale 6 all the way with no problems.
  2. ARobotIsMe
    ARobotIsMe
    • member
    • 0 kudos
    Does this work with the sun alignment mod?
  3. PokerPukka
    PokerPukka
    • member
    • 2 kudos
    Thank you so much for making this mod.  I downloaded it just so I could endorse it. :)
     
    Personally, I found the following values in my Fallout4Custom.ini work best for me...
    [SunShadowSettings]
    fSunUpdateThreshold:Display=0.005f
    fSunShadowUpdateTime=0.01

    And once I added your suggested 'set timescale to 6' console command, the shadow is now nearly imperceptible.  Thanks again!
    1. kraag
      kraag
      • premium
      • 87 kudos
      No worries :) Thanks for the comment!
  4. theblackhand9
    theblackhand9
    • member
    • 1 kudos
    Am I stupid? I can't get this to work for the life of me. I've tried setting it in the Fallout4.ini and the Fallout4Custom.ini and the shadow transitions stay the same jittery transitions no matter what I try.
    1. kraag
      kraag
      • premium
      • 87 kudos
      These ini settings do not provide perfectly smooth shadow transitions, they never will with how the game engine works.

      If you have many mods installed you may still notice small shadow jumps due to script/papyrus load.

      I noticed this myself and started using the following settings instead of what I have in the description, you can try them instead, it might help it might not.

      fSunShadowUpdateTime=0.02
      fSunUpdateThreshold=0.05

      Also try reverting back to vanilla game settings and play for a while, for a stark contrast between vanilla and these settings.

      Also read back through the posts here, many people have provided good info regarding the shadow transitions.
    2. theblackhand9
      theblackhand9
      • member
      • 1 kudos
      Thanks for the reply. Yeah I've read through all the posts here and many on other websites. Maybe I'm misinterpreting what the settings change actually do but no matter what I change it doesn't seem to do anything. I'll just have to ignore it I guess. I do use the iFPSClamp=60 setting in the Fallout4.ini and I know that screws with a bunch of stuff in the game's engine, I wonder if it's having an effect with this too. I don't know. 
  5. Fizwalker
    Fizwalker
    • supporter
    • 0 kudos
    This is probably a stupid question, but does it matter where the INI file is located within Fallout 4's folders?
    1. kraag
      kraag
      • premium
      • 87 kudos
      Fallout 4 configuration INI files are here by default:

      %USERPROFILE%\Documents\My Games\Fallout4\

  6. Waflia
    Waflia
    • premium
    • 9 kudos
    Someone posted here these settings:

    fSunShadowUpdateTime=8.0
    fSunUpdateThreshold=1.0

    which does not make sun movements smoother (at least at default timescale)
    fSunUpdateThreshold=1.0 will make sun transition about every 1 second and raising the value of fSunShadowUpdateTime=8.0 does not make it any better

    Some people suggest settings that suppose to make "real time shadows":

    fSunShadowUpdateTime=0.0
    fSunUpdateThreshold=0.0

    For me, these shadows updating like every half a second and without any transition
    So i went with these settings:

    fSunShadowUpdateTime=2
    fSunUpdateThreshold=0.01

    Same as autor's settings, but fSunShadowUpdateTime set to 2 to make it a little bit smoother
    1. Chadek
      Chadek
      • member
      • 0 kudos
      what timescale do you recommend these on?
    2. Waflia
      Waflia
      • premium
      • 9 kudos
      I used these settings when I was playing on default timescale, so use them if you play on default timescale
  7. khazar321
    khazar321
    • supporter
    • 6 kudos
    Okay so I tested a little bit.

    in the beginning, a short PSA about timescale:
    set timescale to 20 – 20 seconds pass in game for every second in real time (default setting).
    set timescale to 1 – 1 second passes in game for every second in real time.

    The sun (?shadow physics?)* gets moved every 40 seconds as a base stat with the default timescale of 20.
    This means, if you change the timescale to 1, the sun will move every 2 seconds.

    I play with a timescale of 6, the sun gets moved every 12 seconds, so 100 / 40 * 12 = 30%... so my values for a super smooth shadow need to be:
    fSunShadowUpdateTime=12.0
    fSunUpdateThreshold=0.30

    I have the feeling the game bugs out sometimes and the sun shadows are acting, as if they don't use my custom values. I don't know if that is a known issue or something, so be aware that some game starts may look weird, while others are just fine with the values that you calculated. A restart should fix that with no problems!
    Edit: I think that is because I have GCM and NACX installed, both have timescale values, when I change both of them to timescale 6, I don't get the inconsistent shadows.

    Hope this will help somebody that stumbles upon it. :)

    *sorry I don't know exactly what happens here engine wise, I'll just call it sun movement for easy understanding purposes.

    P.S. I change all my configuration values with Fallout 4 Configuration Tool - By Bilago at Fallout 4 Nexus - Mods and community (nexusmods.com).
    You can find the values for sun shadows under "Performance".
    Ignore the Sun shadow value descriptions though, since they seem to be kind of misplaced.
  8. SSGStryker
    SSGStryker
    • premium
    • 54 kudos
    For those still using this mod or these settings, I have a suggestion.  His .ini command lines:

    fSunShadowUpdateTime=0.9
    fSunUpdateThreshold=0.01

    Sound a little too task heavy.  From my understanding of these two lines, it sounds like the UpdateThreshold is the amount of time between the game positioning the sun, and UpdateTime, the time it takes to move it there.  Someone elsewhere informed us that these were switched around, but I'm thinking they have it backwards.  So if I'm right, your system is updating the sun's position every 0.01 seconds, which is way too fast and could be overusing system resources.

    These two lines don't seem to be tied to any other commands or parameters in the game engine, from what I can tell, so what I use is:

    fSunShadowUpdateTime=8.0
    fSunUpdateThreshold=1.0

    If I'm right, every second, the game calculates a new position of the sun and takes 8 seconds to glide to the new spot.  So ideally, you could use any variation you want, like having them the same value, 8.0 and 8.0 or whatever and you should be fine.  My game now has imperceptible sun and shadow movements.

    One quick note, since the update last year, my command lines look like this:

    fSunUpdateThreshold:Display=1.0f
    fSunShadowUpdateTime=8.0

    And are located in Fallout4.ini under [Display] about a quarter of the way down the page.  If these lines are in another .ini file, make sure they're the same.  As always, just be safe and backup your files to another folder, drive or whatever.  I deleted the Fallout4Custom.ini file after being a bonehead and changing something I thought was innocuous without backing up, hoping the game would repopulate it, but so far it's practically empty.

    I hope someone finds this useful.
    1. BeedyKH
      BeedyKH
      • supporter
      • 10 kudos
      Thank you for the insight.
      So, these changes give the same result and are less less tasking?
      Does this affect performance?
    2. Grayl
      Grayl
      • premium
      • 0 kudos
      I'm not sure how correct this is, but I know that for a timescale of 8, any of the settings you recommended don't look good. They might work for the default timescale setting however.
    3. SSGStryker
      SSGStryker
      • premium
      • 54 kudos
      I came across this post on the Skyrim Wiki forum by admin DoubleYou.  This sounds like the best explanation.

      Smooth sun-shadow transitions

      fSunShadowUpdateTime sets the speed of sun-shadow transitions in seconds. It is recommended to be adjusted to minimize the transitions.
       
      fSunUpdateThreshold sets the time between sun-shadow transitions. A value of 0.05 is equal to 1 second, so a value of 1 equals 20 seconds. Increasing this also increases the distance the shadows will move during the transition. It is recommended to be adjusted to minimize the transitions.
       
      Default Sun Shadows
      fSunShadowUpdateTime=1
      fSunUpdateThreshold=0.5

      So the "mod" poster was right.  It was also recommended on the Steam FO4 discussion by TKCPrime to insert this line:

      fShadowBiasScale=0.6

      Some are using these settings.  Not sure what to make of this, but here they are.

      fSunShadowUpdateTime=0.0
      fSunUpdateThreshold=0.0

      For those changing timescale in console, fSunUpdateThreshold might be tied to the day time settings, and the default timescale I believe is 10, meaning 10 times faster than real time.  So a day lasts 2.4 hours.

      I tend to use in console set timescale to 8 - or 7 - for a fairly long day, since it was suggested that setting timescale too low can cause issues with world refreshes, quests and script timing.  A couple mentioned possible issues with a timescale of 5.
    4. boomdaddymaxwell
      boomdaddymaxwell
      • member
      • 9 kudos
      What would you reccomend for these .ini settings with a timescale of 8? I also use that timescale because it's well balanced but would love less jarring shadow transitions. The regular timescale is 20
    5. SSGStryker
      SSGStryker
      • premium
      • 54 kudos
      Right now I'm using the following settings.

      fSunShadowUpdateTime=4.0
      fSunUpdateThreshold=0.1

      I might need to tweak these ratios a bit because they seem to be just a bit off from their described times, but this might be due to using custom timescales like 8.  From the way it's described, an fSunUpdateThreshold of 1 is 20 seconds between "sun jumps."  So a proper ratio with these parameters with a theoretically flawless transition would be

      fSunShadowUpdateTime=20.0
      fSunUpdateThreshold=1

      I'll make another reply if I can do better than my 4.0 and 0.1 values. 
    6. MC93X
      MC93X
      • premium
      • 242 kudos
      Yo, I'm going to try your latest pair of settings. Thanks for your time!
    7. zed140
      zed140
      • premium
      • 382 kudos
      What is the formula, to apply to any time scale?

      I use
      fSunShadowUpdateTime=1 to recalculate shadow position each sec
      fSunUpdateThreshold=3   to have shadow jump step to 60s

      I prefer to have very large transition after a time instead of a permanent moving shadow
    8. khazar321
      khazar321
      • supporter
      • 6 kudos
      Okay so I tested a little bit. I will post my findings in this thread and as it's own post so people can find it easier.

      in the beginning, a short PSA about timescale:
      set timescale to 20 – 20 seconds pass in game for every second in real time (default setting).
      set timescale to 1 – 1 second passes in game for every second in real time.

      The sun (?shadow physics?)* gets moved every 40 seconds as a base stat with the default timescale of 20.
      This means, if you change the timescale to 1, the sun will move every 2 seconds.

      I play with a timescale of 6, the sun gets moved every 12 seconds, so 100 / 40 * 12 = 30%... so my values for a super smooth shadow need to be:
      fSunShadowUpdateTime=12.0
      fSunUpdateThreshold=0.30

      I have the feeling the game bugs out sometimes and the sun shadows are acting, as if they don't use my custom values. I don't know if that is a known issue or something, so be aware that some game starts may look weird, while others are just fine with the values that you calculated. A restart should fix that with no problems!
      Edit: I think that is because I have GCM and NACX installed, both have timescale values, when I change both of them to timescale 6, I don't get the inconsistent shadows.

      Hope this will help somebody that stumbles upon it. :)

      *sorry I don't know exactly what happens here engine wise, I'll just call it sun movement for easy understanding purposes.
  9. deleted42202115
    deleted42202115
    • account closed
    • 69 kudos
    Back to endorse and share info. Congratulation, over 10% endorsements and on a mod that doesn't need download.

    NOTE
    This did not work until I also changed these settings in Fallout4custom.ini
    The authors settings work great with a timescale of 10
  10. kiyomofu1
    kiyomofu1
    • premium
    • 0 kudos
    After installing hundreds of mods to make this game more immersive and balanced, this was few of the remaining problems left... wonder why Bethesda didn't bother to fix this themselves?
  11. ColdAsasman747
    ColdAsasman747
    • premium
    • 0 kudos
    I am using the cheat menu mod to set the day night cycle to 1 irl min is 10 ingame min. I was wondering if there was something i should do for this or would i just install the mod normally?