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