Mod renamed to berserker, which seems more fitting.
Added cfg support for vars.
Added auto semi-random weapon switch.
berserker.cfg:
Index of /quake-mods
Added cfg support for vars.
Added auto semi-random weapon switch.
berserker.cfg:
Code:
// WEAPONS // IT_SHOTGUN 1 // IT_SUPER_SHOTGUN 2 // IT_NAILGUN 4 // IT_SUPER_NAILGUN 8 // IT_GRENADE_LAUNCHER 16 // IT_ROCKET_LAUNCHER 32 // IT_LIGHTNING 64 // Edit the next variables to your liking // First or main weapon - see above: set STARTWEAPON 2 // When to go berserk. In seconds (gets a random element thrown in too): // 0 disables. set BERSERKTIMER 25 // When to switch weapons. In seconds (gets a random element thrown in too): // 0 disables. set SWITCHTIMER 15

Comment