It seems that you're using an outdated browser. Some things may not work as they should (or don't work at all).
We suggest you upgrade newer and better browser like: Chrome, Firefox, Internet Explorer or Opera

×
We applied 'export LC_ALL=C' to avoid a popular bug in the Unity game engine. Since the bug is not affecting the game in its current version, we are uploading a new build that will detect your system language correctly.

Sorry for the inconvenience!
avatar
saodhar: Is there a way to change language in-game now? I'm stuck with Russian and while it's not too bad I 'd prefer to play the game in English. There is no option in the menu, no settings executable in the game folder (it seems there was such a file in the previous versions).
As EugVVl already mentioned, the game selects the language basing on your system language. If you want to prevent that and play the English version, run the game from the terminal like this:

LC_ALL=C ./start.sh

Or put:

export LC_ALL=C

somewhere in the start.sh script, for example in line 4.

This will force the game to use the most basic locale and run in English, here more about it for anyone interested in the subject:
http://unix.stackexchange.com/questions/87745/what-does-lc-all-c-do