Skip to content

Instantly share code, notes, and snippets.

@internetimagery
Last active May 6, 2016 15:10
Show Gist options
  • Select an option

  • Save internetimagery/a6402cf7fa02e552378a66e106ae4f00 to your computer and use it in GitHub Desktop.

Select an option

Save internetimagery/a6402cf7fa02e552378a66e106ae4f00 to your computer and use it in GitHub Desktop.
Load Dark Souls 3 at 720p and git to backup saves
REM Move to save file path for backups. Load the game and git-bash to handle backups
REM http://tools.taubenkorb.at/change-screen-resolution/
ChangeScreenResolution.exe /w=1280 /h=720 /d=0
start steam://rungameid/374320
cd /d %APPDATA%\DarkSoulsIII
"%SYSTEMDRIVE%\Program Files (x86)\Git\git-bash.exe"
ChangeScreenResolution.exe /w=1920 /h=1080 /d=0
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment