The May sale is here! Save 70% on select products now through May 23.

AGR PRO

AngeIV - Code Plugins - May 4, 2021

Set of c++ components to solve common gameplay problems and manage multiplayer features.

  • Supported Platforms
  • Supported Engine Versions
    4.25 - 4.27, 5.0 - 5.3
  • Download Type
    Engine Plugin
    This product contains a code plugin, complete with pre-built binaries and all its source code that integrates with Unreal Engine, which can be installed to an engine version of your choice then enabled on a per-project basis.

AGR – AngeIV’s “Advanced Game Ready” components is a system born out of years of development experience, as a set of components and functions that contain a set of repeating elements of gameplay mechanics, multiplayer features, and solve common problems.

Created based on 6 years of experience with UE4, with a passionate and dedicated community of senior developers over discord.

The project is free and driven entirely by the voluntary support of patreons.

| INTRO VIDEO | DISCORD | FORUM SUPPORT | TUTORIALS | PATREON |

 -----

V 1.0

AGR Animation System:

  • AGR Anim Master – character component that completes the character movement component and manages the replication of states.
  • AGR Core Anim Instance – animation instance class that reads the value from character movement component as well as AGR Anim Master, and calculates most variables for locomotion you will ever need.
  • AGR Character – standard character class with AGR Anim Master and some default settings changed into what we believe should be the real defaults. Not a must for workflow with an animation system.

V 2.0

AGR Sound System:

  • AGR Sound Master – Component responsible for managing footstep sounds, volume, notifications, and particle effects. Can manage footsteps without notifications.
  • Footstep Config DataAsset - Stores configuration for a set of behaviour for footsteps.
  • AGR Footstep Notify - Triggers notifications for Sound Master Component.

V 3.0

AGR Inventory System:

  • AGR LIBRARY - blueprint function library to get components by class in an easy and fast manner.
  • AGR Inventory Manager – stores and manages references to item actors. Can be part of a character inventory or work as a container if attached to any other actor. Doesn't require an Equipment Manager to work.
  • AGR Equipment Manager - Manages the equip/unequip events and makes sure that items in use, are being properly processed. Works with Inventory manager.
  • AGR Item Component - Stores item values. Allows for the transformation of ANY actor class or type into an inventory item. Manages events: pickup, drop, use, and provides you with event dispatchers to handle even more events.
  • Added the animation debug widget. Now in project settings/plugins, you can find a configuration for showing a debugger widget that allows watching all variables and states of the animation system. Works in the editor only.
  • Code refactor and performance improvements. Fixed all known errors including packaging project errors.
  • The inventory system works in multiplayer on both listen and dedicated servers. Has important variables serialized for savegame.

V 4.0

AGR Combat System:

  • AGR Combat Manager – Component responsible for tracking actors active colliders for melee hit precise traces. Notifies the owner via event dispatchers.
  • AGR_Attack_Notify - Notification state that searches for owners combat manager and activates/deactivates tracing on attacks. Traces can be also activated and deactivated via events on the component.
  • 5 types of traces - simple line trace, simple capsule trace, simple box trace. Advanced line, advanced box. All configurable for performance! Works well on super fast animations and time dilatation scaling.
  • Relies on animations and is net-independent - so as long as you run animations in proper replication (in example via GAS) - it will be server authoritative, and client predicting.


-----

Works very well with other systems. Doesn’t require to reparent your classes.

This pack will grow over time with new components added to the family. In plans for the near future are:

  • Input buffer / Action manager
  • Combat Manager (combo manager)

----- 

Important notice:

The system is created mostly for intermediate and advanced users of unreal engine 4. 1 year of experience is advised. However, we're putting much effort to make the workflow easier for new users via the plugins. It can still be intimidating for someone who doesn’t have basic experience with the engine and its core elements.

 -----

 Special Thanks:

  • Karolina M. Kulikowska for supporting me for all the years when I was ready to give up :)
  • duxart – for creating the logo
  • geno, OneSilverLeaf, Mhmd Rida, mklabs, Manne for transferring BP into elegant code
  • xLilGothBoo, Scorpius_29R, Doogymoogy, .WafferX – our community moderator team

And all the supporters:

  • Michael Milne, DarkMoon, James Stanley, Doogymoogy,
  • Daquan Sease Thomas F. Anderson V Kum Bosse Erichsen Raymond Ostapowycz Ted Soper SuperMarine Games Mickael Daniel Yaki Studios alessandro agostini Maxime Moritz Naser Tim Lau Bence Kovacs jjskora thejobycat Auxeva Aleksandr Grigorjev mikey wilson Jacques Geldenhuys Joost Boelsma Chen Jason

This project would not exist if not for those awesome people! Thank you!

Technical Details

Features:

  •  AGR Anim Master
  • AGR Core Anim Instance
  • AGR Character
  • AGR Library
  • AGR Sound Manager
  • AGR Inventory Manager
  • AGR Equipment Manager
  • AGR Item
  • AGR Combat Component

Code Modules:

  •  AGR PRO (Runtime)

Number of Blueprints: 0

Number of C++ Classes: 12

Network Replicated: Yes

Supported Development Platforms: Windows (not tested on others)

Supported Target Build Platforms: Win64, Win32, Mac, IOS, Android, Linux

Documentation: YouTube Tutorials

Example Project: none

Important/Additional Notes: Newest version will support only the 2 newest versions of the engine.