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.
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.