Keen 2: saving one more city

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 2: saving one more city

Post by szemigi »

Firstly, read carefully.


So:

Basically, you must shoot 8 Tantaluses to complete the game, right? In the request I want to shoot +1 Tantalus (so you now must save 9 cities and this also means if you saved the 8 cities, the game won't go to the ending sequence. So the game will go the ending sequence if you saved 8 + 1 city.)

And in the high scores menu, (if you saved the 9 cities), it shows 9 instead of 8 cities. And also important: if you saved the 9th plus city, it has no text on the status screen (since there is no space and the recommended 8 cities must be saved + 1 like I said).


Also: Deadline is Christmas for this patch.
levellass
Posts: 3001
Joined: Wed Oct 11, 2006 12:03 pm
Location: Ngaruawahia New Zealand

Re: Keen 2: saving one more city

Post by levellass »

Nearly impossible to do in such a short time.

To do so would mean changing some of the level numbers around. (And editing the map so the changed levels were in the same place.) It is Very difficult to get the game to do MORE than what it was designed. If you're ok with level switching I can proceed.
User avatar
szemigi
Posts: 716
Joined: Fri Jan 23, 2009 8:06 pm
Location: Hungary
Contact:

Re: Keen 2: saving one more city

Post by szemigi »

Well, then unfortunately the request is scrapped. (Since I'll very almost be done.)
levellass
Posts: 3001
Joined: Wed Oct 11, 2006 12:03 pm
Location: Ngaruawahia New Zealand

Re: Keen 2: saving one more city

Post by levellass »

Well, this works; if the extra Tantalus is put in level 14and ONLY level 14:

Code: Select all

#Require 9 cities to win
%patch $843E $09
%patch $8438 $09
%patch $8438 $09
%patch $8886 $09

#Change city list
%patch $47E6 $476BW #Level 14 (New city)
             $475FW #Level 15 (Moscow)
             $4765W #Level 16 (Washington)

#Change city code
%patch $4759 $FF $06 $9AFEW  $EB $10 $FF $06 $9B00W  $EB $0A $FF $06
             $9B02W  $EB $04 $FF $06 $9B04W
Post Reply