Last active
May 6, 2016 15:10
-
-
Save internetimagery/a6402cf7fa02e552378a66e106ae4f00 to your computer and use it in GitHub Desktop.
Load Dark Souls 3 at 720p and git to backup saves
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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