It’s unfortunate, but in the game Last Train Home, there’s no built-in option to turn off anti-aliasing. Однако, there’s a workaround to address the issue of blurriness, as many Unreal Engine games tend to have this problem. The solution involves disabling anti-aliasing, which is the root cause of the blurriness.
Отключение функции сглаживания
Disabling anti-aliasing is quite easy. All you need to do is open the configuration file called GameUserSettings.ini of the game which can be found here:
С:\Программные файлы (х86)\Steam\steamapps\common\LastTrainHome\Train\Saved\Config\WindowsNoEditor
Open the file and add this line:
sg.AntiAliasingQuality=0
После завершения, go to the directory mentioned above and open the file called Scalability.ini. Copy and paste the line of commands below and save the file again.
[AntiAliasingQuality@0] R.PostProcessAaquality = 0 [AntiAliasingQuality@1] R.PostProcessAaquality = 0 [AntiAliasingQuality@2] R.PostProcessAaquality = 0 [AntiAliasingQuality@3] R.PostProcessAaquality = 0
Restart the game and you should find clearer in-game graphics. Кроме того, make sure to check the resolution settings in the game. По умолчанию, Last Train Home tends to set the resolution to 1920×1080. Adjust it to match your native screen resolution for optimal visual clarity.
Это все, чем мы делимся сегодня для этого. Последний поезд домой гид. Это руководство было первоначально создано и написано Satanovski. На случай, если нам не удастся обновить это руководство, вы можете найти последнее обновление, следуя этому связь.