The debugging tools would include the following: – EntityDebugger: Component that can be attached to an entity and then logs all of the entity actions from entity components locking targets, starting progress on the targets, stopping progress, removing targets. The goal here is to have a log of all the decisions the unit is taking… Continue reading Debugging Tools
Author: OussamaBouanani
Turn Based Strategy Module
Add all the features required to make a turn based strategy game like Civilization.
Tower Defense Module
Add all the features required to create a tower defense through the inspector with editor components that allow to specify the route of units and the allowed places to place defensive elements.
Colony Simulation Module
A set of features that allows to create a colony simulator through the RTS Engine: – Advanced resource collection options that allow for fishing, hunting, farming and more. – Micro-handling of units, their equipment and inventory. – Other features that are available in colony simulation based games.
Advanced Formations Module
– Additional movement formations and handlers for the movement formations beyond the basic row and circle formations available in the core asset.
Unit Squads Module
A module that allows to control a group of units as a single squad with following features: – Launch movement and attack commands on a whole unit squad. – Handle individual unit and squad health. – Features existing in RTS games that do not rely on micro-managing individual units but rather whole unit squads.
Advanced Building Placement Module
– Adds a walls system where you can hold down and drag wall elements to create constructable walls and where walls can be turned into gates that can be opened/closed. – Grid-based building placement. – Builder-less building placement component where units are not required to place a building. – Auto-construction component for buildings.
Tech Tree Module
A module that builds upon the current upgrades system to allow you to create tech trees using a node based editor and handle unlocking elements of the tech tree using a component that can be attached to units, buildings or a standalone component accessible through independent UI elements. The module would offer basic overridable UI… Continue reading Tech Tree Module
Strategy Battle Module
Adds components that allows the RTS Engine to handle strategy battle games such as Clash Royale or Minion Masters. The type of strategy games where the player has a base, made of buildings, and is allowed to spawn attack units within a range or an area of their base which will then automatically move towards… Continue reading Strategy Battle Module
Mobile Controls Module
Add touch screen controls for camera movement, unit selection, unit movement, launching tasks and more. Please post the types of mobile controls that you wish to have in the RTS Engine. The goal is to provide different options for these controls.
