Game
Crumbling World

6 years ago

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.


While I don’t want to reveal too much about them yet, as they are a big part of the game, but I can assure you it will feel great to defeat them. As they say, putting the “bad guys” in their place always seems to come with its own reward.

5d095fb06b544.jpg

In-Level Boss Enemies

As many of you know, Crumbling World is set to be a game with five main levels. As with any classic video game, Bosses will be located at the end of each level. Better yet, Boss Enemies will have unique graphics, weapons, and skills. But be warned, they are far more powerful and deadly than regular enemies.

5d095fb2df0d4.jpg

When designing Boss Enemies, I decided to work with the Animator Override Controller to quickly layout and test my Bosses in combat situations. The Animator Override Controller is great, as it allows us to use an existing animator controller while also giving us the ability to override some animations. In the case of Boss Enemies, I decided to use the animator controller for normal enemies and pair this with unique attack animations. This was a quick way to introduce different animations for different characters, which I think is great. Boss Enemies deserve their own customized attack animations, as their behavior must be differentiated from that of normal enemies.

5d095fb59cd11.jpg

When playing Crumbling World, defeating Bosses opens up doors to new levels and substantially raises a player’s experience. However, watch out, as Boss Enemies are rarely alone. They are oftentimes surrounded by an entourage of different enemies, that can be just as dangerous at the Boss themselves. As killing a Boss will oftentimes damage your avatar greatly, Boss enemies are the only type of enemy that reward you with life points when they are defeated.

5d095fb82fb92.gif

Defeating Boss Enemies

One of the advantages of using a animator controller paired with an override of some animations is that when you decide to change an animation, all the enemies sharing that particular animator controller will update to this animation unless an override is in place. Throughout the development process, I’ve gotten some feedback about the death animation for some characters being too fast. In an effort to fix this, I decided to refine this animation by slowing down the speed, which helped to sync up the animation with the associated effects. Now, when an enemy is killed, the death animation is far more noticeable and natural, allowing for a more enjoyable gaming experience.

As always, thanks so much for reading!



0 comments

Loading...

Next up

Clothing clipping through the body is one of the most annoying issues when designing modular characters. In this video, I show the system I created to solve it by dynamically masking the body based on equipped items—no more visual glitches!

Sneak peek at the new UI in Lobo: The Howl Within! Now featuring stylish location introductions when entering new areas + a work-in-progress minimap system to help you navigate the wilds. Built in Unreal Engine 💻

Quests And Missions Recently, I have been working on incorporating Quests and Missions into Crumbling World, which is likely to be the most exciting and fun update to the game so far.

Save And Load System Hello everyone! Over the last week, I have been creating the save and load system, which will allow users to save their progress and continue the game where they left off after stepping away.

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.

Finally bringing the player character to life! In this quick video, I’m showcasing the first implementation of the actual character model, complete with clothes and gear using the inventory and equipment system. Exciting to see things coming together!

Facial expressions that hit hard! Added attack & reaction animations to make combat in Lobo: The Howl Within feel intense and immersive. Every strike, every wince—animated in Unreal Engine 5 + iClone. Let’s make every fight hurt 👊🔥

I use dense forest foliage as a natural boundary to guide player exploration. I created a custom PCG tool that lets me toggle between blockout and final meshes—super useful for jumping between layout and visual testing in gameplay. 

A first look at the eerie Dead Forest in Lobo. To navigate the thick, cursed fog, you’ll need to find and light ancient lanterns—but beware… the trees aren’t the only things that are dead.

UI, Communication And Usability This week, I have been working on the main user interface (UI) for Crumbling World. UI is an essential part of any game, as it is one of the main tools that we as game designers use to communicate with our players directly.