trigger_playerfreeze (Half-Life: Blue-Shift) Last edited 2 years ago2021-09-01 22:23:46 UTC

You are viewing an older revision of this wiki page. The current revision may be more detailed and up-to-date. Click here to see the current revision of this page.
Point Entity

Entity to freeze and un-freeze player movement like in Blue-Shift's outro. Trigger once to freeze, trigger again to un-freeze.

Attributes

Flags

2 Comments

Commented 2 years ago2021-09-01 23:41:41 UTC Comment #103699
trigger_playerfreeze isn't a Point Entity, right?
Commented 2 years ago2021-09-02 12:07:38 UTC Comment #103700
It's a point entity, not a brush one.

If you open the map (BSP file) that correspond to Blue-Shift's outro (ba_outro.bsp) with a decent text editor like Notepad++ and you go to the entity lump or search for trigger_playerfreeze, you will notice that the entity does not have a model key/value pair.

All brush entities have a model key/value pair.

You must log in to post a comment. You can login or register a new account.