戰慄時空愛莉克斯怎麽進行
戰慄時空 Alyx 創造 NPC 方法介紹
事前準備
要召喚
轉到遊戲的屬性:右鍵單擊
按 “常規” 選項卡下的 “設定啟動選項” 按鈕。輸入以下內容:
-console -vconsole
然後按確定,就可以打開控制台了。
在遊戲中
啟動遊戲,然後按鍵盤上的波浪號
這是一個控制台,您可以在其中鍵入命令,例如在終端中。在下面的命令字段中鍵入此命令,此命令將啟用遊戲中的作弊功能。
sv_cheats 1
為了不破壞成就成就的經驗,請使用以下命令暫時將其禁用:
Achievement_Disable 1
要啟用成就,只需重新啟動遊戲即可。或者,您可以嘗試將
切換回遊戲窗口並開始遊戲。
現在輸入:
ent_create NPC_combine_s
您已經創建了一個默認的聯合士兵,稱為
為什麽您可能會問 “ ent_create” ?
現在嘗試以下命令:
ent_create NPC_combine_s {model models/characters/combine_suppressor/combine_suppressor.vmdl}
ent_create NPC_combine_s {model models/characters/combine_soldier_heavy/combine_soldier_heavy.vmdl}
ent_create NPC_combine_s {model models/characters/combine_soldier_captain/combine_captain.vmdl}
一個壓制者,一個重型和一個上尉。
讓他們彼此敵對:
ent_fire NPC_combine_s setrelationship “ NPC_combine_s D_HT 99”
我們在這裡所做的是使地圖上的每個聯合兵都敵對其他聯合兵。D_HT
D_FR:恐懼。角色將嘗試逃離目標。
D_LI:喜歡。角色會認為目標是朋友。
D_NU:中立。角色會認為目標是中立的。
小隊
要製作小隊,您必須為每個
像這樣:
ent_create NPC_combine_s {model models / characters / combine_suppressor / combine_suppressor.vmdl targetname team_1}
其中
ent_create NPC_combine_s {model models / characters / combine_suppressor / combine_suppressor.vmdl targetname team_2}
現在,您可以鍵入以下命令在小隊內作戰:
ent_fire team_1 setrelationship “ team_2 D_HT 99” ; ent_fire team_2 setrelationship “ team_1 D_HT 99”
要獲取遊戲中所有
這裡是所有的
NPC_antlion
NPC_barnacle
NPC_combine_s
NPC_crow
NPC_headcrab
NPC_headcrab_armored
NPC_headcrab_black
NPC_headcrab_fast
NPC_headcrab_runner
NPC_helicopter
NPC_manhack
NPC_pigeon
NPC_seagull
NPC_strider
NPC_turret_floor
NPC_zombie
NPC_zombie_blind
以上就是戰慄時空
來源:遊俠網