Posted October 08, 2017
It happens in almost every dialog. The subtitles follows just a bit of it, then they stop.
Looks like a known issue: https://steamcommunity.com/app/343860/discussions/5/1471967529572653276/
It happens in linux if the LANG env variable is set to some locale.
To workaround this, you can change line 18 of start.sh from
./"Tacoma.x86_64"
to
LANG=C ./"Tacoma.x86_64"
Looks like a known issue: https://steamcommunity.com/app/343860/discussions/5/1471967529572653276/
It happens in linux if the LANG env variable is set to some locale.
To workaround this, you can change line 18 of start.sh from
./"Tacoma.x86_64"
to
LANG=C ./"Tacoma.x86_64"
Post edited October 08, 2017 by g.reventlov