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
Okay, i literaly have no idea what to do, i opened console and ran that command but nothing happened...
] lua_run for _, v in pairs( ents.FindByClass( 'prop_alien_vent' ) ) do v:SetModel( 'models/props_phx/construct/metal_wire1x1x2b.mdl' )
> for _, v in pairs( ents.FindByClass( 'prop_alien_vent' ) ) do v:SetModel( 'models/props_phx/construct/metal_wire1x1x2b.mdl' )...
[ERROR] lua_run:1: 'end' expected near '<eof>'
1. unknown - lua_run:0
That would have been smart of me to look at... :) I've been running evo for a while (fun!), back to egg hunt, so I'll keep a closer eye on it.
I am seeing a lot of Lua client-side errors... ERROR] lua/includes/modules/player_manager.lua:358: attempt to call method 'GetClassID' (a nil value)
gamemodes/ai/entities/weapons/weapon_flamethrower.lua:79: Tried to use a NULL entity!
etc. These seem harmless gameplay wise... haven't looked deeper.
Ofc nothing will happen. You missed "end" after v:SetModel() Execure everything from this:
lua_run for _, v in pairs( ents.FindByClass( 'prop_alien_vent' ) ) do v:SetModel( 'models/props_phx/construct/metal_wire1x1x2b.mdl' ) end
[ERROR] gamemodes/ai/gamemode/cl_scoreboard.lua:137: Tried to use a NULL entity!
1. SteamID - [C]:-1
2. unknown - gamemodes/ai/gamemode/cl_scoreboard.lua:137
Okay,
ive done everything correctly, no errors in console. But, i didnt get the resalt as expected.
I want to know how i can play as a human against an AI Alien, and also to play with my friend (as humans) against an AI alien.
Thanks for keeping up with me :D
[Alien: Isolation: Gamemode] gamemodes/ai/gamemode/cl_init.lua:273: attempt to perform arithmetic on global 'LOCALPLAYER_CROUCH_MODE' (a nil value)
1. unknown - gamemodes/ai/gamemode/cl_init.lua:273