Posted December 28, 2017
yangtsesu: Windows and MAC have Chinese update?
But how about Linux user?
Add this lines to start.sh
*zh_CN*)
echo "Language detected: Chinese"
sed -i 's/id="Value" value=".*"/id="Value" value="Chinese" type="20"/g' "${LANG_CONF}" ;;
And copy Game.pak Chinese.pak language.lsx from the Windows or MAC version works.
Can you do this for us?
Hello yangtsesu! But how about Linux user?
Add this lines to start.sh
*zh_CN*)
echo "Language detected: Chinese"
sed -i 's/id="Value" value=".*"/id="Value" value="Chinese" type="20"/g' "${LANG_CONF}" ;;
And copy Game.pak Chinese.pak language.lsx from the Windows or MAC version works.
Can you do this for us?
I will look into that as soon as possible. Thank you for reporting the issue!