Weapon alyxgun: Difference between revisions

From Valve Developer Community
Jump to navigation Jump to search
(→‎Entity Description: Weapon convertions - exciting.)
No edit summary
Line 7: Line 7:
[[Image:hammeralyxgun.jpg|frame|right|Alyx's Gun]]
[[Image:hammeralyxgun.jpg|frame|right|Alyx's Gun]]


[[Npc alyx|Alyx]]'s gun. It is not intended to be used; however, it can be used in HL2 single player. It is apparently a burst-fire pistol, with considerable strength, and no player model. According the animations of its model, it also has the potential to be folded out into a submachine gun and a rifle. Do not use without altering the code to repair it.
[[Npc alyx|Alyx]]'s gun. It is not intended to be used; however, it can be used in HL2 single player. It is apparently a burst-fire pistol,capable of switching to single shot mode, with considerable strength, and no player model. The model the player sees when wielding it is the worldmodel of the gun, hovering eerily in front of them. The Alyxgun has its own unique ammo type. It can be wielded both by Alyx, and by npc_citizens. According the animations of its model, it also has the potential to be folded out into a submachine gun and a rifle. Do not use without altering the code to repair it.


==Dedicated Console Variables==
==Dedicated Console Variables==

Revision as of 11:17, 26 July 2007

Template:Wrongtitle

Entity Description

Alyx's Gun

Alyx's gun. It is not intended to be used; however, it can be used in HL2 single player. It is apparently a burst-fire pistol,capable of switching to single shot mode, with considerable strength, and no player model. The model the player sees when wielding it is the worldmodel of the gun, hovering eerily in front of them. The Alyxgun has its own unique ammo type. It can be wielded both by Alyx, and by npc_citizens. According the animations of its model, it also has the potential to be folded out into a submachine gun and a rifle. Do not use without altering the code to repair it.

Dedicated Console Variables

  • sk_plr_dmg_alyxgun
<integer> Damage done to players
  • sk_npc_dmg_alyxgun
<integer> Damage done to NPCs
  • sk_max_alyxgun
<integer> Size of clip

Template:Basicweapon