AuthorTopic: Waterfall flow problem  (Read 11046 times)

Offline Beetleking22

  • 0010
  • *
  • Posts: 253
  • Karma: +0/-0
    • View Profile

Waterfall flow problem

on: March 16, 2015, 04:40:26 pm
Hello guys long time no see! I have been making platformer game with my Bro and I started to create Waterfall animation for the scene.. but problem is that Im not good at animating things.. So I have problem with my waterfall that I created..... Problem is that Flow of the waterfall does not look smooth. It does not look like it flowings.... How Do I get flow more smoother? It has only 4 frame..  Does it need more frame? What  I doing  wrong?


« Last Edit: March 16, 2015, 04:42:26 pm by Beetleking22 »

Offline CelioHogane

  • 0010
  • *
  • Posts: 108
  • Karma: +0/-0
    • View Profile

Re: Waterfall flow problem

Reply #1 on: March 16, 2015, 04:55:07 pm
The problem is, in some frames it looks like the water is going up, just make it going straight down.

Offline Ichigo Jam

  • 0001
  • *
  • Posts: 57
  • Karma: +0/-0
    • View Profile

Re: Waterfall flow problem

Reply #2 on: March 16, 2015, 04:58:04 pm
The main problem is that when your animation goes from the 4th frame back to the first frame, the waterfall appears to go back up a bit.
You should be able to see this if you step slowly through the animation.

For looping animations, remember that the difference between the last frame and the first frame should be similar to the difference between the first and second frames.

Your water pattern repeats approximately every 24 pixels downwards, so you want it to move 24 pixels in one loop
For four frames, you should have:
frame 1: start position
frame 2: +6 pixels down from start
frame 3: +12 pixels down from start
frame 4: +18 pixels down from start
If you were to than add a frame 5, it would be 24 pixels down from the start. But that would make it look just like frame 1, so we're good to loop back to frame 1 instead of adding a fifth frame.

Quite & dirty edit (I've just copy-pasted part of the first frame over the other 3 frames to show the spacing)
« Last Edit: March 16, 2015, 05:04:02 pm by Ichigo Jam »

Offline Beetleking22

  • 0010
  • *
  • Posts: 253
  • Karma: +0/-0
    • View Profile

Re: Waterfall flow problem

Reply #3 on: March 16, 2015, 05:52:43 pm
Thats very nice and helpful Ichigo Jam.. Thank u very much... Edit! This how it turned.. and I like it very much! Im going polish it later.
« Last Edit: March 16, 2015, 07:10:50 pm by Beetleking22 »

Offline Decroded

  • 0100
  • ***
  • Posts: 1285
  • Karma: +3/-0
  • Oh hai
    • View Profile

Re: Waterfall flow problem

Reply #4 on: March 17, 2015, 03:42:42 am
Its off to a great start dude  :y:
This is especially interesting as animating the waterfalls in my game is on my todo list too.

Here's some ideas for when you get to polishing...
Add some more variation in the bottom of the white bit at the top so it drops down then snaps back as each wave breaks off.
I wonder if its possible to add another tile or 2 where the water accelerates a bit more as it falls.


I'm also curious about the rest of this project.
Has there been much other work done on it?

Offline Beetleking22

  • 0010
  • *
  • Posts: 253
  • Karma: +0/-0
    • View Profile

Re: Waterfall flow problem

Reply #5 on: March 21, 2015, 07:41:10 pm
Its off to a great start dude  :y:
This is especially interesting as animating the waterfalls in my game is on my todo list too.

Here's some ideas for when you get to polishing...
Add some more variation in the bottom of the white bit at the top so it drops down then snaps back as each wave breaks off.
I wonder if its possible to add another tile or 2 where the water accelerates a bit more as it falls.


I'm also curious about the rest of this project.
Has there been much other work done on it?

Thank u for very very Good tips! We are making this game with unity but game is really at an early stage..So I dont have much to show.. xD. We want make mario + Donkey kong country like a platform game with our own original ideas.. I want create stylized and simple graphic because we want make something done instead of making very high detailed art that takes 1000 years to make..

Here is early mockup forest scene..  I hope u like it xD

« Last Edit: March 21, 2015, 07:49:24 pm by Beetleking22 »

Offline Friend

  • 0010
  • *
  • Posts: 288
  • Karma: +1/-0
    • View Profile

Re: Waterfall flow problem

Reply #6 on: March 23, 2015, 12:46:46 am
very minor observation- in the mockup, the green blocks dont contrast enough from the green poles.  The green poles might have too high contrast anyway for a non interact-able.  But the blocks could also be a different hue like yellow, but it seems you want green and blue to dominate the enviro.

btw, it looks jaw dropping  :crazy: :crazy: :crazy:

Offline Decroded

  • 0100
  • ***
  • Posts: 1285
  • Karma: +3/-0
  • Oh hai
    • View Profile

Re: Waterfall flow problem

Reply #7 on: March 23, 2015, 12:59:37 am
agree with comment on block contrast though I suspect ur aware of that and these assets were just slapped together.

can I just say I love ur colours and clusters beetleking and I'm looking forward to seeing more and hopefully playing one day.
I'm also really curious to see how u go developing 2D in unity.
I'm in the same boat wanting to smash out a similar game I've been working in game maker and considering unity as it was far superior when I experimented with it but I'm afraid of how well it will handle 2D and clean pixel scaling without artifacts.
Anyway perhaps a discussion we can take offline ;-)

Offline Pix3M

  • 0010
  • *
  • Posts: 265
  • Karma: +1/-0
    • View Profile

Re: Waterfall flow problem

Reply #8 on: March 26, 2015, 09:46:52 am


How about some stretch and squash?

(One time, I stared at some waterfalls for a long time... this is what I learned, but never animated what I observed)

Offline Decroded

  • 0100
  • ***
  • Posts: 1285
  • Karma: +3/-0
  • Oh hai
    • View Profile

Re: Waterfall flow problem

Reply #9 on: March 26, 2015, 12:41:12 pm


How about some stretch and squash?

(One time, I stared at some waterfalls for a long time... this is what I learned, but never animated what I observed)
I don't know some waterfalls expand I think it probably depends on the water pressure.
Maybe ones with less water do this shape.
The stretch is good but I don't think the angle suits the rest of the art plus it makes it kinda hard to manage if u want to extend it downwards.

Offline Pix3M

  • 0010
  • *
  • Posts: 265
  • Karma: +1/-0
    • View Profile

Re: Waterfall flow problem

Reply #10 on: March 26, 2015, 07:59:45 pm
Well, smaller waterfalls make this general shape, decroded, and it's partially due to water's cohesion property. If you have a good faucet, turn on your faucet and watch. I also observed that general shape when I was around much bigger waterfalls that are probably ~4x my height when I sat down around waterfalls. The shape probably disappears if we're dealing with massive, massive sizes, but at this scale, I thought yeah, you should see the waterfall narrow down at the bottom.

(oh, just thought I'd mention that I also omitted the effect that the water "pieces" start to separate so you get literal waves of water continuously pounding on the bottom of the fall.)

I can see this is an obvious problem if we want huge waterfalls, but, who knows if we can accept a maximum waterfall size just for a smoother look?

Offline PypeBros

  • 0100
  • ***
  • Posts: 1220
  • Karma: +2/-0
  • Pixel Padawan
    • PypeBros
    • View Profile
    • Bilou Homebrew's Blog.

Re: Waterfall flow problem

Reply #11 on: March 26, 2015, 08:32:48 pm


How about some stretch and squash?

(One time, I stared at some waterfalls for a long time... this is what I learned, but never animated what I observed)

Movement of flow feels nice, non-vertical borders make sense, given how water loves to stick close to water ...
but with non-vertical edges, I think you need to bring movement to the edges too. Possibly with some sub-pixel animation.

Offline Pix3M

  • 0010
  • *
  • Posts: 265
  • Karma: +1/-0
    • View Profile

Re: Waterfall flow problem

Reply #12 on: March 26, 2015, 09:10:30 pm
Movement of flow feels nice, non-vertical borders make sense, given how water loves to stick close to water ...
but with non-vertical edges, I think you need to bring movement to the edges too. Possibly with some sub-pixel animation.

I was hoping nobody would judge me for my lazy edit  :o

Meh:

« Last Edit: March 26, 2015, 09:19:22 pm by Pix3M »

Offline Decroded

  • 0100
  • ***
  • Posts: 1285
  • Karma: +3/-0
  • Oh hai
    • View Profile

Re: Waterfall flow problem

Reply #13 on: March 26, 2015, 10:46:46 pm
Movement of flow feels nice, non-vertical borders make sense, given how water loves to stick close to water ...
but with non-vertical edges, I think you need to bring movement to the edges too. Possibly with some sub-pixel animation.

I was hoping nobody would judge me for my lazy edit  :o

Meh:


That's a pretty cool idea its definitely more dramatic.
Maybe sub-pixel could be used on the outline here here (pulse between dark and light) to create a similar, less dramatic effect without actually varying the shape.

Offline Beetleking22

  • 0010
  • *
  • Posts: 253
  • Karma: +0/-0
    • View Profile

Re: Waterfall flow problem

Reply #14 on: March 27, 2015, 09:22:01 am
Movement of flow feels nice, non-vertical borders make sense, given how water loves to stick close to water ...
but with non-vertical edges, I think you need to bring movement to the edges too. Possibly with some sub-pixel animation.

I was hoping nobody would judge me for my lazy edit  :o

Meh:



That looks nice Pix! I love particles and  wave like a movement...  I think my waterfall has very thin lines.. I mean the white line in border.. I would like to give them more motion and thicker  lines..


very minor observation- in the mockup, the green blocks dont contrast enough from the green poles.  The green poles might have too high contrast anyway for a non interact-able.  But the blocks could also be a different hue like yellow, but it seems you want green and blue to dominate the enviro.

btw, it looks jaw dropping  :crazy: :crazy: :crazy:


Thank u friend! Yeah I should make some balance with block contrast it was pretty bright after reducing contrast...... I have always those like problem with my work.. I took me a lot of time make small rock fitting in scene because everything need to have same style and same amout of color.. Yeah and im very bad messing with different colors.. Im going try some orange colors with yellow green block...


agree with comment on block contrast though I suspect ur aware of that and these assets were just slapped together.

can I just say I love ur colours and clusters beetleking and I'm looking forward to seeing more and hopefully playing one day.
I'm also really curious to see how u go developing 2D in unity.
I'm in the same boat wanting to smash out a similar game I've been working in game maker and considering unity as it was far superior when I experimented with it but I'm afraid of how well it will handle 2D and clean pixel scaling without artifacts.
Anyway perhaps a discussion we can take offline ;-)


Thank u Decroded  :y:    We had same problem with clean pixel and  pixel scaling without artifact but we were to able to fix them with Pixel perfect formula and resolution. Im very happy how it turned out... Very smooth and zero artifact and 60fps.. I would love to talk with u offline..


Offline Beetleking22

  • 0010
  • *
  • Posts: 253
  • Karma: +0/-0
    • View Profile

Re: Waterfall flow problem

Reply #15 on: April 08, 2015, 01:56:03 pm
I dont wanna star new topic for this buut.. Blue forest  was little bit boring.. So I changed whole forest theme to autumn... I tought this color fits much better than the blue .. I have problem with distance..  It does not look like its war away.. Should I create 3 layer for BG forest to Fix the Problem?



Offline CelioHogane

  • 0010
  • *
  • Posts: 108
  • Karma: +0/-0
    • View Profile

Re: Waterfall flow problem

Reply #16 on: April 08, 2015, 08:59:37 pm
Are that 2 trees not from the background? they look like something you can hit.

Offline DatMuffinMan

  • 0001
  • *
  • Posts: 96
  • Karma: +0/-0
    • ebogely
    • http://www.pixeljoint.com/p/42966.htm
    • View Profile

Re: Waterfall flow problem

Reply #17 on: April 08, 2015, 11:54:04 pm
I preferred the blue trees much more, since it makes sense for environment stuff to get shifted towards cooler colors as it disappears into the background.. The green and red just look odd to me as they are now.

Offline cels

  • 0010
  • *
  • Posts: 380
  • Karma: +1/-0
    • http://pixeljoint.com/p/32715.htm
    • View Profile

Re: Waterfall flow problem

Reply #18 on: April 09, 2015, 12:09:37 am
I prefer the latest version. I didn't notice the amazing cluster on the blue trees in the foreground initially, but when you contrast them with the purple trees, it really brings out their unique design. I absolutely adore the colours in the latest version. This has a lot of potential, I think.

Offline r1k

  • 0010
  • *
  • Posts: 270
  • Karma: +0/-0
    • View Profile

Re: Waterfall flow problem

Reply #19 on: April 09, 2015, 04:52:01 am
I think both versions are good, and give off different atmospheres. I think the could both be used for different areas.

Offline Beetleking22

  • 0010
  • *
  • Posts: 253
  • Karma: +0/-0
    • View Profile

Re: Waterfall flow problem

Reply #20 on: April 09, 2015, 12:16:23 pm

I preferred the blue trees much more, since it makes sense for environment stuff to get shifted towards cooler colors as it disappears into the background.. The green and red just look odd to me as they are now.

I thought Red and Green would blend to together with autumn setting.. I agree that Blue forest BG feels more distant and it is due to the fact that it has less contrast but as Cel said with higher contrast  tree would be show cluster better.. I would prefer it more but Im going keep them both because its just would add  more variety in our platformer game.



I prefer the latest version. I didn't notice the amazing cluster on the blue trees in the foreground initially, but when you contrast them with the purple trees, it really brings out their unique design. I absolutely adore the colours in the latest version. This has a lot of potential, I think.


Thank u Cel.. I agree that cluster looks better with higher contrast.


I think both versions are good, and give off different atmospheres. I think the could both be used for different areas.

Thank u R1k

Thats what im going to do.. Mario had some palette swamp level too.. It gives more variety  :)

Offline Fizzick

  • 0010
  • *
  • Posts: 194
  • Karma: +0/-0
    • View Profile

Re: Waterfall flow problem

Reply #21 on: April 09, 2015, 03:30:37 pm
New colors make the trees appear much nearer. I would shift the furthest plane of trees a little more towards the sky color to show distance. I also think both look great  :y:! Try a blueish green set with red foreground trees?

Offline Decroded

  • 0100
  • ***
  • Posts: 1285
  • Karma: +3/-0
  • Oh hai
    • View Profile

Re: Waterfall flow problem

Reply #22 on: April 15, 2015, 07:48:03 am
pink background is a great variation as mentioned it's good to have both versions for different areas.
The issue is that pink version defies logic.
I cant edit so I'll try to explain.
Front  trees fade to pink mid-ground suggesting sunset type ambience and atmosphere, but then the sky is just bright blue like normal.
seems like decisions need to be made either about the front trees or the sky so the atmospheric perspective makes sense.

also the rear-most tree should be have larger clusters with less colours to reduce the effect of "detail" on visual priority.
Colours of rear most trees also stand out a bit too much against blue sky.