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
-First off, I tend to get this error whenever I spawn certain mutants such as the apelsin, the bat (this one is missing it's model and I got all of the resources), the chimera zombie (also missing it's model), the crow (also missing it's model), the crow aggressive (also missing it's model), the Necropy (also missing it's model), Mimicry (also missing it's model), and the Pseudopoltergeist (also mising it's model):
[[VJ] STALKER Mutants] lua/entities/npc_vj_creature_baseq/init.lua:4483: attempt to compare nil with number
1. IdleSoundCode - lua/entities/npc_vj_creature_baseq/init.lua:4483
2. unknown - lua/entities/npc_vj_creature_baseq/init.lua:2086
-I got this error when I removed a cat bayan NPC mid-attack:
[ERROR] addons/vj-base/lua/entities/npc_vj_creature_base/init.lua:2765: attempt to call method 'LeapAttackVelocityCode' (a nil value)
1. unknown - addons/vj-base/lua/entities/npc_vj_creature_base/init.lua:2765
Timer Failed! [timer_leap_start_jump3][@addons/vj-base/lua/entities/npc_vj_creature_base/init.lua (line 2765)]
-I also got this error with it as well:
[ERROR] addons/vj-base/lua/entities/npc_vj_creature_base/init.lua:2781: attempt to call method 'LeapDamageCode' (a nil value)
1. unknown - addons/vj-base/lua/entities/npc_vj_creature_base/init.lua:2781
Timer Failed! [timer_leap_start3][@addons/vj-base/lua/entities/npc_vj_creature_base/init.lua (line 2781)]
-I get this error whenever I spawn a cat imitator:
[[VJ] STALKER Mutants] lua/entities/vj_mutant_cat2/init.lua:117: attempt to index field 'Phantom1' (a nil value)
1. CustomOnAlert - lua/entities/vj_mutant_cat2/init.lua:117
2. DoAlert - addons/vj-base/lua/entities/npc_vj_creature_base/init.lua:3442
3. VJ_DoSetEnemy - addons/vj-base/lua/autorun/vj_entities.lua:637
4. DoEntityRelationshipCheck - addons/vj-base/lua/entities/npc_vj_creature_base/init.lua:3690
5. unknown - addons/vj-base/lua/entities/npc_vj_creature_base/init.lua:2608
-I keep getting this error when a controller either attacks me or is killed:
[[VJ] STALKER Mutants] lua/entities/vj_mutant_controler/init.lua:336: attempt to call method 'VJ_ACT_PLAYACTIVITY' (a nil value)
1. unknown - lua/entities/vj_mutant_controler/init.lua:336
Timer Failed! [AttackNPC [8][vj_mutant_controler]1][@lua/entities/vj_mutant_controler/init.lua (line 335)]
-I got a similar error when I removed one of the "Creation In Fog" NPCs after it killed me: [ERROR] addons/vj-base/lua/entities/npc_vj_creature_base/init.lua:2693: attempt to call method 'MeleeAttackCode' (a nil value)
1. unknown - addons/vj-base/lua/entities/npc_vj_creature_base/init.lua:2693
Timer Failed! [timer_melee_start187][@addons/vj-base/lua/entities/npc_vj_creature_base/init.lua (line 2693)]
-I keep getting this error with all three versions of the "Dark Stalkers" not to mention the fact they're all missing their models:
[[VJ] STALKER Mutants] lua/entities/vj_mutant_black/init.lua:155: Tried to use a NULL entity!
1. SetPos - [C]:-1
2. CustomOnThink_AIEnabled - lua/entities/vj_mutant_black/init.lua:155
3. unknown - addons/vj-base/lua/entities/npc_vj_creature_base/init.lua:2436
-The Double NPC is missing it's weapon model.
-I experienced this error with the Pseudobrain I-1M:
[[VJ] STALKER Mutants] lua/entities/obj_vj_controler_wave/init.lua:88: Tried to use a NULL entity!
1. SetKeyValue - [C]:-1
2. unknown - lua/entities/obj_vj_controler_wave/init.lua:88
Timer Failed! [AttackEntity [208][obj_vj_controler_wave]4][@lua/entities/obj_vj_controler_wave/init.lua (line 87)]
I experienced this error with the Pseudoflesh:
[[VJ] STALKER Mutants] lua/entities/vj_mutant_flesh3/init.lua:127: attempt to index field 'Phantom1' (a nil value)
1. CustomOnAlert - lua/entities/vj_mutant_flesh3/init.lua:127
2. DoAlert - addons/vj-base/lua/entities/npc_vj_creature_base/init.lua:3442
3. VJ_DoSetEnemy - addons/vj-base/lua/autorun/vj_entities.lua:637
4. DoEntityRelationshipCheck - addons/vj-base/lua/entities/npc_vj_creature_base/init.lua:3690
5. unknown - addons/vj-base/lua/entities/npc_vj_creature_base/init.lua:2608
npc\pseudoplot\boar_pain_0.ogg has 0 samples, refusing to load
Failed to load sound "npc\pseudoplot\boar_pain_0.ogg", file probably missing from disk/repository
npc\pseudoplot\boar_attack_5.ogg has 0 samples, refusing to load
Failed to load sound "npc\pseudoplot\boar_attack_5.ogg", file probably missing from disk/repository
-I got two different errors upon spawning in the Pyrogeist, the first being this one:
[[VJ] STALKER Mutants] lua/entities/npc_vj_creature_baseq/init.lua:1008: attempt to call method 'VJ_DoSelectDifficulty' (a nil value)
1. unknown - lua/entities/npc_vj_creature_baseq/init.lua:1008
2. Spawn - [C]:-1
3. InternalSpawnNPC - gamemodes/sandbox/gamemode/commands.lua:452
4. Spawn_NPC - gamemodes/sandbox/gamemode/commands.lua:505
5. unknown - gamemodes/sandbox/gamemode/commands.lua:535
6. unknown - lua/includes/modules/concommand.lua:54
-This is the second one:
ERROR: Tried to SetParentAttachment for entity env_sprite (env_sprite), but it has no attachment named eyes.
ERROR: Tried to SetParentAttachment for entity env_sprite (env_sprite), but it has no attachment named eyes.
-The senator is missing it's model even though I've subscribed and downloaded the resource file(s).
-I got this error with the Zombie Babka:
[[VJ] STALKER Mutants] lua/entities/vj_mutant_zombi11/init.lua:385: attempt to call method 'OnPlayerSightSoundCode' (a nil value)
1. OnPlayerSightCode - lua/entities/vj_mutant_zombi11/init.lua:385
2. DoEntityRelationshipCheck - addons/vj-base/lua/entities/npc_vj_creature_base/init.lua:3737
3. unknown - addons/vj-base/lua/entities/npc_vj_creature_base/init.lua:2608
-I also had a similar issue with the Zombie Fire:
[[VJ] STALKER Mutants] lua/entities/vj_mutant_zombi2/init.lua:369: attempt to call method 'OnPlayerSightSoundCode' (a nil value)
1. OnPlayerSightCode - lua/entities/vj_mutant_zombi2/init.lua:369
2. DoEntityRelationshipCheck - addons/vj-base/lua/entities/npc_vj_creature_base/init.lua:3737
3. unknown - addons/vj-base/lua/entities/npc_vj_creature_base/init.lua:2608
I don't know how useful any of this is considering how inexperienced I am with lua but hopefully there is a fix for all of these.
i care butr i wanna see the senator
1. unknown - lua/entities/vj_mutant_snork/init.lua:99
Timer Failed! [prig2][@lua/entities/vj_mutant_snork/init.lua (line 98)]