Steam Games: Difference between revisions
Jump to navigation
Jump to search
Created page with "== Prison Architect == The new Paradox Launcher quits immediately and requires the following start option workaround <pre>LD_PRELOAD=/usr/x86_64-pc-linux-gnu/lib/libc.so.6 %c..." |
No edit summary |
||
| (6 intermediate revisions by the same user not shown) | |||
| Line 1: | Line 1: | ||
== Borderlands 2 == | |||
== Jagged Alliance - Back in Action == | |||
Due to many bugs in the Linux version it's better played with Proton. | |||
== J.U.L.I.A.: Among the Stars == | |||
* Works on Proton | |||
On Linux the German localization texts are messed up: https://steamcommunity.com/app/257690/discussions/0/451850849197868697/ | |||
<pre> | |||
Add locale: | |||
localedef --prefix=/ -i de_DE -f ISO-8859-15 de_DE.ISO-8859-15 | |||
Delete locale: | |||
localedef --delete-from-archive de_DE.iso885915 | |||
Steam launch option: | |||
LC_ALL=de_DE.ISO-8859-15 %command% | |||
</pre> | |||
and the game fails to exit. | |||
== Prison Architect == | == Prison Architect == | ||
The new Paradox Launcher quits immediately and requires the following start option workaround | The new Paradox Launcher quits immediately and requires the following start option workaround | ||
<pre>LD_PRELOAD=/usr/x86_64-pc-linux-gnu/lib/libc.so.6 %command%<pre> | <pre>LD_PRELOAD=/usr/x86_64-pc-linux-gnu/lib/libc.so.6 %command%</pre> | ||
== Warframe == | |||
Requires a controller to be present or else it stops to work after a few minutes, having the xboxdrv service running is enough. | |||
<pre> | |||
systemctl enable xboxdrv.service | |||
systemctl start xboxdrv.service | |||
</pre> | |||
Requires a patched version of Proton with special fixes for Warframe: | |||
https://github.com/GloriousEggroll/proton-ge-custom/releases | |||
Latest revision as of 20:47, 5 October 2019
Borderlands 2
Jagged Alliance - Back in Action
Due to many bugs in the Linux version it's better played with Proton.
J.U.L.I.A.: Among the Stars
- Works on Proton
On Linux the German localization texts are messed up: https://steamcommunity.com/app/257690/discussions/0/451850849197868697/
Add locale: localedef --prefix=/ -i de_DE -f ISO-8859-15 de_DE.ISO-8859-15 Delete locale: localedef --delete-from-archive de_DE.iso885915 Steam launch option: LC_ALL=de_DE.ISO-8859-15 %command%
and the game fails to exit.
Prison Architect
The new Paradox Launcher quits immediately and requires the following start option workaround
LD_PRELOAD=/usr/x86_64-pc-linux-gnu/lib/libc.so.6 %command%
Warframe
Requires a controller to be present or else it stops to work after a few minutes, having the xboxdrv service running is enough.
systemctl enable xboxdrv.service systemctl start xboxdrv.service
Requires a patched version of Proton with special fixes for Warframe: https://github.com/GloriousEggroll/proton-ge-custom/releases