Quake Wiki
Advertisement
Quake Wiki

This article appeared in Quake   This article appeared in real life  

LightBomb is a modification for Quake made by Pangloss. This adds a new entity to the world, a light bomb, that will fire much like the Grenade Launcher. Instead of causing damage, however, it shall blind everyone in a certain radius for 15 seconds. The light bomb goes off after a 2 second delay.

Note that this modification will not function properly and will crash the game upon trying to use the impulse. The player must modify WEAPONS.QC to include a void for the impulse function and an impulse to call the light bomb. If done properly, this will compile fine and the game will work. The code itself shall function, though it shall seek a "nbomb.mdl" file that will result in the game crashing. There are no custom model files included with this modification.

Advertisement