Game
Crumbling World

6 years ago

Jump And Grab Edge System
Since the last update, I have been working on the Jump and Grab Edge System for Crumbling World. I decided to rework these movement mechanics, as I thought it would be great to add a bit more complexity to each of the levels.


5d094d238588f.jpg

Jump and Grab Edge System

To add some additional geographical variety and depth to the levels, I added the jump system, as I wanted players to notice the randomness of the procedural level generation process even more. For example, within The Dark Forest level, I opted to add waterfalls and other natural elements, which both add more graphical variety to the game’s design and allows for the introduction of the Jump System to new players.

5d094d2656107.jpg

The Grab Edge System

As I have alluded to in the past, Crumbling World has many different sources of inspiration, with one of them being the classic Prince of Persia game first released in 1989. I have always been a huge fan of these classic platform games and wanted to include some ingredients from the original Prince of Persia in my game – one of which is the Grab Edge System. The Grab Edge System allows players the opportunity to save themselves after failing to reach the opposite edge during a jump. At first, I thought that this would be a purely aesthetic feature, but I soon realized that it was much more involved.

5d094d28e38ea.gif

From animations to coding, it was clear that adding the Grab Edge System would demand some serious attention. I spent just over a week to develop and refine this feature. In its current form, the system works with different colliders and calculates the position of the player. This means that when a player fails their jump and collides with the edge, the system will automatically trigger the animation, allowing a player’s character to climb the edge. While this sounds simple enough, in theory, it was pretty tricky to implement in practice.

For Crumbling World, this system continued to become more and more complicated as the player’s controller currently uses both root animation and coded movements, depending on the animation. So, while the jump animation is managed by code I’ve written, the root animation manages the climbing animation. This led to a pretty demanding technical challenge, as seamlessly switching between these modes to achieve the successful effect of climbing the edge was difficult. When I was finally satisfied with the way that the effect was working, I realized that it looked bizarre, as the player was climbing with weapons in his/her hands, which is nearly impossible to do in real life. To fix this issue, I decided to create a system that would store a player’s weapons during the jumping and climbing process, which in turn allowed for the climbing animation to look far more natural.

5d094d326d6dd.gif

The Breakable System

After developing the Jump and Grab System, with my inspiration from the classic Prince of Persia game remaining, I decided that it would be fun to add ground elements that will break when a player steps on them. Due to the fragile nature of these ground elements, I decided to call this feature the Breakable System.

5d094d4378003.gif

In practice, it works in a way that is very similar to the Jump System. Players can jump over these elements, but if they step on them, the ground will quickly break, and the player may fall off the map. If this happens close to an edge, then players can grab the edge to save themselves, but if players are too far away, then their character will fall to their doom. I believe that this introduces more variety to the game and makes it more fun at the same time – as quick-thinking players can also use the Breakable System to eliminate enemies they encounter throughout the game.

That’s all for this Crumbling World update. I’m looking forward to starting 2019 strong and look forward to sharing my progress with you soon. As always, thanks for reading! More importantly, don’t forget to sign up here to join the exclusive Beta Test before it closes!



0 comments

Loading...

Next up

When an enemy's health drops below a certain threshold, you can unleash brutal finishers! The threshold and animations scale with the player's level. Here's an example of a finisher using a firearm. 🔥

Hi everyone! CrumblingWorld is finally out! Grab it now! It's 27% off on Steam. https://store.steampowered.com/app/1003560/Crumbling_World/

Crafting a sword for a video game! ⚔️

I’m available for commissions—whether it’s characters, accessories, or props for your game, don’t hesitate to reach out!

Hi everyone! This is a small patch that fixes a bug in the Unique Enemies spawner. Thanks so much for keep reporting bugs and issues. I appreciate it very much!

Optimizing Crumbling World Hello everyone! I was working on a promising improvement that has the potential to optimize the performance of Crumbling World, especially when it comes to running the game on low-end computers and mobile devices.

Hi everyone! Tomorrow I will be releasing the Beta Demo for #CrumblingWorld, sign up in http://crumblingworld.com if you want to play it !

Boss Enemies Happy Holidays! In this update, we will be talking about the Boss Enemies you’ll soon have the chance to encounter throughout Crumbling World.

Unleash devastating finishers when an enemy's health hits a critical point! The animations and thresholds adapt to your level. Check out this melee weapon finisher in action! 🗡️💥

Hello everyone! My game Crumbling World is 80% off for Halloween! Grab it on Steam for less than $3. https://store.steampowered.com/app/1003560/Crumbling_World/

In Lobo, enemies have a random chance to perform synced attack animations. To enhance the cinematic experience, I’ve added a spectator camera that spawns dynamically to capture the action—cleverly avoiding collisions and obstacles for the perfect shot!