Installer Steam
log på
|
sprog
简体中文 (forenklet kinesisk)
繁體中文 (traditionelt kinesisk)
日本語 (japansk)
한국어 (koreansk)
ไทย (thai)
Български (bulgarsk)
Čeština (tjekkisk)
Deutsch (tysk)
English (engelsk)
Español – España (spansk – Spanien)
Español – Latinoamérica (spansk – Latinamerika)
Ελληνικά (græsk)
Français (fransk)
Italiano (italiensk)
Bahasa indonesia (indonesisk)
Magyar (ungarsk)
Nederlands (hollandsk)
Norsk
Polski (polsk)
Português (portugisisk – Portugal)
Português – Brasil (portugisisk – Brasilien)
Română (rumænsk)
Русский (russisk)
Suomi (finsk)
Svenska (svensk)
Türkçe (tyrkisk)
Tiếng Việt (Vietnamesisk)
Українська (ukrainsk)
Rapporter et oversættelsesproblem









Regarding getting it to work on linux, I have no idea, I've never worked with wine/proton before. If DLL highjacking doesn't work, maybe you can use some other way to injecting the DLL as the game starts? If someone does create a better modloader that works with linux, its probably also worth moving more of the loading logic over to C#. I'm not really sure why the original loader did all the C# assembly loading in C++ via the "eml_mods.ini" files.
WINEDLLOVERRIDES="AVRT=n,b"
I didn't test it myself as I'm not on linux right now, but it might work. If it doesn't you can try protontricks package which should allow to explicitly provide the dll implementations.