Page 1 of 2

Sweet'n'Soft Waffles project.

Posted: Mon Mar 09, 2020 5:06 am
by Tomahomae
For this time I decided to create a South Korean criminal action doramu-themed mix of Mario Bros./Bubble Bobble/Snow Bros. - Nick & Tom/Tumble Pop/R-Buster Heroes - like single-screen platformer and beat'em-up!, i. e. something like Funky Jet or Metal Savior.

The sample I used as a base of my project was originally intended, if I don't make a mistake, for Two Cyclops or Aratu Bros engine.

First of all, I need a help with an animation code rewrite according a fully another way of sprites data storage.
platform_big.rar
(55.37 KiB) Downloaded 296 times

Re: Sweet'n'Soft Waffles project.

Posted: Tue Mar 10, 2020 11:12 am
by Tomahomae
Thanks for nemezes, I use a newer version of engine now. The new sprite of fist and separate animation for attack in jump will be added later.
S&SW sketch.rar
(121.16 KiB) Downloaded 301 times

Re: Sweet'n'Soft Waffles project.

Posted: Tue Mar 10, 2020 4:20 pm
by Chilly Willy
Interesting... the BEX file has some background remaining around the character for some frames. When you stand still or jump, the character is surrounded by pink, but not when moving. I like the SBS character better - it's more cartoony, and fits the current background better than the more realistic style in the BEX version.

Re: Sweet'n'Soft Waffles project.

Posted: Wed Mar 11, 2020 3:31 am
by Tomahomae
Chilly Willy wrote:
Tue Mar 10, 2020 4:20 pm
Interesting... the BEX file has some background remaining around the character for some frames. When you stand still or jump, the character is surrounded by pink, but not when moving. I like the SBS character better - it's more cartoony, and fits the current background better than the more realistic style in the BEX version.
The my source is just a BEX file. About a pink field around standing character, I think it's a problem of BMP2Tile utility (attached below) which I use to convert a graphics. The color coded as FF00FF in 24-bit RGB, are gets rerceived by converters as transperent usually, but with an idle and jump sprites something went wrong. Maybe, the problem occured already at the color reduction stage to 16 colours.
b2t_61.part1.rar
(256 KiB) Downloaded 272 times
b2t_61.part2.rar
(47.27 KiB) Downloaded 271 times

Re: Sweet'n'Soft Waffles project.

Posted: Wed Mar 11, 2020 12:52 pm
by Tomahomae
The punching sprite finally have proper animation.
S&SW v0.1.rar
(121.21 KiB) Downloaded 315 times

Re: Sweet'n'Soft Waffles project.

Posted: Wed Mar 11, 2020 1:58 pm
by Chilly Willy
Still got pink frames, though. :D

Re: Sweet'n'Soft Waffles project.

Posted: Wed Mar 11, 2020 3:55 pm
by Tomahomae
Chilly Willy wrote:
Wed Mar 11, 2020 1:58 pm
Still got pink frames, though. :D
I''ll try to solve this problem later, if I'll able to find its reason.

Re: Sweet'n'Soft Waffles project.

Posted: Fri Mar 13, 2020 10:55 am
by SegaTim
Tomahomae wrote:
Wed Mar 11, 2020 3:55 pm
Chilly Willy wrote:
Wed Mar 11, 2020 1:58 pm
Still got pink frames, though. :D
I''ll try to solve this problem later, if I'll able to find its reason.
Her reason: crooked hands.

The first color in the palette is transparent.

Re: Sweet'n'Soft Waffles project.

Posted: Sat Mar 14, 2020 3:46 am
by Tomahomae
SegaTim wrote:
Fri Mar 13, 2020 10:55 am
Tomahomae wrote:
Wed Mar 11, 2020 3:55 pm
Chilly Willy wrote:
Wed Mar 11, 2020 1:58 pm
Still got pink frames, though. :D
I''ll try to solve this problem later, if I'll able to find its reason.
Her reason: crooked hands.

The first color in the palette is transparent.
Now I understood, why trees strangely shining through the sprite at the top of hero's head.

Meanwhile, I made some experiment with changing of sprites dimensions "at the volley", but it turned out to be not very successful. Does anybody here know any better way of fast sprites restruction?
S&SW v0.2.rar
(124.23 KiB) Downloaded 281 times

Re: Sweet'n'Soft Waffles project.

Posted: Wed Mar 18, 2020 1:44 am
by Tomahomae
Thanks for SegaTim for solving my problem.
S&SW v0.3.rar
(124.44 KiB) Downloaded 306 times

Re: Sweet'n'Soft Waffles project.

Posted: Wed Mar 18, 2020 12:10 pm
by Tomahomae
Looks like I have no more free pallets for enemy sprites. What solution will you offer?

Re: Sweet'n'Soft Waffles project.

Posted: Thu Mar 19, 2020 4:35 pm
by Tomahomae
The first enemy sprites is added now. I think, I should to use a separate enemy-specific variables as an X and Y coordinates next to unbind the enemy sprite location from player sprite location.
S&SW v0.4.rar
(125.54 KiB) Downloaded 316 times

Re: Sweet'n'Soft Waffles project.

Posted: Thu Mar 19, 2020 4:40 pm
by SegaTim
Only ROM, please.

Re: Sweet'n'Soft Waffles project.

Posted: Fri Mar 20, 2020 8:13 am
by Tomahomae
SegaTim wrote:
Thu Mar 19, 2020 4:40 pm
Only ROM, please.
But nobody will be able to find out the reasons of various problems without source then.

Re: Sweet'n'Soft Waffles project.

Posted: Fri Mar 20, 2020 12:39 pm
by Chilly Willy
You could make the rom name stand out more, or more pack the rom separate from the rest to make it easier on some folk. Anywho, thanks for posting the source as well. I do like looking at code for things... sometimes more than playing the games! :lol: