Boss Fight | Unreal Engine 5 | Magic Combat | Showcase

  Рет қаралды 9,999

Ali Elzoheiry

Ali Elzoheiry

Күн бұрын

This is a showcase of my "Boss" enemy type. The enemy AI is all built using Ue5 behaviour trees and blueprints. With each is ability used depends on the current state of the fight.
This showcase includes the following skills/abilities:
- Magic Projectiles
- Homing Projectiles
- AOE attacks
- Healing
- Elemental Shields and Arrows
- Teleportation/Dashing
- Short Range Explosions
- Spawning minions
I will most likely be making a tutorial on the "Magic Combat System" that powers the attacks of this enemy. If you are interested please let me know in the comments.
Also if you are interested in any other game dev tutorials using Unreal Engine 5 (ue5) please let me know.
Join my Discord server to chat and mingle with the community
/ discord
P.S game development for me is a hobby, I'm not an artists so I don't know much about 3D modeling, VFX and character animation, so all the art you see here is a combination of free assets from the Unreal marketplace and other sources on the internet
#unrealengine #unrealengine5 #ue5 #gamedev #combat #bossfight #spells #blueprint #tutorial #magic

Пікірлер: 43
@Rextillian
@Rextillian Жыл бұрын
Absolutely loving the content Ali, after watching your projectile video and now seeing this I am extremely excited for everything you have to teach us in unreal engine 5.
@AliElZoheiry
@AliElZoheiry Жыл бұрын
Thank you so much! I really appreciate it! It takes a lot of effort to make these tutorials and videos, so seeing that they help people really motivates me. Thanks again!
@mohamedgaber5561
@mohamedgaber5561 Жыл бұрын
Great work, I learned many things from your tutorials. Can you please make a video for creating the teleport ability for the enemy
@AliElZoheiry
@AliElZoheiry Жыл бұрын
Hey Mohamed, I will indeed be creating a mage enemy tutorial in a bit (as part of my Smart Enemy AI series), and that enemy will have a teleport ability
@geraldcarter7554
@geraldcarter7554 Жыл бұрын
Awesome job bro! Please make a tutorial for sure
@LegendOfCalvas
@LegendOfCalvas Жыл бұрын
This looks amazing!
@AliElZoheiry
@AliElZoheiry Жыл бұрын
Glad you like it ;) it's one of the things I'm most proud of, even though it's a little rough 😅
@trandcash-mad3176
@trandcash-mad3176 10 ай бұрын
magic combat system that all i need thanks for your tutorials pls do a magic combat system tutorial
@AliElZoheiry
@AliElZoheiry 10 ай бұрын
I have some tutorials on mage combat as part of the enemy AI series, check them out
@raulmontalbanmartin3393
@raulmontalbanmartin3393 Жыл бұрын
Awesome!!
@AliElZoheiry
@AliElZoheiry Жыл бұрын
Thanks!
@dwade1852
@dwade1852 7 ай бұрын
Fire 🔥 🔥🔥
@AliElZoheiry
@AliElZoheiry 7 ай бұрын
Glad you liked it! Keep the feedback coming! 🔥🔥🔥
@genshi098
@genshi098 Жыл бұрын
That's sooo good 🤩
@AliElZoheiry
@AliElZoheiry Жыл бұрын
Glad you liked it ;)
@xDeux98x
@xDeux98x Жыл бұрын
are u using a custom switch system for in game and cutscene or a default implented in UE? Thanks for the good quality tutorials u helped me a lot for AI 🔥
@AliElZoheiry
@AliElZoheiry Жыл бұрын
Thank you Mikle! Glad you're enjoying the tutorials, I am just using the sequence editor in UE to create the cutscenes, and when I defeat the boss, I disable input and play the sequence that's in the level, so nothing custom, all UE tools
@ZimMabu_GameDev.
@ZimMabu_GameDev. Жыл бұрын
crazy
@nagebsoliman7310
@nagebsoliman7310 6 ай бұрын
It's very cool. I would love to reach the level of this game play, but I am a beginner, so what do you advise me to reach the level of this video and your follower from Egypt
@AliElZoheiry
@AliElZoheiry 6 ай бұрын
Hey there, I'm glad you found the video cool! If you're a beginner, my best advice for you is to start with the basics, practice regularly, and be patient with yourself. Progress will come with dedication and building a strong foundation. And shoutout to my follower from Egypt! Keep learning and enjoy the journey! P.S I also give some tips for new game devs in this video kzbin.info/www/bejne/o53UgpR4fLtjkM0
@sayayuuki127
@sayayuuki127 Жыл бұрын
are you using ALS, or is this your own custom animation blueprint? I would love to see a tutorial on the animation blueprint, it looks really good. Keep up the good work!
@AliElZoheiry
@AliElZoheiry Жыл бұрын
Thank you! This is all custom, I'm not using any plugins. I can make a tutorial on this soon if you're interested, what exactly would you like to learn?
@sayayuuki127
@sayayuuki127 Жыл бұрын
@@AliElZoheiry Thanks for the reply! I want to learn more about making a somewhat advanced locomotion system that isn't crazy like ALS. Specifically, I was hoping to learn about walk starts, walk stops, and turning based on input direction. (ex. if the player is moving right and then the input for left is pressed then the player will play a "turn to left" animation before walking in that direction)
@AliElZoheiry
@AliElZoheiry Жыл бұрын
@@sayayuuki127 Alright, I'll definitely consider that for future tutorials. Thanks for the input 🙏
@sayayuuki127
@sayayuuki127 Жыл бұрын
@@AliElZoheiry thanks! really appreciate it, also the AI series it really great. You have my support keep it up!
@kasperlarsson7598
@kasperlarsson7598 10 ай бұрын
Is there a tutorial on how you have done this? :) Looks great
@AliElZoheiry
@AliElZoheiry 10 ай бұрын
Well, there's a lot going on here, but many of the mechanics you see here for the boss, mainly the movements, attacks and some combat elements are covered in my Smart Enemy AI series
@tomerhertz8502
@tomerhertz8502 8 ай бұрын
Hey Ali, can you explain after certain attacks you have a delay & a menu which lets the character choose a from an array of attacks/abilities ?
@AliElZoheiry
@AliElZoheiry 8 ай бұрын
Hey Tom, I believe you are referring to the attack cooldowns and the action bar on the bottom, correct? if so, I will consider making separate videos on these topics in the near future. stay tuned ;)
@AliElZoheiry
@AliElZoheiry 8 ай бұрын
If you want to know something specific in the meantime, feel free to ask in Discord
@Thet2005
@Thet2005 Жыл бұрын
Fight with zeus???
@AliElZoheiry
@AliElZoheiry Жыл бұрын
Something like that indeed, although it was more like “what VFX do I have for free and what attacks can I make out of them” :D
@haythembenhaddada9988
@haythembenhaddada9988 Жыл бұрын
Good job bro we are waiting for a tutorial
@AliElZoheiry
@AliElZoheiry Жыл бұрын
Thank you! I just released one more tutorial on how I do the AOE effects you see in the boss fight kzbin.info/www/bejne/eaDRgGd9Zc9sras
@haythembenhaddada9988
@haythembenhaddada9988 Жыл бұрын
@@AliElZoheiry great work keep it up
@douglasdlutz7087
@douglasdlutz7087 9 ай бұрын
Download link available? Looks fun to play!
@AliElZoheiry
@AliElZoheiry 9 ай бұрын
Hey Douglas, unfortunately its not in a playable state yet, but I will release a demo once it's ready and i'll make a video about it
@GAMINGWITHSHANMUKH
@GAMINGWITHSHANMUKH Жыл бұрын
Yo bro it's sike I request for full details tutorials or make a series for it its my request
@AliElZoheiry
@AliElZoheiry Жыл бұрын
Thank you! This is indeed just a preview and a tutorial will come soon
@sukamiii932
@sukamiii932 Жыл бұрын
@@AliElZoheiry cant wait ive been searching for a tutorial for bosses and stuff like this cant seem to find it
@GAMINGWITHSHANMUKH
@GAMINGWITHSHANMUKH Жыл бұрын
Yea he is focusing on parts when almost no one makes a video on
@luffy8602
@luffy8602 Жыл бұрын
Hey I want to make like this can you make a tutorial it's for my clg project I need please bro
@AliElZoheiry
@AliElZoheiry Жыл бұрын
I'm covering a lot of the things here in my Smart Enemy AI series, and I will be making a boss fight eventually, but it won't be as full of features as this video, since this was a full game I was working on
7 Fates Worse Than Death You Gave Your Unlucky Enemies
12:29
outsidexbox
Рет қаралды 3,2 МЛН
Understanding "Components" in Unreal Engine | UE5 Explained
28:11
Ali Elzoheiry
Рет қаралды 26 М.
Electric Flying Bird with Hanging Wire Automatic for Ceiling Parrot
00:15
Top 100 Boss Fight 3D Montage (ft. Disasterpeace)
9:01
pwnisher
Рет қаралды 3,2 МЛН
Someone Made Pay 2 Win: The Game And Its Hilarious
14:11
MitchManix
Рет қаралды 3,2 МЛН
Unreal Engine - Flexible Combat System Features
34:49
Beardgames
Рет қаралды 22 М.
Elden Ring - All Bosses With Cutscenes (NO DAMAGE) [2K 60FPS]
53:09
DarkPlayerBrett
Рет қаралды 4,2 МЛН
Making Really Difficult Boss Fights for my Indie Game
20:22
Pontypants
Рет қаралды 1,2 МЛН
Games Where You're NOT the Main Character
14:52
i am a dot.
Рет қаралды 2,6 МЛН
The Most Common Mistake Beginners Make in Unreal Engine | UE5
12:17
Ali Elzoheiry
Рет қаралды 113 М.
The Greatest Game With the WORST TITLE EVER
20:04
Max Derrat
Рет қаралды 613 М.