Instalar Steam
iniciar sesión
|
idioma
简体中文 (chino simplificado)
繁體中文 (chino tradicional)
日本語 (japonés)
한국어 (coreano)
ไทย (tailandés)
Български (búlgaro)
Čeština (checo)
Dansk (danés)
Deutsch (alemán)
English (inglés)
Español de Hispanoamérica
Ελληνικά (griego)
Français (francés)
Italiano
Bahasa Indonesia (indonesio)
Magyar (húngaro)
Nederlands (holandés)
Norsk (noruego)
Polski (polaco)
Português (Portugués de Portugal)
Português-Brasil (portugués de Brasil)
Română (rumano)
Русский (ruso)
Suomi (finés)
Svenska (sueco)
Türkçe (turco)
Tiếng Việt (vietnamita)
Українська (ucraniano)
Comunicar un error de traducción
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;