First thing I should state is this is not a perma fix, you will have to re-enter commands each time you load game.
Goto ( ****\Steam\steamapps\common\Antichamber\UDKGame\Config\ ) find and right click on ( DefaultInput.ini ) and edit file. look for and/or hit alt-f to bring up search box and type in " ConsoleKey ".
Code:
[Engine.Console]
ConsoleKey=Tilde
TypeKey=Tab
;-----------------------------------------------------------------------------------------
; Uncomment these to disable the console access
;-----------------------------------------------------------------------------------------
ConsoleKey=None
TypeKey=None
and delete or comment out second set to enable console commands in game, as sown below, and save file.
Code:
[Engine.Console]
ConsoleKey=Tilde
TypeKey=Tab
;-----------------------------------------------------------------------------------------
; Uncomment these to disable the console access
;-----------------------------------------------------------------------------------------
;ConsoleKey=None
;TypeKey=None
to make things easyer each time you load, in same directory open and edit ( UDKImput.ini ) and down near the bottom, or do search, change or copy/past listed below, and replace them in that file and save. this will every time you enter game after creating file later, will make it easyer. This limits what is seen as saved history, and cycles through when using up/down keys in console.
Code:
[Hazard.HazardConsole]
HistoryTop=1
HistoryBot=0
HistoryCur=1
History[0]=exec wsfix.ini
History[1]=
History[2]=
History[3]=
History[4]=
History[5]=
History[6]=
History[7]=
History[8]=
History[9]=
History[10]=
History[11]=
History[12]=
History[13]=
History[14]=
History[15]=
Now goto ( ****\Steam\steamapps\common\Antichamber\Binaries\ ) create a file here called ( wsfix.ini ) and in this file put as seen below, and change to your liking.
Code:
setres 5760x1080
fov 143
When you enter game, hit the ~ key and type in " exec wsfix.ini " or use arrow keys, that will bring up the " History[0]= " listing and hit enter, and it will load that file, changing the rez and FOV to your setting listed in there. But every time you enter game you will have to hit up/down arrows or type in, to activate fix.