Hey! I've just uploaded the code for my tutorial on GitHub. Feel free to check it out: 🔗 github.com/maxxnino/VerseGameTutorials 💬 Want to join the conversation? Head over to my Discord server for more in-depth discussions. discord.gg/9nK5GgPQ4V
@gitardatКүн бұрын
hi, i want to join your server, but the link expired 🥲 i want to adjust the code a bit so that i can add multiples guard spawner devices because i have a lot of guard spawners in every location in the map. i want to make it array selection. thanks!
@mupmuptvКүн бұрын
@@gitardat here the new link: discord.gg/9nK5GgPQ4V
@CaseClash26 күн бұрын
Easily one of the best UEFN tutorial makers out there. Thank you Mup.
@mupmuptv26 күн бұрын
Thanks so much! I’m really glad you find the tutorials helpful
@lamb560226 күн бұрын
Your videos are soooo good man. Really useful and easy to understand stuff. Pure joy!
@mupmuptv26 күн бұрын
Wow, thanks so much! It’s great to know the videos bring you joy and are useful at the same time
@BryanzillaАй бұрын
Tbh, iam looking for a certain type of AI, tho I am kinda interested on what you would do so you got my sub!
@mupmuptvАй бұрын
Thanks so much for your support! I've been a bit sidetracked lately, but I'm excited to get back to working on Part 3. Stay tuned
@zamiruddin69482 ай бұрын
lovely! plz upload the next part.
@mupmuptv2 ай бұрын
I'm still working on it. but it's taking longer than i expected 😔
@lucasliboiron73422 ай бұрын
Part 3, 4 and 5!!!
@chinonoob32192 ай бұрын
Omg you are the best man, thanks
@thyrosx4689Ай бұрын
Very cool video! I subbed, but a question tho… How do I use the alerted events for the NPC device instead of the guard spawner
@mupmuptvАй бұрын
Unfortunately, it’s not possible. The NPC device only exposes the spawned event and the eliminated event
@dre3884Ай бұрын
Here from the first video, the first was great. But i am hesitant to implement because my game also has hired guards. Pardon my ignorance because i am just learning. Will these tutorials negatively affect hired guards also?
@mupmuptvАй бұрын
Not at all! 😊 You’ll just need to tweak the code a bit. Here’s a hint: first, make sure to subscribe to the hired event. Once the guard is hired, you’ll want to switch the roaming mode from wandering to following the player. That should do the trick-at least, if I’m not forgetting anything! 😅 Hope this helps
@mupmuptvАй бұрын
@@dre3884 Or even better, this has really sparked my interest! I might dive into this and create a tutorial as well. However, I’ve run out of AI voice credits, so I’ll have to delay it until next month.
@dre3884Ай бұрын
@@mupmuptv cheers! thank you for the quick response, I'll try messing around a bit and see what I can do 👊
@3xtremeRules2 ай бұрын
yoooooooo^^
@ZuriFortniteАй бұрын
Does this work on custom npcs? Or just guards
@mupmuptvАй бұрын
It works for both NPCs and guards! Both can shoot, change skins, and use custom animations. However, the guard device has extra combat related events, as I showed in the tutorial. It really depends on what you need, if those extra events aren't necessary, an NPC will work just fine.
@mupmuptvАй бұрын
Oh, i just remember, npc can use customs skin, guard is not
@ZuriFortniteАй бұрын
so I can paste the code for npc behaviour and it works@@mupmuptv
@mupmuptvАй бұрын
Unfortunately, the NPC device is missing some combat-related events
@chinonoob32192 ай бұрын
Can you share the code?
@mupmuptv2 ай бұрын
Sorry for the late reply, power outage hit the whole town all day long! 😅 But good news, the code's already online! Check the pinned comment for the repo link
@chinonoob32192 ай бұрын
@@mupmuptv thanks, are you planing to make more tutorials for uefn?
@mupmuptv2 ай бұрын
@@chinonoob3219 Yes, I'm definitely planning to make more tutorials in the future! But right now, I'm experimenting more with verse and uefn to figure out what should come next.