You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
reduce max physics dt to 0.02 (improves framerate but increases "slow motion" effect)
If you have waterfall, make sure it's at least version 0.10.0
graphics settings: make sure stock antialiasing is off, reflection refresh is low or off, the reflection resolution is reasonable (256 or so), and pixel light count is 8
install deferred rendering
remove known problematic mods: HUDReplacer (1.3.0 or earlier). If using VertexOblateHeightmap, be sure to update kopernicus.
If you're using MJ or KER, close as many windows as you can
Most crashes are caused by running out of memory. You can confirm this by finding your error.log file and looking for the line that starts with "system commit total/limit/peak." If the last number is close to the middle number, you likely ran out of memory.
Your operating system will use free space on your hard drive for virtual memory. This is called the pagefile or swapfile. If the hard drive where your pagefile is located is nearly full, allocations will fail and the game will crash. Usually this is the drive where your operating system is installed - it does not matter where KSP is. If your drive is nearly full, get wiztree to identify what's taking up the space and delete it or move it to a different drive. As a last resort, you can move the pagefile to another drive with more space, but
These settings will get you the best visuals for the cheapest cost.
Turning the settings higher does not significantly improve the visual quality but it WILL significantly increase the performance cost.
If you have a weaker GPU you may want to set things lower.
Terrain scatter: off (assuming you have parallax)
Reflection refresh: If you have Deferred or Textures Unlimited, set to Low. Otherwise Off.
Reflection resolution: 256
Antialiasing: off (use scatterer or TUFX antialiasing; stock AA is incompatible with HDR + Bloom anyway)
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
The easiest way for someone to help you is to send them your log files. Anything else is just guessing and a waste of time. They will need the entire file. Not a screenshot. Not a copy/paste of an exception you found. The whole thing.
The main log file is named KSP.log and sits in the same directory as the KSP executable. For default installs on Windows, this is at C:\Program Files (x86)\Steam\steamapps\common\Kerbal Space Program. You can also right-click KSP in Steam and select "Manage -> Browse local files." By default, Windows will hide file extensions so you may only see the filename as "KSP" and type "Text Document." That's the right one. It's not in the Logs folder.
The log file is regenerated each time you launch KSP. It is most helpful if you reproduce whatever problem you were experiencing and then grab the log file. Do not
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters