Deeper and Deeper – Custom Display Resolution Guide (Playtest)

    0
    153

    [ad_1]


    You can set a custom display resolution for the game. See how from within.

    Guide to custom display resolution

    TL; DR

    way to:

    • %APPDATA%..\Local\DungeonCrawler\Saved\Config\Windows\GameUserSettings.ini

    Settings to change:

    ResolutionSizeX=2560
    ResolutionSizeY=1280
    LastUserConfirmedResolutionSizeX=2560
    LastUserConfirmedResolutionSizeY=1280
    Adjust to fit your aspect ratio:
    DesiredScreenWidth=1280
    DesiredScreenHeight=640
    LastUserConfirmedDesiredScreenWidth=1280
    LastUserConfirmedDesiredScreenHeight=640

    Introduction

    I prefer to use a 2:1 aspect ratio to record my content. So I decided to do a little digging to see if I could change the display resolution to my liking. Credit to the developers it was easy to find and replace.

    Instructions

    • Make sure you have a non-destructive text editing app installed.

    *Something like: VSCode, Atom or Notepad++

    Open File Explorer and put this in the path input:

    • %APPDATA%..\Local\DungeonCrawler\Saved\Config\Windows\

    Copy GameUserSettings.ini to any directory on your computer for backup purposes.

    Open the original file using your text editor.

    Set your preferred resolution by changing the following values:

    ResolutionSizeX=2560
    ResolutionSizeY=1280
    LastUserConfirmedResolutionSizeX=2560
    LastUserConfirmedResolutionSizeY=1280

    Now, if your new resolution doesn’t match the aspect ratio you were using change these settings accordingly:

    DesiredScreenWidth=1280
    DesiredScreenHeight=640
    LastUserConfirmedDesiredScreenWidth=1280
    LastUserConfirmedDesiredScreenHeight=640

    Explanation

    I changed ResolutionSizeY and LastUserConfirmedResolutionSizeY from 1440 to 1280.

    So, I had to change DesiredScreenHeight and LastUserConfirmedDesiredScreenHeight from 720 to 640 to match the 2:1 aspect ratio.

    Without these changes, the game was overwriting my 1280 value.

    Recommended for you

    [ad_2]

    LEAVE A REPLY

    Please enter your comment!
    Please enter your name here