Ending Skip

Request patches for Keens 1-3.
Post Reply
User avatar
Flyingmouse
Posts: 104
Joined: Wed Aug 05, 2009 8:33 pm
Location: Procrastination

Ending Skip

Post by Flyingmouse »

How do you stop the home scene during the finale? I need this patch for my 1-day mod.
User avatar
Fleexy
Site Admin
Posts: 490
Joined: Fri Dec 12, 2008 1:33 am
Location: Bloogton Tower

Post by Fleexy »

CKPATCH:

Code: Select all

#Ignore ending seuqence
%patch $81CE $00
User avatar
Flyingmouse
Posts: 104
Joined: Wed Aug 05, 2009 8:33 pm
Location: Procrastination

Post by Flyingmouse »

Sorry, I needed more detail on what I was looking for.

Can I just have the home sequence and flight sequence skipped? I'd like to keep the mars sequence if possible.

Edit: If not, just the endtext is fine.
User avatar
Flyingmouse
Posts: 104
Joined: Wed Aug 05, 2009 8:33 pm
Location: Procrastination

Post by Flyingmouse »

Going a bit offtopic, but how do you make anything with the icecube property (i.e. freezes keen) to not hit other sprites?

Edit: Found this patch, just ignore this post.
User avatar
Fleexy
Site Admin
Posts: 490
Joined: Fri Dec 12, 2008 1:33 am
Location: Bloogton Tower

Post by Fleexy »

Very strange; my post got cut off. Here is the intended text:
---

CKPATCH:

Code: Select all

#Ignore ending seuqence 
%patch $81CE $00
FPATCH:

Code: Select all

& Ignore ending sequence
000 33742
Post Reply