how do i?

Obsidian General.
Post Reply
mac
Pixel
Posts: 4
Joined: Sun Oct 08, 2006 8:04 pm
Contact:

how do i?

Post by mac »

how would i spawn a combine?? like "npc_create combine_s"? or...WAHT? how do i?
unconnected
Forum Moderator
Forum Moderator
Posts: 291
Joined: Sat Sep 30, 2006 4:27 am
Location: Manchester, UK
Contact:

Re: how do i?

Post by unconnected »

mac wrote:how would i spawn a combine?? like "npc_create combine_s"? or...WAHT? how do i?
give "insert npc name"

examples:

give npc_combine_s
give monster_gargantua
give npc_zombie

etc

EDIT:

whole list of stuff you can spawn (some might not work):

* combine_mine
* npc_alyx
* npc_antlion
* npc_antlion_template_maker
* npc_antlionguard
* npc_barnacle
* npc_barney
* npc_breen
* npc_citizen
* npc_combine_camera
* npc_combine_s
* npc_combinedropship
* npc_combinegunship
* npc_crabsynth
* npc_cranedriver
* npc_crow
* npc_cscanner
* npc_dog
* npc_eli
* npc_fastzombie
* npc_fisherman
* npc_gman
* npc_headcrab
* npc_headcrab_black
* npc_headcrab_fast
* npc_helicopter
* npc_ichthyosaur
* npc_kleiner
* npc_manhack
* npc_metropolice
* npc_monk
* npc_mortarsynth
* npc_mossman
* npc_pigeon
* npc_poisonzombie
* npc_rollermine
* npc_seagull
* npc_sniper
* npc_stalker
* npc_strider
* npc_turret_ceiling
* npc_turret_floor
* npc_turret_ground
* npc_vortigaunt
* npc_zombie
* npc_zombie_torso

EDIT 2:

You'll need to set sv_cheats to 1 AND its a good idea to use noclip when spawning stuff it as it spawns at your position.
mac
Pixel
Posts: 4
Joined: Sun Oct 08, 2006 8:04 pm
Contact:

Post by mac »

..holy crap... you know everything..lol! thx
unconnected
Forum Moderator
Forum Moderator
Posts: 291
Joined: Sat Sep 30, 2006 4:27 am
Location: Manchester, UK
Contact:

Post by unconnected »

mac wrote:..holy crap... you know everything..lol! thx
lol, hardly - but this place does:

http://developer.valvesoftware.com/wiki/SDK_Docs
[JSC][GU]PREDATOR
Obsidian Premium
Obsidian Premium
Posts: 1624
Joined: Mon May 29, 2006 12:06 pm

Post by [JSC][GU]PREDATOR »

What I use todo to find out npc commands was open the server.dll in bin folder with wordpad and do a search on the word npc_ guarantee you will find what you are looking for, maybe not know but maybe the names of the npc's can be changed to something alse but only for you, for if you have a hard time remembering the npc name.
Hell-met
Obsidian Gold
Obsidian Gold
Posts: 2885
Joined: Tue Jun 27, 2006 4:09 am
Location: BIENVENUE DANS MON PAYS LE KEBEK

Post by Hell-met »

npc_fisherman :notworthy:
destu
npc_helicopter
npc_helicopter
Posts: 995
Joined: Mon Jul 10, 2006 7:17 pm

Post by destu »

What's npc_fisherman anyway? In hammer it shows barney model
unconnected
Forum Moderator
Forum Moderator
Posts: 291
Joined: Sat Sep 30, 2006 4:27 am
Location: Manchester, UK
Contact:

Post by unconnected »

destu wrote:What's npc_fisherman anyway? In hammer it shows barney model
He's the old guy from the lostcoast techno demo. He's got crap loads more detail than the normal npcs.
panth0ur
Polygon
Polygon
Posts: 38
Joined: Mon Apr 30, 2007 8:31 am

Post by panth0ur »

You forgot hl:source npc:S
monster_bullchicken
monster_nihilanth
monster_human_grunt
monster_alien_slave
monster_barney
monster_alien_controller
monster_alien_grunt
monster_houndeye
monster_zombie
monster_barney_dead
monster_scientist_dead
monster_scientist
monster_cockroach
monster_roach
monster_apache(usually crashes :[)
npc_hgrunt

theres the npc:s unoconnected forgot to say :P i might have forgotten something :suicide:
Power-Mad
Combine Rebel
Combine Rebel
Posts: 1219
Joined: Tue Jun 13, 2006 7:24 am
Location: Minnesota

Post by Power-Mad »

Monster_human_assassin :P
Image
DaMaN
npc_combinegunship
npc_combinegunship
Posts: 782
Joined: Tue Nov 07, 2006 12:03 am
Location: Parent's Basement
Contact:

Post by DaMaN »

Also, if you use the npc_create command, you can create npc's where you are pointing, instead of where you physically are. There are other npc_create commands as well, such as npc_create_aimed (where you want them aimed) and npc_create_equipment (what gun you want to give them).

So, for example, if you want to make a combine soldier holding an smg1, you would enter:

npc_create_equipment weapon_smg1
npc_create npc_combine_s
Current projects: Return to City 17 and Rising Dead
Also, check out my Blag: http://daman-amappersworld.blogspot.com/
Post Reply