Implementing Destruction Mechanics
What role do destructible environmental objects play in Steel Hunters and what emotions should they evoke?Undoubtedly destruction contributes greatly to the immersive aspect of the game and it lets you feel your character's power and scale—this is particularly crucial if we're talking about gigantic Hunters. It would be weird to play as a huge robot without being able to interact with the environment right? Wherever gameplay and our technology allows it we want to keep realism in the game. If you want to break something you should absolutely be able to! Aaand the most important part—destroying things is fun!The Stages of Creating a Destructible Object
- TEAM WORKFLOW
- - Planning the numbers
- - 2d rendering and 3d modeling
- - Adding textures + effects + atmosphere interaction
- - Adding objects to the game engine
- - Crushing objects and reassembling their tiny elements
Let's see what this process consists of looking at the example of car models.
First off it all starts with planning: our team decides what number of objects will be in a thematic set (a thematic set is a group of models that have common properties e.g. public transport cargo equipment military vehicles etc.). This is a very important step as the total number of objects and their parts directly affects game performance.

Possible difficulties arising
The pipeline for destructible buildings is still being fully developed. At the moment the objects’ material is not taken into account every building regardless of the material it is made of is demolished (crushed / reassembled) in the same way to bring you a truly realistic destructible environment we will be reworking and tweaking this in future updates.Numbers
Eager to know exactly how many destructible objects are currently in the game? Let’s break down the numbers by category and see how much you could really destroy if we didn’t have the extraction timer to worry about. Right now this includes trees houses vehicles and various small objects.If we talk in dev language there’s Baked Destruction (that includes buildings and various constructions (e.g. electrical towers) and Simple Destruction (smaller stuff - boxes billboards etc.).Destructible objects in numbersDestructible Objects
Maryland Heights
Crimson Ridge
Stonecutter's Keep
Trees
278
15847
11348
Simple Destruction
38805
23681
36973
Baked Destruction
278
19
28
Vehicles
982
330
926
Final word
That will be all for the process of implementing destruction mechanics at least the short version. By building destructible environments in Steel Hunters we hope to underline the potency of our Hunters’ abilities and their omnipotence so to say adding another portion of entertainment to the gameplay. We are building a streamlined demolition production system where every visual cue will help further immerse you into the game.We hope that with the execution of these mechanics we'll achieve our goal and bring you the ultimate hunting experience!