Keen 1 - infinitive replay during 32-level patch

Request patches for Keens 1-3.
Post Reply
User avatar
szemigi
Posts: 716
Joined: Fri Jan 23, 2009 8:06 pm
Location: Hungary
Contact:

Keen 1 - infinitive replay during 32-level patch

Post by szemigi »

Code: Select all

#Infinite replays of all levels:
%patch $8019 $00
In this patch I want the 31st level (which is playable) to be enterable as many times as it's possible. What is the value or how can I make/do it?
levellass
Posts: 3001
Joined: Wed Oct 11, 2006 12:03 pm
Location: Ngaruawahia New Zealand

Re: Keen 1 - infinitive replay during 32-level patch

Post by levellass »

Ok, I have made a modification to your patchfile that makes it so that any level that does not make a DONE marker can be played as many times as you want, instantly. To do this all you have to do is make ANY LEVEL with an entrance of 2 or 3 squares (SO it does not make a DONE marker.) This is the patch I added:

Code: Select all

#Can replay any level that doesn't make a DONE marker:
%patch $7FD1 $90 $90
This is your patchfile: https://www.dropbox.com/s/ckzkagbjcanadbp/CK1.txt?dl=0
Post Reply