Install Steam
login
|
language
简体中文 (Simplified Chinese)
繁體中文 (Traditional Chinese)
日本語 (Japanese)
한국어 (Korean)
ไทย (Thai)
Български (Bulgarian)
Čeština (Czech)
Dansk (Danish)
Deutsch (German)
Español - España (Spanish - Spain)
Español - Latinoamérica (Spanish - Latin America)
Ελληνικά (Greek)
Français (French)
Italiano (Italian)
Bahasa Indonesia (Indonesian)
Magyar (Hungarian)
Nederlands (Dutch)
Norsk (Norwegian)
Polski (Polish)
Português (Portuguese - Portugal)
Português - Brasil (Portuguese - Brazil)
Română (Romanian)
Русский (Russian)
Suomi (Finnish)
Svenska (Swedish)
Türkçe (Turkish)
Tiếng Việt (Vietnamese)
Українська (Ukrainian)
Report a translation problem
I manually made a folder in /opt/ and then moved everything there.
shoutout also to this comment: protondb.com/app/34330#X2XXEjK8zZ
sudo mkdir /opt/shogun2-fix
sudo mv * /opt/shogun2-fix
cd
cd /opt/shogun2-fix
sudo make clean all
and finally copied the Shogun2.sh and replaced it with the one in the game folder.
Also Shogun 2 launch option:
LD_PRELOAD=/opt/shogun2-fix/libc_mprotect.so:/opt/shogun2-fix/libc_dlopen_mode.so %command%
The output of the find command had spaces for me, so I manually ran the cp with quotes.