Slicestar Strength

Completed patches for Keen5.
Post Reply
Mink
Posts: 192
Joined: Sat Nov 03, 2007 4:08 pm
Location: Providence, RI, US

Slicestar Strength

Post by Mink »

I found how to change the number of shots it takes to kill slicestars.

Code: Select all

#Non bouncing slicestar strength
%patch $11762 $12 $00

#Bouncing slicestar strength
%patch $11806 $32 $00
To make a (nearly) invincible slicestar, just change it to $FF $FF.
levellass
Posts: 3001
Joined: Wed Oct 11, 2006 12:03 pm
Location: Ngaruawahia New Zealand

Post by levellass »

Aaah, another excellent effort! (Anything over about $00 $02 is immortal enough for most purposes, but a truly immortal star is easy enough to produce, simply $90 out the whole $C7 string)

I trust you are pursuing modding work?
Mink
Posts: 192
Joined: Sat Nov 03, 2007 4:08 pm
Location: Providence, RI, US

Post by Mink »

Like this?

Code: Select all

#Invincible nonbouncing slicestars
%patch $1175f $90 $90 $90 $90 $90

#Invincible bouncing slicestars
%patch $11803 $90 $90 $90 $90 $90
And although I'm not working on a mod, I do have a Keen 5 level pack in progress (with 2 and a half levels left to make). It'll probably be done in a few months.
levellass
Posts: 3001
Joined: Wed Oct 11, 2006 12:03 pm
Location: Ngaruawahia New Zealand

Post by levellass »

Aaah excellent. If ever you need patching help (But I doubt it.) just ask!
Mink
Posts: 192
Joined: Sat Nov 03, 2007 4:08 pm
Location: Providence, RI, US

Post by Mink »

I don't think I'll need any more patches. You've already helped me with the ending though.
Post Reply