Creating Custom Enemies/NPCs In UEFN!

  Рет қаралды 8,486

VOXEL

VOXEL

Күн бұрын

Пікірлер: 96
@VoxelDevs
@VoxelDevs 7 ай бұрын
🤖 DISCORD FOR 🎨COLOR PALLETE, 🫂COMMUNITY, 🧊MODELS , AND 🆘HELP: discord.gg/N7QeJtXnpc ||||||||| 🕸OUR WEBSITE FOR CODE: voxeldevs.com/ContentHolder/CCENIUENN/CCENIUENN.html
@ShadyVr2
@ShadyVr2 5 ай бұрын
the link is not working
@VoxelDevs
@VoxelDevs 5 ай бұрын
@@ShadyVr2 Try refreshing it
@ShadyVr2
@ShadyVr2 5 ай бұрын
@@VoxelDevs still not working for the code
@ShadyVr2
@ShadyVr2 5 ай бұрын
@@VoxelDevs could you maybe paste the code here
@no1preston1459
@no1preston1459 5 ай бұрын
Were do I get models
@lucasgonzalez1436
@lucasgonzalez1436 3 ай бұрын
dude this tutorial saved my life, after trying to code for days your script is the only one that worked. great starter script for anyone!!! thanks a million, your tutorials are the best!!! this tutorial on npc's is the best one out there!!! love, peace and chicken grease.
@VoxelDevs
@VoxelDevs 2 ай бұрын
Thank you. It means a lot to us. We try our best to create the best tutorials for you guys. 😃
@shootemupgaming5418
@shootemupgaming5418 6 ай бұрын
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 4 ай бұрын
Amazing tutorial, looking a lot into NPC's rn and not much out there, really appreciate this!
@GlobalBloxYT
@GlobalBloxYT 3 ай бұрын
Thanks brotha great tutorial! God bless
@VoxelDevs
@VoxelDevs 2 ай бұрын
Thank you! 😊
@Harribo11gamingXD
@Harribo11gamingXD 7 күн бұрын
i made the code but the behaviour isnt showing up in the npcdevice
@cegars
@cegars 10 күн бұрын
you need to get your animation in the same folder than the verse file
@Xi_morg
@Xi_morg 8 күн бұрын
Thanks !
@rishabhsharma2179
@rishabhsharma2179 7 ай бұрын
Goat Is back !!
@VerseifyUEFN
@VerseifyUEFN 6 ай бұрын
great tutorial!!
@diamond_crs8650
@diamond_crs8650 28 күн бұрын
The video is great but I have an unsolved problem how to make it so the animation doesn't stop when the attack hits the target, I want it to continue the attack animation and then go.
@ethanwaldo6493
@ethanwaldo6493 23 күн бұрын
He mentioned this in the video. I think the reason it stops is because of the sleep time that you have set after you play the npc attack animation. If you change this to the full length of your animation then I think it should fix your issue.
@ZuriFortnite
@ZuriFortnite 6 ай бұрын
This will be useful for my l4d project! And others
@sklips_
@sklips_ Ай бұрын
Thank you very much for the tutorial!!!. How can I make them only attack a specific team?🤔
@AslamVFX
@AslamVFX 4 ай бұрын
error in my verse unknowm identifier "var Attack1 : animation_sequence = SkeletonAttack" anyone help me
@u.i.kakashi
@u.i.kakashi 4 ай бұрын
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
@VoxelDevs
@VoxelDevs 4 ай бұрын
Thanks for helping out!
@deltanik28
@deltanik28 2 ай бұрын
have the same i ssue
@deltanik28
@deltanik28 2 ай бұрын
shoutout to u.i.kakashi, his answer solved it for me
@sixtwo-n8s
@sixtwo-n8s 5 күн бұрын
@@u.i.kakashi how do you path a folder ?
@6ThumbsYT
@6ThumbsYT 6 ай бұрын
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 ?
@VoxelDevs
@VoxelDevs 6 ай бұрын
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 3 ай бұрын
@@VoxelDevs 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?
@adambooth8243
@adambooth8243 Күн бұрын
Is it possible to make the pet detect when a creature is in range?
@Jizaga057
@Jizaga057 6 ай бұрын
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?
@VoxelDevs
@VoxelDevs 6 ай бұрын
You can add a condition to the tracking script that disables the tracking functionality when the distance exceeds X.
@Jizaga057
@Jizaga057 6 ай бұрын
@@VoxelDevs 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
@PureBangGames
@PureBangGames 2 ай бұрын
This worked great. I'm having an issue though were I want to use these NPCs inside a house and they won't go through open doors. Any idea how to solve that?
@VoxelDevs
@VoxelDevs 2 ай бұрын
I'm not sure if you can make them open doors.
@sixtwo-n8s
@sixtwo-n8s 7 күн бұрын
do they go through walls? can they detect walls around them? but track through them?
@VoxelDevs
@VoxelDevs 6 күн бұрын
They do go around walls
@sixtwo-n8s
@sixtwo-n8s 5 күн бұрын
@@VoxelDevs cool cooL! one question, my zombie keeps hitting randomly and it wont track players good
18 күн бұрын
Is there a way to scale the model up bigger and retain the hitbox?
@VoxelDevs
@VoxelDevs 15 күн бұрын
If you want to make the model bigger you need to change the scale on import!
15 күн бұрын
@ I did but the hit box size does not change :/ it remains the same size as the original model…
@VoxelDevs
@VoxelDevs 15 күн бұрын
You may need to go back to the part where we add physics to the skeleton!
@Dr-p3pper246
@Dr-p3pper246 Ай бұрын
How do I get to the verse codes
@VoxelDevs
@VoxelDevs Ай бұрын
The code is on our website!
@Dr-p3pper246
@Dr-p3pper246 Ай бұрын
@ ok thanks
@ytfnjoe
@ytfnjoe 6 ай бұрын
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?
@VoxelDevs
@VoxelDevs 6 ай бұрын
Where is your animation located?
@ytfnjoe
@ytfnjoe 6 ай бұрын
@GloomCraftR1 "RvB_Zero Content > LowPoly > Spider" And I named the animation Sequence "SpiderAttack"
@VoxelDevs
@VoxelDevs 6 ай бұрын
@@ytfnjoe You need to add the names of your folders so like the in the video I did SkeletonNPC.SkeletonAttackAnimation
@ytfnjoe
@ytfnjoe 6 ай бұрын
@GloomCraftR1 ya I'm completely lost with this one error. I have Attack1 : animation_sequence = LowPoly.Spider.SpiderAttack And still an error.
@VoxelDevs
@VoxelDevs 6 ай бұрын
@@ytfnjoe What is the error it is giving?
@babyfox205
@babyfox205 6 ай бұрын
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?
@VoxelDevs
@VoxelDevs 6 ай бұрын
Are you trying to make it so there is a custom particle on the skeleton when it dies?
@babyfox205
@babyfox205 6 ай бұрын
@@VoxelDevs yup, a custom Niagara based vfx
@techuser1619
@techuser1619 6 ай бұрын
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.
@VoxelDevs
@VoxelDevs 6 ай бұрын
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 6 ай бұрын
@@VoxelDevs thanks! Will look into it!
@SwirlsterSuccesor
@SwirlsterSuccesor 4 ай бұрын
[8/26, 2:24 PM] Krish Rana: 46i656 76rf7 Jgy7h Jgy Hg6 7y6yu8
@dinokrana
@dinokrana 4 ай бұрын
Yes
@VoxelDevs
@VoxelDevs 4 ай бұрын
😕
@kamalprime
@kamalprime 4 ай бұрын
THANK YOU SOO MUCH!!! ITS WORKING. One Question how do I add sound to the enemy?
@VoxelDevs
@VoxelDevs 4 ай бұрын
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 4 ай бұрын
@@VoxelDevs thank you soo much
@VoxelDevs
@VoxelDevs 4 ай бұрын
@@kamalprime You're welcome
@chinonoob3219
@chinonoob3219 Ай бұрын
Can you help how to add sound on walk and attack on the verse code? 😢
@VoxelDevs
@VoxelDevs Ай бұрын
Are you on our discord?
@chinonoob3219
@chinonoob3219 Ай бұрын
@VoxelDevs yes but nobody knows there sadly
@chinonoob3219
@chinonoob3219 Ай бұрын
@@VoxelDevs can you help me on that issue please? Add sound on your verse code.
@VoxelDevs
@VoxelDevs Ай бұрын
​@@chinonoob3219 I think the only thing you can currently do in UEFN is create an audio player device and then use blueprints to make it follow an NPC. Unfortunately, UEFN's current limitations prevent simpler methods of adding audio.
@chinonoob3219
@chinonoob3219 Ай бұрын
@@VoxelDevs can we make a device to follows an npc? Do you know how can i add that? I dont see on verse how to attach it to npc.
@shootemupgaming5418
@shootemupgaming5418 6 ай бұрын
How do I make the monster bigger I change it but when I load the game it is back down to normal size.
@VoxelDevs
@VoxelDevs 6 ай бұрын
I think you should be able to change the size in the blueprint for the NPC
@shootemupgaming5418
@shootemupgaming5418 6 ай бұрын
@@VoxelDevs 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.
@VoxelDevs
@VoxelDevs 6 ай бұрын
@@shootemupgaming5418 Oh ok, thanks for letting me know!
@SciPunk
@SciPunk 5 ай бұрын
@@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
@Alterracreates
@Alterracreates Ай бұрын
How do i copy animation sequence
@VoxelDevs
@VoxelDevs Ай бұрын
What do you mean by copy?
@Alterracreates
@Alterracreates Ай бұрын
@@VoxelDevs dw I found it out
@AggressiveSpartan
@AggressiveSpartan 5 ай бұрын
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 ?
@adamdejardinier356
@adamdejardinier356 7 ай бұрын
Opera 💖
@TranceFuryFamilyGaming
@TranceFuryFamilyGaming 6 ай бұрын
FYI Bitdefender is complaining about your code link below.
@VoxelDevs
@VoxelDevs 6 ай бұрын
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 6 ай бұрын
@@VoxelDevs 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 6 ай бұрын
@@VoxelDevs 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.
@ygepeUEFN
@ygepeUEFN 6 ай бұрын
can you do this but for creature spawner
@VoxelDevs
@VoxelDevs 6 ай бұрын
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 6 ай бұрын
@@VoxelDevs okayy thanks
@RealidadAlterna33
@RealidadAlterna33 2 ай бұрын
link didnt work!
@VoxelDevs
@VoxelDevs 2 ай бұрын
Sorry about that our website hoster changed something on our website, but thankfully now it's fixed!
@crabbycrabman
@crabbycrabman 7 ай бұрын
Pretty cool the only problem is i dont play fortnite lol
@VoxelDevs
@VoxelDevs 6 ай бұрын
Thanks!
Why I am NOT Making These Enemies
17:06
Deynum Studio
Рет қаралды 229 М.
Tuna 🍣 ​⁠@patrickzeinali ​⁠@ChefRush
00:48
albert_cancook
Рет қаралды 148 МЛН
99.9% IMPOSSIBLE
00:24
STORROR
Рет қаралды 31 МЛН
7 DEVS Make a GAME without COMMUNICATING! (centipede edition)
17:16
Blackthornprod
Рет қаралды 1,2 МЛН
Creating My Own Custom 3D Graphics Engine
26:29
Inkbox
Рет қаралды 128 М.
I found UNRELEASED Scratch Beta Files!
8:20
ProjectLabs
Рет қаралды 47 М.
Making Custom Zombies in Fortnite (UEFN & Verse Tutorial)
22:26
Map Academy
Рет қаралды 3,8 М.
I Made 3D Doom in Scratch
9:12
UsmanDev
Рет қаралды 93 М.
6 DEVS Make a GAME without COMMUNICATING!!
13:53
Blackthornprod
Рет қаралды 1,8 МЛН
Making a Game in ONE Day   (12 Hours)
10:26
Dani
Рет қаралды 3,4 МЛН
Tuna 🍣 ​⁠@patrickzeinali ​⁠@ChefRush
00:48
albert_cancook
Рет қаралды 148 МЛН