Search found 2999 matches

by levellass
Fri Dec 06, 2019 1:22 am
Forum: Galaxy Requests and Discussion
Topic: Tile-based gems
Replies: 2
Views: 5000

Re: Tile-based gems

I am not sure this is possible, but I will give it a try. I have been doing a lot of research and working on the Keen wiki to try and deal with these Keen 5 and 6 patches.
by levellass
Fri Dec 06, 2019 1:21 am
Forum: Galaxy Requests and Discussion
Topic: 4th difficulty enemies (Keen 6)
Replies: 14
Views: 19959

Re: 4th difficulty enemies (Keen 6)

How much effort have you put into making levels and placing enemies? If it is not much then the easiest thing will be to rearrange all the enemy spawn tiles. If you already have a lot of levels built then things will be a bit trickier to fit in.
by levellass
Fri Nov 29, 2019 4:05 am
Forum: Galaxy Requests and Discussion
Topic: Keen 6 patches
Replies: 6
Views: 8667

Re: Keen 6 patches

This patch makes the shot become a shot item when it smashes into stuff. (Including enemies.) #Keen's shot is an item when it lands %patch $D922 $55 $8B $EC $56 $57 $8B $7E $06 $8B $76 $08 $C7 $05 $0005W $C7 $45 $3E $000BW $C7 $45 $10 $FFFFW $B8 $0019W $50 $9A $183B09F1RL $44 $44 $B8 $15B6W $50 $57 ...
by levellass
Fri Nov 29, 2019 2:49 am
Forum: Galaxy Requests and Discussion
Topic: Keen 6 patches
Replies: 6
Views: 8667

Re: Keen 6 patches

As a start here's the simplest patch, making the shot move like a football.You'll want to adjust the speeds until it moves the way you want: #Keen shoots in an arc not a line: #Set up shot to have h and v speeds %patch $D838 $C7 $47 $0E $0001W %patch $D841 $C7 $47 $10 $0001W #Shot speeds #Up %patch ...
by levellass
Fri Nov 29, 2019 1:52 am
Forum: Galaxy Requests and Discussion
Topic: Keen 6 patches
Replies: 6
Views: 8667

Re: Keen 6 patches

They should be, but I'll probably need your patchfile too for this one, and you can expect a lot of questions as I start working on the more tricky patches.

(Right now it's rather busy with thanksgiving, and I'm not even American.)
by levellass
Wed Nov 27, 2019 11:42 pm
Forum: Galaxy Requests and Discussion
Topic: Little Ampton gives Gem
Replies: 6
Views: 6932

Re: Little Ampton gives Gem

Alright.

I think all these requests should be possible, but I'll need a copy of your patch file as it is now; these patches will be tricky and I don't want to accidentally make one that will ruin a patch you already have.
by levellass
Wed Nov 27, 2019 7:18 am
Forum: Galaxy Requests and Discussion
Topic: Little Ampton gives Gem
Replies: 6
Views: 6932

Re: Little Ampton gives Gem

Alright. And do they just give a gem when shot, or are they like the Blooglets that spit out a gem Keen needs to collect? (The second way is more tricky.)
by levellass
Tue Nov 26, 2019 2:58 am
Forum: Galaxy Requests and Discussion
Topic: Little Ampton gives Gem
Replies: 6
Views: 6932

Re: Little Ampton gives Gem

So it ALWAYS gives a gem, but a random color?

And, if there are 4 amptons will they ALWAYS give 1 of each gem, or is it totally random so that you might get 4 red gems or 2 blue and 2 yellow and stuff?
by levellass
Mon Nov 18, 2019 1:54 am
Forum: Dreams Requests and Discussion
Topic: Some other request
Replies: 20
Views: 31320

Re: Some other request

This patch should be independent of the other window border one. Here the border is 20 ($14) tiles ahead of the main stuff, which I think is where it should be if you used another 8 tiles for the second window border. #Window border alteration code =$0CA5019BRL %patch $CBEB $55 $8B $EC $56 $57 $8B $...
by levellass
Sat Nov 16, 2019 10:23 pm
Forum: Dreams Requests and Discussion
Topic: Some other request
Replies: 20
Views: 31320

Re: Some other request

It's easily possible to make them use the same kind of border as the Game Over window: #Ending windows use the same new border as Game Over %patch $5920 $00003A45RL #1st ending window %patch $595F $00003A45RL #2nd ending window %patch $5999 $00003A45RL #3rd ending window If you want them to use a TH...
by levellass
Fri Nov 15, 2019 11:59 pm
Forum: Dreams Requests and Discussion
Topic: Some other request
Replies: 20
Views: 31320

Re: Some other request

And this patch should display a green background on beating the boss. (It's the $0002W) #HS table has different background on Game Over %patch $445D $A1 $03A9W %patch $5E6C $A1 $03A9W %patch $23E19 $0001W %patch $4397 $B8 $0001W $A3 $03A9W $E9 $0109W %patch $16C0D $B8 $0004W $83 $3E $7126W $00 $7C $...
by levellass
Fri Nov 15, 2019 11:45 pm
Forum: Dreams Requests and Discussion
Topic: Some other request
Replies: 20
Views: 31320

Re: Some other request

Interesting. I cannot get the crash to occur, but maybe I am doing it wrong. Do you have a video of it? Can I get your patchfile? This sounds like the sort of thing that is very devious.
by levellass
Fri Nov 15, 2019 2:45 am
Forum: Dreams Requests and Discussion
Topic: Some other request
Replies: 20
Views: 31320

Re: Some other request

ALRIGHT! This should do it. You need to delete any patches changing the HS background color, they are not needed anymore with this patch. #HS table has different background on Game Over %patch $445D $A1 $03A9W %patch $5E6C $A1 $03A9W %patch $23E19 $0001W %patch $4397 $B8 $0001W $A3 $03A9W $E9 $0109W...
by levellass
Fri Nov 15, 2019 1:28 am
Forum: Patches: Keen Dreams
Topic: Customizble colors
Replies: 2
Views: 12831

Re: Customizble colors

Yes, but I found an interesting problem with the patch in Keen Dreams. It seems the game starts in EGA mode and doesn't 'pick up' all the colors correctly unless the start screen also uses CGA colors (It uses stuff like red and yellow.) EDIT: Fixed the patch to reflect colors properly. If you want a...
by levellass
Fri Nov 15, 2019 1:18 am
Forum: Dreams Requests and Discussion
Topic: What F10+I gives
Replies: 1
Views: 4723

Re: What F10+I gives

This should do the trick: #Compact cheats: F10-G %patch $37B0 $55 $8B $EC $4C $4C $56 $83 $3E $E4CEW $00 $74 $55 $83 $3E $E9EAW $00 $74 $4E $83 $3E $6FAAW $00 $74 $05 $B8 $00AEW $EB $03 $B8 $00BBW $50 $81 $36 $6FAAW $0001W $9A $0CA507D5RL $B8 $0002W $50 $B8 $0010W $50 $9A $11FA1C64RL $83 $C4 $04 $9A...