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
Survivors model mod are fine but not with infected model (duh, they are notorious for making the game crash).
No one ever reads it, but I still write it...
https://gtm.steamproxy.vip/sharedfiles/filedetails/?id=2821408044
I found through your script that the first line of the scriptmode_addon script you used is
:VSLU_ScriptMode_init<- ScriptMode_init;
And two identical ScriptMode_init will cause players to get stuck in the loading interface and unable to join.
So you can avoid this conflict and not affect script functionality by modifying VSLU to any other similar character.
Like this:
:FUG_ScriptMode_init<- ScriptMode_init;