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: Select all
[Engine.Console]
ConsoleKey=Tilde
TypeKey=Tab
;-----------------------------------------------------------------------------------------
; Uncomment these to disable the console access
;-----------------------------------------------------------------------------------------
ConsoleKey=None
TypeKey=Noneand delete or comment out second set to enable console commands in game, as sown below, and save file.
Code: Select all
[Engine.Console]
ConsoleKey=Tilde
TypeKey=Tab
;-----------------------------------------------------------------------------------------
; Uncomment these to disable the console access
;-----------------------------------------------------------------------------------------
;ConsoleKey=None
;TypeKey=Noneto 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: Select all
[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: Select all
setres 5760x1080
fov 143When 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.
