.
.
This might be old news for those who frequent the steam forums but for those who dont, here are two small improvements that deal with draw distance on switches/ties and weather brightness.
1. Fix the draw distance on switches and track detail so they dont "pop up" two meters in front of your view point. Sample pics included over at steam forums , Credits go to Staalby
Original post: http://steamcommunity.com/app/530070/di ... 044/?ctp=2
Navigate to the following folder
C:\Users\*USERNAME*\Documents\My Games\TS2Prototype\Saved\Config\WindowsNoEditor
There is a config file called Engine.ini Open it with notepad and at the end of the lines add:
[/script/engine.renderersettings]
r.ViewDistanceScale=1
Default setting is 1. I have found that 15 is a good setting on my system.
2. Fix the overall world brightness. Sample pics included over at steam forums , Credits go to nickhawk
Original post: http://steamcommunity.com/app/530070/di ... 000848675/
Add the following in the engine.ini
[/script/engine.renderersettings]
r.EyeAdaptationQuality=0
This is what my ini file looks like with both the fixes applied.
.