Combine mine: Difference between revisions
Jump to navigation
Jump to search
Note:This entity may also use
Note:
Placement Tip:Make sure your skybox is at least ~1024 units above the ground, or the mine may hit the skybox brushes and explode for no apparent reason if they are punted straight upward with the gravity gun.
Bug:Mines treat the player's head as solid ground and will become "latched" into the player. When the player moves, the mine will stay still in mid-air. This hardly affects gameplay, but it looks dumb. [todo tested in ?]
Bug:If the player grabs a scanner while it holds a mine, the scanner will not drop it until the player lets go. [todo tested in ?]
Note:Content moved to Rendering and studio model related KIO/Keyvalues for continuation of page history
Note:Content moved to Rendering and studio model related KIO/Inputs for continuation of page history
Note:Content moved to Rendering and studio model related KIO/Outputs for continuation of page history
(→Inputs: |prel4d=1) |
|||
Line 38: | Line 38: | ||
[[Category:Immobile NPCs]] | [[Category:Immobile NPCs]] | ||
[[Category:Half-Life 2 NPCs]] | [[Category:Half-Life 2 NPCs]] | ||
[[Category:Half-Life 2 Weapons]] |
Revision as of 17:52, 10 September 2018
Template:Hl2 point The Hopper Mine is an anti-personnel proximity mine that hops into the air towards the target before exploding, much like a bouncing betty. These mines are carried and deployed by Claw Scanners.

bounce_bomb
or combine_bouncemine
for the classname.
combine_mine
s are not considered actual NPCs (CAI_BaseNPC) by the game. They inherit from CBaseAnimating.


Keyvalues
- Bounce (bounce) ([todo internal name (i)]) <boolean>
- Whether the mine should bounce up in the air before exploding. (Normally they do, to improve their damage on infantry, but things like very soft clamping surfaces and additional attachments, may make hopping look unrealistic.)
- Lock Silently (LockSilently) ([todo internal name (i)]) <boolean>
- Whether the mine plays a sound when its clamps close.
- Start Disarmed (StartDisarmed) ([todo internal name (i)]) <boolean>
- Whether the mine begins dormant.
- Citizen modified (Modification) ([todo internal name (i)]) <integer>
- 'Normal' is default Combine behavior. 'Cavern' (used in This Vortal Coil) detonates earlier in its jump, and in Episode 2 has a different default skin.
Confirm:The skin can be added in games pre-Episode 2 as well.
- Explosion Damage (ExplosionDamage) ([todo internal name (i)]) <integer> !FGD
- Manually adjust damage from explosion. Todo: When is this used? It doesn't appear in code.
- Explosion Radius (ExplosionRadius) ([todo internal name (i)]) <integer> !FGD
- Manually adjust range of explosion. Todo: When is this used? It doesn't appear in code.
- Explosion Delay (ExplosionDelay) ([todo internal name (i)]) <float> !FGD
- Todo: Seen in code, but doesn't appear to function?

Inputs
- Disarm
- Disarm this mine (open hooks and shut off) if not placed by player.

Outputs
- OnPulledUp
- Fired when this mine is uprooted with the gravity gun.
