Learning to Make Games with UE4 and Action RPG | GDC 2019 | Unreal Engine

  Рет қаралды 89,933

Unreal Engine

Unreal Engine

Күн бұрын

Пікірлер: 47
@reaktorleak89
@reaktorleak89 5 жыл бұрын
I second that, more RPG System tutorials. I didn't realize how powerful Unreal was!
@Liaret
@Liaret 5 жыл бұрын
Awesome! When working on our own ability/skill system in 4.16, there were no docs and no info about Gameplay Abilities system, so I had to write the system from scratch. Great that now there's a native API for this :)
@calmsh0t
@calmsh0t 5 жыл бұрын
I still wish you guys would offer the same detail of documentation for your built in C++ fuctionalities as you do for your blueprints. It can get very tiresome to dig in the source code the whole time, unfolding a tree of functions to fully understand a certain part of your engine. I think Unity does a great job here....
@Liaret
@Liaret 5 жыл бұрын
Agreed, UE4 is bad at this so far. I had to dig tons of source code to write a custom in-engine Talent Tree editor, which could have been covered by a couple of documentation pages on Slate and EdGraph.
@conFIGuredAPK
@conFIGuredAPK 5 жыл бұрын
@@Liaret What about posting what you did to save the rest of us all the time you spent? :)
@Liaret
@Liaret 5 жыл бұрын
@@conFIGuredAPK Oh I will, I'm planning to do the tutorial series or at least couple articles on the talent tree editor. It's a lot of boilerplate cpp code, and due to NDA I can't post the code straight away. But feel free 2 DM me with questions, until the tutorials/articles are posted.
@M0NOST3R7
@M0NOST3R7 5 жыл бұрын
@@Liaret man you're an awesome tutor, please keep doing what you do!
@argosbrave6415
@argosbrave6415 5 жыл бұрын
​@@TCMabe You realize the vast majority of that documentation is Blueprint focused right... You're on your own for the cpp and systems the blueprints are built on top of...
@MGSBigBoss77
@MGSBigBoss77 5 жыл бұрын
Always something to learn and relearn, thanks to Epic's; Unreal Engine 4! And ya gotta love their professionally presented tutorials and convention theater presentations like this!
@wirago3246
@wirago3246 4 жыл бұрын
Would be awesome to have a base RPG project in the Unreal Learning portal to be able to create a solid basis for RPG games from scratch :)
@DeltaNovum
@DeltaNovum 5 жыл бұрын
Next time someone asks me, why they should try/use UE4 as their engine of choice as compared to other engines, this will be one of the videos I will link to. Instead of trying to explain the many reasons I can think of.
@GMOTP5738
@GMOTP5738 5 жыл бұрын
How about people just use whatever engine they want to use 🤷‍♂️
@DeltaNovum
@DeltaNovum 5 жыл бұрын
@@GMOTP5738 If someone asks me why they should try/use Unity or Godot for example I have links and reasons for them too. In most use cases I tend to recommend UE4 though, but of course it's up to the user/dev themselves.
@calmsh0t
@calmsh0t 5 жыл бұрын
I think it really depends. But honestly, if you want to be serious and get the most robust and feature heavy tool you can get for free, I feel like there is no better solution than UE4. This doesn't mean that Unity, Godot, Cocos and co. don't have their usecases and advantages as well.
@SuperMontana2008
@SuperMontana2008 5 жыл бұрын
More tutorials for rpg system please.
@vermilionssj9081
@vermilionssj9081 3 жыл бұрын
@Terry Rene dont try it's Fake
@Liaret
@Liaret 5 жыл бұрын
The explanation for Live++ seems a little misleading. The speaker mentions that you would have to do a full engine recompile without it, but when you work on your game and not the engine - you don't touch the engine code, you only modify and recompile your game modules. Which takes dozens of seconds for a medium-sized project (I'm still on 4.19 so can't speak for newer builds).
@aungkhant502
@aungkhant502 5 жыл бұрын
No more C++ documentation and tutorials? There are loads of engine components without a single line of documentation. Life is really hard when there is no proper support for documentation.
@raymondstpaul4913
@raymondstpaul4913 5 жыл бұрын
Heck no one will even tell me what information & software I need to learn C++ can you please give me some advise?
@aungkhant502
@aungkhant502 5 жыл бұрын
@@raymondstpaul4913 No one tells you about that, because what you are asking is very basic which you can easily get from a simple Google search.
@raymondstpaul4913
@raymondstpaul4913 5 жыл бұрын
@@aungkhant502 Um if it were that simple I'd not be asking on KZbin for advise.
@mgg4142
@mgg4142 5 жыл бұрын
@@raymondstpaul4913 there's no really useful lesson besides syntax. You have to have a certain logic, from simple swaps and sorting to more complex algorithms. If you're new to programming I would suggest a Matlab course and a c++ syntax book with exercises (preferably those without immediately accessible solutions), but some people can't see things quickly and the biggest disservice you can give yourself is immediately googling a solution. In short, train your logic, bash your head against the wall and it will pay off.
@eduin.acano.p3625
@eduin.acano.p3625 Жыл бұрын
Hola. Este proyecto se pude utilizar para desarrollar un videojuego y venderlo en las plataformas
@MacCarell
@MacCarell 4 жыл бұрын
Whats up with the camera not working after going into the tab menu
@infovitae446
@infovitae446 3 жыл бұрын
Is there a way to add a second player? Greetings
@dantegamedev
@dantegamedev Жыл бұрын
how to add new characters and enemys??
@downupblockinc1380
@downupblockinc1380 3 жыл бұрын
what i don't like about unreal is that any tutorial I watch parts of my interface are not matching up to the tutorial and there is never any explanation as to why or how to get them , i wish there was a universal UE UI. like the green box in the modifiers tab to see this curve table does not exist, also when i add an element under game play effects i am not able to see and triangle to the left that upon clicking would drop down any options, so at this point i can no longer follow to the tutorial , very disheartening.
@PerFeldvoss
@PerFeldvoss 5 жыл бұрын
... or you could make a link to the C++ file from the UE4 editor - why would you need to know where that is? But can't I simply make a child of the potion-class (for Potion_GDC_Potion) and add some extra features/variables on the child? Say I may want to play other montages (when my health is very low, or whatever) so - this can be added without going to to C++
@MrSmith01
@MrSmith01 5 жыл бұрын
Example apk of this RPG lags so badly! (downloaded it from googleplay)
@ayonsamajder
@ayonsamajder 4 жыл бұрын
*Thanks*
@JeffRigler33
@JeffRigler33 4 жыл бұрын
Awesome.
@argosbrave6415
@argosbrave6415 5 жыл бұрын
I find it hilarious that he keeps saying "it's as simple as that" during this video... and showing by far the least complicated piece of code that drives this... This implementation of the Gameplay Ability System is FAR from an out-of-the-box experience! So much of this behavior is driven by code and yet the documentation & tutorials & showcases like this are all focused on the subsequent blueprints & designer experience... It's a shame Epic does very little to explain the actual systems.
@MyMMTop10Music
@MyMMTop10Music 4 жыл бұрын
Since we cant share the fortnite source with you... yall ready know those little kids be on their knees begging for it
@kopkop1111
@kopkop1111 5 жыл бұрын
More. Video please .
@wyattx008
@wyattx008 5 жыл бұрын
Five W's? Who What Where Why When? How? --What are they?
@MeizanoArdhiMuhammad
@MeizanoArdhiMuhammad 4 жыл бұрын
Maybe this is the answer www.theescapist.com/5ws.htm
@MeizanoArdhiMuhammad
@MeizanoArdhiMuhammad 4 жыл бұрын
I guess not, after listening to it again Five W's of "THE ACTION RPG GAME" is more appropriate.
@FervorGaming
@FervorGaming 3 жыл бұрын
arpg's isn't the same thing as rpg's with action in it. why does unreal not get this
@destroyerofchalk6456
@destroyerofchalk6456 4 жыл бұрын
Epic这个PPT犯了中国校内的大忌讳,粘贴代码到PPT里面。
@englishwithphil42
@englishwithphil42 3 жыл бұрын
FU seriously
@verysadcat4240
@verysadcat4240 3 жыл бұрын
that's unough sus
@AssassinGrudge
@AssassinGrudge 5 жыл бұрын
The engine is for free along with 1000's of dollars cool assets yet . The engine is not stable on Linux buggy and if it was not for the community it would be dead
@sws7749
@sws7749 5 жыл бұрын
Linux it self is not stable as desktop lul
@AssassinGrudge
@AssassinGrudge 5 жыл бұрын
@@sws7749 am sorry what ?
@bra5081
@bra5081 5 жыл бұрын
@@sws7749 If Linux is not stable, I wonder what is.
@lainarte
@lainarte 4 жыл бұрын
@@sws7749 linux is more stable than windows, but windows is more popular. Hence UE4 is optimized for Windows.
Myth-Busting “Best Practices” in Unreal Engine | Unreal Fest 2024
49:46
I Turned Fake Mobile Game Ad into a Real Game
10:26
Fat Dino
Рет қаралды 3,5 МЛН
Thank you mommy 😊💝 #shorts
0:24
5-Minute Crafts HOUSE
Рет қаралды 33 МЛН
Counter-Strike 2 - Новый кс. Cтарый я
13:10
Marmok
Рет қаралды 2,8 МЛН
Exploring the Tech and Design of Noita
31:00
GDC 2025
Рет қаралды 235 М.
Why Video Game Graphics Degrade - And Who's to Blame?
15:12
Radical Cap
Рет қаралды 691 М.
Why Majora's Mask's Blue Dog Took 25 Years to Win the Race
21:04
Vidya James
Рет қаралды 2,6 МЛН
Unreal Engine AI with Behavior Trees | Unreal Engine
26:38
Unreal Engine
Рет қаралды 367 М.
Enhancing Animation with Control Rig | GDC 2019 | Unreal Engine
24:15
Unreal Engine
Рет қаралды 113 М.
ADDING DESTRUCTIBLE WALLS TO MY GAME
14:47
Crimson
Рет қаралды 26 М.