Weapon flaregun: Difference between revisions

From Valve Developer Community
Jump to navigation Jump to search
No edit summary
(Undo revision 265473 by Picachu456 Gaming Software (talk))
Tag: Undo
Line 4: Line 4:
The remnants of its code can be seen in <code>hl2_dll\weapon_flaregun.cpp</code>, which also defines [[env_flare]]. The weapon was originally, as its name suggests, intended as a handheld flare-firing device that sets objects and NPCs on fire. Its code briefly defines basic Precache, PrimaryAttack, and SecondaryAttack methods.
The remnants of its code can be seen in <code>hl2_dll\weapon_flaregun.cpp</code>, which also defines [[env_flare]]. The weapon was originally, as its name suggests, intended as a handheld flare-firing device that sets objects and NPCs on fire. Its code briefly defines basic Precache, PrimaryAttack, and SecondaryAttack methods.


Flares are fired briefly in [[Route Kanal]], but there is no gun to go along with them, we need the flare gun added back and usable by the player.
Flares are fired briefly in [[Route Kanal]], but there is no gun to go along with them.


[[Category:Cut Weapons]]
[[Category:Cut Weapons]]

Revision as of 06:58, 15 September 2022

Half-Life 2 weapon_flaregun is a cut point entity from the Half-Life 2 series.

Introduction

The remnants of its code can be seen in hl2_dll\weapon_flaregun.cpp, which also defines env_flare. The weapon was originally, as its name suggests, intended as a handheld flare-firing device that sets objects and NPCs on fire. Its code briefly defines basic Precache, PrimaryAttack, and SecondaryAttack methods.

Flares are fired briefly in Route Kanal, but there is no gun to go along with them.