Left 4 Dead 2

Left 4 Dead 2

Shotgun Spas with M203 (Vscript)
Showing 1-4 of 4 entries
Update: 24 Apr @ 1:36pm

- Relocated the cfg folder to "ems/m203 series/" folder to make it easier to find. Other m203 mods will also be relocated here soon. You can delete the old cfg folder & file as they're no longer used.

Update: 20 Mar @ 8:29pm

- Reduced the explosion trigger interval from 0.25 to 0.1. Now, the GL will scan in every 0.1 second & explode once there's a zombie nearby.

Update: 20 Mar @ 6:02pm

- Changed the value "SpasGLExplosionTimer" to decimal number. Previously, I forgot to change so only non-decimal numbers were read (so when the value was set to 1.5, it was read as 1). Now, decimal numbers should be readable by the scripts (1.5 is now read as 1.5).

Update: 19 Mar @ 3:33pm