Foro Wanako1
¿Quieres reaccionar a este mensaje? Regístrate en el foro con unos pocos clics o inicia sesión para continuar.

Foro Wanako1

Programas Gratuitos, Desatendidos y Mucho más!!!
 
PortalPortal  ÍndiceÍndice  BuscarBuscar  Últimas imágenesÚltimas imágenes  ConectarseConectarse  RegistrarseRegistrarse  
Buscar
 
 

Resultados por:
 
Rechercher Búsqueda avanzada
Los posteadores más activos del mes
missyou123
Unreal Engine 5 C++: Make Your Own Action Combat  Game Vote_lcapUnreal Engine 5 C++: Make Your Own Action Combat  Game Voting_barUnreal Engine 5 C++: Make Your Own Action Combat  Game Vote_rcap 
tano1221
Unreal Engine 5 C++: Make Your Own Action Combat  Game Vote_lcapUnreal Engine 5 C++: Make Your Own Action Combat  Game Voting_barUnreal Engine 5 C++: Make Your Own Action Combat  Game Vote_rcap 
大†Shinegumi†大
Unreal Engine 5 C++: Make Your Own Action Combat  Game Vote_lcapUnreal Engine 5 C++: Make Your Own Action Combat  Game Voting_barUnreal Engine 5 C++: Make Your Own Action Combat  Game Vote_rcap 
ПΣӨƧӨFƬ
Unreal Engine 5 C++: Make Your Own Action Combat  Game Vote_lcapUnreal Engine 5 C++: Make Your Own Action Combat  Game Voting_barUnreal Engine 5 C++: Make Your Own Action Combat  Game Vote_rcap 
ℛeℙ@¢ᴋ€r
Unreal Engine 5 C++: Make Your Own Action Combat  Game Vote_lcapUnreal Engine 5 C++: Make Your Own Action Combat  Game Voting_barUnreal Engine 5 C++: Make Your Own Action Combat  Game Vote_rcap 
Engh3
Unreal Engine 5 C++: Make Your Own Action Combat  Game Vote_lcapUnreal Engine 5 C++: Make Your Own Action Combat  Game Voting_barUnreal Engine 5 C++: Make Your Own Action Combat  Game Vote_rcap 
ronaldinho424
Unreal Engine 5 C++: Make Your Own Action Combat  Game Vote_lcapUnreal Engine 5 C++: Make Your Own Action Combat  Game Voting_barUnreal Engine 5 C++: Make Your Own Action Combat  Game Vote_rcap 
geodasoft
Unreal Engine 5 C++: Make Your Own Action Combat  Game Vote_lcapUnreal Engine 5 C++: Make Your Own Action Combat  Game Voting_barUnreal Engine 5 C++: Make Your Own Action Combat  Game Vote_rcap 
Septiembre 2024
LunMarMiérJueVieSábDom
      1
2345678
9101112131415
16171819202122
23242526272829
30      
CalendarioCalendario
Últimos temas
» Women Of Power
Unreal Engine 5 C++: Make Your Own Action Combat  Game EmptyHoy a las 2:39 am por missyou123

» Virtual Assistant: Internationally Accredited Course
Unreal Engine 5 C++: Make Your Own Action Combat  Game EmptyHoy a las 2:38 am por missyou123

» Treat Autism Early: Beginning Strategies For Parents
Unreal Engine 5 C++: Make Your Own Action Combat  Game EmptyHoy a las 2:36 am por missyou123

» Trader Startup (Everything You Need To Do It Independently)
Unreal Engine 5 C++: Make Your Own Action Combat  Game EmptyHoy a las 2:35 am por missyou123

» The Investment Property Specialist Program
Unreal Engine 5 C++: Make Your Own Action Combat  Game EmptyHoy a las 2:34 am por missyou123

» The Complete Cyber Awareness Training Program For Employees
Unreal Engine 5 C++: Make Your Own Action Combat  Game EmptyHoy a las 2:33 am por missyou123

» Stop Wasting Your Time
Unreal Engine 5 C++: Make Your Own Action Combat  Game EmptyHoy a las 2:32 am por missyou123

» Seismic Analysis and Design of a RC Building using ETABS
Unreal Engine 5 C++: Make Your Own Action Combat  Game EmptyHoy a las 2:31 am por missyou123

» Salsa Bachata Latin Dancing
Unreal Engine 5 C++: Make Your Own Action Combat  Game EmptyHoy a las 2:30 am por missyou123

Sondeo
Visita de Paises
free counters
Free counters

Comparte | 
 

 Unreal Engine 5 C++: Make Your Own Action Combat Game

Ver el tema anterior Ver el tema siguiente Ir abajo 
AutorMensaje
missyou123
Miembro Mayor
Miembro Mayor


Mensajes : 73343
Fecha de inscripción : 20/08/2016

Unreal Engine 5 C++: Make Your Own Action Combat  Game Empty
MensajeTema: Unreal Engine 5 C++: Make Your Own Action Combat Game   Unreal Engine 5 C++: Make Your Own Action Combat  Game EmptyJue Ago 29, 2024 1:18 am

Unreal Engine 5 C++: Make Your Own Action Combat Game


Unreal Engine 5 C++: Make Your Own Action Combat  Game 6b1b82f92f58f234f7cdc1694ff92b9e

Published 8/2024
MP4 | Video: h264, 1920x1080 | Audio: AAC, 44.1 KHz
Language: English | Size: 13.08 GB | Duration: 15h 28m

Master Dynamic Combat, AI Challenges, and C++ Techniques to Create Your Own Epic Action Games in UE5


What you'll learn
Build action-packed combat systems with Unreal Engine 5 and C++.
Master dynamic animations to make your characters fight like pros.
Create enemy AI that's relentless and keeps players on their toes.
Develop scalable stat systems using maps and enums.
Get hands-on with advanced C++ coding, writing over a thousand lines.
Navigate Unreal's docs to find exactly what you need, fast.
Learn to use interfaces and design patterns like the observer pattern.
Debug like a boss to prevent memory leaks and keep your game smooth.
Requirements
To get the most from this course, you'll have a solid foundation of C++ concepts, such as variables, conditional statements, classes, and methods.
Description
Ready to create third-person melee combat moments like your favourite AAA brawler games, and take your C++ skills to a new level in UE5?Even if you're not a combat designer, this course is an awesome way to power-up your game dev toolkit. We'll kick things off by coding a component for locking onto enemies, so you don't have to keep messing with the camera. Focus on the fight, not the fiddling!Next up, we're diving into player combat. Learn how to make your game feel dynamic by cycling through multiple attack animations. Your characters won't just fight-they'll perform.And what's combat without a killer stat system? You'll build a scalable stat system using maps and enums. This makes sure your game can grow without turning into a tangled mess of code. It's all about writing clean, scalable code that lasts.The enemies in your game won't just stand there-they'll be fierce! You'll code an enemy AI that throws fireballs, charges at players, and keeps them on their toes. Your battles will be tough and thrilling, just like in the best action games.This course isn't like most others. We're using C++ to write 90% of the game's logic. Get ready to write over a thousand lines of code and pick up loads of new C++ tricks.That's a game-changer for anyone wanting to master Unreal Engine 5. You'll learn to use interfaces and design patterns like the observer pattern to make your game smart and efficient.By the end, you'll know how to build a game using advanced C++ skills and make it run smoothly. You'll get confident with Unreal's documentation, debug like a pro, and keep your code nice and tidy with best practices.Got the basics of C++ down? Awesome! If you know your variables, conditional statements, classes, and methods, you're ready to roll. This course will take you from basics to building a full-on action combat game. Avoid the nightmare of messy codebases and learn to do things right from the start.So, what are you waiting for? Jump in, start coding, and let's create something epic together (pun intended!).
Overview
Section 1: Introduction & Setup
Lecture 1 Accessing Our Projects
Lecture 2 Community & Support
Lecture 3 Installing Unreal and Visual Studio
Lecture 4 Starting a New Project
Lecture 5 Check Out the Book
Section 2: Character Movement
Lecture 6 Section Intro - Character Movement
Lecture 7 Importing the Player and Enemy Models
Lecture 8 Adding Animation Blueprints
Lecture 9 Adding Animation Blendspaces
Lecture 10 Playing Animation Blendspaces
Lecture 11 Creating a C++ Anim Instance Class
Lecture 12 Unreal Properties
Lecture 13 Converting Nodes Into Functions
Lecture 14 Function Specifiers
Section 3: Lockon System
Lecture 15 Section Intro - Lockon System
Lecture 16 Debugging File Updates
Lecture 17 Creating an Actor Component Class
Lecture 18 Adding Input Actions
Lecture 19 Understanding Tracing and Channels
Lecture 20 Performing Traces With C++
Lecture 21 Locking the Camera and Player
Lecture 22 Rotating the Player Toward the Target
Lecture 23 Adjusting the Camera
Lecture 24 Ending the Lockon
Lecture 25 Breaking the Lockon
Lecture 26 Adding a Target Widget
Lecture 27 Adding Interfaces
Lecture 28 Validating Interfaces
Lecture 29 Implementing Interface Functions
Lecture 30 Combat Locomotion
Lecture 31 Observer Pattern
Lecture 32 Calculating the Player's Direction
Lecture 33 Lockon Section Cleanup
Section 4: Player Combat
Lecture 34 Section Intro - Player Combat
Lecture 35 Grabbing Socket Locations and Rotations
Lecture 36 Adding Tracing to Our Weapon
Lecture 37 Drawing Debug Shapes
Lecture 38 Storing Animation Montages
Lecture 39 Playing Combo Attacks
Lecture 40 Animation Notifications
Lecture 41 Enabling Root Animations
Lecture 42 Overriding Virtual Functions
Lecture 43 Applying Damage to Opponents
Lecture 44 Ignoring Targets
Lecture 45 Animation Notify States
Section 5: Stats
Lecture 46 Section Intro - Stats
Lecture 47 Creating Maps
Lecture 48 Defining Enums
Lecture 49 Instantiating Components
Lecture 50 Reducing Character Health
Lecture 51 Reducing Stamina
Lecture 52 Checking for Stamina
Lecture 53 Adding Sprinting
Lecture 54 Draining Stamina
Lecture 55 Stamina Regeneration
Lecture 56 Adding a Regeneration Delay
Section 6: Enemy Behaviour
Lecture 57 Section Intro - Enemy Behavior
Lecture 58 Starting the Boss Animation
Lecture 59 Pawn Sensing
Lecture 60 Running a Behavior Tree
Lecture 61 Blackboard Decorator
Lecture 62 Setting and Getting Blackboard Keys
Lecture 63 Creating Behavior Tasks
Lecture 64 Playing the Ranged Attack Animation
Lecture 65 Creating a Projectile Actor
Lecture 66 Spawning the Projectile
Lecture 67 Rotating the Projectile
Lecture 68 Rotation Interpolation
Lecture 69 Rotating With Anim Notify States
Lecture 70 Collision Overlap Event
Lecture 71 Changing Particle System Templates
Lecture 72 Setting Timers
Lecture 73 Disabling Collision
Lecture 74 Applying Damage to Players
Lecture 75 Generating Random Values
Lecture 76 Switching to the Charge State
Lecture 77 Animations With State Machines
Lecture 78 Playing the Charge Animation
Lecture 79 Overriding the TickTask Function
Lecture 80 AI Move Requests
Lecture 81 Binding a Function to an Event
Lecture 82 Boosting the Character's Speed
Lecture 83 Finishing Latent Tasks
Lecture 84 Unreal Structures
Lecture 85 Refactoring the Trace Component
Lecture 86 Supporting Damage on the Enemy
Lecture 87 Creating Behavior Tree Services
Lecture 88 Aborting a Task
Lecture 89 Switching to the Melee State
Lecture 90 Actor Move Requests
Lecture 91 Finishing the Melee Task
Lecture 92 Selecting Random Attacks
Lecture 93 Grabbing the Animation Duration
Lecture 94 Switching to the Range Attack
Lecture 95 Finishing Touches
Lecture 96 Creating a Melee Range Stat
Section 7: Game Interface
Lecture 97 Section Intro - Game Interface
Lecture 98 Designing the Player UI
Lecture 99 Pure Blueprint Functions
Lecture 100 Updating the UI With Events
Lecture 101 Fixing the Enemy's Target Reset
Lecture 102 Designing the Enemy UI
Lecture 103 Finishing the Enemy UI
Lecture 104 Widget Animations
Lecture 105 Playing Widget Animations
Section 8: Finishing Touches
Lecture 106 Section Intro - Finishing Touches
Lecture 107 Disabling Player Input
Lecture 108 Subscribing to Events With C++
Lecture 109 Stopping AI Brain Logic
Lecture 110 Destroying Widgets
Lecture 111 Ending the Lock on Behavior
Lecture 112 Cached Poses and Blending Bones
Lecture 113 Playing the Block Animation
Lecture 114 Using Dot Products
Lecture 115 Hit Animations
Lecture 116 Rotating on an Axis
Lecture 117 Ignoring Damage
Lecture 118 Spawning Emitters
Lecture 119 Fixing the Player Attack Reset
Lecture 120 Camera Shake
Lecture 121 Adding a New Map
Section 9: Course Wrapup
Lecture 122 Outro
Perfect if you want to get into the ever-growing popular action combat genre to make your dream game, your way!,Great if you want to learn best practices the first time, so you don't find yourself in a mess with unmaintainable codebases.,Ideal if you have a solid grasp of C++ concepts but are new to game development.

Screenshots

Unreal Engine 5 C++: Make Your Own Action Combat  Game 4eb84ca584143bb06b444fe68959df26

rapidgator.net:
Código:

https://rapidgator.net/file/0d3ae604c659b7afd1a73b00c704dbd0/drxfv.Unreal.Engine.5.C.Make.Your.Own.Action.Combat.Game.part01.rar.html
https://rapidgator.net/file/a616cb390ec41ec5a8e39dead58203b1/drxfv.Unreal.Engine.5.C.Make.Your.Own.Action.Combat.Game.part02.rar.html
https://rapidgator.net/file/daf0de6c3949ffbb7a9c3bce3bc737f6/drxfv.Unreal.Engine.5.C.Make.Your.Own.Action.Combat.Game.part03.rar.html
https://rapidgator.net/file/31bfd6d7de710c0d6ee1e20e957395c5/drxfv.Unreal.Engine.5.C.Make.Your.Own.Action.Combat.Game.part04.rar.html
https://rapidgator.net/file/83a79b9c839692d92e94fbc74a2a2539/drxfv.Unreal.Engine.5.C.Make.Your.Own.Action.Combat.Game.part05.rar.html
https://rapidgator.net/file/176b467596f7211effcdd272bf60a783/drxfv.Unreal.Engine.5.C.Make.Your.Own.Action.Combat.Game.part06.rar.html
https://rapidgator.net/file/c46ed92f2bc83698d0e23e14dd5d705c/drxfv.Unreal.Engine.5.C.Make.Your.Own.Action.Combat.Game.part07.rar.html
https://rapidgator.net/file/af94779d86dee8eb08927c7c3927781d/drxfv.Unreal.Engine.5.C.Make.Your.Own.Action.Combat.Game.part08.rar.html
https://rapidgator.net/file/110b9184de9deec078885cb775e38b61/drxfv.Unreal.Engine.5.C.Make.Your.Own.Action.Combat.Game.part09.rar.html
https://rapidgator.net/file/0307a0daad2ef52020ecc32e95a58aef/drxfv.Unreal.Engine.5.C.Make.Your.Own.Action.Combat.Game.part10.rar.html
https://rapidgator.net/file/24ed4af5b40f29d8c012d2df14488872/drxfv.Unreal.Engine.5.C.Make.Your.Own.Action.Combat.Game.part11.rar.html
https://rapidgator.net/file/19296ccf5e3365aca99c17c4a687d0ee/drxfv.Unreal.Engine.5.C.Make.Your.Own.Action.Combat.Game.part12.rar.html
https://rapidgator.net/file/b33cd3190a2f75abf176f25113497362/drxfv.Unreal.Engine.5.C.Make.Your.Own.Action.Combat.Game.part13.rar.html
https://rapidgator.net/file/818a2a422bf8721f2551926afe7444c5/drxfv.Unreal.Engine.5.C.Make.Your.Own.Action.Combat.Game.part14.rar.html

nitroflare.com:
Código:

https://nitroflare.com/view/1CB962B2D902665/drxfv.Unreal.Engine.5.C.Make.Your.Own.Action.Combat.Game.part01.rar
https://nitroflare.com/view/441B6048F2A4434/drxfv.Unreal.Engine.5.C.Make.Your.Own.Action.Combat.Game.part02.rar
https://nitroflare.com/view/ED4B562FBC4F15E/drxfv.Unreal.Engine.5.C.Make.Your.Own.Action.Combat.Game.part03.rar
https://nitroflare.com/view/6632FD5B713EC05/drxfv.Unreal.Engine.5.C.Make.Your.Own.Action.Combat.Game.part04.rar
https://nitroflare.com/view/C790DECD5A6D31B/drxfv.Unreal.Engine.5.C.Make.Your.Own.Action.Combat.Game.part05.rar
https://nitroflare.com/view/09F3A37F624486A/drxfv.Unreal.Engine.5.C.Make.Your.Own.Action.Combat.Game.part06.rar
https://nitroflare.com/view/739139B092F7B42/drxfv.Unreal.Engine.5.C.Make.Your.Own.Action.Combat.Game.part07.rar
https://nitroflare.com/view/38E8BF85CD7D743/drxfv.Unreal.Engine.5.C.Make.Your.Own.Action.Combat.Game.part08.rar
https://nitroflare.com/view/F25336F4F6E20E1/drxfv.Unreal.Engine.5.C.Make.Your.Own.Action.Combat.Game.part09.rar
https://nitroflare.com/view/7C1520C2E7EBB68/drxfv.Unreal.Engine.5.C.Make.Your.Own.Action.Combat.Game.part10.rar
https://nitroflare.com/view/9275BB34DFE6ABF/drxfv.Unreal.Engine.5.C.Make.Your.Own.Action.Combat.Game.part11.rar
https://nitroflare.com/view/7BC52D047BE5626/drxfv.Unreal.Engine.5.C.Make.Your.Own.Action.Combat.Game.part12.rar
https://nitroflare.com/view/FB748B08E7A30BF/drxfv.Unreal.Engine.5.C.Make.Your.Own.Action.Combat.Game.part13.rar
https://nitroflare.com/view/1E1C0281ADAFA8D/drxfv.Unreal.Engine.5.C.Make.Your.Own.Action.Combat.Game.part14.rar
Volver arriba Ir abajo
 

Unreal Engine 5 C++: Make Your Own Action Combat Game

Ver el tema anterior Ver el tema siguiente Volver arriba 
Página 1 de 1.

 Temas similares

-
» Unreal Engine 5: Create and Publish a 3D Action Mobile Game
» Make Hitman Game In Unreal Engine 5.3 C++ (Beginner To Pro)
» Unreal Engine 5 Beginner Blueprints: Make your first game!
» How To Make a 3d Platformer In Unreal Engine 4
» How to create a mobile game for iOS with Unreal Engine 4

Permisos de este foro:No puedes responder a temas en este foro.
Foro Wanako1 :: Programas o Aplicaciónes :: Ayuda, Tutoriales-