Creating Custom Enemies/NPCs In UEFN!

  Рет қаралды 4,020

GloomCraft

GloomCraft

Күн бұрын

Пікірлер: 59
@GloomCraftR1
@GloomCraftR1 3 ай бұрын
🤖 DISCORD FOR 🎨COLOR PALLETE, 🫂COMMUNITY, 🧊MODELS , AND 🆘HELP: discord.gg/N7QeJtXnpc ||||||||| 🕸OUR WEBSITE FOR CODE: gloomcraft.site/ContentHolder/CCENIUENN/CCENIUENN.html
@ShadyVr2
@ShadyVr2 2 ай бұрын
the link is not working
@GloomCraftR1
@GloomCraftR1 2 ай бұрын
@@ShadyVr2 Try refreshing it
@ShadyVr2
@ShadyVr2 2 ай бұрын
@@GloomCraftR1 still not working for the code
@ShadyVr2
@ShadyVr2 2 ай бұрын
@@GloomCraftR1 could you maybe paste the code here
@no1preston1459
@no1preston1459 Ай бұрын
Were do I get models
@shootemupgaming5418
@shootemupgaming5418 2 ай бұрын
WOW thanks I have been working on this for 3 days and found your video copy code was the best idea ever got my sub and I don't sub to many but you got it.
@BenPen
@BenPen 26 күн бұрын
Amazing tutorial, looking a lot into NPC's rn and not much out there, really appreciate this!
@nashbuster2952
@nashbuster2952 2 ай бұрын
Thank you for this!
@rishabhsharma2179
@rishabhsharma2179 3 ай бұрын
Goat Is back !!
@ZuriFortnite
@ZuriFortnite 3 ай бұрын
This will be useful for my l4d project! And others
@VerseifyIO
@VerseifyIO 2 ай бұрын
great tutorial!!
@adamdejardinier356
@adamdejardinier356 3 ай бұрын
Opera 💖
@AslamVFX
@AslamVFX 19 күн бұрын
error in my verse unknowm identifier "var Attack1 : animation_sequence = SkeletonAttack" anyone help me
@u.i.kakashi
@u.i.kakashi 18 күн бұрын
You prob need to change “skeletonattack” to the name of the animation you imported. Also add the name of the folder if it’s in one
@GloomCraftR1
@GloomCraftR1 16 күн бұрын
Thanks for helping out!
@babyfox205
@babyfox205 2 ай бұрын
good job with the damage distance check, so it will not be damaging when player already ran away 👍 nice. how do you spawn a dynamic VFX on elimination? do you make VFX editables on the class and assign their types upfront and then use SpawnParticleSystem? or can create vfx dynamically without assigning them to editable array or putting into scene?
@GloomCraftR1
@GloomCraftR1 2 ай бұрын
Are you trying to make it so there is a custom particle on the skeleton when it dies?
@babyfox205
@babyfox205 2 ай бұрын
@@GloomCraftR1 yup, a custom Niagara based vfx
@AggressiveSpartan
@AggressiveSpartan Ай бұрын
Nice video my npc is working now but still have problem when i have gear attached in Blueprint to sockets my weapon and armor is buged and stay verticaly in midle of npc and not following animation. Also when i want to use combo attack instead of simple attack i need to hit player everysingle time my guy do --> 3 spins and in everyspin hi hits a player or maybe will be good to do like 2.5sec damage per tick instead of hit. Is this posible to fix somehow ?
@kamalprime
@kamalprime 21 күн бұрын
THANK YOU SOO MUCH!!! ITS WORKING. One Question how do I add sound to the enemy?
@GloomCraftR1
@GloomCraftR1 20 күн бұрын
You can add sound to the enemy by making a audio sound device and making it so whenever the npc does something is plays that sound.
@kamalprime
@kamalprime 20 күн бұрын
@@GloomCraftR1 thank you soo much
@GloomCraftR1
@GloomCraftR1 20 күн бұрын
@@kamalprime You're welcome
@6ThumbsYT
@6ThumbsYT 2 ай бұрын
Do you know how to add Audio like footsteps to the NPC ? Like for this Skelton you could add Skelton noises and when he hits you it makes a punch noise. How would you do that ?
@GloomCraftR1
@GloomCraftR1 2 ай бұрын
I believe you need to check if the fortcharacter of the NPC is moving and if so you need to play a sound and for the hit noise you can add that in where the skeleton plays the attack animation (You need to use the audio player device to play audio)
@trace6585
@trace6585 Күн бұрын
@@GloomCraftR1 For some reason no devices work when you call them. I tried using audio devices to play and it doesn't play anything. Any ideas?
@Jizaga057
@Jizaga057 2 ай бұрын
Hey, thanks for the tutorial but, how can I make it so that when it moves away from X distance it stops looking for me until it re-enters the checkrange?
@GloomCraftR1
@GloomCraftR1 2 ай бұрын
You can add a condition to the tracking script that disables the tracking functionality when the distance exceeds X.
@Jizaga057
@Jizaga057 2 ай бұрын
@@GloomCraftR1 I tried but I didn't succeed, I don't know much how to use see and I haven't been able to solve that detail and I still need that when I make the attack it activates the cinematic device. It is very complicated Verse
@techuser1619
@techuser1619 3 ай бұрын
Thanks for the tutorial! Is there anyway we can add animations for different attacks or even one custom attack animation? Can’t find that anywhere.
@GloomCraftR1
@GloomCraftR1 3 ай бұрын
If you want to create different attack animations what you could do is create a 1-3 random int or something like that and use and if statement to check if it is anyone of those so then randomly it will choose a attack animation
@techuser1619
@techuser1619 3 ай бұрын
@@GloomCraftR1 thanks! Will look into it!
@ytfnjoe
@ytfnjoe 2 ай бұрын
I used a spider and came across an issue When I update the " spider_behavior_helper" just below with "Attack1 : animation_sequence = SpiderAttack" the (SpiderAttack) gets an error. Any Idea?
@GloomCraftR1
@GloomCraftR1 2 ай бұрын
Where is your animation located?
@ytfnjoe
@ytfnjoe 2 ай бұрын
@GloomCraftR1 "RvB_Zero Content > LowPoly > Spider" And I named the animation Sequence "SpiderAttack"
@GloomCraftR1
@GloomCraftR1 2 ай бұрын
@@ytfnjoe You need to add the names of your folders so like the in the video I did SkeletonNPC.SkeletonAttackAnimation
@ytfnjoe
@ytfnjoe 2 ай бұрын
@GloomCraftR1 ya I'm completely lost with this one error. I have Attack1 : animation_sequence = LowPoly.Spider.SpiderAttack And still an error.
@GloomCraftR1
@GloomCraftR1 2 ай бұрын
@@ytfnjoe What is the error it is giving?
@shootemupgaming5418
@shootemupgaming5418 2 ай бұрын
How do I make the monster bigger I change it but when I load the game it is back down to normal size.
@GloomCraftR1
@GloomCraftR1 2 ай бұрын
I think you should be able to change the size in the blueprint for the NPC
@shootemupgaming5418
@shootemupgaming5418 2 ай бұрын
@@GloomCraftR1 I got it when I import it the asset I change the size to what ever I want it can take a lot of tries and imports to get it right.
@GloomCraftR1
@GloomCraftR1 2 ай бұрын
@@shootemupgaming5418 Oh ok, thanks for letting me know!
@SciPunk
@SciPunk Ай бұрын
@@shootemupgaming5418 Mind going more into detail? I've tried re-importing with different scale in the custom npcs spawner it has the correct size but when the animations start playing the model becomes smaller
@ygepeUEFN
@ygepeUEFN 2 ай бұрын
can you do this but for creature spawner
@GloomCraftR1
@GloomCraftR1 2 ай бұрын
I am not so sure but the best way would be this because the way this NPC is created is how epic most likely wants custom NPCS done!
@ygepeUEFN
@ygepeUEFN 2 ай бұрын
@@GloomCraftR1 okayy thanks
@TranceFuryFamilyGaming
@TranceFuryFamilyGaming 3 ай бұрын
FYI Bitdefender is complaining about your code link below.
@GloomCraftR1
@GloomCraftR1 3 ай бұрын
Yeah because for some reason my website isn't detected as being safe, do you know where I could let them recheck it?
@TranceFuryFamilyGaming
@TranceFuryFamilyGaming 3 ай бұрын
@@GloomCraftR1 Hah that's really bizarre. Looking at your certificate it says it's issued by Bitdefender? You think since they issued the certificate they would approve it. Oddly enough, get on VPN worked. Wonder what that's all about.
@TranceFuryFamilyGaming
@TranceFuryFamilyGaming 3 ай бұрын
@@GloomCraftR1 On a side note, have you gotten this to work with a Fortnite NPC character? I'm working on that now and where you select the attack animation, I wouldn't have one (or it's baked into the character). Maybe the "default behavior" would just take care of it.
@crabbycrabman
@crabbycrabman 3 ай бұрын
Pretty cool the only problem is i dont play fortnite lol
@GloomCraftR1
@GloomCraftR1 3 ай бұрын
Thanks!
@SwirlsterSuccesor
@SwirlsterSuccesor Ай бұрын
[8/26, 2:24 PM] Krish Rana: 46i656 76rf7 Jgy7h Jgy Hg6 7y6yu8
@dinokrana
@dinokrana Ай бұрын
Yes
@GloomCraftR1
@GloomCraftR1 Ай бұрын
😕
Deleting My Indie Game and Starting Over - Nectar Devlog 16
13:10
Training AI Bots to Fight (they started dancing)
15:06
cozmouz
Рет қаралды 280 М.
Офицер, я всё объясню
01:00
История одного вокалиста
Рет қаралды 2,3 МЛН
Bedrock. Why?!
22:37
FundyLIVE
Рет қаралды 401 М.
Learn How To Create A Body Cam Effect In UEFN!
11:32
GloomCraft
Рет қаралды 726
Make CUSTOM ENEMIES In UEFN Easy 2024
9:56
Euphoriax
Рет қаралды 1,6 М.
Can You Beat Hitman 3 Without Breaking ANY Laws?
22:37
windowledge
Рет қаралды 1,9 МЛН
Creating a Tycoon Crate System in UEFN!
32:56
GloomCraft
Рет қаралды 1,3 М.
Making a Fake Multiplayer .io Game
11:03
Gambit
Рет қаралды 120 М.
4 Godot 4 Devs Make 4 Games in 44 Hours
25:19
DevLogLogan
Рет қаралды 522 М.