Devlog#15: Introducing puzzle element - Mushrooms
Welcome! In this devlog, we'll unveil the intricate design and mechanics behind our mushroom implementation. Within our mesmerizing enchanted forest zone, these bouncy fungi serve as the gateway to reaching new heights, quite literally. So strap in and prepare to embark on a journey where mushrooms become your springboards to unimaginable adventures!
[previewyoutube][/previewyoutube]
In our forest zone, you'll find mushrooms scattered on the ground, while some are cleverly growing on vertical organic walls. To add an extra layer of challenge and excitement, we've placed alternating mushrooms on nearby left and right sides of the walls, giving players the sensation of wall jumping. Each mushroom possesses a unique bounce factor, determined by its size. While some mushrooms allow you to bounce higher with a simple jump, others are massive, requiring you to find a higher ledge to reach their tops.
Implementing the player's jumping mechanics was relatively straightforward. We created a detection system that triggers whenever the player's feet touch the top side of a mushroom. Once detected, we simulate a regular player jump, but with the height of the jump varying based on the bounce factor of the specific mushroom. This allows for a satisfying and dynamic jumping experience, encouraging players to strategically plan their movements and explore the environment.
For the mushroom's bouncy animation, we employed a rigging technique within our 3D software. Multiple joints were added inside the mushroom, enabling us to create a base bouncy animation. To add an extra touch of visual interest, we included additional controls to rotate the mushroom cap left and right. With this, we created a custom Sine animation that reacts to the player's interaction with the mushroom. Depending on whether the player hits the mushroom on its left, right side, or center, the mushroom cap responds accordingly, adding a delightful visual feedback to the gameplay.
[previewyoutube][/previewyoutube]
And that concludes our exploration of the marvelous Mushroom mechanics in our game! We hope you enjoyed this look into how these bouncy fungi elevate the gameplay experience in our forest zone. It's these little details that make exploring our game world exciting and engaging. Stay tuned for more.
Until next time, happy gaming!
Best Regards,
Playdew Team
[previewyoutube][/previewyoutube]
In our forest zone, you'll find mushrooms scattered on the ground, while some are cleverly growing on vertical organic walls. To add an extra layer of challenge and excitement, we've placed alternating mushrooms on nearby left and right sides of the walls, giving players the sensation of wall jumping. Each mushroom possesses a unique bounce factor, determined by its size. While some mushrooms allow you to bounce higher with a simple jump, others are massive, requiring you to find a higher ledge to reach their tops.
Implementing the player's jumping mechanics was relatively straightforward. We created a detection system that triggers whenever the player's feet touch the top side of a mushroom. Once detected, we simulate a regular player jump, but with the height of the jump varying based on the bounce factor of the specific mushroom. This allows for a satisfying and dynamic jumping experience, encouraging players to strategically plan their movements and explore the environment.
For the mushroom's bouncy animation, we employed a rigging technique within our 3D software. Multiple joints were added inside the mushroom, enabling us to create a base bouncy animation. To add an extra touch of visual interest, we included additional controls to rotate the mushroom cap left and right. With this, we created a custom Sine animation that reacts to the player's interaction with the mushroom. Depending on whether the player hits the mushroom on its left, right side, or center, the mushroom cap responds accordingly, adding a delightful visual feedback to the gameplay.
[previewyoutube][/previewyoutube]
And that concludes our exploration of the marvelous Mushroom mechanics in our game! We hope you enjoyed this look into how these bouncy fungi elevate the gameplay experience in our forest zone. It's these little details that make exploring our game world exciting and engaging. Stay tuned for more.
Until next time, happy gaming!
Best Regards,
Playdew Team