永恒寒冬

永恒寒冬

37 个评价
MrV's Guide to Boosting Performance in The Forever Winter
由 MrV 制作
In this guide, I’ll walk you through effective tweaks to boost FPS and reduce performance strain in The Forever Winter. While the game is still in Early Access and optimization is ongoing, these Unreal Engine adjustments can help you achieve a smoother experience. From custom .ini settings to disabling unnecessary effects, this guide offers practical tips to enhance gameplay for those eager to enjoy the game’s early build without the performance hurdles. Perfect for players who want to get the best out of The Forever Winter even in its early stages!
3
2
   
奖励
收藏
已收藏
取消收藏
Intro
Hello,

Right off the bat, The Forever Winter is in Early Access, so performance optimization is still a work in progress. The game may run poorly on many systems, and significant improvements likely won’t come until the developers release patches. The community urged the devs to launch the game, and they delivered, albeit in an incomplete state. So, I won’t dwell on performance issues—it's like judging an unfinished painting.

That said, I've found some tweaks you can try to improve FPS by roughly 10 or more. The goal here is to guide you in creating a custom .ini file to adjust certain settings within The Forever Winter config folder. Since the game uses Unreal Engine 5, we can experiment with engine variables to reduce performance strain and potentially boost FPS.
Instructions
  1. Create a Separate Engine.ini File

      Steps:
    • Copy your existing GameUserSettings.ini file in the config folder.
    • Rename the copy to Engine.ini.
    • Open Engine.ini in Notepad and delete all existing content.
    • Add the following lines:

    [/script/engine.renderersettings] r.AntiAliasingMethod=0 r.Upscale.Quality=0 r.Upscale.Softness=0

    These settings disable Anti-Aliasing and adjust upscaling to create crisper visuals, though you may notice increased aliasing or shimmering. These changes sharpen the image without the default blur, caused by forced TAA on lower resolutions. Try them to see if you prefer the enhanced clarity.

    Example


  2. Override the Resolution Scaler

      Steps:
    • Add the following variable to force a specific resolution scale (0-200). Start with a value based on your native resolution (100). Lowering this setting can reduce GPU load but may blur the image.

    r.ScreenPercentage=40

    Example



  3. Sharpen Without Third-Party Filters

      Steps:
    • Use this setting to sharpen the image further. Adjust to taste—values between 0.5 and 1 are recommended, but you can increase it up to 2.5 (be cautious with oversharpening).

    r.Tonemapper.Sharpen=0.5

  4. Disable Unnecessary Effects

      Steps:
    • Disabling these effects can help boost performance without significant visual trade-offs:

    r.DepthOfFieldQuality=0 r.BloomQuality=0 r.FilmGrain=0 r.SceneColorFringeQuality=0 r.DisableDistortion=1 r.Tonemapper.Quality=0 r.LensFlareQuality=0

  5. Disable Fog Effects

      Steps:
    • Disabling fog can provide a performance boost but may impact the game’s atmosphere.

    r.Fog=0 r.VolumetricFog=0

    Example of possible Fog removal

  6. Make the File Read-Only

      Steps:
    • After saving your changes to Engine.ini, go to "Properties > General" and check the "Read-only" box. This step prevents the game from overwriting your custom settings.
Conclusion
Once these changes are applied, boot up the game and see the results immediately. You might encounter some visual anomalies due to the tweaks, but overall, these steps should help improve FPS. I’ll continue experimenting and share updates as I find additional optimizations.

Happy hunting!

-MrV
Updates
    11/07/2024
  • Aligned guide with Steam’s formatting standards.
  • Improved the clarity of the instructions section for easier understanding and follow-along.
10 条留言
Something Dopeside 9 月 1 日 上午 5:01 
Hey guy maybe add where this stupid gameconfig.ini file is at the start..

Instead of skipping 20 steps that its in APPDATA
Adriael 8 月 29 日 上午 3:06 
Thank you! Helped me a lot! Points well deserved!
FLAGVANUS 4 月 23 日 下午 12:55 
I'm kinda missed at the first: We shall have 2 .ini files in Saved\Config\Windows folder, shan't we? Or there must be only the new Engine.ini file?
dr. sne 3 月 12 日 上午 2:37 
literally the only guide that could get the game running well for me on my old PC, thank you
Some guy named John 1 月 1 日 下午 1:48 
Thank you my dude!
Pelzforelle 2024 年 10 月 31 日 下午 7:26 
You are a legend mane
WhaTha? 2024 年 10 月 29 日 下午 4:47 
Good guide! Adjusting these settings have resulted in faster loading, higher FPS, etc. Some additional details to help out:

Create the engine.txt file in C:\Users\<System Name>\AppData\Local\ForeverWinter\Saved\Config\Windows\

Don't surround the lines with '''. Example engine.txt:

[/script/engine.renderersettings]

r.AntiAliasingMethod=0

r.Upscale.Quality=0

r.Upscale.Softness=0

r.Tonemapper.Sharpen=0.5

r.TextureStreaming=0

r.DepthOfFieldQuality=0

r.BloomQuality=0

r.FilmGrain=0

r.SceneColorFringeQuality=0

r.DisableDistortion=1

r.Tonemapper.Quality=0

r.LensFlareQuality=0
Daicon IV 2024 年 10 月 2 日 上午 2:49 
just a quick question, do i need to put in the quotation marks i.e. ```r.Upscale.Quality=0``` in the Engine.ini file or remove them when creating the file
Устал выигрывать 2024 年 9 月 29 日 下午 5:20 
Thank you
crude oil 2024 年 9 月 28 日 下午 5:29 
this confuses me :(