The Godot Q&A is currently undergoing maintenance!

Your ability to ask and answer questions is temporarily disabled. You can browse existing threads in read-only mode.

We are working on bringing this community platform back to its full functionality, stay tuned for updates.

godotengine.org | Twitter

+1 vote

Hello everyone

I already found some different answers for questions like mine, but I would like to know, what's the best way in your opinion for my project.

What I would like to create?
I want to create a point-and-click adventure like beneath a steel sky, lucasfilm games or myst (but not 3d) etc. So I will work with many scenes. The story is a bit like an escape room. Long story short: I need a picture and some areas to click. Depending on which area you click the scene will be changed and another picture will be shown.

Where do I need animations?
The game is played in first-person, so the character will not be shown. for the graphics I want to use photos. But I would like to animate them a little bit. For example, a scene with a house. The sky is animated that there are some birds flying from time to time over the screen. Next to the house is a lake. The water should show a steady waving animation. So there are not just moving objects... it's really about photorealistic movements.

What I already know - but I am not sure about...
I created some animation with photoshop and exported them as GIFs. I know that importing of gifs is not possible. To create a sprite sheet from such a gif is almost not possible, due to its high resolution and number of frames. Then I thought about using a video player. I could export the animations as webm but I am not sure if this is a good way how to do this.

Thanks in advance for your tipps!

Cheers

Godot version 3.2.2
in Engine by (13 points)

Have you looked into reducing the number of frames in the animation, and using an AnimatedSprite node instead?

Hello Ertain

Thanks for the quick reply. I think that would probably be the best way - also not to overload the game. But I there will be many frames anyway for a smooth animation. I would not use a movie longer than 30 seconds in a loop... To show what I wanted the game look like, the following YouTube video shows a scene like that:

https://www.youtube.com/watch?v=lCOF9LN_Zxs

You can see the water moving and elements flying around.

I think there are no shortcuts,create flames of the background and use an animated sprite.

Please log in or register to answer this question.

Welcome to Godot Engine Q&A, where you can ask questions and receive answers from other members of the community.

Please make sure to read Frequently asked questions and How to use this Q&A? before posting your first questions.
Social login is currently unavailable. If you've previously logged in with a Facebook or GitHub account, use the I forgot my password link in the login box to set a password for your account. If you still can't access your account, send an email to [email protected] with your username.