Half-Life 2 Console Fun

VeryShyPerson

Well-known member
I like messing around in the Half-Life 2 console and screwing up things just for fun. Here's a few fun commands.

Some of them require sv_cheats 1, others don't.

Ragdoll physics effects.

This shoves ragdolls around when you shoot them.

phys_pushscale 999999999999999

---

Set yourself on fire:

ent_fire !self ignite

---

Set thing in crosshair on fire:

ent_fire !picker ignite

---

Make NPCs fall over:

Oddly, this doesn't actually kill them - if you do it on an important NPC it doesn't force-reload the game.

ent_fire !picker becomeragdoll

---

NPC speech

ent_fire !picker setexpressionoverride scenes/npc/male01/question06.vcd

---

Change colour of thing in crosshair (RGB):

ent_fire !picker color 172+254+1

I'll post more later.

 
Barrelspam

bind "b" "prop_physics_create /props_c17/oildrum001_explosive.mdl"

---

Gravity gun fun

You can find more stuff with "find physcannon"

give weapon_physcannon

physcannon_mega_enabled 1 for the supergravgun

physcannon_minforce = 1

physcannon_maxforce = 999999

physcannon_maxmass = 999999

physcannon_pullforce = 999999

---

Gunship belly cannon

This works best when target is directly under gunship

On gunship: ent_setname gunship

On target: ent_fire gunship dogroundattack !picker

---

Strider warp cannon

This can be finicky sometimes

On strider: ent_setname strider

On target: ent_fire strider setcannontarget !picker

 
Gravity gun funYou can find more stuff with "find physcannon"

give weapon_physcannon

physcannon_mega_enabled 1 for the supergravgun

physcannon_minforce = 1

physcannon_maxforce = 999999

physcannon_maxmass = 999999

physcannon_pullforce = 999999
Don't forget tracelength... Set to 999999 for infinite distance awesomeness.

 
Parent stuff to yourself

ent_fire !picker setparent !player

or

ent_setname whatever

ent_fire whatever setparent !player

You can do this with NPCs for some reason. I accidentally parented a metrocop to me and ended up walking around with him continually hitting me with the stunstuck

 
Back
Top