Page 1 of 1

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

Posted: Thu Oct 12, 2017 10:43 pm
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.)

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

Posted: Fri Oct 13, 2017 7:05 pm
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?

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

Posted: Sat Oct 14, 2017 1:50 pm
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!

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

Posted: Sat Oct 14, 2017 11:48 pm
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

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

Posted: Sat Oct 14, 2017 11:49 pm
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.

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

Posted: Mon Oct 16, 2017 12:42 pm
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

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

Posted: Mon Oct 16, 2017 2:17 pm
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?

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

Posted: Tue Oct 17, 2017 6:37 am
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.