Npc_Create

  • Thread starter Thread starter Nitrogen51
  • Start date Start date
Status
Not open for further replies.
N

Nitrogen51

Guest
Couldnt really find a place to stick this, so it goes in the more general section.

Im having trouble with the npc_create feature of the cmd prompt in HL2 and HL2DM. I try to create a npc, but it says "the model name is NULL."
What does this mean and how can i fix it?
 
npc_alyx
npc_antlion
npc_antlion_template_maker
npc_antlionguard
npc_apcdriver
npc_barnacle
npc_barnacle_tongue_tip
npc_barney
npc_breen
npc_bullseye
npc_citizen
npc_clawscanner
npc_combine
npc_combine_camera
npc_combine_s
npc_combinedropship
npc_combinegunship
npc_concussiongrenade
npc_contactgrenade
npc_cranedriver
npc_crow
npc_cscanner
npc_dog
npc_eli
npc_enemyfinder
npc_fisherman
npc_furniture
npc_gman
npc_grenade_bugbait
npc_grenade_frag
npc_handgrenade
npc_headcrab
npc_headcrab_black
npc_headcrab_fast
npc_headcrab_poison
npc_heli_avoidbox
npc_heli_avoidsphere
npc_heli_nobomb
npc_helicopter
npc_helicoptersensor
npc_ichthyosaur
npc_kleiner
npc_launcher
npc_maker
npc_manhack
npc_metropolice
npc_missiledefense
npc_monk
npc_mossman
npc_pigeon
npc_poisonzombie
npc_rollermine
npc_satchel
npc_seagull
npc_sniper
npc_stalker
npc_strider
npc_template_maker
npc_tripmine
npc_turret_ceiling
npc_turret_floor
npc_turret_ground
npc_vehicledriver
npc_vortigaunt
npc_zombie
npc_zombie_torso
those are all the npc names. to make them attack the command is
ent_fire npc_* setrelationship "player D_HT 99"
to make specific npcs attack other npcs replace the names example:
ent_fire npc_antlion setrelationship "npc_headcrab D_HT 99"
 
Status
Not open for further replies.
Back
Top