安装 Steam
登录
|
语言
繁體中文(繁体中文)
日本語(日语)
한국어(韩语)
ไทย(泰语)
български(保加利亚语)
Čeština(捷克语)
Dansk(丹麦语)
Deutsch(德语)
English(英语)
Español-España(西班牙语 - 西班牙)
Español - Latinoamérica(西班牙语 - 拉丁美洲)
Ελληνικά(希腊语)
Français(法语)
Italiano(意大利语)
Bahasa Indonesia(印度尼西亚语)
Magyar(匈牙利语)
Nederlands(荷兰语)
Norsk(挪威语)
Polski(波兰语)
Português(葡萄牙语 - 葡萄牙)
Português-Brasil(葡萄牙语 - 巴西)
Română(罗马尼亚语)
Русский(俄语)
Suomi(芬兰语)
Svenska(瑞典语)
Türkçe(土耳其语)
Tiếng Việt(越南语)
Українська(乌克兰语)
报告翻译问题
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