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
Game is not freezing, TAB is working and display cutscene text, but all other keys do nothing.
It's been barely 2 days, it's a bit early to claim "abandoned the game", especially with publisher above that most often makes the process of releasing patches a bit longer. And even if they did - I know how this fix this particular bug (and already told developers how to).
If you want to know - it has to do with Windows settings and parsing float numbers, where in some cultures a decimal separator is not ".", but it's "," and that throws an exception. It's a C# thing and an easy thing to miss. In the project I am working on, we've had the same issue, but thankfully cought it really early on.
Potentially this can by worked around by setting Windows region and formatting to Great Britain or US, but it might require PC restart and I am not 100% sure it will work.