1. Go to your Evil Within Folder "Base" folder, mine is located here:
Code: Select all
G:\Games\The Evil Within\base
You can easily do that by creating a new .txt file and renaming .txt to .cfg
Make sure your windows is configured to show extensions or you end up creating "config.cfg.txt" which is not right!
3. Inside that file, put the one or all of the following lines:
Remove Black Bars
Code: Select all
r_forceaspectratio 0
- No fps limit
Code: Select all
r_swapinterval 0
Code: Select all
r_swapinterval -1
Code: Select all
r_swapinterval -2
Code: Select all
r_skipglare 1
4. Now make a shortcut to your game (or if playing on steam, use launch options to add this)
- right click on shortcut > properties > target
- into target field add:
Code: Select all
+exec config.cfg
Code: Select all
"G:\Games\The Evil Within\EvilWithin.exe" +exec config.cfg
You can also add other things to Target line / steam launch options:
Enable console
Code: Select all
+com_allowconsole 1
Code: Select all
+com_skipIntroVideo 1
Haven't tested these last 2 commands.
Black bars and fps limit works perfectly.