Install Steam
login
|
language
简体中文 (Simplified Chinese)
繁體中文 (Traditional Chinese)
日本語 (Japanese)
한국어 (Korean)
ไทย (Thai)
Български (Bulgarian)
Čeština (Czech)
Dansk (Danish)
Deutsch (German)
Español - España (Spanish - Spain)
Español - Latinoamérica (Spanish - Latin America)
Ελληνικά (Greek)
Français (French)
Italiano (Italian)
Bahasa Indonesia (Indonesian)
Magyar (Hungarian)
Nederlands (Dutch)
Norsk (Norwegian)
Polski (Polish)
Português (Portuguese - Portugal)
Português - Brasil (Portuguese - Brazil)
Română (Romanian)
Русский (Russian)
Suomi (Finnish)
Svenska (Swedish)
Türkçe (Turkish)
Tiếng Việt (Vietnamese)
Українська (Ukrainian)
Report a translation problem
It's an Unreal Engine game so suspect there might be a config file setting that can be changed but I wouldn't know what that might be myself. Any ideas?
Is there any settings to invert X/Y and such?
Can't use controller with main menu or Esc menu in game (though you can call the Esc menu up using the Start button, but then must switch to mouse...)
Can't invert x or y
Can't rebind controls on keyboard or controller
There are no controller settings whatsoever
Interact (i.e. pressing E on the keyboard) seems to be bound to clicking the right analog stick in, I think. I honestly can't quite tell because the first thing I've found to interact with seems to start based on random inputs. Edit: After some more tests it's X on my Xbox One controller.
In fact the only 3 settings at all are resolution, v-sync and fullscreen.
I'm sure the rest of the game is great but this is quite annoying.
Open NikoTTD\UDKGame\Config\UDKInput.ini
Find these 2 lines:
Bindings=(Name="GBA_TurnLeft_Gamepad",Command="Axis aTurn Speed=1.0 DeadZone=0.2")
Bindings=(Name="GBA_Look_Gamepad",Command="Axis aLookup Speed=0.65 DeadZone=0.2")
Put a - before the number you want to invert in the Speed value. Example to change horizontal view axis
Bindings=(Name="GBA_TurnLeft_Gamepad",Command="Axis aTurn Speed=-1.0 DeadZone=0.2")
If you have any doubts on how to change a specific setting, I am happy to help :)
Let's try this (run in window mode)
Open NikoTTD\UDKGame\Config\UDKSystemSettings.ini
Search for Fullscreen= and set it to FALSE
Save the file.