A system for installing arbitrary new impulses and weapons modularly. Includes a sample replica of the nailgun, an ugly looking flame weapon and a lightning bolt like the wizard’s weapon in Hexen.
Impulses as shipped are:
<ul> <li>if (self.impulse == 12) EW_TemplateImpulse(); // nailgun</li> <li>if (self.impulse == 13) EW_LBoltImpulse();</li> <li>if (self.impulse == 14) EW_FlameImpulse();</li> </ul>
Download: Extra Weapons Modular System (64)