
UE Tools
Quest system plugin
This project is a quest system that handles all the logic for the user, and allows a person with a very low technical level create ChainQuests with conditions, in a very modular way.
UE Projects
In this video, four different projects appear:
VR Cyberpunk Game: This is a project made for VR, in this game The main mechanics are, a scanner similar to the one in Cyberpunk 2077, a door system that allows you to create keys and doors and pair them, and a katana that slices some assets in the environment. All is created using C++ for the core and blueprint for the gameplay elements
Multiplayer Crossbow: In this project is a shooter multiplayer that uses blueprints and replication, the most important mechanics in the project are change the arrow type, each arrow has an effect, health system, ammo system and points system.
Gameplay Ability System: this is a project that uses GAS system from epic to create a simple ARPG mage character, with 2 area attacks, a tp and a self buff. Uses C++ and Blueprints.
Multiplayer RTS is a simple RTS with a system that allows you to assign a NPC to a building and gives the NPC orders like collect a specific resource, it have a craft system, and a building system. Completely created in blueprints.