Make a Co-op Multiplayer Game in Unreal Engine 4

แชร์
ฝัง
  • เผยแพร่เมื่อ 2 ต.ค. 2024

ความคิดเห็น • 228

  • @UnrealEngineTutorials
    @UnrealEngineTutorials  3 ปีที่แล้ว +72

    Check out my courses here: unrealenginemastery.teachable.com/

    • @UnderfundedScientist
      @UnderfundedScientist 3 ปีที่แล้ว +2

      💪🧠

    • @SanneBerkhuizen
      @SanneBerkhuizen 3 ปีที่แล้ว +1

      YES please!

    • @Mrpaul20
      @Mrpaul20 3 ปีที่แล้ว +1

      hehe
      you are awesome

    • @CaffeineInjected
      @CaffeineInjected 3 ปีที่แล้ว

      Love your videos Addict. Thanks for making this content.

    • @DungeonsAndDiving
      @DungeonsAndDiving 3 ปีที่แล้ว

      Hey man, I know this is a "nooooooob" question as I'm trying to familiarize with Unreal... but can you point to (or make) any documents/tutorials/etc that would be a great next step in expanding multiplayer with lobbies... to more of an open world MMO style of handling things? I'm specifically looking for larger amounts of players and level instancing (think dungeons). I know MMO's are a massive undertaking so trolls plz just move on. I'm not looking to make the next WoW Killer... I simply want to learn how its done in Unreal.

  • @chutneystudios
    @chutneystudios 3 ปีที่แล้ว +4

    Literally every unreal developer should see this video. Thanks for this!

  • @denizorsel1029
    @denizorsel1029 3 ปีที่แล้ว +17

    For JumpPowerUP section, make sure you don't use ToggleVisibility but Set Actor Hidden in Game as DevAddict has modified in previous video. Otherwise you will run into issues.

    • @arielquinteros
      @arielquinteros 3 ปีที่แล้ว +4

      Oh boy, I was stuck at this for a solid 30 minutes. Thanks!!

    • @dmax1
      @dmax1 3 ปีที่แล้ว +1

      make sure to toggle "new hidden" after changing lol

  • @desawwww
    @desawwww 3 ปีที่แล้ว +6

    You are litteraly Brackys for UE4.
    Thank you for your great Tutorials ❤

    • @UnrealEngineTutorials
      @UnrealEngineTutorials  3 ปีที่แล้ว +5

      Thanks but unity is cringe

    • @anasdev1553
      @anasdev1553 2 ปีที่แล้ว

      @@UnrealEngineTutorials true words have never been spoken

  • @brunoverde2769
    @brunoverde2769 3 ปีที่แล้ว +2

    I discovered your channel 3 days ago and I subscribed right away because I really like the way you teach things.
    And then you uploaded this video... just amazing!
    I learnt so much today!
    Please keep doing this server/client tutorials... and next time maybe with interfaces instead of "castings"?
    It would be wonderful!
    Thanks for the great tutorials!

    • @UnrealEngineTutorials
      @UnrealEngineTutorials  3 ปีที่แล้ว +2

      Yeah next video I’ll teach interfaces. We’ll keep working through this project hah

  • @AphixDev
    @AphixDev 3 ปีที่แล้ว +5

    Great beginner friendly content! I love ur explanations XD

    • @LioncatDevStudio
      @LioncatDevStudio 3 ปีที่แล้ว +2

      Hey I have seen you in Jonas's discord

    • @AphixDev
      @AphixDev 3 ปีที่แล้ว +1

      @@LioncatDevStudio lol yessir

  • @Zerbexian
    @Zerbexian 3 ปีที่แล้ว +26

    Been watching tutorials on multiplayer functionality for months now, but after 30 mintues of watching this video, I learned more than all the other tutorials combined. That goes to show the quality and DevAddict's ability to explain / simplify complicated blueprint work. Keep doing what you do man! I love how learning oriented every video is

    • @UnrealEngineTutorials
      @UnrealEngineTutorials  3 ปีที่แล้ว +4

      Thanks!

    • @Zerbexian
      @Zerbexian 3 ปีที่แล้ว +4

      @@UnrealEngineTutorials It's 100% deserved! I'm usually not the guy to even take the time to comment on anything unless I have a good solution for a question. But I just completely fell in love with your approach for doing tutorials, and you seem to have much more knowledge than most other UE4 "teachers", at least for multiplayer functions

    • @UnrealEngineTutorials
      @UnrealEngineTutorials  3 ปีที่แล้ว +4

      Thanks man it means a lot!

  • @GaryParkin
    @GaryParkin 3 ปีที่แล้ว +6

    If anyone has any issues with not having a character between Starting New Player and On Post Login, make sure you delete Starting New Player off your BP grid. I tried both and neither worked (4.26.3). I didn't get a character. It was only after I messed with it and deleted both, and re-added On Post Login that I found this.
    14:30 Setting actor to Replicates didn't work, so I went back and setup Set Actor Hidden In Game and removed the Set Visible in BP_jumpboost.

  • @naza0777
    @naza0777 3 ปีที่แล้ว +18

    one of the best multiplayer tutoreal on ue4..

  • @fletchlockgaming8260
    @fletchlockgaming8260 3 ปีที่แล้ว +9

    If your Client is having fits trying to jump on the moving platforms, be sure to set your Level Sequence Actors to Replicate Playback so it syncs up with the Server. Found this after a few minutes of head-scratching as my Client dude fell to his death repeatedly.
    Thanks for the tutorial @DevAddict. Much appreciated!

  • @IcyGeez1337
    @IcyGeez1337 2 ปีที่แล้ว

    At 1:21:30 you could've just gotten the Instigator Controller from the Begin Overlap event, as the overlap event will fire before the "OpenDoor" event (since OpenDoor won't fire if you are not overlapping)
    Aside from that, I wanna say I am so thankful for these tutorials of yours, you're changing my life and if my game ever makes it to any stage (even alpha), I'll make sure to include credits to you somewhere in there ♥

  • @nutterbut1er248
    @nutterbut1er248 3 ปีที่แล้ว +9

    No cap bro love your content it helps me be a game dev

  • @sithmaster
    @sithmaster 3 ปีที่แล้ว +2

    Thank you for this tutorial! Right in time, while I also look for any viable tutorial that would actually explain whats the best way to setup either some client/listen with friend invite code (Stardew Valley) or having an external service like EOS for active servers and how to join them / setting up password as server admin..etc etc. It seems like nobody is ever touching these topics. Hard as an pure 3D Artist like me to do a vertical slice that actually needs these things.

    • @UnrealEngineTutorials
      @UnrealEngineTutorials  3 ปีที่แล้ว +3

      We’ll be setting up a multiplayer lobby next

    • @mikebianchini2230
      @mikebianchini2230 3 ปีที่แล้ว

      @@UnrealEngineTutorials Did this lobby tutorial ever come out ? can you link to it?

  • @nabeelbaghoor1061
    @nabeelbaghoor1061 3 ปีที่แล้ว +12

    Thanks, Addict, You made multiplayer really easy! I just started learning unreal 4 days ago but still, I can understand this tutorial.

  • @KriGeta
    @KriGeta 3 ปีที่แล้ว +1

    Hello, please guide me if it is possible to make a 2.5D type fight game like dragon ball fighterz but a basic version of that like stick fighting with beam attacks

    • @UnrealEngineTutorials
      @UnrealEngineTutorials  3 ปีที่แล้ว +1

      I’ve never made anything 2D but it is something I want to try eventually

    • @KriGeta
      @KriGeta 3 ปีที่แล้ว

      @@UnrealEngineTutorials sir, its not 2d, it a 3D game working as a 2D/2.5D , please Google dragon ball fighterZ

  • @Gatlen_Shado
    @Gatlen_Shado 3 ปีที่แล้ว +10

    This was AMAZING! Thank you so much for answering my questions, and letting us see how you were debugging the multiplayer functionality. I took like 5 pages worth of notes by about the halfway mark. I'll for sure be sending people to watch this. (I totally thought you were going to keep the "as hanging" in the code. :P)

    • @UnrealEngineTutorials
      @UnrealEngineTutorials  3 ปีที่แล้ว +3

      Converting the project to Interfaces launches in a few hours ;)

  • @svensteenkamp5904
    @svensteenkamp5904 2 ปีที่แล้ว +1

    How would you convert this Project to an Online multiplayer game?

  • @miauz1
    @miauz1 3 ปีที่แล้ว +2

    Thanks dude

  • @unrealdevop
    @unrealdevop 3 ปีที่แล้ว +6

    Great tutorial, your the best. I changed mine so that if one player activates the checkpoint it stores the location on the server so that if the other dies they both will respawn at the checkpoint. I also changed it so that they both share the coin count. I went for more of a Co-op rather then a 1v1.

  • @denizorsel1029
    @denizorsel1029 3 ปีที่แล้ว +4

    I don't get why your sub count is still below 1M. Fantastic content once again. Thank you @DevAddict.

    • @UnrealEngineTutorials
      @UnrealEngineTutorials  3 ปีที่แล้ว +1

      I'm a new channel haha. I'm still figuring this youtube thing out :P

  • @DMichiganWol21
    @DMichiganWol21 3 ปีที่แล้ว +6

    Wow! This was really informative. I gotta buy one of your classes. Thanks man!

  • @GamiumGamers
    @GamiumGamers 3 ปีที่แล้ว +3

    3 views 6 likes xD

  • @AAE02
    @AAE02 3 ปีที่แล้ว +2

    I'm just started watch ur videos.The things is I'm very interested to know is how much that took u to learn and master all these and working with(I mean UE4 & Blender & photoshop l)???????
    Since when you're learning ?!

    • @AAE02
      @AAE02 3 ปีที่แล้ว +1

      Guys sorry if I made mistake in my English , cause it's not my first language 😄😅

  • @RavenArtzy
    @RavenArtzy 3 ปีที่แล้ว +1

    Those characters are cute!

    • @UnrealEngineTutorials
      @UnrealEngineTutorials  3 ปีที่แล้ว +1

      Yeah they are haha this project is great

    • @RavenArtzy
      @RavenArtzy 3 ปีที่แล้ว

      @@UnrealEngineTutorials Very great!

  • @not_halls
    @not_halls 3 ปีที่แล้ว +3

    @DevAddict can u make a tutorial on how to make a 2D game in UE4

    • @UnrealEngineTutorials
      @UnrealEngineTutorials  3 ปีที่แล้ว

      I’ve never made a 2D game haha its something I want to attempt next year

    • @not_halls
      @not_halls 3 ปีที่แล้ว

      @@UnrealEngineTutorials next year u mean... 2021 or 2022?

  • @skinnylizardstudios
    @skinnylizardstudios 2 ปีที่แล้ว +2

    This is brilliant. Buying your courses man!

  • @HyperCazual
    @HyperCazual 3 ปีที่แล้ว +5

    This just came out yesterday and I've been looking for a video exactly like this one for a year now...
    Luckily I've been subbed and notified since I first found one of your vids because I knew your vids were going to be gold.

    • @UnrealEngineTutorials
      @UnrealEngineTutorials  3 ปีที่แล้ว +1

      Sweet let me know what you think of it when you finish

    • @HyperCazual
      @HyperCazual 3 ปีที่แล้ว +2

      Unfortunately, it is incompatible with my current project... guess I'll have to dl that project.
      I need to watch more videos on how the gamemode, gamecontroller, playercharacter, and hud interact with each other. There's not enough videos out there that really pick apart how they are supposed to work together like this one does.

    • @HyperCazual
      @HyperCazual 3 ปีที่แล้ว

      @@UnrealEngineTutorials I'm really trying to make this work in my project and I'm unclear as to where the server custom event should be to spawn new multiplayer chars joining an existing server and (perhaps in a different place) respawn dead characters to their prospective spawn points - the GameMode, player controller, or the character.

  • @yousf_jawhar
    @yousf_jawhar ปีที่แล้ว

    I wanna join your course but I wanna see the introduction about your game what you make and what topic to include if you can unlock the Introduction Multiplayer First Person Shooter to watch

  • @davy4842
    @davy4842 3 ปีที่แล้ว +2

    Nice dude ...saves time on that pdf.

    • @UnrealEngineTutorials
      @UnrealEngineTutorials  3 ปีที่แล้ว

      The pdf isnt multiplayer so we’re taking it to the next level here

  • @meathelix
    @meathelix 3 ปีที่แล้ว +2

    Worth noting that if you just load up the project from the marketplace without doing the previous tutorial there won't be a HUD to display. The HUD asset will be blank by default, and it took me a bit to figure out why it wasn't showing up.

    • @UnrealEngineTutorials
      @UnrealEngineTutorials  3 ปีที่แล้ว +1

      Yeah if you want to follow exact then you’ll need to go thru the beginner tutorial video. Otherwise you can watch this video to learn and try to apply to your own projects

  • @Thatsunrealdude
    @Thatsunrealdude 6 หลายเดือนก่อน

    😊😊😊 love the vibe to this game

  • @meathelix
    @meathelix 3 ปีที่แล้ว +2

    For some weird reason the jump boost pickup disappears properly for me on all clients before I got to the point where I checked the "replicates" boolean to be true. It might have something to do with my grabbing the project from the marketplace instead of filling it in with the previous tutorial, but I have no idea why that would make it function when it shouldn't. This has broken my brain.

    • @UnrealEngineTutorials
      @UnrealEngineTutorials  3 ปีที่แล้ว +1

      I believe we made some changes in the previous video so yeah it might work out of the box. But regardless the way we set it up here is the “proper” way with the server handling the hidden stuff and replicating that to clients

  • @MadpolygonDEV
    @MadpolygonDEV 3 ปีที่แล้ว +2

    Will sprinting also work if introduced latency? I heard once u introduce latency its rubber bands. Btw thanks for your efforts man, bless

    • @UnrealEngineTutorials
      @UnrealEngineTutorials  3 ปีที่แล้ว +1

      I dont test for high pings because its almost 2021

    • @MadpolygonDEV
      @MadpolygonDEV 3 ปีที่แล้ว

      @@UnrealEngineTutorials youd be surprised :D

  • @Kein_Alias
    @Kein_Alias 3 ปีที่แล้ว +2

    Nice work! I am going to buy your multiplayer course in the future.
    Did you record the video and do the audio stuff later? Which video editing program do you use?
    Keep it up!

  • @lukebatty3209
    @lukebatty3209 3 ปีที่แล้ว +2

    OK, I’ve got to say I just kind a like listening to your voice. I was watching this video then suddenly realize that I haven’t been paying attention for like five or 10 minutes I had just been listening to what you had to say. I had to go back and rewatch what I missed.

  • @crehera
    @crehera 2 ปีที่แล้ว +1

    Awesome video man! I am a beginner but I noticed something when I follow along with your checkpoint part, and I thought maybe someone had the same issue as me. When I play with 2 clients only one of them could activate the checkpoint, to solve this in the BP_Checkpoint blueprint after the on component begin overplay the true condition was unconnected and I thought simply just connecting it or maybe deleting it altogether works. The connecting part worked for me. Thank you for this awesome tutorial!!

  • @zxspye1126
    @zxspye1126 3 ปีที่แล้ว +2

    You are best

  • @jshffgbjkag43
    @jshffgbjkag43 3 ปีที่แล้ว +1

    what about the foot IK system and a profile to add your pictures in it and your info

  • @vixexxfn2068
    @vixexxfn2068 ปีที่แล้ว +1

    Than you so much i learned so much!

  • @wellingtonsilva-lp4ii
    @wellingtonsilva-lp4ii 2 ปีที่แล้ว +1

    hello, would you like to know if your courses on your site have subtitles? I'm from Brazil and I need them translated even if by google to help me understand, at udemy I could do that.

  • @Pac-bq2sn
    @Pac-bq2sn 3 ปีที่แล้ว +4

    Perfectly explained bro keep up the good work 👌

  • @allashama
    @allashama 8 หลายเดือนก่อน

    I dont understand the 3500 likes on 127,000 views,. it should be much more. I mean, this tutorial was fun to watch and to learn, while you debug stuff with us, which is a big plus because you try things and we see it. so we know what to do and not to do.
    Hope to get more tutorial like this one, debugging a single player into multi player.

  • @willie25p
    @willie25p 3 ปีที่แล้ว +3

    Can you get some merch :) I know a few people wanting to sport you man. You’re honestly our favorite game dev teacher.

    • @UnrealEngineTutorials
      @UnrealEngineTutorials  3 ปีที่แล้ว +1

      Just purchase one of my Teachable courses, thats more than enough to show support. But you cant wear it

    • @willie25p
      @willie25p 3 ปีที่แล้ว

      @@UnrealEngineTutorials we already bought all your classes we want a t-shirt or something now

    • @UnrealEngineTutorials
      @UnrealEngineTutorials  3 ปีที่แล้ว

      @@willie25p Purchase for a friend... a lover... a mother

  • @luukmoll6300
    @luukmoll6300 3 ปีที่แล้ว +1

    this is so cool, but there are so less likes and you spend 2 hours on it. It's not fair

  • @brandonjacksoon
    @brandonjacksoon 3 ปีที่แล้ว +1

    Wow dude! Really cool tutorial and content on your channel! Thank! Liked and subscribed! Keep it up!!!

  • @starscream2092
    @starscream2092 3 ปีที่แล้ว +2

    I am on 4.26 and when i do Event handle starting new player or OnPostLogin either way my char wont spawn and i added new BP_PlatformerController to the game mode on 13:30 it spawns spectator pawn
    Only way i can get char, is when i press simulate and then posess.

    • @UnrealEngineTutorials
      @UnrealEngineTutorials  3 ปีที่แล้ว

      Yeah its a strange issue I’m not exactly sure what’s going on. Might be a 4.26 bug

    • @UnrealEngineTutorials
      @UnrealEngineTutorials  3 ปีที่แล้ว

      @Kasper Larsson make sure your gamemode is setup correctly and hooked up to the level

  • @PeoplesGaming
    @PeoplesGaming ปีที่แล้ว

    Hey! i'm looking for your old steam advanced sessions set up video it was excellent. Do you know where we can find it ? cheers

  • @nikhilcsuvarna8829
    @nikhilcsuvarna8829 3 ปีที่แล้ว +5

    Pls make a tutorial for android multiplayer..... Like wifi and hotspot (local) connections.

  • @xiaolongsun4134
    @xiaolongsun4134 3 ปีที่แล้ว +1

    In a two-player game, when one person arrives at the checkpoint, the other cannot be resurrected from the checkpoint after the other dies

    • @UnrealEngineTutorials
      @UnrealEngineTutorials  3 ปีที่แล้ว

      Yeah I didn't realize this until later. You can remove the checkpoint bool so both players can hit it

  • @QWERTY-qh9po
    @QWERTY-qh9po 3 ปีที่แล้ว +2

    another great video, thanks dude!

  • @blackheartgaming6121
    @blackheartgaming6121 3 ปีที่แล้ว +1

    It’s been a few months since I saw your other video on how you set up the level environment and now I’m watching this one lol

  • @remon563
    @remon563 3 ปีที่แล้ว +1

    top notch!

  • @jserena667
    @jserena667 ปีที่แล้ว

    Hi, did you have a video using this same template about Hosting and Joining Multiplayer Sessions? Where can I join your Discord server?

  • @otty6292
    @otty6292 3 ปีที่แล้ว +2

    Your videos are always so helpful :) ty

  • @michaelrobson3092
    @michaelrobson3092 3 ปีที่แล้ว +2

    Thank you hope you have a great holiday ,can u add melee and simple ai

  • @stevenkent5351
    @stevenkent5351 3 ปีที่แล้ว +1

    The biggest issue I'm having is spawning with the saved mesh of the local player.

  • @nickgennady
    @nickgennady 3 ปีที่แล้ว +1

    Will it be possible to do video on how to host and join through UI rather than just Unreal editor?

  • @safak2492
    @safak2492 3 ปีที่แล้ว

    Last 30 min was disgusting i just skip to the end before my brain melt, i will come back after souls-like rpg course :d

  • @KrestenGiese
    @KrestenGiese ปีที่แล้ว

    "Wait for me bro, I wanna finish too!"
    "Wow, I finished yay!"
    Those two lines can be easily taken out of context lmao

  • @xenoogaming9890
    @xenoogaming9890 3 ปีที่แล้ว +2

    Thanks man 🔥🙌

  • @sentalogic
    @sentalogic 3 ปีที่แล้ว +3

    Will this work for ''Dedicated Servers''

    • @UnrealEngineTutorials
      @UnrealEngineTutorials  3 ปีที่แล้ว

      If you set one up yes

    • @sentalogic
      @sentalogic 3 ปีที่แล้ว +1

      @@UnrealEngineTutorials do you have any video tutorials on setting it up like if I want to setup dedicated servers using AWS

    • @UnrealEngineTutorials
      @UnrealEngineTutorials  3 ปีที่แล้ว

      I personally dont but Smart Poly has videos on this I believe

  • @boldganbaatar7023
    @boldganbaatar7023 2 ปีที่แล้ว

    Please make multiplayer car driving tutorial! there is no video tutorial for TPP

  • @blobofblutack
    @blobofblutack 3 ปีที่แล้ว

    Heh heh. You did what I do all the time. Click the [x] of the colour box instead of OK.

  • @g4lstudios621
    @g4lstudios621 2 ปีที่แล้ว

    im stuck at the begining, its not spawning the player when I use the events start handling new player, on post login.

  • @crypt0sFX
    @crypt0sFX 2 ปีที่แล้ว

    Is this for online Multiplayer or like a LAN connection?

  • @diablosmurf
    @diablosmurf ปีที่แล้ว

    is it possible to have 2 of these characters work on one screen instead of a split screen like say Mario and lugie working together

  • @wavywolfgang81
    @wavywolfgang81 2 ปีที่แล้ว

    what happen to this guy been waiting for more tuts! WE need ya homie!!!!

  • @gil6970
    @gil6970 3 ปีที่แล้ว +1

    This is online multiplayer right?

  • @TorQueMoD
    @TorQueMoD ปีที่แล้ว

    @23:08 Index 0 is not always the server. In split screen multiplayer, what you're saying is correct, however in networked multiplayer, get player at index 0 is just the client.

  • @chrisjan1134
    @chrisjan1134 ปีที่แล้ว

    Hi, your tutorial was very useful to me. I remember you had a video about Steam multiplayer in the past. I was sure I saw it , but I can't find it now. Could you please send that tutorial again?

  • @LeonBlade
    @LeonBlade 3 ปีที่แล้ว +1

    My biggest takeaway from this video is to just build with networking from the get go to avoid having to convert everything over later on.

  • @TonyTxT
    @TonyTxT 3 ปีที่แล้ว +1

    thank you for existing ..i luv this..

  • @fenrirsulfr42
    @fenrirsulfr42 3 ปีที่แล้ว +1

    Agh! I must have got something wrong, I have rewatched the last section a thousand times and I still can't get the door to open, the OpenDoor just never fires no matter what I do...

    • @mallowina
      @mallowina 2 ปีที่แล้ว +1

      maybe its too late but i also faced this problem and can resolve it. You can just create a server event where you call OpenDoor event, and this server event just call in Interact event.
      (sorry for my bad english, i hope i could helped you)

  • @davidtaylor8195
    @davidtaylor8195 8 หลายเดือนก่อน

    bro what happened to your multiplayer tut where you get the game setup for steam?

  • @Test-iv4pm
    @Test-iv4pm 2 ปีที่แล้ว

    Hi, are any of your courses with PvP games?

  • @The_Uncertainty
    @The_Uncertainty 11 หลายเดือนก่อน

    For updating the coin HUD, if I try to do it in BP_Coin by creating an run on owning client event and updating UI with it, even though it is updating the ui but i still accessed none errors. How is doing it in the coin blueprint different from doing it in the player controller? Thanks

    • @The_Uncertainty
      @The_Uncertainty 11 หลายเดือนก่อน

      Fixed it with Switch has authority but would still like to have a proper explanation. Thank you.

  • @y3l10wflash6
    @y3l10wflash6 3 ปีที่แล้ว

    Quick questions DevAddict,
    Can I make a up to 4-player Drop-In Drop-Out Local & Online Multiplayer 3D Platformer game on Unreal Engine 4?

  • @kevinkiprop1193
    @kevinkiprop1193 3 ปีที่แล้ว +1

    can you make these game online do you need servers to make it online so I can play with friends

    • @UnrealEngineTutorials
      @UnrealEngineTutorials  3 ปีที่แล้ว +1

      We’ll get to that part eventually. I’m going to setup a quick and simple lobby system

  • @Wild-Coma
    @Wild-Coma 2 ปีที่แล้ว

    Will the majority or this be applicable in UE5? A lot of the info that you have said is the exact same in UE5, so I'm wondering if I should download the ue4 asset and do it ue5

  • @jeffrowe6004
    @jeffrowe6004 2 ปีที่แล้ว

    I have a weird bug going on that is totally confusing me and making it very hard to wrap my mind around the multi-player. I am starting off after completing the beginner tutorial, when I just play it without changing things and use 2 clients the jump boost replicates. As soon as I click the replicate checkbox it stops replicating and then it won't ever do it again even if I turn right around and uncheck the box. I get no errors, I have went over the code many times and started 3 projects that all end up the same way.

  • @ericlagel
    @ericlagel 2 ปีที่แล้ว

    22:26 when I start the game with 2 clients, only the first one spawns. The second client has its HUD drawn, but doesn't spawn - anyone else encountered this and has a fix?

    • @ericlagel
      @ericlagel 2 ปีที่แล้ว +1

      Well, a day later, this works. Not sure why, but it does work now without having changed a thing :(

  • @isaacsurfraz3858
    @isaacsurfraz3858 3 ปีที่แล้ว +1

    Thanks for this, would be cool for you to continue these videos with videos showing adding more completely new functionality, first as single player and then converting to multiplayer. The 4 in this series are great but could do with even more!

  • @xXSNiP3R4LiFeXx
    @xXSNiP3R4LiFeXx 3 ปีที่แล้ว

    my character just keeps spawning clones of itself over and over again... i have exactly what you have

  • @LegacyUntouched
    @LegacyUntouched ปีที่แล้ว

    "woahh wait for me! I wanna finish too!!" - my gf

  • @ketbery6660
    @ketbery6660 2 ปีที่แล้ว

    Hi, thanks for making such great tutorials.
    I want to buy your course, does it have subtitles?

  • @lz4090
    @lz4090 2 ปีที่แล้ว

    Hi, though I am still learning replication, I have now a bit of understanding because of this video and its easy to follow with the free epic content as a template. I would like to suggest if you could have a similar replication conversion of the recent free epic content: Stack O Bot. Thank you

  • @TruixBeams
    @TruixBeams 2 ปีที่แล้ว

    I set it to replicates but it didn't work

  • @zischler
    @zischler 3 ปีที่แล้ว +1

    Very well done!

  • @GilbertoDesign
    @GilbertoDesign 2 ปีที่แล้ว

    very cool tutorial man! so if I host the game on aws for example is there a way for the players to access from
    web so they dont have to install the game on the computer?

  • @private9402
    @private9402 19 วันที่ผ่านมา

    any new courses brother would love to splash out on one

  • @pwhv
    @pwhv 3 ปีที่แล้ว

    specify in the video title "using blueprints"

  • @mangomates900
    @mangomates900 3 ปีที่แล้ว

    Anyone tried using this recently? I was using the steam ID which worked great a few weeks back. These days though in this project, and in my new one, it stopped working and In either project I could see games, but not join them.

  • @XMan-lp9bb
    @XMan-lp9bb ปีที่แล้ว

    Is this a local network or internet game or using steam network?

  • @unrealdevop
    @unrealdevop 3 ปีที่แล้ว

    1:56 That's what she said XD

  • @NyelleUnbroken
    @NyelleUnbroken 3 ปีที่แล้ว +1

    ty for this!

  • @boldganbaatar7023
    @boldganbaatar7023 2 ปีที่แล้ว

    You are soo good! i think you are pro in Multiplayer field! and its beginner friendly!

  • @Mrpaul20
    @Mrpaul20 3 ปีที่แล้ว +1

    bro
    mobile platformer?

  • @willie25p
    @willie25p 3 ปีที่แล้ว

    What are your specs ?

  • @Metalwrath2
    @Metalwrath2 ปีที่แล้ว

    blueprint, yikes

  • @carlitodidthat
    @carlitodidthat 3 ปีที่แล้ว

    Would this work on ue5?