some more Keen 1 patches

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

some more Keen 1 patches

Post by szemigi »

1. I want a Keen 1 status screen like this:

Image

Don't draw the 4 collectable items on either the status screen or the high scores screen!

2. Ending sequence:

Disable the sound when switching on/off the light in Keen's house and no animation when turning on/off the light.

3. New sounds:

I wanna put new sounds in Keen 1, so I want patch for that. But how can I put new sounds in? (I want to extract/import the sounds in wav format!)

4. Extra tileset:
I want to use some more graphics/tiles in the game, so I want a patch for it as well.
Nospike
Posts: 160
Joined: Fri Apr 23, 2010 1:54 pm
Location: Some cool place, idk

Post by Nospike »

1. I don't know how to rearrange the status screen but you can stop the items from being drawn by just replacing their respective tiles in the tileset with the corresponding color.
2. There's a ton of ending patches made by Levellord in the Keen 1 patch forum. This one is there too I think. Check it out.
3. Use KeenWave for that. You can't extract the PC speaker sounds in wav, I suggest extracting them as .bmp files. It's really easy to edit them that way, all you need is a paint program.
4. Check out V2 by Lemm in the Keen 1 forum. It's complicated to get working but once you get it up you're golden. (If it wasn't for V2 there would be no Botafloria)
levellass
Posts: 3001
Joined: Wed Oct 11, 2006 12:03 pm
Location: Ngaruawahia New Zealand

Post by levellass »

1.) Working on a program for this, will take some time, but should be complete soon enough.


2.) The following should disable all sounds\animations

Code: Select all

#Remove all bitmap images and sounds
%patch $8599 $90 $90 $90 #Don't show bitmap 1
%patch $85A3 $90 $90 $90 #Don't play sound 1
%patch $85BC $90 $90 $90 #Don't show bitmap 2
%patch $85CF $90 $90 $90 #Don't play sound 2
%patch $8625 $90 $90 $90 #Don't show bitmap 3
%patch $862F $90 $90 $90 #Don't play sound 3
%patch $8752 $90 $90 $90 #Don't show bitmap 4
%patch $875C $90 $90 $90 #Don't play sound 4
%patch $8775 $90 $90 $90 #Don't show bitmap 5
%patch $8795 $90 $90 $90 #Don't play sound 5
Post Reply