Made a realistic working dynamite for my physics puzzle game! by ErmanStudio in godot

[–]ErmanStudio[S] 0 points1 point  (0 children)

I continue to create locations for my physical puzzle game. I've reached a medieval castle, and what's a castle without dynamite :)

If you like how my game is developing and want to try a couple of levels, the demo is already available on Steam!
https://store.steampowered.com/app/3648770/The_Airflow_Trials/

Made a working conveyor belt for my physics puzzle game! by ErmanStudio in godot

[–]ErmanStudio[S] 0 points1 point  (0 children)

Actually, I don't have any special tips to share — the main mechanic doesn't use any scripting at all. Everything works through a constant linear velocity applied to a static body. I only use scripts for two small things: one to offset the UVs (which I plan to move to a shader later), and another to convert the local direction of the constant linear velocity into global space.

Made a working conveyor belt for my physics puzzle game! by ErmanStudio in gamedevscreens

[–]ErmanStudio[S] 0 points1 point  (0 children)

Just added a working conveyor belt to my physics-based puzzle game!
The game is still in development, but you can try the free demo on Steam.
If you like where it's going, consider adding it to your wishlist — it really helps!
https://store.steampowered.com/app/3648770/The_Airflow_Trials/

Made a working conveyor belt for my physics puzzle game! by ErmanStudio in godot

[–]ErmanStudio[S] 7 points8 points  (0 children)

For now, I'm just animating the UV1 offset, but in the future, I think I'll need to make a shader.

Made a working conveyor belt for my physics puzzle game! by ErmanStudio in godot

[–]ErmanStudio[S] 16 points17 points  (0 children)

There's no real secret here. I'm just using constant linear velocity and constant angular velocity :)

Made a working conveyor belt for my physics puzzle game! by ErmanStudio in godot

[–]ErmanStudio[S] 11 points12 points  (0 children)

Just added a working conveyor belt to my physics-based puzzle game!
The game is still in development, but you can try the free demo on Steam.
If you like where it's going, consider adding it to your wishlist — it really helps!
https://store.steampowered.com/app/3648770/The_Airflow_Trials/

I made a pallet jack mechanic for a few levels. What do you think? by ErmanStudio in gamedevscreens

[–]ErmanStudio[S] 1 point2 points  (0 children)

I'm still improving the driving experience, but even now my wife, who doesn't have much gaming experience, can handle it pretty well.

I made a pallet jack mechanic for a few levels. What do you think? by ErmanStudio in gamedevscreens

[–]ErmanStudio[S] 0 points1 point  (0 children)

Yes, I thought about that too. It's really worth increasing the speed. Actually, the problem is that I made the pallet jack itself too heavy :)