Advanced Combat System

Unreal Engine free plugin

A free plugin for Unreal Engine that allows you to create complex weapons and damage events with ease.

Advanced Combat System Plugin Logo Image

This plugin contains functionallity to easilly create new weapons, damage events, armor, realistic bullets, optimized bullet generation, easy to use FX and facilities. Create a new weapon requieres just a bit of simple programming in blueprints, or none at all if you use the bullets from the demo.

Features:
  • A robust and adaptable Health component.
  • As many armors as needed.
  • Easy to create and modify weapons with a base weapon and it's two sub-classes for melee and fire weapon
  • Spawn bullets with a low latency with the bullet pool system.
  • Have detailed simulations for bullets with ricocchete and penetration effects based on the surface
  • Spawn effects with a pre-integrated randomizer
  • Build in settings to allow the effects to adapt to the user requirements
  • All written in c++ and exposed to blueprints for better performance.
Modules:
  • Core: The main module, containing the core functionality.
  • Weapons: The weapons module, containing the weapon component and the weapon classes.
  • Health: The health module, containing the health component and the armor classes.
  • Weapons (Editor): The weapons editor module, containing the weapons editor classes.
  • Effects: The FX module, containing the FX classes.
Documentation