How to enable fullscreen, 1080p and controller support since the setup tool does not seem to work and crashes when saving the config.
Navigate to the install folder
Navigate to the Install folder. The default is: <C:\Program Files (x86)\Steam\steamapps\common\NiGHTS Into Dreams\>
Open the <Config> folder.
You should see two files: <Keyboard.cfg> and <Config.cfg>.
Enable fullscreen and 1080p
Open <UserConfig.cfg> with a text editor and replace its contents with:
<?xml version=”1.0″ ?><Configs Version=”1″ FullScreen=”1″ Display=”0″ Res=”22″ Width=”1920″ Height=”1080″ RefreshRate=”60″ Language=”1″ Analytics=”1″ />
Save it.
Enable controller support
Open <Keyboard.cfg> with a text editor and replace its contents with:
<?xml version=”1.0″ ?>
<Players Layout=”0″ Version=”1″>
<Player InputWay=”1″ Vibrate=”1″>
<key index=”22″ />
<key index=”18″ />
<key index=”0″ />
<key index=”3″ />
<key index=”8″ />
<key index=”9″ />
<key index=”20″ />
<key index=”10″ />
<key index=”112″ />
<key index=”-1″ />
<key index=”-1″ />
<key index=”14″ />
<key index=”-1″ />
<key index=”-1″ />
<key index=”-1″ />
<key index=”67″ />
<key index=”13″ />
<key index=”12″ />
</Player>
</Players>
Save it.
By Kernel