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

×
Hello,

My first problem is in the title.
For Mad Max I had to copy paste some text from event to a .json file to get it to work.
Otherwise it works out of the box with gog/steam games (even wine gog) except for the rumble.

Optional: My subtitles are in french (my system language) and I would like to have them in english. I've tried to edit language.lsx but it resets at launch.

Thank you in advance.
This question / problem has been solved by linuxvangogimage
avatar
pabulumthis: Hello,

My first problem is in the title.
For Mad Max I had to copy paste some text from event to a .json file to get it to work.
Otherwise it works out of the box with gog/steam games (even wine gog) except for the rumble.

Optional: My subtitles are in french (my system language) and I would like to have them in english. I've tried to edit language.lsx but it resets at launch.

Thank you in advance.
Hi pabulumthis,

I assume you're talking about Linux version of Divinity: Original Sin here. To make the game start in English, please add this line after line 45 of start.sh launch script:

export LANG="en_US.UTF-8"

so this fragment of the script will look like this:

echo "Running ${GAME_NAME}"
export LANG="en_US.UTF-8"
set_language

I am afraid that the game might not support Xbox One controller by default. If you want, you can try using a workaround described here:
https://www.gog.com/forum/soma/xbox_one_controller_with_soma_on_linux/post2

In short, you would have to replace the SDL2 copy bundled with the game with a newer 64 bit version of the library.

Let me know if you have any other questions, or contact our support directly: https://support.gog.com
Post edited November 27, 2017 by linuxvangog
Thank you very much.

I just had to rename libSDL2-2.0.so.0.4.1 to libSDL2-2.0.so.1 so the game finds what it wants.
Then, chmod it just in case.
Finally, recreate the symlinks accordingly and it is now working perfectly.

The language change is working to.

Thanks again!

Edit: I even have the rumble so this will be very useful
Post edited November 30, 2017 by pabulumthis