Shot speed in Keen2

Request patches for Keens 1-3.
Post Reply
User avatar
Tulip
Posts: 394
Joined: Mon Jun 16, 2008 2:40 pm
Location: Heidelberg, Germany
Contact:

Shot speed in Keen2

Post by Tulip »

I need the following patch for my new mod:

Altering the shot speed of the robot.

I've only found a patch for altering Keen's shot speed...

Another patch would be nice if possible:

Make the robot shots unshootable by raygun.

Many thanks in advance...
levellass
Posts: 3001
Joined: Wed Oct 11, 2006 12:03 pm
Location: Ngaruawahia New Zealand

Post by levellass »

First patches answered, the second can be found, with some creative thought, in the Patch Index:

Code: Select all

#Robot's shots can't be shot by Keen, other robot's shots, or Elite shots
#SIDE EFFECT: They pass through sprites, still killing, but not zapzotting
%patch $7677 $A2 $61
This works because the 'when shot' of the Robot's bullets is changed to 'nothing' so sprites cannot ever make it zap or zot, though *it* can affect *them.*
User avatar
Tulip
Posts: 394
Joined: Mon Jun 16, 2008 2:40 pm
Location: Heidelberg, Germany
Contact:

Post by Tulip »

Thanks a lot for the patches,
I'll try to figure out what works best with my mod.
Post Reply