• Register

This member has provided no bio about themself...

RSS My Blogs

Home PageNewsFaqContact Us Beast Master - Development Update 12 - Procedural Dungeons

OpenWorldInteractive Blog

Greetings all! This week we started to work on our new procedural dungeon system. In Beast Master, players will be able to enter dungeons from portals opened in random areas. Each dungeon will procedurally generated. Dungeon size, difficulty and the environment is going to be random. Also players strength will effect the calculation of the dungeon generator. We will make the necessary adjustments so that the system is always challenging.

The dungeon system calculates all possibilities such as the starting point, corridors, mini boss and the final boss rooms. Also there will be random treasure rooms which will reward the player with lots of loot and more.

The presentation video shows only the first stage of the system. We will continue work on it and make sure it will look much better and smooth. Thanks for reading. As always, we are looking forward to hear some ideas and feedback.

Beast Master - Development Update 11 - Drop Loot On Death

OpenWorldInteractive Blog

Hello everyone, this week we added the loot drop system. Beast Master will have loot drop system like in Diablo II. Players will drop their body and the loot upon death. The player will have to go to the place where he/she died in order to get the items back. We believe that this mechanic will prevent players to take unnecessary risks and will add excitement for fear of losing all the loot. We will improve this feature over time according to the feedback from the players.

Beast Master - Development Update 10 - Swarm Mastery

OpenWorldInteractive Blog

Greetings to all! This week we had some fun with our AI system. Our system can handle up to 4000 agents which avoids each other and also calculates pathfinding to the destination. All these calculated multithreaded and uses the optimal cpu threads to increase maximum performance. Probably max supported agents will be lower on the release since lots of other gameplay related calculations will also be made by the processor. We will try to achieve optimal performance to make all systems work fine together. Thanks for watching and reading.

Beast Master - Development Update 9 - Creature Visuals

OpenWorldInteractive Blog

Greetings to all! This week we started to add our new creature visuals. Currently we do not have any 3D artists in our team. That’s why we are using these models from Unity’s asset store. Most of the creatures are in work in progress state. The base models, textures and the colors will change in the future updates.

As we mentioned before, Beast Master will have a territory system where different type of creature families will fight each other and attack their territories. There will be 4 type of factions. Each faction will have a leader (boss) which produces minions. These rulers also creates strategies to attack other bases and defend theirs.

  • Nature: Players will join this faction. Nature will contain creatures like Tigers, Bears, Mooses, Dears, Rabbits, Raccoons, Foxes, Wolves, Dogs, Cougars, Boars, Spiders and Rhinos. All these creatures will be able to tamed by the player.
  • Evolved: These faction contains creatures which evolved in time. These creatures will also be able to tamed. But it will be much harder and require more risks take to tame them.
  • Aliens: This one of the most dangerous faction which wants to invade the world. Aliens can be tamed but with a very slight chance. These creatures are very aggressive and tough.
  • Dragons: This faction will contain a few amount of creatures. Dragons will not take territories or go to war with other factions. They prefer to defend their territory and be left alone. Dragons will be the most powerful creatures and taming one of them will help players to defeat the enemy faction leaders.

Beast Master - Development Update 8 - New Ragdoll System

OpenWorldInteractive Blog

Hello everyone! This week we added new ragdoll system. When player dies, the characters body will convert into ragdoll. This ragdoll body will contain players equipment. After respawn, the body needs to be claimed by the player to retrieve the dropped items.

Beast Master - Development Update 3 - Breeding and Combat Improvements

OpenWorldInteractive Blog

On this weeks development update i focused on additional AI behaviors like improved combat decisions and pathfinding. Also i added a new feature which allows creatures to mating and reproduce. Each creature has a random timer to mate and also there is a slight chance to successfully give a birth to a baby.

We will focus on creating a dynamic environment. AI will have their own decisions to reproduce, create parties or packs, attack certain areas or groups, raid villages and more. The player will encounter random events while traveling on the map. Each encounter will be random and not pre-calculated. These events will be created by the AI decisions.