I'll start the ball rolling with the basic ones (seeing as thats about all I know). The rest of you can get creative...
Quickly for those that do not know,
to access the in game console you need to go in game to options and click advanced and check the enable developer console. Then your tidle key (normally located below Esc) will open up the console for you.
*Just a not at the time of writing this information/commands was gathered from a beta test version of the mod so there may be discrepencies with what version of the mod you use them on*
To enable cheats type:
Code: Select all
sv_cheats 1
Code: Select all
impulse 101
Code: Select all
give weapon_thenameoftheweapon
example:
give weapon_smg1
Code: Select all
weapon_357
weapon_alyxgun
weapon_annabelle
weapon_ar2
weapon_bugbait
weapon_citizenpackage
weapon_citizensuitcase
weapon_crossbow
weapon_crowbar
weapon_cubemap
weapon_frag
weapon_gauss
weapon_grapple
weapon_healer
weapon_hopwire
weapon_manhack
weapon_mattspipe
weapon_oldmanharpoon
weapon_physcannon
weapon_physgun
weapon_pistol
weapon_rpg
weapon_shotgun
weapon_slam
weapon_smg1
weapon_sniperrifle
weapon_stunstick
weapon_uzi
Code: Select all
give custom_thenameoftheweapon
example:
give custom_ak47new
A list of custom weapon names:
Code: Select all
custom_ak47
custom_ak47new
custom_aug
custom_deagle
custom_famas
custom_fiveseven
custom_g3
custom_g36c
custom_galil
custom_glock
custom_m3
custom_m4new
custom_m249
custom_oicw
custom_p90
custom_sg552
custom_spas12
custom_xm1014
Code: Select all
give item_thenameoftheitem
example:
give item_ammo_357
Code: Select all
item_ammo_357
item_ammo_357_large
item_ammo_ar2
item_ammo_ar2_altfire
item_ammo_ar2_large
item_ammo_crossbow
item_ammo_pistol
item_ammo_pistol_large
item_ammo_smg1
item_ammo_grenade
item_ammo_large
item_ammo_tau
item_battery
item_box_alyxrounds
item_box_buckshot
item_box_sniper_rounds
item_cloak
item_healthkit
item_healthvial
item_lives
item_rpg_round
item_shield
Code: Select all
npc_create npc_thenameofthenpc
example:
npc_create npc_alyx
*Note some npcs will need the correct game content mounted for the map you are playing on, so it's best to spawn npcs from halflife2 in halflife2 maps and leave particually the episodic npcs for maps that have the relevant episodic content mounted*
Code: Select all
npc_advisor
npc_alyx
npc_antlion
npc_antlion_grub
npc_antlionguard
npc_barnacle
npc_barney
npc_breen
npc_bullsquid
npc_citizen
npc_clawscanner
npc_combine_s
npc_combinedropship
npc_combinegunship
npc_crabsynth
npc_crow
npc_cscanner
npc_defender
npc_dog
npc_eli
npc_fastzombie
npc_fastzombie_torso
npc_fisherman
npc_gman
npc_headcrab
npc_headcrab_black
npc_headcrab_fast
npc_helicopter
npc_hgrunt
npc_houndeye
npc_hunter
npc_ichthyosaur
npc_kleiner
npc_magnusson
npc_manhack
npc_merchant
npc_metropolice
npc_monk
npc_mortarsynth
npc_mossman
npc_pigeon
npc_poisonzombie
npc_rollermine
npc_seagull
npc_sniper
npc_stalker
npc_strider
npc_turret_floor
npc_vortigaunt
npc_zombie
npc_zombie_torso
npc_zombine
Code: Select all
npc_create monster_thenameofthemonster
example:
npc_create monster_alien_grunt
Code: Select all
monster_alien_controller
monster_alien_grunt
monster_alien_slave
monster_bigmomma
monster_cockroach
monster_gargantua
monster_human_assassin
monster_lightstalk
monster_nihilanth
monster_rat
monster_scientist
monster_scientist_dead
monster_sitting_scientist
monster_snark
monster_tentacle
And just before I finish, I'll leave you with how to give an npc a weapon (If they dont already have one, this dosn't work with all npcs) but you can try these two out:
Code: Select all
npc_create npc_barney;npc_create_equipment weapon_smg1
Code: Select all
npc_create npc_barney;npc_create_equipment custom_ak47new

Now the rest of you can start showing off and post some complicated stuff...
p.s wasn't sure as to whether to post here or in general modding
