Themabewertung:
  • 0 Bewertung(en) - 0 im Durchschnitt
  • 1
  • 2
  • 3
  • 4
  • 5
Unreal Engine 5 - Gameplay Ability System - Top Down RPG
#1
[Bild: cce1178dab08e3876ff240ad8ba49542.jpg]

Unreal Engine 5 - Gameplay Ability System - Top Down RPG
Last updated 11/2023
Created by Stephen Ulibarri
MP4 | Video: h264, 1280x720 | Audio: AAC, 44.1 KHz, 2 Ch
Genre: eLearning | Language: English + srt | Duration: 428 Lectures ( 84h 48m ) | Size: 61 GB



Create a multiplayer RPG with Unreal Engine's Gameplay Ability System (GAS)!




What you'll learn
Unreal Engine's Gameplay Ability System
Multiplayer Gameplay Mechanics
Creation of a full RPG with Combat, Experience and Level Ups, Enemies, Spells, Menus, Game Saving, and much more
SOLID coding principles and AAA quality code architecture
How to determine which code goes in Blueprints and which code goes in C++ for optimal performance in a shipped game
Scalable, modular, maintainable, and expandable code that can serve as the foundation for any serious game
All core features of the Gameplay Ability System
Code debugging tools and practices

Requirements
Knowledge of the C++ Programming Language
Fundamentals of Unreal Engine C++ - have at least created one Unreal Engine C++ project

Description
This is the most comprehensive Unreal Engine course available. If you want to learn how to architect a fully-functional RPGgame, this course will give you the ability to do so with an expandable code base, architected with AAA quality code. If you've ever wondered where to draw the line between C++and Blueprints, this is the course for you. If you've ever wanted to create an RPG complete with a stats system, abilities, leveling up, spells, attributes, menus, all while keeping your code base clean and following best practices, this is the course for you. If you want to step up your Unreal Engine development capabilities and better understand the inner workings of the engine, this course is for you. If you have plans to make your own serious game with interconnecting systems, involving attributes, abilities, level ups, enemies and AI, and coded for multiplayer, this is the course for you!In this course, we will create a top-down RPGstyle game, filled with systems architected using Unreal Engine's built-in Gameplay Ability System(GAS). This is where you will learn how to architect a shipped game, and code it expertly so it can be easily expanded, upgraded, and maintained. We follow SOLIDcoding principles, and balance the Blueprint/C++ratio in a way that AAAshipped games do, such as Fortnite. My experience with AAAshipped game code, as well as consultations with industry veteran developers has allowed me to reveal to you the way a real shipped game's code base looks like. If you've ever wondered how much of a game can be kept in Blueprint versus C++, look no further. This course is the answer.The assets in this game project were made specifically for this course, and will be provided in an asset pack. This includes:Characters, including Aura, the main character, as well as enemy characters including Goblin Warriors, Goblin Rangers, a Goblin Shaman, Red and Black Demons, the Ghoul, and a Shroom.A modular dungeon pack that can be pieced together to make basic dungeonsAwaypoint shrine and obelisksParticle Niagara System Effects, including explosions, level up effects, slingshot rocks, hit impacts, electricity beams, fireballs, fire bolts, flames, stars for stun effects, and more!Sound effects for enemies, footsteps, spells, and more!Textures for the HUD, including high-quality buttons, frames, dynamically-animated spell globes, progress bars, XPbar, and more!Full animation sets for Aura and all enemiesMuch more!In this course, we will be covering the following topics:Setting up a Top-Down Project from scratchEnemy and item selection with outline effectsProper use of OOP and inheritance to create a character class hierarchyIntro to the Gameplay Ability System and the core classes that comprise itCustom Gameplay Ability System Components and Attribute Sets, and how to replicate AttributesAll important settings for all GASclasses and componentsHow to use Attributes for player stats, including Primary Attributes:Strength (increases physical damage)Intelligence (increases magical damage)Resilience (increases Armor and Armor Penetration)Vigor (increases Max Health)Secondary Attributes, based off of primary attributes and other custom variables:Armor (reduces damage taken, improves Block Chance)Armor Penetration (ignores percentage of enemy Armor, increases Critical Hit Chance)Block Chance (change to cut incoming damage in half)Critical Hit Chance (chance to double damage plus critical hit bonus)Critical Hit Damage (bonus damage added when a critical hit is scored)Critical Hit Resistance (reduces critical hit chance of attacking enemies)Health Regeneration (amount of Health restored every 1 second)Mana Regeneration (amount of Mana restored every 1 second)Max Health (maximum amount of Health obtainable)Max Mana (maximum amount of Mana obtainable)Vital Attributes - things like Health and Mana, which are dependent on all the other attributesGameplay Effects - classes in the GASsystem used to apply changes to attributesGameplay Tags - an essential part of GAS, which allows us to identify qualities, attributes, abilities, character classes, and any other thing we can imagineGame UI - how to handle complex UIin an RPGgame efficiently, in an organized, modular, and scalable manner. We cover different UIparadigms, from MVC(Model View Controller) and MVVM(Model View ViewModel, using Unreal Engine's new ViewModel feature)Full Attribute and Spell Menus, with upgrade abilities, spell trees, locked spell levels, spell upgrades by ability level, and moreAttributes - how to use Gameplay Attributes to represent player stats, and incorporate them into the gameplay mechanics by creating an Effect Application pipeline, allowing for calculations and results caused by phenomena in the game, such as combat damageGameplay Abilities - the heart of GAS. We create all manner of types of gameplay abilities to handle the casting of spells, handling important capabilities of the player character and enemy AI, and how to configure different abilities to suit your needs. Different RPGClasses - we implement different character RPGclasses including the Ranger, Warrior, and Elementalist, and do so in an easily-scalable manner so you can have any number of character class types in your gameDamage and Combat - we implement a full RPGstyle combat system with different damage types, damage resistances, and debuffs corresponding to damage types, and encode these calculations into our damage pipeline. All attributes, damage types, resistances and debuffs are functional in this game. All combat mechanics are displayed in some form of visual feedback to the player. This includes floating text for damage, changing color based on custom criteria, floating text to inform of critical hits, blocked hits, and critical blocked hits. We also implement knockback and stun mechanics in response to lightning damage, incapacitating the character/enemy, as well as fire debuffs, where characters are set ablaze and take fire damage while burning.Enemy AI- We implement the enemy behavior using Unreal Engine Behavior Trees and the Environment Query system (EQS) to provide customized behavior for the Ranged, Warrior, and Elementalist enemy types. Enemies can cast spells and summon AIminionsFading geometry when it gets in the way of the camera for a top-down gameAbility Cost and Cooldown (spells spend Attribute resources - in this game, spells cost Mana)Fully functional HUD with Equipped Spells, displaying spell cooldown timers, and experience (XP)The ability to assign Abilities to different inputs in the spell menu (assign FireBolt to the 1 key and Electrocute to the Left Mouse Button, swap them back, etc.)Experience and Level-Up System - We craft an experience system, awarding XPfor eliminating enemies, and leveling up when reaching XPthresholds for various abilities. XPand Level are displayed in the HUD, and Level Up messages and effects are as well. Leveling up is associated with gaining Attribute Points and Spell Points, which can be used to upgrade Attributes and Spell abilities in the Attribute and Spell Menus respectively, as well as topping off Health and Mana upon Leveling Up. (Basically, you will see enough examples of how to use this system that you'll be able to expand it with any functionality you want for your own games)Passive Spells - Spells that you can equip which remain active while they are equipped.A variety of Offensive Spells, showcasing different examples and features of GAS, including FireBolt, Electrocute, Arcane Shards, and FireBlast.Saving Progress and Level TransitionsIntermediate/Advanced Unreal Engine topics, including custom Async Tasks, Ability Tasks, Blueprint Function Libraries, Asset Managers, Singletons (and why these are only good for a VERYselect few cases), custom Gameplay Effect Contexts, NetSerialization, Struct Ops Type Traits, C++Lambdas, game mechanics algorithms, and oh, so much more.How to choose which functionality should go into C++versus Blueprint - This is one of the most valuable lessons, and is taught all throughout the course. Students often ask me "which functionality should go in C++versus in Blueprint?"This course is my answer. This is a serious-scale project foundation with over 100 hours of video, and no filler. The project is architected with approximately 50%Blueprints and 50%C++. Ishow you which functionality should be on the C++side, which functionality is more appropriate for Blueprints, and why. SOLIDCoding Principles and code architecture - We keep our code base clean in this project. Another question Ioften get is "Is this BESTCODINGPRACTICE???" This course is my answer to this question. This is an example of code you would see in a AAAgame, shipped to millions of players. Maintaining clean and modular code is essential to a serious game project that needs to be scalable, expandable, modular, maintainable, testable, performant, and efficient. This course will show you how.This is not a beginner course. Iexpect you to already understand the C++programming language and have at least created one Unreal Engine C++project. Irecommend that you take the following courses before this one, if you haven't already:Learn C++for Game Development, by Stephen UlibarriUnreal Engine 5 C++The Ultimate Game Developer Course, by Stephen UlibarriORalready have equivalent knowledge, whether you obtained it through self-study or other resources/tutorials. If you already have game development experience and feel like you can handle it, feel free to jump in!If the C++code seems too over your head, take a look at the above two courses, as they teach you everything you need to know to have a smooth and fun experience in this course. Everything that isn't covered in these two courses will be explained in depth, and I'm assuming you know nothing about GASor the advanced topics we cover in this course.This course is my best course yet, and I'm very proud to bring you the Unreal Engine 5 - Gameplay Ability System - Top Down RPG course, the result of nearly a year of painstaking development, research, consultation with professionals, and asset creation. After taking this course, you will understand Unreal Engine far better than the average developer, and you'll be empowered to create your own well-architected projects, large and small, and you'll bring value to your team, your company, your solo venture, and anyone/anything else you grace with your skillset.Join the course, join the awesome Druid Mechanics Discord Community, and invest in the biggest leap of your game development career.Stephen Ulibarri, founder of the Druid Mechanics Game Developer Community

Who this course is for
Those who wish to know how to architect a scalable and shippable game in Unreal Engine
Those who wish to know how to implement gameplay Attributes, Abilities, Experience, Level Ups, and how to maintain these in a clean code base
Those who wish to know how to handle game UI for complex systems in an efficient manner
Those who wish to create their own RPG, MOBA, Shooter Game, or any other type of game involving attributes, skills, spells, or other custom mechanics
Those who wish to know how to implement enemy AI with Behavior Trees and Environment Queries (EQS)
Those who have Unreal Engine experience and are looking to expand their skillset to create shippable games
Those who are looking for a comprehensive course on the Gameplay Ability System (GAS) so they can use it in their own game projects
Hobbyists and Professional Game Developers alike will benefit from this course
AAA developers who need to learn the fundamentals of GAS for their team's game project
Leaders of game development projects who need to understand how GAS works in Unreal Engine, its capabilities, limitations, and costs on time and effort for developers
Teams who need to architect their game project in a scalable manner, so it will be easily maintainable post-launch
Anyone who has created some basic Unreal Engine projects and is ready for some next level greatness!


[Bild: 428950593_unreal_engine_5_-_gameplay_abi...wn_rpg.jpg]


Zitieren


Möglicherweise verwandte Themen…
Thema Verfasser Antworten Ansichten Letzter Beitrag
  Learning Unreal Engine: From Beginner To Pro Panter 0 53 16.02.2024, 19:19
Letzter Beitrag: Panter
  Building Medieval Worlds - Unreal Engine 5 Modular Kitbash Panter 0 59 14.02.2024, 09:17
Letzter Beitrag: Panter
  Unreal Engine 5 : The Witcher Inspired Scene Panter 0 60 12.02.2024, 00:14
Letzter Beitrag: Panter
  Unreal engine 5 : Create video game in UE5 with Blueprint Panter 0 64 09.02.2024, 23:35
Letzter Beitrag: Panter
  The Unreal Engine 5 Masterclass Panter 0 54 07.02.2024, 10:40
Letzter Beitrag: Panter
  The Unreal Arsenal: Learn C++ and Unreal Engine Panter 0 55 27.01.2024, 09:54
Letzter Beitrag: Panter

Gehe zu:


Benutzer, die gerade dieses Thema anschauen: 1 Gast/Gäste
Expand chat