Unreal Engine 4 - The Easiest NPC Dialogue Tutorial EVER

  Рет қаралды 79,344

Beardgames

Beardgames

Күн бұрын

Пікірлер: 257
@Beardgames
@Beardgames 3 жыл бұрын
I forgot to mention, set the TextRender to hidden in game in the viewport. So it starts hidden. Also if you change your Camera Position & PlayerLocation in game, you'll have to drag and drop in a new NPC to reset the values back to the ones we created in the variabels :) Thanks for all the support team, see you in the next one!
@Ally2_
@Ally2_ 2 жыл бұрын
2:52 In " Does Implement interface " click select class, choose " NPC_interact " 6:49 delete custom event, and add " event active dialogue " , and connect to the " print string ". I know, is on the video, but sometimes, we can be lost. 7:28 " bad cast node " replace with " cast to thirdpersoncharacter " or " cast to firstpersoncharacter " Credit to @Vidar Norén too 7:54 Near event " PlayerAdjustments " add event " interact " or " event key e " and connect to the " Set Input Mode UI Only " : )
@polyviospatseadis9777
@polyviospatseadis9777 2 жыл бұрын
thanks for the tip
@Ally2_
@Ally2_ 2 жыл бұрын
@@polyviospatseadis9777 : )
@corentinaubert208
@corentinaubert208 2 жыл бұрын
Thx for your excellent comment. I'll be still stuck wtihout it !
@Ally2_
@Ally2_ 2 жыл бұрын
@@corentinaubert208 : )
@corentinaubert208
@corentinaubert208 2 жыл бұрын
@@Ally2_ would you know how to stop the character to move when the interaction is launched ? I've got an issue, he can't stop himself to move and go straight to the NPC or to the wall to stop its run...
@vfam352
@vfam352 3 жыл бұрын
Doing this again today, ran into some issues last time and I think I figured out what I did wrong. These are great tutorials but just wanna say don't be afraid to do no copy and pasting. I know it be more work for you but having it be a bit longer or maybe in 2 parts but going through the bp's more in depth because you've got a great recipe. Bless. Subscribed last time I was here.
@sword522
@sword522 Жыл бұрын
The only thing I missed and took a bit for me to get was this: 6:49 Delete the "custom event", then add " event active dialogue " node instead so it has the blueprint pic in corner, and connect to the " print string " Adding this for later mention.
@megalo5818
@megalo5818 11 ай бұрын
THANK YOU !!!! i was stuck and this helped me !!!
@sword522
@sword522 11 ай бұрын
@@megalo5818 I tried expanding it to 20 lines and it broke. Be careful if you expand above what is shown. Try just one to make sure it works. I gave up on it haha. Should have kept a backup.
@Actually-Rose
@Actually-Rose 11 ай бұрын
I completely missed that, thank you so much!
@darkmagicrblx6001
@darkmagicrblx6001 2 жыл бұрын
For those of you that didn't have "event activate dialogue" option, implement the NPC interact interface in the NPC class.
@noelcastillo3829
@noelcastillo3829 Жыл бұрын
that did not work for me.
@Triple._.A
@Triple._.A 2 жыл бұрын
Thanks so much for this! The blueprints are very easy to understand but it was definitely a little overwhelming just copy-pasting a whole bunch of code. Although the blueprints provided ensure to disable character movement, if you have any keys held when you press E, those keys don't get released. So, if you're running and press E while you're still running, your character will just run out of the viewport and keep running forever. But it was such a simple fix. Go to your third-person blueprint, right before the ActivateDialogue node, add the "Disable Input" node and also bring in a "Get Player Controller" node and connect it to the "Player Controller" pin inside of the "Disable Input" node. That's it!
@happulerpy3405
@happulerpy3405 3 жыл бұрын
you did an amazing job explaining everything, def deserve more viewers and subs! awesome job man
@Beardgames
@Beardgames 3 жыл бұрын
Thanks so much Happu very kind of you to say :)
@trucsetastuces9358
@trucsetastuces9358 Жыл бұрын
Thank you very much for this really good video !
@neverknowsbest1717
@neverknowsbest1717 3 жыл бұрын
Is anyone else unable to end the convo? I downloaded the full project and have everything the same but I can't end the chat.
@starkiys
@starkiys 2 жыл бұрын
What a great video! Thanks.
@nst_presents243
@nst_presents243 Жыл бұрын
when i copy and paste the stuff from bp it some things wont appear
@wmka
@wmka 3 жыл бұрын
I searched for "npc interaction unreal". It brought me here. Thank you and have a great day.
@dawidgelert8872
@dawidgelert8872 6 ай бұрын
SO DID I HAHA XD
@aleksboboychev
@aleksboboychev 4 ай бұрын
Thank you!
@reinspieler
@reinspieler 3 жыл бұрын
Perfect thumbnail and very interesting for the future
@Beardgames
@Beardgames 3 жыл бұрын
Thanks rein! Hope it helps you out one day :)
@kriskata7653
@kriskata7653 3 жыл бұрын
This tutorial doesn't work properly for some reason. If I am a beginner in unreal you can say okay you might have a mistake but nope. I've watched the video even twice and everything is the same, but when you click "E" to interact with the NPC nothing happens. I see in the comments that some people have the same issue as me and I am still trying to find a fix but unsuccessfully
@kriskata7653
@kriskata7653 3 жыл бұрын
Haha update 1 minute later I found the issue. So if you have the same issue as me check your custom event right here 7:49 does it say "Event Activate Dialogue" if doesn't just delete it and place it again and it will work perfectly ! :)
@manueljimenez8952
@manueljimenez8952 3 жыл бұрын
@@kriskata7653 @beardgames I had this issue and still have one similar issue. In the Blueprint Nodes from the description, the far left Redbox code titled "PlayerAdjustments" also pastes as a CustomEvent. I cannot delete and place it again. My only option to insert a PlayerAdjustment is a call function. Can you please suggest how to fix? Would this be why the E button does not trigger a result? I do not know where "PlayerAdjustment" originates from in the Blueprint Nodes....
@Fettman89
@Fettman89 3 жыл бұрын
@@manueljimenez8952 You may have to delete the old one, and hit compile before bringing in the new one.
@modernsimsguru9409
@modernsimsguru9409 3 жыл бұрын
Your a life saver thanks for this comment !
@kriskata7653
@kriskata7653 3 жыл бұрын
@@modernsimsguru9409 Glad it helped ! :)
@codyvandal2860
@codyvandal2860 3 жыл бұрын
Very nice bro, well done this is elegant. You've come a long ways mate 👍
@Beardgames
@Beardgames 3 жыл бұрын
Thank you so much again man 🙏
@polyviospatseadis9777
@polyviospatseadis9777 2 жыл бұрын
Very helpful video thanks
@neginabh5092
@neginabh5092 2 жыл бұрын
Thank you for doing this tutorial but I have a issue that when I press my key the camera doesn't function could you let me how can I fix it ?
@gamerreviews71
@gamerreviews71 2 жыл бұрын
im having same issue
@ИгорьНапалов-н7д
@ИгорьНапалов-н7д 2 жыл бұрын
@@gamerreviews71 you have to go to the "edit" "project settings" column in the list find the "input" column and there "Action manager" add the "E" key The author forgot to mention this.
@MZONE3D
@MZONE3D 3 жыл бұрын
Tutorial is 💯 and the thumbnail is 💯
@Beardgames
@Beardgames 3 жыл бұрын
Respect mzone thanks dude😎
@anatolio8689
@anatolio8689 2 жыл бұрын
Thank you. Was able to setup an interacting with ThirdPersonCharacters and other objects that use the interface.
@mastercheater198
@mastercheater198 6 ай бұрын
FOR PEOPLE who has problem with this: 6:53, change "custom event" to "event active dialogue"
@kingwill345
@kingwill345 2 жыл бұрын
How do I end the dialogue and resume play?
@TheHarsync21
@TheHarsync21 3 жыл бұрын
Super helpful! Thank you for your tutorial
@youoshd
@youoshd 3 жыл бұрын
Amazing tutorial. Straight to the point and very useful information. New SUB!!
@Beardgames
@Beardgames 3 жыл бұрын
Thanks so much Daniel :)
@Pac-bq2sn
@Pac-bq2sn 3 жыл бұрын
Think I'm gonna need this in my next game, good timing and great explained as everytime 👌 Edit: you nailed the thumbnail with this one 😁
@Beardgames
@Beardgames 3 жыл бұрын
Haha onto game 2 already you're smashing it ;) Ahah thanks man I'm slowly getting there
@WhiteShack
@WhiteShack 3 жыл бұрын
Thank you very much for this tutorial! Very well explained and I'm learning so much from it.
@Beardgames
@Beardgames 3 жыл бұрын
No problem Mowu! Thanks so much for watching :)
@raheel2692
@raheel2692 11 ай бұрын
Great tutorial, many thanks! Only problem when using "Move Camera + Player Over Time" the player seems to slide into cone location instead of walk as in the beginning of the vid. I'm using UE5
@MANIPSahTV
@MANIPSahTV 2 жыл бұрын
compiling error "This blueprint (self) is not a PrimitiveComponent, therefore ' Target ' must have a connection." how can I fix it please ? thank you for the tutorial
@Bunglay
@Bunglay 2 жыл бұрын
ive been attempting UE4 for ever and cant really force myself to move forward with blueprints... i always get stuck on character creation in Blender... i finally attempted a BP tutorial.... though its very confusing on how to come up with these connections.. i think im getting way more comfortable following tutorials and trouble shooting within UE4 i think thats the most valuable thing i got out of this.. great tutorial... great pace! cant wait to give this robot some dialogue
@piszczu4707
@piszczu4707 13 күн бұрын
Works perfectly but with one issue - the character movement to Cone is not animated, its just pushed without walking. I'm using UE 5.4 - any ideas what could I change?
@slamm600
@slamm600 3 жыл бұрын
Very nice style, gained a sub
@Beardgames
@Beardgames 3 жыл бұрын
Thank you kindly Sla! Really appreciate it :)
@PacoOsaka
@PacoOsaka 3 жыл бұрын
you deserve way more clout than you have
@Beardgames
@Beardgames 3 жыл бұрын
Haha respect my dude, hopefully I'll take off one of these days but just gotta stay humble and patient until that day😁
@codyvandal2860
@codyvandal2860 3 жыл бұрын
@@Beardgames when you break 10k the algorithm is gonna find you
@Beardgames
@Beardgames 3 жыл бұрын
@@codyvandal2860 Hahah I'm absolutely praying my friend. Praying an insane amount 😁 thank you man that actually made my morning haha
@MrSmashmasterk
@MrSmashmasterk 2 жыл бұрын
I feel like I'm the only one who follows your tutorials and at the end it doesn't work. @-@ What am I doing wrong! Idk.
@pwpresents5660
@pwpresents5660 2 жыл бұрын
Found your tutorial, ran through it, but my player won’t seem to interact with it. As in nothing happens? Why? What did I miss?
@MikeyBison
@MikeyBison 9 ай бұрын
same...
@apollosenpai863
@apollosenpai863 2 жыл бұрын
I am having an issue with this... BP_NPC > Event Graph > Flash Screen - Teleport Character > all the way at the bottom of the box > Get World Rotation [Target is Scene Component] > Return Value Z (Yaw) > float + float pin gives error "float + float - Commutative associative binary operator inputs must all be of the same type." Tt also gives the error "Input pin B specifying non-default value no longer exists on node float + float . Please refresh node or reset pin to default value to remove pin." The same thing is happening for the other float + float pins that are located on the " Flash Screen - Teleport Camera" and the "Move Camera + Player Over time to Location" boxes. If anyone knows how to fix this please let me know! Thanks in advance.
@tommedenney
@tommedenney 2 жыл бұрын
Hey man I'm having the same exact issue and its really stopping my project progress... Anyone have any ideas about how to fix this?
@tommedenney
@tommedenney 2 жыл бұрын
SOLVED: Go to the "float + float" pin and right click it and press "refresh node" Do this for all the nodes that give this error and i should fix it!
@Triple._.A
@Triple._.A 2 жыл бұрын
@@tommedenney Thanks!!
@MrSmashmasterk
@MrSmashmasterk 2 жыл бұрын
How do you exit the interaction once you've entered it?
@eatherghost495
@eatherghost495 2 жыл бұрын
im facing same issue did you find any solution?
@MoinkAndKilo
@MoinkAndKilo 2 жыл бұрын
@@eatherghost495 Same here
@egekara684
@egekara684 3 жыл бұрын
I am trying to add this to a two class RPG. Even though I followed the tutorial completely, when I press E nothing happens. Does anyone have any idea why ?
@Beardgames
@Beardgames 3 жыл бұрын
Make sure you're overlapping the overlap box my friend! Apart from that put print strings throughout you BP and narrow down where the error is. This video should help ... 😊
@Beardgames
@Beardgames 3 жыл бұрын
kzbin.info/www/bejne/pIGlmGmMot18o7s
@egekara684
@egekara684 3 жыл бұрын
Thanks a lot but it was a simple mistake for me. When I added your BP to mine, Event Activate Dialogue changed to Custom Event and I didn't notice it. Thanks again.
@Beardgames
@Beardgames 3 жыл бұрын
@@egekara684 hey it happens! Just gotta go through all the functionality from the start and narrow down where the problem is :)
@slamm600
@slamm600 3 жыл бұрын
@@egekara684 Really glad you got it figured out. I had the same problem myself. Thought it was a mismatched name I put in. Would never have got it otherwise. First time playing with interfaces and event dispatchers.
@TopNeeds123
@TopNeeds123 2 жыл бұрын
Quick question, does this work in unreal engine 5?
@heresmynovel331
@heresmynovel331 Жыл бұрын
Does it work??
@TopNeeds123
@TopNeeds123 Жыл бұрын
Probably, I didn't try it because in unreal I use nodes which don't take stuff like c++, but if u use c++ or something like that it prob will
@Ka0riii
@Ka0riii 3 жыл бұрын
Thank you!!
@DigitalQuackVT
@DigitalQuackVT Жыл бұрын
Followed this tutorial again today. and it corrupted one of my blueprints.
@PacoOsaka
@PacoOsaka 3 жыл бұрын
your the brakeys of unreal
@TheSkeleton27
@TheSkeleton27 2 жыл бұрын
Yeah, then it’s smart poly
@VaennoX
@VaennoX 3 жыл бұрын
Your tutorials are soo helpful, my project is mostly done with your tutorials xD xD. I am excited for part 2
@Beardgames
@Beardgames 3 жыл бұрын
Haha glad to hear it my friend. Keep it up!
@VaennoX
@VaennoX 3 жыл бұрын
@@Beardgames you have a workshop or something like that?
@Beardgames
@Beardgames 3 жыл бұрын
@@VaennoX what do you mean by workshop sorry 😊?
@VaennoX
@VaennoX 3 жыл бұрын
@@Beardgames i could send you a link as example but dont want do advertising :) but a workshop like you show step by step how to create a game from the beginning. i will buy your asset btw^^
@Beardgames
@Beardgames 3 жыл бұрын
@@VaennoX oh yeah! I see what you're saying, like a start a game course kind of thing. Well all these videos I've been producing now have actually been part of a 30 day tutorial series so it's my free of charge way of teaching people how to make their first game haha. I haven't made it very clear so it's something I'll need to explain to people when its finished. Hey thanks so much I really appreciate that, make sure you're in the discord and you can PM me with any questions you have about it :)
@realdlps
@realdlps 3 жыл бұрын
Another great tutorial :)
@Beardgames
@Beardgames 3 жыл бұрын
Thanks DLPS :)
@FerUrdanetaDev
@FerUrdanetaDev 3 жыл бұрын
when i hit E nothing happens :'(
@tonybush565
@tonybush565 2 жыл бұрын
The fix for me was to delete the red node on BP_NPC titled “Custom Event” (right above the “Move Camera + Player” comment) and place a new node “Event Activate Dialogue” instead, and connect it.
@MikeyBison
@MikeyBison 9 ай бұрын
@@tonybush565THIS FIXED IT!!!! Thank You, I tried 3 times, was about to give up. You a bro
@BlueprintBro
@BlueprintBro 3 жыл бұрын
Thank you so much!!
@Beardgames
@Beardgames 3 жыл бұрын
No problem at all! Thanks for supporting the channel 🙂
@BRSILVA3DCREATIVESTUDIO
@BRSILVA3DCREATIVESTUDIO 3 жыл бұрын
Obrigado pelo conteudo amigo, muito bem explicado! me ajudou bastante no meu projeto... mais um inscrito e Like!! Não sei como as pessoas veem um conteudo desse e dão deslik!
@Ethan348
@Ethan348 Жыл бұрын
Yo, thanks for the tutorial! Everything seems to be working but my character turns 90 degrees away from the NPC. What could I possibly do to fix this? I'm very inexperienced when it comes to UE.
@kasiha.n.5620
@kasiha.n.5620 2 жыл бұрын
Hi, how can I create multiple NPC with different blueprints and using the same dialog system? The end chat is giving me issues.
@luagod-1
@luagod-1 Жыл бұрын
same question the NPC Ref in the NPC Dialogue is refering to one class object sadly.
@bycgraczembiznes849
@bycgraczembiznes849 Жыл бұрын
can i use this for my game?
@MetalHeadReacts
@MetalHeadReacts Жыл бұрын
Followed this to the letter.... doesn't work
@tubeYou-pv5su
@tubeYou-pv5su 7 ай бұрын
I always watched videos and got help. :) I'm looking to use this quest mark asset for commercial purposes, and I'd like to discuss this. How can I contact you?
@Studio_234
@Studio_234 Ай бұрын
Confused. Why duplicate the player character? . If I have a npc character already do I still need to duplicate my player character? Do I put this code in the blueprint of my player character or the npc character I’m talking to?
@elijahpm
@elijahpm Жыл бұрын
when i press the E it doesn't work
@elijahpm
@elijahpm Жыл бұрын
Please, i need help(the E key it's correct)
@ozon.project
@ozon.project Жыл бұрын
@@elijahpm hi did you find the problem?
@balanciprian529
@balanciprian529 3 жыл бұрын
Sorry for the dumb question but should someting happen when i press "E" on the npc? Because i did everything just the way you did and nothing happens.
@Beardgames
@Beardgames 3 жыл бұрын
Make sure you're in the NPC trigger box my friend. You can set this to visible by going into the details and by checking hidden in game :)
@goldenpixy8609
@goldenpixy8609 3 жыл бұрын
@@Beardgames I have the same problem. It simply doesn't work.
@dabbedoutgaming297
@dabbedoutgaming297 3 жыл бұрын
@Beardgames i am also having this issue
@CorpusFisty
@CorpusFisty 3 жыл бұрын
The fix for me was to delete the red node on BP_NPC titled “Custom Event” (right above the “Move Camera + Player” comment) and place a new node “Event Activate Dialogue” instead, and connect it.
@waisotw3017
@waisotw3017 3 жыл бұрын
@@CorpusFisty thanks mate, it really work
@Dkas008
@Dkas008 6 ай бұрын
Anybody knows why my quest qiver vanishes when i open the game?
@emackenzie
@emackenzie 2 жыл бұрын
Is there a way to force your character to face the npc when they spawn at the cone? My character practically has their back to them and the camera
@emackenzie
@emackenzie 2 жыл бұрын
The "Move Camera + Player Over time to Location" option has them facing the right way but they kind of slide into place 😭
@emackenzie
@emackenzie 2 жыл бұрын
Aaaand there it is, I compared the nodes we copied and realized some settings had gotten knocked around lol. Namely connecting the timeline back to the Alpha channels on the Lerp nodes, and the (-90.0) value on the Addition A+B node was changed to (1.0). Also, Sweep and Teleport on the Set World Transform node had both been turned False Leaving my pain here in case anyone else stumbles down the same path
@emackenzie
@emackenzie 2 жыл бұрын
As much pain as this brought me in the past hour, thank you for the video 🥴 I'll be back for part 2 in the morning
@corentinaubert208
@corentinaubert208 2 жыл бұрын
@@emackenzie thxxxxx man ! I've got the same problem as you with the values changed on the addition A+B nodes !
@BanditsGotCore
@BanditsGotCore 2 жыл бұрын
@@emackenzie Thank you🙏
@someguywithamic9
@someguywithamic9 2 жыл бұрын
This would be helpful is part 2 didn't break everything.
@HIGHWIRE554
@HIGHWIRE554 3 жыл бұрын
This is amazing when will the part 2 be available?
@Beardgames
@Beardgames 3 жыл бұрын
So it's actually out right now for patreons as they're 1 video ahead with early access, so as soon as I've released my next tutorial part 2 will be there :) I'll try be as quick as possible but it will most likely be 2-3 days!
@SilverWolf08
@SilverWolf08 Жыл бұрын
I love your video it helped me a lot, I just got one problem, when I interact with the npc the player 1. Slides to the position instead of using the animation I gave him 2. Doesn't rotate to directly face the npc, it just faces him when you talk to him in a specific rotation 3. When I'm walking and interact with the npc sometimes the player just walkes away while the cam changes Hope you see this and can help me
@sheptorrasianin9403
@sheptorrasianin9403 3 жыл бұрын
perfect
@NineonForLife
@NineonForLife 2 жыл бұрын
I get a bad cast node at 6:35 and cant seem to fix it, what should I do?
@injusticedmoney4929
@injusticedmoney4929 2 жыл бұрын
same
@NineonForLife
@NineonForLife 2 жыл бұрын
@@injusticedmoney4929 I think I figured it out, I had renamed my third person character and it didnt show up as a cast. Right click on the event graph and search for '' cast to *thirdpersoncharacter name* and replace the bad cast nodes with those. Connect them as the bad cast nodes where connected, or just as the video shows!
@shodowwash6565
@shodowwash6565 3 жыл бұрын
Tysm :)
@Beardgames
@Beardgames 3 жыл бұрын
Anytime :)
@CediEntertainment
@CediEntertainment 3 жыл бұрын
Sry bro you lost me at 1:00 when you are moving things around and doing other stuff so fast. I am not native english speaker so I struggled hearing and following your actions.
@elsecuestrador4857
@elsecuestrador4857 2 жыл бұрын
what can i do when it says "cant connect pins object and other actor"?
@rhunan9366
@rhunan9366 2 жыл бұрын
Love following halfway through a tutorial before it forces you to start downloading files, why not show the nodes on screen clearly for people on mobile?
@orenji138
@orenji138 2 жыл бұрын
for some reason mine only works when i disable consume for the E key any reasons why?
@3DAntonio47
@3DAntonio47 3 жыл бұрын
Ah nice one, this is cool! I'm following along with the FPS template and it didn't work for me at first. I re-watched to make sure I didn't miss anything and I noticed that my "Event Activate Dialogue' custom event had a typo. Just a heads up to double check that one if it's not working. Anyways, thanks for sharing with us dude!!
@hellstriker5084
@hellstriker5084 2 жыл бұрын
everything works except that my character keeps walking after interaction starts how do i stop the movement? i saw one comment about a stop movement node but i have no idea where that goes
@hellstriker5084
@hellstriker5084 2 жыл бұрын
nevermind fixed it by adding get player character setting return value to character movement and adding disable movement after set input mode ui only in npc character
@corentinaubert208
@corentinaubert208 2 жыл бұрын
@@hellstriker5084 I don't exactly catch what you're saying but i have the feeling it's part of the solution i'm searching for. Can you be more specific and detailled the action you realised in your comment ? You'll be a life savior !
@hellstriker5084
@hellstriker5084 2 жыл бұрын
@@corentinaubert208 honestly im not sure what i was on about i kinda abandoned that project awhile back but if you are interested you can have the blueprints i guess
@corentinaubert208
@corentinaubert208 2 жыл бұрын
@hellstriker yeah I would like to have them plz !!
@hellstriker5084
@hellstriker5084 2 жыл бұрын
@@corentinaubert208 Spammy#2984
@BooneyianLogic
@BooneyianLogic 2 жыл бұрын
so when I follow this in Unreal Engine 5, I'm trying to use this for a top down game template. but after fixing the timeline, my alpha connections are not red, but upon re-seating them anyway, the addition node just under that, throws an error. is there anyone who knows how to solve that error? :FIXED: replace nodes with errors and change the "custom event" to "activate dialog".
@BooneyianLogic
@BooneyianLogic 2 жыл бұрын
i think you just need to re-create some of the nodes. I'm going to try this. Edit: Ive gotten rid of the errors. However, I cannot seem to get the function to begin when i press the e key.
@apollosenpai863
@apollosenpai863 2 жыл бұрын
im haveing the same issue
@jeff_holmes
@jeff_holmes 2 жыл бұрын
@@BooneyianLogic Any resolution on this?
@orlandoramirez6721
@orlandoramirez6721 2 жыл бұрын
HI I am watching your video but the activate dialogue does not appear :I, is there some way that you can help? :)
@andrijas5515
@andrijas5515 2 жыл бұрын
Bro i have problem it wont change to camera position only text above his had disaper and thats it i wact the full vid 3 time make evryting right and there is no errors but still it wont change to camera i dont know why pls help
@87Anees
@87Anees 3 жыл бұрын
Great tutorial! Would you be so kind as to do a tutorial on creating NCPs similar to Assassin Creed (reacting to bumping, running away when seeing danger, interacting with one another, etc....) It would be much appreciate it.
@Beardgames
@Beardgames 3 жыл бұрын
Maybe something I could do in the future my friend but at the moment I'm fully booked up with videos :) Good idea though!
@87Anees
@87Anees 3 жыл бұрын
@@Beardgames Thank you 😊
@mistery_runes
@mistery_runes 3 жыл бұрын
5:41 I can't find the camera transform to change the position, can you help me? I will subscribe for sure if you can help me to fix this "problem"
@Beardgames
@Beardgames 3 жыл бұрын
So make sure your variable is instance editable my friend :) Every time a variable is instance editable it can be seen in the details of the blueprint. If you don't have this variable make sure you created it like we do at 5:00. Good luck amigo!
@tommedenney
@tommedenney 2 жыл бұрын
Part 1 is a really good tutorial but do not waste your time going to part 2 -- it gets super complicated and a lot of the links that you download into the project are broken and you have to fix them yourself ... trust me I know becuase I was trying this. Anyways just take what you can from part 1 and follow a different tutorial.
@333studios.
@333studios. 3 жыл бұрын
where is part 2 mate?
@Beardgames
@Beardgames 3 жыл бұрын
Working on it now my friend :)
@333studios.
@333studios. 3 жыл бұрын
@@Beardgames Yay
@Beardgames
@Beardgames 3 жыл бұрын
@@333studios. It is actually out now for patreons with early access but it will be out in a few days when I release my next video for everyone else. If your desperate to see it now feel free to check out my patreon haha 😁
@333studios.
@333studios. 3 жыл бұрын
@@Beardgames I just might!(;
@danliviu75
@danliviu75 Жыл бұрын
Hello guys, my name is Dan. I am new in unreal engine 4.26 , can you help me with a tutorial with how can I setup a non playbale character? I have my Third pesoon charcacter setup but I dont know how to add a second non playble to interact with. Thanks
@hexsusstudio327
@hexsusstudio327 3 жыл бұрын
Do you mind if I do this with transition visibility?
@reinforcement5876
@reinforcement5876 3 жыл бұрын
Awesome video, I have learned a lot from it, however I am stuck as when I pasted the stuff onto the event graph I still wasn't sure how to get rid of the errors. If you could give me some more in depth advise on how to fix this it would be greatly appreciated. :)
@MrSmashmasterk
@MrSmashmasterk 2 жыл бұрын
Is this gamepad compatible?
@WiccanWarrior63XD
@WiccanWarrior63XD 2 жыл бұрын
Im currently having an issue where my character keeps moving in the direction they were moving in if they interacted with the npc while moving. Any tips for this?
@keshxn8076
@keshxn8076 Жыл бұрын
any solutions, having this problem rn?
@WiccanWarrior63XD
@WiccanWarrior63XD Жыл бұрын
@@keshxn8076 sadly no
@JKordero
@JKordero 2 жыл бұрын
Hi, how can I create multiple NPC with different blueprints and using the same dialog system? The endchat is giving me issues. Thanks in advance
@kasiha.n.5620
@kasiha.n.5620 2 жыл бұрын
i have the same problem
@peakedinsanity1975
@peakedinsanity1975 3 жыл бұрын
@Beargames I cannot get the event to trigger when I interact with it. The event activate dialouge is not available to me even though I copied from your link as mentioned in the video, how do I reference it? I can keep getting custom events instead.
@Beardgames
@Beardgames 3 жыл бұрын
Could you give me a timestamp my friend :)
@peakedinsanity1975
@peakedinsanity1975 3 жыл бұрын
@@Beardgames Thanks for the quick response, I think I figured it out how to implement it. But it is still not working and better yet, there was no error. I was asking around in your discord at the "help I am stuck" section but no one could resolve it at the moment.
@Beardgames
@Beardgames 3 жыл бұрын
@@peakedinsanity1975 keep it up dude I know you'll get there :)
@elblogdejojan5453
@elblogdejojan5453 3 жыл бұрын
Do you solve it i have the same problem
@CorpusFisty
@CorpusFisty 3 жыл бұрын
Any guess why after interacting with the NPC, my character resumes his walking speed and direction right after the black screen animation?
@Beardgames
@Beardgames 3 жыл бұрын
Throw in a stop movement node :)
@vanessavalente2350
@vanessavalente2350 2 жыл бұрын
@@Beardgames where?
@Ynxzz
@Ynxzz 3 жыл бұрын
Awesome tutorial Beardgames! everything work perfectly, except for the player character's position, it simply will not move to the position of the cone, wondering what I am doing wrong, do you have any insights? Thanks for the tutorial, moving onto part 2!
@Beardgames
@Beardgames 3 жыл бұрын
Anytime Marcus! You got this brother :)
@Beardgames
@Beardgames 3 жыл бұрын
Hmm I'm not sure why from a glance, you'd have to go through the nodes I'm afraid!
@Beatrixkiddo318
@Beatrixkiddo318 3 жыл бұрын
I walk up to the npc and press E. Nothing happens. I did everything correctly. Why won’t it work?
@Beardgames
@Beardgames 3 жыл бұрын
Check your collision box my friend, you might not be overlapping it, if you are check your collision settings :)
@The_Animator
@The_Animator 3 жыл бұрын
i did everything as you said, but i still cant interact with the npc, plus the placing of my camera and cone are a bit wonky
@elblogdejojan5453
@elblogdejojan5453 3 жыл бұрын
Do you solve it ?
@The_Animator
@The_Animator 3 жыл бұрын
@@elblogdejojan5453 how do you solve it?
@neverknowsbest1717
@neverknowsbest1717 3 жыл бұрын
if you copied and pasted the nodes, there is an event that defaults to "custom event" that you have to change to "activate dialogue"
@The_Animator
@The_Animator 3 жыл бұрын
@@neverknowsbest1717 thank you!
@neverknowsbest1717
@neverknowsbest1717 3 жыл бұрын
@@The_Animator 👍
@kosta8334
@kosta8334 2 жыл бұрын
You are doing UI anchors wrong
@Faiqal_x1103
@Faiqal_x1103 3 жыл бұрын
i can't keep up with the vid unfortunately as i am rather new, however, is there any way you can explain how i can add the camera to my already made dialogue? Like the dialogue interactions are done,, i just needed to integrate the camera in somehow
@yaboyry2468
@yaboyry2468 3 жыл бұрын
I had watched over this three times and still not managed to get it to work. The interaction between my character and the NPC when pressing E does not seem to do anything. Any idea why that would be?
@VlRos94
@VlRos94 3 жыл бұрын
I changed it and this now working ....
@VlRos94
@VlRos94 3 жыл бұрын
This when "Event => Printstring=>player adjustments"
@yaboyry2468
@yaboyry2468 3 жыл бұрын
@@VlRos94 can you explain what you mean by that a little more? I'm sorry i'm extremely new to Unreal.
@VlRos94
@VlRos94 3 жыл бұрын
I too 😀 Pls turn on 7:43 and you can see how event is dispatcher.
@MoinkAndKilo
@MoinkAndKilo 2 жыл бұрын
@@VlRos94 Thank you so much
@peytonclarkfilms
@peytonclarkfilms 3 жыл бұрын
Do u know how to do a dialogue system kind of like how the game The Beginners Guide does? I’m trying to do something like that and I’d really appreciate it if u could look into that. Thank u!
@urmcchromez9426
@urmcchromez9426 3 жыл бұрын
Hey, can you please show us how to put a really nice menu like from AAA games on stuff like this ?
@ordinath4510
@ordinath4510 2 жыл бұрын
Hi There, I've implemented the system however the chat just won't end. I'm using 4.27 so some things were broken which I've fixed, but the End Chat call in NPC_Dialogue is looking for a target (which I give as the NPC), as it won't take 'self'. This results in: Blueprint Runtime Error: "Accessed None trying to read property NPC_Ref". Blueprint: NPC_Dialogue Function: Execute Ubergraph NPC Dialogue Graph: EventGraph Node: End Chat. In the game this means the chat won't end when I have a goodbye response. Do I need to target the player or something else? What is the target used for in the EndChat Function in anycase as I can't see where its' used. Any thoughts/help?
@bitbender6452
@bitbender6452 2 жыл бұрын
I have the same problem. Any theories?
@oxigenious4953
@oxigenious4953 Жыл бұрын
Any solution
@da_true_cluckmyster
@da_true_cluckmyster 3 жыл бұрын
How do I make a dialouge system with Pawns instead of characters, im making a Car RPG where every character is a car.
@setknife6873
@setknife6873 3 жыл бұрын
the copy paste at the end was lazy. so annoying to come so far.
@Beardgames
@Beardgames 3 жыл бұрын
The copy paste was to save the viewers time my good sir not mine
@nathanaellands51
@nathanaellands51 2 жыл бұрын
Can this translate to a 2d sidescroller?
@elblogdejojan5453
@elblogdejojan5453 3 жыл бұрын
why when i press f nothing happens? i check the video a lot of times and i can seee the error any ideas guys?
@neverknowsbest1717
@neverknowsbest1717 3 жыл бұрын
if you copied and pasted the nodes, there is an event that defaults to "custom event" that you have to change to "activate dialogue"
@veliyldrm5767
@veliyldrm5767 3 жыл бұрын
helpp i cant did it :((((
@lill.johnysparkour
@lill.johnysparkour 3 жыл бұрын
Hi, first of all, thanks for the tutorial, you are the best! I have a problem, when my player character interacts, in the cutscene the character is facing away from the NPC. How can I fix this?
@Beardgames
@Beardgames 3 жыл бұрын
No problem at all amigo :) so in the blueprint we are setting the characters rotation and location. At current I've added a -90 onto the rotation to get the mannequin faxing the npc, all you need to do is flip this over to 90 and it should be working for ya
@RebootDaArcanist
@RebootDaArcanist 2 жыл бұрын
@@Beardgames where exactly in the blueprint is this?
@TheBadBugz
@TheBadBugz 2 жыл бұрын
@@RebootDaArcanist NPC Blueprint... Check your bp and compare it to the Link Beardgames provided. I had my addition node with value 1 and it should be 90! Cpy and past may chance some values =x
@guywglasses3910
@guywglasses3910 3 жыл бұрын
Hey Beardgames. So, I've been trying to find a decent tutorial video for the process, to no avail. I don't know if you have ever tried your hand in it, but do you think you could make a "Character Creator" System? I'm a particular fan of the character creator system from Nioh 2 (seen here- kzbin.info/www/bejne/i4HSlH-XrsaSnck) but that's mostly because I like how realistic the characters look, and the different options available.
@natsumihyuga5485
@natsumihyuga5485 3 жыл бұрын
Can someone help me 🥲 im having a bit of a problem here cuz the cutscene still wont activate while i followed 100% 🥲
@neverknowsbest1717
@neverknowsbest1717 3 жыл бұрын
if you copied and pasted the nodes, there is an event that defaults to "custom event" that you have to change to "activate dialogue"
@BooneyianLogic
@BooneyianLogic 2 жыл бұрын
@@neverknowsbest1717 This guy! deserves a raise, thank you so much.
Unreal Engine Simple NPC Tutorial
14:03
Seredias
Рет қаралды 64 М.
СИНИЙ ИНЕЙ УЖЕ ВЫШЕЛ!❄️
01:01
DO$HIK
Рет қаралды 3,3 МЛН
Don’t Choose The Wrong Box 😱
00:41
Topper Guild
Рет қаралды 62 МЛН
To Brawl AND BEYOND!
00:51
Brawl Stars
Рет қаралды 17 МЛН
Unreal Engine 4 Tutorial - Advanced Dialogue Pt.1 - Interaction
24:41
Unreal Engine 5 - How To Create Cinematics in Sequencer Tutorial
17:35
The Easiest Way to Make a Simple Enemy AI in Unreal Engine 5
15:40
Gorka Games
Рет қаралды 311 М.
Why Majora's Mask's Blue Dog Took 25 Years to Win the Race
21:04
Vidya James
Рет қаралды 2,4 МЛН
I Made the Same Game in 8 Engines
12:34
Emeral
Рет қаралды 4,3 МЛН
How to Make an Animal AI in Unreal Engine 5
10:26
Gorka Games
Рет қаралды 58 М.
Tierlisting the BEST (and worst) GAME ENGINES
33:51
BiteMe Games
Рет қаралды 248 М.
Making ALSV5 - Free Project Ready - Game Animation Sample Layering
12:59
СИНИЙ ИНЕЙ УЖЕ ВЫШЕЛ!❄️
01:01
DO$HIK
Рет қаралды 3,3 МЛН