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






AN ERROR HAS OCCURED [the index 'GetActiveWeapon' does not exist]
CALLSTACK
*FUNCTION [OnGameEvent_player_hurt()] c:/program files (x86)/steam/steamapps/common/left 4 dead 2/left4dead2/addons/workshop/3383897874.vpk/scripts/vscripts/director_base_addon.nut line [7]
*FUNCTION [__RunEventCallbacks()] unnamed line [211]
*FUNCTION [__RunGameEventCallbacks()] unnamed line [218]
LOCALS
[attacker] INSTANCE
[victim] INSTANCE
[event] TABLE
[this] TABLE
[funcName] "OnGameEvent_player_hurt"
[idx] 0
[useTable] TABLE
[bWarnIfMissing] false
[globalTableName] "GameEventCallbacks"
[prefix] "OnGameEvent_"
[params] TABLE
[event] "player_hurt"
[this] TABLE
[params] TABLE
[event] "player_hurt"
[this] TABLE
Launching through console in single player does not cause jittering (but the error persists). I remember killing the Tank removed the stuttering, and no other Tank in the campaign caused that (including the following finale Tanks). At first console glance, Coldfront modifies and is loading a director_base_addon script, but I don't understand why it would cause that.
if(!player.GetActiveWeapon() || !player.GetActiveWeapon().IsValid())
{
return;
}
& although it triggers some errors, usually it won't cause lag unless if it's spammed continuously via timer or regular tick.
- Try it on a vanilla map like Dead Center with no other mods enabled, just to confirm that the script is working.
- If it is working, see if you get lag on any map other than coldfront 5.
when a player takes damage
- get the ID of the player and the attacker
- check which weapon the attacker was using
if the attacker was using a tank_claw
- give the player massive upward velocity
from your error, it looks like its failing at the "check which weapon the attacker was using" step. If the script fails in that way, it shouldn't have any lag related impact, it should just stop.
that's "so true"
La desinstalacion del mod es simple (solo desuscribirse) o vendría a ser mas complicada?
Busco un mod como este pero no encontré ninguno similar, así que estoy considerando suscribirme para probarlo pero me da pereza la idea de tener que ir archivo por archivo para desinstalarlo.
La desinstalacion del mod es simple (solo desuscribirse) o vendría a ser mas complicada?
Busco un mod como este pero no encontré ninguno similar, así que estoy considerando suscribirme para probarlo pero me da pereza la idea de tener que ir archivo por archivo para desinstalarlo.
n_n
- unsubscribe from the addon
- restart your game
- verify your files