PC Game Graphics And Resolution Settings

Discussion in 'TSW General Discussion' started by Dougal, Nov 18, 2019.

  1. Dougal

    Dougal Member

    Joined:
    Aug 6, 2019
    Messages:
    47
    Likes Received:
    27
    Hi, I would like advise on my game settings for my PC:

    AND Ryzen 5 3600
    Navida RTX 2060 6GB
    16 GB RAM 2400 kHz
    DDR4 RAM
    250 GGB SSD
    1TB HDD
    600W + 8PS
    Windows 10 Home 64
    MB 520
    A320 Chipset Motherboard
    Monitor Benq EW3 inch




    20191105_145012.jpg 20191105_145012.jpg 20191105_145012.jpg
     
  2. Rob39

    Rob39 Well-Known Member

    Joined:
    Oct 14, 2018
    Messages:
    1,890
    Likes Received:
    2,027
    Im looking at possibly buying a PC, with this sort of spec. Would have thought that you could use ultra settings with this machine.
     
    • Helpful Helpful x 1
  3. Dougal

    Dougal Member

    Joined:
    Aug 6, 2019
    Messages:
    47
    Likes Received:
    27
    Hi, only just received the PC and installed TS 2020 and Just Trains Metropolitan S7 DLC.
     
  4. Beerkan

    Beerkan New Member

    Joined:
    Jan 21, 2020
    Messages:
    5
    Likes Received:
    1
    I have an RXT2080ti on 6850K processor and 2K Monitor. I get around 40-100+FPS in TSW2020 depending on the scenario I'm playing. I'm using these settings @ 2K. If you want to try max graphics setting you can edit the GameUserSettings.ini file.

    You can find it here.

    C:\Users\YOURUSERNAME\Documents\My Games\TS2Prototype\Saved\Config\WindowsNoEditor\GameUserSettings.ini

    I have edited this file so it contains Unreal Engine settings from various other UT4 engine games other than TSW2020, but I think the visuals are top notch.

    Remember to backup your existing GameUserSettings.ini file before using these settings.
    (And expect these settings to grind your PC to a powerpoint presentation if your PC doesn't have the minerals to run these.)

    2K version @ 144 FPS MAX
    Code:
    [ScalabilityGroups]
    sg.ViewDistanceQuality=3
    sg.AntiAliasingQuality=3
    sg.ShadowQuality=3
    sg.PostProcessQuality=3
    sg.TextureQuality=3
    sg.EffectsQuality=3
    sg.FoliageQuality=3
    sg.ResolutionQuality=200.000000
    
    [/Script/TS2Prototype.TS2GameUserSettings]
    ResolutionSizeX=2560
    ResolutionSizeY=1440
    LastUserConfirmedResolutionSizeX=2560
    LastUserConfirmedResolutionSizeY=1440
    DesiredScreenWidth=2560
    DesiredScreenHeight=1440
    FoliageQuality=3
    ShadowQuality=3
    TextureQuality=3
    ViewDistanceQuality=3
    EffectsQuality=3
    PostProcessQuality=3
    OverallQualityLevel=3
    MouseSensitivity=0.100000
    ScreenShotQuality=0
    FOV=100.000000
    Measurement=Imperial
    GradeUnit=Percentage
    TemperatureUnit=Celsius
    DisableJunctionDerail=False
    ShowObjectiveMarker=True
    ShowObjectiveStopAtMarker=True
    ShowSpeedLimitMarker=False
    ShowNextSignalMarker=False
    ShowNextSignalAspectMarker=True
    ShowSpeedLimitScreen=True
    ShowNextSignalScreen=True
    ShowScenarioMarker=True
    ShowCompass=True
    ShowScore=True
    bCameraMotionSwayEnabled=True
    UsingController=False
    UsingKeyboard=True
    InvertedYAxis=False
    QuickWalk=False
    ForceFeedback=False
    WindowFocus=True
    Subtitles=True
    CursorType=Medium
    QualityLevel=0
    MaxFPS=144.000000
    AntiAliasingMethod=ClarityTAA
    MasterSoundVolume=3.000000
    MusicSoundVolume=1.000000
    SFXSoundVolume=3.000000
    AmbienceSoundVolume=2.000000
    DialogueSoundVolume=1.500000
    ExternalAlertVolume=1.500000
    MenuSFXVolume=1.000000
    KeyboardCulture=00000809
    PreferredFullscreenMode=0
    AudioQualityLevel=0
    FrameRateLimit=144.000000
    LastRecommendedScreenWidth=-1.000000
    LastRecommendedScreenHeight=-1.000000
    LastCPUBenchmarkResult=-1.000000
    LastGPUBenchmarkResult=-1.000000
    LastGPUBenchmarkMultiplier=1.000000
    bUseHDRDisplayOutput=False
    HDRDisplayOutputNits=1000
    ScreenPercentage=200.000000
    
    [/Script/Engine.GameUserSettings]
    bUseDesiredScreenHeight=False
     
    Last edited: Jan 30, 2020
    • Like Like x 1
  5. Beerkan

    Beerkan New Member

    Joined:
    Jan 21, 2020
    Messages:
    5
    Likes Received:
    1
    1080p version at 144FPS MAX

    Code:
    [ScalabilityGroups]
    sg.ViewDistanceQuality=3
    sg.AntiAliasingQuality=3
    sg.ShadowQuality=3
    sg.PostProcessQuality=3
    sg.TextureQuality=3
    sg.EffectsQuality=3
    sg.FoliageQuality=3
    sg.ResolutionQuality=200.000000
    
    [/Script/TS2Prototype.TS2GameUserSettings]
    ResolutionSizeX=1920
    ResolutionSizeY=1080
    LastUserConfirmedResolutionSizeX=1920
    LastUserConfirmedResolutionSizeY=1080
    DesiredScreenWidth=1920
    DesiredScreenHeight=1080
    FoliageQuality=3
    ShadowQuality=3
    TextureQuality=3
    ViewDistanceQuality=3
    EffectsQuality=3
    PostProcessQuality=3
    OverallQualityLevel=3
    MouseSensitivity=0.100000
    ScreenShotQuality=0
    FOV=100.000000
    Measurement=Imperial
    GradeUnit=Percentage
    TemperatureUnit=Celsius
    DisableJunctionDerail=False
    ShowObjectiveMarker=True
    ShowObjectiveStopAtMarker=True
    ShowSpeedLimitMarker=False
    ShowNextSignalMarker=False
    ShowNextSignalAspectMarker=True
    ShowSpeedLimitScreen=True
    ShowNextSignalScreen=True
    ShowScenarioMarker=True
    ShowCompass=True
    ShowScore=True
    bCameraMotionSwayEnabled=True
    UsingController=False
    UsingKeyboard=True
    InvertedYAxis=False
    QuickWalk=False
    ForceFeedback=False
    WindowFocus=True
    Subtitles=True
    CursorType=Medium
    QualityLevel=0
    MaxFPS=144.000000
    AntiAliasingMethod=ClarityTAA
    MasterSoundVolume=3.000000
    MusicSoundVolume=1.000000
    SFXSoundVolume=3.000000
    AmbienceSoundVolume=2.000000
    DialogueSoundVolume=1.500000
    ExternalAlertVolume=1.500000
    MenuSFXVolume=1.000000
    KeyboardCulture=00000809
    PreferredFullscreenMode=0
    AudioQualityLevel=0
    FrameRateLimit=144.000000
    LastRecommendedScreenWidth=-1.000000
    LastRecommendedScreenHeight=-1.000000
    LastCPUBenchmarkResult=-1.000000
    LastGPUBenchmarkResult=-1.000000
    LastGPUBenchmarkMultiplier=1.000000
    bUseHDRDisplayOutput=False
    HDRDisplayOutputNits=1000
    ScreenPercentage=200.000000
    
    [/Script/Engine.GameUserSettings]
    bUseDesiredScreenHeight=False
     
  6. Callum B.

    Callum B. Well-Known Member

    Joined:
    Aug 9, 2018
    Messages:
    1,638
    Likes Received:
    2,844
    You should be able to have everything on Ultra and even bump a few distant scenery and quality options in the engine.ini without too much slowdown.

    Here is what mine looks like:
    Code:
    [SystemSettings]
    r.ViewDistanceScale=2
    r.StaticMeshLODDistanceScale=0.75
    foliage.LODDistanceScale=3
    r.SkeletalMeshLODBias=-1
    r.MaterialQualityLevel=0
    r.Color.Mid=0.4
    I get 60FPS locked (v-sync on) in most areas and 45-60 in urban areas. My specs:
    Xeon E5-1650 v3 @ 3.6GHz (roughly equivalent to Ryzen 5 2600 for comparison)
    GTX 1070
    32GB ECC DDR4 @ 2133MHz
     
    Last edited: Jan 29, 2020
  7. LastTrainToClarksville

    LastTrainToClarksville Well-Known Member

    Joined:
    Oct 12, 2017
    Messages:
    2,503
    Likes Received:
    2,069
    Well, you're all in the wrong forum -- this one is for TSW; you evidently want information about TS: two different simulators, two separate forums. Good luck.
     
    • Like Like x 1
  8. SamYeager270

    SamYeager270 Well-Known Member

    Joined:
    Dec 8, 2016
    Messages:
    633
    Likes Received:
    667
    I think you'll find that TS2Prototype is the executable for TSW so I believe you are incorrect.
     
  9. hightower

    hightower Guest

    No, you’re wrong on this one I’m afraid. They’re quite obviously talking about TSW.

    I’d have thought with that spec machine you’d be able to set everything as high as it will go in-game with no problems. I’ve got an i5 7600K & an RX580 and get between 30 & a capped 60FPS at Ultra settings. Very minimal engine.ini tweaks though - those are the things that will hurt FPS. Experiment to find what works best but be aware that many of them actually don’t do anything at all.
     
    Last edited by a moderator: Jan 30, 2020
    • Like Like x 1
  10. LastTrainToClarksville

    LastTrainToClarksville Well-Known Member

    Joined:
    Oct 12, 2017
    Messages:
    2,503
    Likes Received:
    2,069
    Well, the OP is ambiguous and from there on, some posts refer to TS and others to TSW, so I'll claim being at least half correct.
     

Share This Page