The Adventure Kit is a C++ plugin that includes gameplay elements which can be used as a basis for a variety of games.
Preview: youtube.com/watch?v=GjGaaPIigvs
Demo Game: freetimestudio.github.io/Adventure-Kit
Features:
Flexible Movement System:
The movement system of the kit includes everything a good adventure needs: Ledges, Ladders, Walls, Ceilings, Tight Spaces, Balancing Beams and Ziplines! All these movement zones can be configured to work with different types of characters and the underlying base classes allow for an easy implementation of custom behaviors.
Item and Inventory System:
Augment your character with an inventory that can hold items, weapons and equip them on the character. You
can also use key items to open locks or combine them to craft something different!
Over 70 New Animations
Weapons:
The kit's item system includes weapon functionality and has implementations for Pistol, Machine Gun, Minigun, Bow, Sword, Boomerang, Overheating Gun and Grappling Hook.
Game Templates:
The templates include starter levels for a variety of games such as Zelda, Darksiders, Outlast, Mirror's Edge, Splinter
Cell and Point and Click Adventures!
Wall Walking:
Create characters that move on the ceiling or around planetoids! Set a gravity direction and the character will orient
itself accordingly.
No C++ required:
The plugin is written in C++ but everything you need is exposed to Blueprints! Technical Details No longer in development! Legacy Support Only!