Instalar o Steam
Iniciar sessão
|
Idioma
简体中文 (Chinês Simplificado)
繁體中文 (Chinês Tradicional)
日本語 (Japonês)
한국어 (Coreano)
ไทย (Tailandês)
Български (Búlgaro)
Čeština (Checo)
Dansk (Dinamarquês)
Deutsch (Alemão)
English (Inglês)
Español-España (Espanhol de Espanha)
Español-Latinoamérica (Espanhol da América Latina)
Ελληνικά (Grego)
Français (Francês)
Italiano (Italiano)
Bahasa Indonesia (Indonésio)
Magyar (Húngaro)
Nederlands (Holandês)
Norsk (Norueguês)
Polski (Polaco)
Português (Brasil)
Română (Romeno)
Русский (Russo)
Suomi (Finlandês)
Svenska (Sueco)
Türkçe (Turco)
Tiếng Việt (Vietnamita)
Українська (Ucraniano)
Relatar problema de tradução
I'm not sure why I got none while using Samurai, though.
No, I am not using the default profile. It throws up errors every time I try to save things
Having it spam in console
[Horde : Wave Survival Gamemode] gamemodes/horde/gamemode/gui/cl_item.lua:293: attempt to compare userdata with number
1. unknown - gamemodes/horde/gamemode/gui/cl_item.lua:293
Here is the Text from the console:
CMaterial::PrecacheVars: error loading vmt file for no_material
CMaterial::PrecacheVars: error loading vmt file for models/arachnit/csgo/weapons/v_models/arms/c_arms/c_arms_csgo_shared/bare/bare_arm_133
CMaterial::PrecacheVars: error loading vmt file for models/arachnit/csgo/weapons/v_models/arms/c_arms/c_arms_csgo_citizen/sleeves_citizen/c_arms_csgo_ct_sleeves_citizen_colorable
CMaterial::PrecacheVars: error loading vmt file for no_material (x6)
CMaterial::DrawElements: No bound shader
CMaterial::PrecacheVars: error loading vmt file for models/arachnit/csgo/weapons/v_models/arms/c_arms/c_arms_csgo_shared/bare/bare_arm_133 (x6)
CMaterial::DrawElements: No bound shader
CMaterial::PrecacheVars: error loading vmt file for models/arachnit/csgo/weapons/v_models/arms/c_arms/c_arms_csgo_citizen/sleeves_citizen/c_arms_csgo_ct_sleeves_citizen_colorable (x6)
CMaterial::DrawElements: No bound shader
as you can see these error messages have nothing to do with Horde. seems like your csgo addons are the problems.
[Horde : Wave Survival Gamemode] gamemodes/horde/entities/weapons/arccw_horde_medic_rifle.lua:454: attempt to index local 'wpn' (a nil value)
1. v - gamemodes/horde/entities/weapons/arccw_horde_medic_rifle.lua:454
2. Call - lua/includes/modules/hook.lua:96
3. GetBuff_Hook - lua/weapons/arccw_base/sh_attach.lua:206
4. BulletCallback - lua/arccw/shared/sh_penetration.lua:332
5. unknown - lua/weapons/arccw_base/sh_firing.lua:230
6. FireBullets - [C]:-1
7. DoPrimaryFire - lua/weapons/arccw_base/sh_firing.lua:507
8. unknown - lua/weapons/arccw_base/sh_firing.lua:311 (x24)
The melee weapons work, but not the firearms itself
"Attempted to create unknown entity type Krall!
gamemodes/horde/gamemode/sv_horde.lua:371: Tried to use a NULL entity!"
you are using the classnames retrieved from "list.Get("NPC")". i think it would be healthier to use list.Get("NPC")[index].Class
also this:
[Horde : Wave Survival Gamemode] gamemodes/horde/gamemode/gui/cl_enemyconfig.lua:468: attempt to compare two nil values
1. DoClick - gamemodes/horde/gamemode/gui/cl_enemyconfig.lua:468
2. unknown - lua/vgui/dlabel.lua:237
this happens when npc spawner menu is opened for the first time and pressing the "Copy from Wave A to B" button, which defaults to nil values at the beginning.
[Horde : Wave Survival Gamemode] gamemodes/horde/entities/weapons/arccw_horde_medic_rifle.lua:454: attempt to index local 'wpn' (a nil value)
1. v - gamemodes/horde/entities/weapons/arccw_horde_medic_rifle.lua:454
2. Call - lua/includes/modules/hook.lua:96
3. GetBuff_Hook - lua/weapons/arccw_base/sh_attach.lua:206
4. BulletCallback - lua/arccw/shared/sh_penetration.lua:332
5. unknown - lua/weapons/arccw_base/sh_firing.lua:230
6. FireBullets - [C]:-1
7. DoPrimaryFire - lua/weapons/arccw_base/sh_firing.lua:507
8. unknown - lua/weapons/arccw_base/sh_firing.lua:311 (x2)
1. SetData - gamemodes/horde/gamemode/gui/cl_perkbutton.lua:81
2. SetData - gamemodes/horde/gamemode/gui/cl_description.lua:367
3. DoClick - gamemodes/horde/gamemode/gui/cl_class.lua:13
4. DoClick - gamemodes/horde/gamemode/gui/cl_class.lua:43
5. unknown - lua/vgui/dlabel.lua:237
The option to select engineer perks are gone and clicking on the class causes this error
Ignore this I fixed it, if anyone else ever gets this error just delete class.txt and let horde generate a new one