Keen 1-3: 'ONE MOMENT' image background colour changing

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-3: 'ONE MOMENT' image background colour changing

Post by szemigi »

Hey!

I want the following: the background screen of the 'ONE MOMENT' image is white, not black. Possible? (If so, I want it for Keen 1,2,3.)
levellass
Posts: 3001
Joined: Wed Oct 11, 2006 12:03 pm
Location: Ngaruawahia New Zealand

Re: Keen 1-3: 'ONE MOMENT' image background colour changing

Post by levellass »

It seems it would be quite difficult.Have you tried making a 320x200 screen image for it that you can then put at the top corner of the screen?
User avatar
szemigi
Posts: 716
Joined: Fri Jan 23, 2009 8:06 pm
Location: Hungary
Contact:

Re: Keen 1-3: 'ONE MOMENT' image background colour changing

Post by szemigi »

Good idea!

EDIT: Problem is that 320x200 image's colour is changed, but the black background is still visible since it doesn't change the entire background colour. So fail!
levellass
Posts: 3001
Joined: Wed Oct 11, 2006 12:03 pm
Location: Ngaruawahia New Zealand

Re: Keen 1-3: 'ONE MOMENT' image background colour changing

Post by levellass »

Doesn't change it how? Did you put the mage at the top left of the screen?

Code: Select all

#One Moment image
%patch $6FA1 $000EW #Image used
%patch $6FA9 $0000W #Horizontal position, 8x8 tiles
%patch $6FA5 $0000W #Vertical position, pixels
User avatar
szemigi
Posts: 716
Joined: Fri Jan 23, 2009 8:06 pm
Location: Hungary
Contact:

Re: Keen 1-3: 'ONE MOMENT' image background colour changing

Post by szemigi »

I want to change the black screen to white. Is that possible?


Anyway, I did what you say, but rest of the screen was white, but basically black.



EDIT: Error: line 5, command %patch: Invalid numeric format.
levellass
Posts: 3001
Joined: Wed Oct 11, 2006 12:03 pm
Location: Ngaruawahia New Zealand

Re: Keen 1-3: 'ONE MOMENT' image background colour changing

Post by levellass »

I do not know what you are doing wrong, but it seems your CKPatch is broken too. Here is a working mod with the white screen graphic: https://www.dropbox.com/s/oxw5u7y6dpn46 ... N.zip?dl=0
User avatar
szemigi
Posts: 716
Joined: Fri Jan 23, 2009 8:06 pm
Location: Hungary
Contact:

Re: Keen 1-3: 'ONE MOMENT' image background colour changing

Post by szemigi »

As I said before (+ after testing it) in the ending sequence I can see only the half of the Mars and Earth graphics. But how? And what the heck?

What to do? Is it an unfixable thing?
levellass
Posts: 3001
Joined: Wed Oct 11, 2006 12:03 pm
Location: Ngaruawahia New Zealand

Re: Keen 1-3: 'ONE MOMENT' image background colour changing

Post by levellass »

That's a strange bug. You may just have to not use the last line of tiles, move the two planets up a line and it should be fine.
Post Reply