Ganz am ende das hier einfügen
[/script/engine.renderersettings]
und darunter
r.ViewDistanceScale=4
Zum deaktivieren von Motion Blur kann man noch
r.DefaultFeature.MotionBlur=False
setzen
Beides zusammen sieht dann so aus:
[/script/engine.renderersettings]
r.DefaultFeature.MotionBlur=False
r.ViewDistanceScale=4
Die ganze sieht dann so aus:
Code
[Core.System]
Paths=../../../Engine/Content
Paths=%GAMEDIR%Content
Paths=../../../Engine/Plugins/2D/Paper2D/Content
Paths=../../../TS2Prototype/Plugins/DLC/GundersonHuskyStack/Content
Paths=../../../TS2Prototype/Plugins/DLC/CSXDOT117TankCar/Content
Paths=../../../TS2Prototype/Plugins/DLC/CSX5201CuFtCoveredHopper/Content
Paths=../../../TS2Prototype/Plugins/DLC/CSX_GP38-2/Content
Paths=../../../TS2Prototype/Plugins/DLC/CSX50ftBoxCar/Content
Paths=../../../TS2Prototype/Plugins/DLC/BiLevelAutorack/Content
Paths=../../../TS2Prototype/Plugins/DLC/CoalHopperBethogonII/Content
Paths=../../../TS2Prototype/Plugins/DLC/AC4400CW_YN3b/Content
Paths=../../../TS2Prototype/Plugins/DLC/SD40-2_YN3b/Content
Paths=../../../TS2Prototype/Plugins/DLC/SandPatchGrade/Content
Paths=../../../TS2Prototype/Plugins/TSWArtCommonLibrary/Content
Paths=../../../TS2Prototype/Plugins/GenericDiorama/Content
[/script/engine.renderersettings]
r.DefaultFeature.MotionBlur=False
r.ViewDistanceScale=4
Alles anzeigen