PATCH: Save one city in Keen 2 to finish (2 patches)

Completed patches for Keen2.
Ezjay
Posts: 158
Joined: Fri Feb 27, 2004 1:15 pm
Location: Amsterdam

Post by Ezjay »

Off course.

But my mod has already eight machines. Using that method would cause the game to be completed whenever you finish one of those levels. I dont want that.
I could also have those machines not save any cities, by placing them in levels that werent ment to be machine levels, but its essential for my game that the status bar and high score tell you how many cities are saved. I want saving the cities (and how many) to be optional.

So what i need is a way to complete the game that has nothing to do with saving the cities. Ill use this patch and set it to nine or zero.

I hope this was a better explaination, youll have to excuse my english.
KeenRush
Patch Maker
Posts: 1988
Joined: Sun Aug 31, 2003 2:52 pm
Location: Sand Yego
Contact:

Post by KeenRush »

Ah yes now I get it.
You have levels that have machines and it's optional that player saves the machines, and player can finish the game without saving single a city / breaking a singe machine.
In the best case there is some fairly easy (for other than me) way to change it.
User avatar
adurdin
Site Founder
Posts: 549
Joined: Fri Aug 29, 2003 11:27 pm
Location: Edinburgh, Scotland
Contact:

Post by adurdin »

Here you go:

Code: Select all

%ext ck2
%version 1.31

# Only win when exiting level 16
%patch $8436  $83 $3E $3C $80 $10 $90 $90 $90 $90

%end
User avatar
levellord
Crazy pAtChEr
Posts: 1401
Joined: Thu Nov 20, 2003 11:35 pm
Location: NewZealand
Contact:

Post by levellord »

And you can change the level number by altering the fifth $ thing [$10]
Ezjay
Posts: 158
Joined: Fri Feb 27, 2004 1:15 pm
Location: Amsterdam

Post by Ezjay »

Thanks!
KeenRush
Patch Maker
Posts: 1988
Joined: Sun Aug 31, 2003 2:52 pm
Location: Sand Yego
Contact:

Post by KeenRush »

Sweeeeeeeeeeeeeeeeeeeeet!!!!!!!!!!!!!!! :) Makes Keen 2 modding a lot interesting.
Ilsoap
Posts: 197
Joined: Tue Sep 02, 2003 4:04 am
Location: Canada
Contact:

Post by Ilsoap »

Say there were only six cities to be saved. Is that as easy as changing the number from 08 to 06?

Just curious... I have no mod planned.
User avatar
MultiMania
Patch Master
Posts: 153
Joined: Mon Nov 24, 2003 3:09 am
Location: Deep in the heart of keen.
Contact:

Post by MultiMania »

Say there were only six cities to be saved. Is that as easy as changing the number from 08 to 06?
Yep, simple as that.
Just curious... I have no mod planned.
Plan a mod, quick. :)
Post Reply