Тёмный

You NEED this if you want to make a multiplayer game in unreal 

Rory
Подписаться 5 тыс.
Просмотров 108 тыс.
50% 1

Опубликовано:

 

26 сен 2024

Поделиться:

Ссылка:

Скачать:

Готовим ссылку...

Добавить в:

Мой плейлист
Посмотреть позже
Комментарии : 369   
@sebzeyt2327
@sebzeyt2327 Год назад
i did not see that you only have 500 subs and 200 views until the end of the video. So good quality!! couldnt see the difference to a big youtuber. very good
@chris_gamedev
@chris_gamedev Год назад
I think Tim and Epic need to buy GMC and provide it for free to the users. would be amazing :D
@gendalfgray7889
@gendalfgray7889 Год назад
No, they would rather hire 20000 more workers to do fortnite skins.
@sundaysquire4013
@sundaysquire4013 Год назад
lol i did not expect GMC to be the first comment. Shout-out to GRIM, doing gods work with custom movement frameworks
@MrSofazocker
@MrSofazocker 11 месяцев назад
What does that exactly do? I read their store page, and it lists a bunch of stuff that is built into unreal engine as "Features", I get that its supposed to be a more general movement component, but why does it come with a "steam integration with UI backend"? like, even the confusion is confused here on what this thing is supposed to be.
@sundaysquire4013
@sundaysquire4013 11 месяцев назад
@@MrSofazocker I've never even seen the steam UI feature of GMC? It's god tier for extending the character movement class though. Try and make a character with directional gravity and you'll see why this plugin is lauded so much
@MrSofazocker
@MrSofazocker 11 месяцев назад
​@@sundaysquire4013 It's at the bottom of the featurelist, they call it "Steam UI backend", how a UI can be backend idk, if he means they made bindings you can call from UI, then that's pretty weird, as the Steam integration already gives you those!? But you can extent anything from the character movement component using your own components, or even make child class of it and expose the things you want? Like to donwards vector? I still don't get it, sry. Like I do not doubt it will speed up the setup of characters, animations etc, it seems to support a wide-range of them. But depending on how you want to trigger those and how they affect gameplay, you will end-up making your own system either way. Nothing can fit your game perfectly, or elese you'll end u making your game conform to the tools you used. But the notion that this is somehow not at all possible using plain Unreal Engine is myth.
@StephenMinkin
@StephenMinkin 3 месяца назад
Quick tips.... Run on client is almost always done in controller. Run on server means it will run in gamemode. Controller only speaks to widget and widget only speaks to controller. Game state is for all replicated arrays....player state is for single relicated varibles. Game mode gernally changes game state array varibles...controller generally changes player state varibles.
@KDmadness18
@KDmadness18 2 месяца назад
thank you for this, I will recsll this every step of the way for my game
@Trouchy
@Trouchy Год назад
Not developing in unreal yet, but THANK YOU, this video was accurate from 0:00 to the end. Tired of people saying multiplayer is not accessible.
@LastLineStudio
@LastLineStudio Год назад
Thank you for doign this video! I hope everyone learning Unreal stubble across this. For I was in the same situation that you were in and had to go through all of the headache that you did.
@yahootube90
@yahootube90 Год назад
From personal experience, I can tell you that Unreal's movement component is very, very rigidly coded in certain ways. This is just as big of an issue in C++ as blueprints. As an example, I was doing a project with spherical worlds. Unreal's movement component however is hard-coded with gravity going in a specific direction, up being a specific axis, etc. So custom rotation? Yeah... no. You basically have to rewrite entire sections of the component to get it to do things like that. And that movement component is freaking massive. Latency may be a bigger issue in BP, but the movement component is thousands of lines of rigidly structured code.
@Gorgonzeye
@Gorgonzeye Год назад
I'd say its not that hard to fix the gravity yourself in a child class, but they seem to have changed it so the get gravity function is no longer public. Hooray for maintaining a custom engine branch.
@MrSofazocker
@MrSofazocker 11 месяцев назад
That pretty much a non-problem. You also dont have to recode everything, the movement component isnt a component by mistake. Components enable you to compose (duh) functionality. Instead of being stuck with the functionality, you can simply extend the character component with your own stuff, by utilizing all the replications already setup from the character movement component, as it is server authored, you can let the server handle everything, The players only get their updated position from the server, they dont move themselves. This is also to prevent cheating. For things like speed hacks, etc. Imagine you could tell the server what ever you want, and the server updates your position for all other players, simply bcs you said so... That's not how you do multiplayer games. (Tell that Bethesda... yeah Fallout76 movement speed was tied to your fps, and was not server authored, so you could sprint at mach2, not fun)
@jacobsoares7068
@jacobsoares7068 11 месяцев назад
​@@Gorgonzeyeyou could just copy-paste the source code of UCharacterMovementComponent into a new class and modify the parts you need.
@Gorgonzeye
@Gorgonzeye 11 месяцев назад
@@jacobsoares7068 That method would cascade into having to replace ACharacter, and then recreate everything that normally references AQCharacter.
@Rduino
@Rduino 7 месяцев назад
kinda sounds like a game I like called gods of gravity. I always wondered about their gravity system.
@chickenslips
@chickenslips Год назад
It's unreal to me (pun intended) that this is such a MAJOR flaw in the engine, and nobody talks about this. If you want your game to have any kind of uniqueness/sauce at all, it's gotta have its own movement system. I feel like Epic is putting all of their resources into impressive graphics, and forgetting about all the actual GAME pieces. I see so many show off videos of rendering things in UE5, but almost nobody has a handle on how the CMC works, and how to extend it. In general, the design of the CMC is abysmal, and I can't believe Epic hasn't provided a better solution or at the very least more insight on how to make something that goes beyond the standard movement modes and simple "go to position" type movement. The GMC from what I can tell is superior in every way, but it's so expensive. I don't understand how Epic hasn't bought it out and adopted it. I personally can't spend that kind of cash on an asset right now, but it seems incredible.
@bubblesbutternuts694
@bubblesbutternuts694 Год назад
that gmc is realy expensive but i can see why its good and the tutorials for it are rather simple too after a short glance, this to me is a 5 star it is rare to get decent documentation and even more rare for them to do a vocal tutorial and even more rare for it to be as clear as they have done if you have the money go for it well worth it money spent on that free up your time to focus on something else
@EmK530
@EmK530 Год назад
what? only ~200 views on such a quality video? hope you get more popular
@BoryDev
@BoryDev Год назад
I just want to make good videos that one day I can look back and see the progress I've made 😄 thankful for anyone who sticks around for the journey!
@anispinner
@anispinner 21 день назад
Fixed.
@Killicon93
@Killicon93 Год назад
Really useful information. Good stuff! I was worried there for a bit, but then realized that it doesn't concern me since I have in mind making a shooter with very grounded movement speed with the only multiplayer being co-op.
@DragonFang253D
@DragonFang253D Год назад
I hate that the only fixes for any of these problems is always "Oh just go buy a $300+ plugin" Good video i just hate that this is the only fix I keep seeing for replicated movement (For me im making a marble game and the clients are very stuttery when moving)
@BoryDev
@BoryDev Год назад
I hate it too! I totally understand where you are coming from. That's why I tried to suggest Smooth Sync plugin depending on your type of game (seriously if big game with online cheaters may not be an issue for you, then smooth sync is a decent option). In the original recording of this video, I had a section towards the end saying that I really don't like that the only solution I can provide to people is to spend more money, but at the end of the day that's what we need to accept when it comes to these topics I think. Either we gain the years of experience ourselves (which I think is astronomically helpful in the long run) or we can pay for the work of others, which is what we have decided is best for this project given its timeline.
@MichaelFlatt-g3i
@MichaelFlatt-g3i 23 дня назад
@@BoryDev , Smooth Sync seems good, but annoyingly, I am trying to make a tactical multiplayer FPS, so it's the exact kind of game where those cheaters could be a huge problem.
@bignickofficial
@bignickofficial Год назад
I came here to learn your solutions instead found myself wanting to play spanky 😂 brilliant love it subbed 😁✌️ I'll give ur game ago when I get chance 😁✌️
@ScoutOW2
@ScoutOW2 6 месяцев назад
I think tutorials gloss over the nitty gritty stuff because theyre meant for new people who just want something easily thrown together without being discouraged. We are in a niche area where we actually wanna do the complicated stuff without using the complicated language. BP tutorials are too basic, CPP tutorials are too advanced. But this very much helped, thank you!
@karambiatos
@karambiatos 3 месяца назад
I would say tutorials gloss over nitty gritty things, often times they gloss over anything even slightly under the surface, because the tutorial makers themselves dont have a clue.
@aironebush346
@aironebush346 2 месяца назад
I already abandonned one project because of this. I was banging mye head against it for a while for other projects after it. You sir just saved my indie dev dream. 600$ seems like a good price to alleviate the anxiety provided by unreal's CMC
@exyoff
@exyoff Год назад
loved your video, noticed you don't have a lot of subs but keep going, you already have that professional editing style, now you just need some time to grow it out! best of luck to you
@troll_kin9456
@troll_kin9456 Месяц назад
Is there some other reason why you say BP is not well-suited for mutiplayer? Your issue sounds like it has more to do with the Character Movement component then with BP. Maybe it was just stock footage, but when you showed your solution, using the General Movement Component, it looked like you were still using BP for your movement logic, only using the GMC instead of the CMC.
@JustfknBill
@JustfknBill 5 месяцев назад
The fact that Smii7y played your game should make you feel amazing
@ar0sh
@ar0sh Год назад
You are awesome dude , continue working .I'm gonna be your constant viewer)
@StephenMinkin
@StephenMinkin 3 месяца назад
Trigger in the controller to run on client to say the player character.... Have the gamemode issue that command on all players via player area casted via game state. Use delta time or server time to keep it synchronized on each computer.
@StephenMinkin
@StephenMinkin 3 месяца назад
You have to go deeper in how you do it. It all gets handled the same in BP and C++. What you likely are hitting is not taking in account time and synchronicity. Remember run as much on controller 0 client as possible. Only use the server to start something and end something. Use time and synchronicity. It dosnt matter if it's in c++ or BP. This has to exist no matter what to get a good result.
@MaxKusari
@MaxKusari 3 месяца назад
Thanks for this video, came at the right time, as I was afraid of the upcoming problems in implementing multiplayer in our game... but I think this helped alot! Adding to your question "why no one in the tutorial space talks about xyz" ... the problem is, that most of them arent building any real games and only present fast and easy solutions for content, where 99% of these solutions could never work in a real game...thats one thing I realized VERY quick, haha.
@Techniqes
@Techniqes Год назад
im aspiring to build my dream game and im so grateful for this video! subscribed ✅
@wormjuice7772
@wormjuice7772 7 месяцев назад
If not already said in the comments: You might want to start using multiple event graphs in a single blueprint. Having all that logic in a single graph slows down the blueprint editor.
@TheRoyalPrinceCharming
@TheRoyalPrinceCharming 8 месяцев назад
Could you maybe make a tutorial on blueprints with this add on
@THExRISER
@THExRISER 10 месяцев назад
Currently learning Unreal, sticking with singleplayer games for now, so I've focused only on blueprints. But if I ever need/want to work on multiplayer, good to know the 4 years of C++ I have will come in handy, thanks! Good luck with your project.
@unrealstudent2239
@unrealstudent2239 5 месяцев назад
i dont get why epic games dont just buy gmc and include it in the engine, or make something better (if thats possible). its difficult to understand how they can focus on metahumans and all that stuff but networking which is arguably one of the most important parts of games is so weak without a plugin like GMC. is it that they dont want multiplayer competition for fortnite from indies?
@EnigmasGravitas
@EnigmasGravitas 5 месяцев назад
5.4 has the solution, also ability to change collision shape at runtime.
@king124kine
@king124kine 5 месяцев назад
Is it better than this?@@EnigmasGravitas
@griffithm5434
@griffithm5434 5 месяцев назад
@@EnigmasGravitas How so, please elaborate
@chasedeblois6699
@chasedeblois6699 4 месяца назад
​@@griffithm5434.
@killer8217gaming
@killer8217gaming 3 месяца назад
@@EnigmasGravitas do enlighten us?
@StephenMinkin
@StephenMinkin 3 месяца назад
If you are not doing this ...its dosnt matter what language it is. It will always be buggy. Transmiting data is a far 2nd to always plan and execute on local machines. Less data is more .
@KDmadness18
@KDmadness18 2 месяца назад
wow thank you for addressing this, because for real it's actually annoying that every youtuber shows tutorials without talking about the elephant in the room. Then when I'd talk to people about how you can make and sell a game fairly easily just by following yt tutorials, they'd always question it saying there has to be more too it than following blueprints. Well here it is people, these are the blueprint issues that NO ONE talks about. The idea that you can make a fully functional multiplayer game only with the use of blueprints, then sell it to make a few thousand (maybe more if lucky), use to sound like an unstoppable dream. But finally someone like Rory can actually be honest with the viewers for once.
@searbhreathach9762
@searbhreathach9762 9 месяцев назад
I needed to watch this video a couple times round because of all the DISTRACTIONS
@WolfgangKrauser1993
@WolfgangKrauser1993 Год назад
I struggled with this for months in the past. I tried smooth sync, but it wasn't compatible with root motion animations (my melee combat system mostly depends on it). But then I found a tutorial with a c++ example from Reids Channel in youtube, and that tutorial saved me. I avoid c++ if I can, but you can copy that code, and adapt it to your requirements (I just removed the wall running logic). The video is titled "UE4 - Advanced Networked Movement Tutorial (Sprinting & Wall Running)" by the way. After that, to fix root motion rubberbanding, I enable client authoritative movement only during the montage and that works fine.
@BoryDev
@BoryDev Год назад
That's really cool! I should have a look at this when I get time. Other than the setup, have you found the need to use C++ in any other movement aspects or are you able to handle everything through blueprints?
@aycaramba1773
@aycaramba1773 8 месяцев назад
200ms is ok for fun game, but if u want competitive multiplayer, for exemple like valorant, CS:Go, Call Of Duty, it's too much delay :/ we can't grab C++ code and add to our project like plugins ? and then have same performance than people who use C++ ?
@isurus0
@isurus0 8 месяцев назад
thanks for this video, i was about to switch to unity watching this video until you got to smooth sync and general movement component. I'll stay in Unreal
@StephenMinkin
@StephenMinkin 3 месяца назад
Simple input start point. Put keyboard 'q' in controller ...add is local player then custome event run on server. Add controller varible to the custom event ...add a reference 'self' make another event in game mode with controller reference. Call it after the run on server custome event in controller.
@esotericgamedev
@esotericgamedev Год назад
This is true. Nobody tells you this. I assumed the same thing about custom movement and now am balls deep into a game which works well EXCEPT for the damn movement. Good video thanks for this.
@esotericgamedev
@esotericgamedev 10 месяцев назад
Update: got my character movement working like a dream using the smooth sync plugin suggested in this video. Thanks
@sir.bIoody
@sir.bIoody Год назад
Look, I'm a noob at cooding, im curently using godot engine, but I just want to say that I really understand what you say, It's litteraly disclose verry little known publy information that is actualy verry important at some point , I mean for multiplayer game servers , the network sync is verry important, and even for godot 4 and probably for all engines , the "movement sync" is requiring a hella of C++ data script from both server and client in order to be perfecly synced. So from my point , I appriciate your explenations and you got a like and sub for these "small" acctualy important remarks. Good job brother, keep going this way.
@Marvinzock34
@Marvinzock34 Год назад
0:40 o o ... o k :( (Nice video and good quallity keep going)
@Gurem
@Gurem 3 месяца назад
Anyone indies new to multiplayer watching this, YOU DO NOT NEED ROLLBACK! The fomo is real in this one.
@lifelife3061
@lifelife3061 Год назад
Thank you so much! I literally was working on my online game i don't even know this could be a problem
@androbourne
@androbourne 7 месяцев назад
This is awesome man, great video. I ran into this exact issue in my first game that I wanted to be co-op. I'll be implementing GMC for my game. Yes I know its not required since its just a simple co-op game but I may expand on the game and open it up to a larger amount of total players.
@StephenMinkin
@StephenMinkin 3 месяца назад
It is more important that each client ticks like a clock than ever sending data to one another through the internet.
@nikoheino3927
@nikoheino3927 3 месяца назад
luckily i recently started learning c++ (gonna be a while before i can even use it in ue5 tho), and my multiplayer game is approximately 1-2 years down the road, one project after current one before it. hopefully i can learn enough in that time, dont have the money for the plugin and cheaters would be an issue.
@gendalfgray7889
@gendalfgray7889 Год назад
Several years ago i tried to make my game on unreal with custom movement and i didn't know what to do. May be now is a chanse.
@gokupiske5965
@gokupiske5965 2 месяца назад
Thank you for sharing your experience honestly. You are a good person. I wish you a healthy and beautiful day.
@uruwashii5231
@uruwashii5231 6 месяцев назад
Thank you, great video and this will really help me, the timing of this on my game is perfect.
@Um_aleatorio_qualquer28
@Um_aleatorio_qualquer28 2 месяца назад
my favourite youtuber played your game and he is from Brazil!
@lolaswift111
@lolaswift111 Месяц назад
you mean custom movement. how about standard movement the character movement components built in? Like flying. A space combat game, for example, do you think smoothsync will do the job? thanks
@passportmarc
@passportmarc Месяц назад
With the new Game Animation Sample - 500 animations, that they just gave us for free, do we still need smooth sync or GMCv2 ?
@StephenMinkin
@StephenMinkin 3 месяца назад
Delta time...what is it? All computers have a delta time. Its a quartz crystal that when a certian amount of electicty hits it makes it vibrate at a certain interval. That means all computers can be ' synchronized ' to identical time.
@Zulfar-bd9tc
@Zulfar-bd9tc 3 месяца назад
So many people are like wait only 200 views? I am here when this video has now hit a nice 88K views.
@StephenMinkin
@StephenMinkin 3 месяца назад
Use server time and use time stamps. This can accelerate network speed infinitely.
@lausuihie419ricky5
@lausuihie419ricky5 6 дней назад
I'm using smooth sync now, but I ran into some problems about replicating animation, only server's aim offest get replicated unless moving, is there any guide to solve it?
@twidjet
@twidjet Месяц назад
How do you make the blueprint lines straight and not curved
@jxgerofficial
@jxgerofficial 17 дней назад
Q
@LupusMechanicus
@LupusMechanicus Год назад
Badass dude congrats on your publisher.
@GrymOfficial
@GrymOfficial Год назад
Legend man, thankyou for this video. About to dive into some multiplayer stuff so i am glad I watched this! All the best with your game too, it looks like a lot of fun haha 🍑🤚
@Haze2DaKush
@Haze2DaKush 8 месяцев назад
I took a break from watching UE5 videos because the text on their blueprints became so F'ing small I counldn't see on my TV screen I use on my computer. And I need a good channel to teach me about multiplayer and how to prevent hacking and so forth. Ill watch more of your videos
@StephenMinkin
@StephenMinkin 3 месяца назад
Have you discovered yet how bp is not only just codeing....but its also a ui that you create yourself?
@mr.tweaty
@mr.tweaty 7 месяцев назад
I had the fortune of witnessing the state of modern AAA releases which instilled the fear of networking in me early on, allowing me to avoid getting blindsided by it later down the road.
@GameDevUE
@GameDevUE 3 месяца назад
I have everything ready but have no idea how to set up steam to allow players to join my lobby...
@jak3legacy
@jak3legacy 4 месяца назад
As a free alternative, wouldn't ALSv4 Replicated achieve this as well? I'm interested in trying that as GMC is prohibitively expensive for me
@BoryDev
@BoryDev 4 месяца назад
It could but I haven't touched any versions of ALS. They seem great but over bloated for smaller games. I also enjoy having the creative control of including exactly what I want and learning how to implement that, rather than removing code I don't want. I agree the price is on the steep end, there's nothing wrong with trying premade things (als) before committing to the pricey solutions. For me it was easy because I had a lot riding on this game, so I did what I thought was the best in the long run (spending company money) but I know it's a bit different for personal cases. In the long run, I now have the knowledge to make almost any movement type I want for all future games, rather than be locked in to what a premade solution can give me
@quebirt
@quebirt 4 месяца назад
GMC looks great, and $600 is nothing if you are actually working on a commercial product. That's a chunk for those of us doing this stuff as a hobby though. That said, $600 would buy a good bit of C++ training as another option. Not necessarily "better" option for everyone, but should be considered. As you mentioned, some people would still have trouble achieving these results in CPP, so it's not an obvious decision. That said, it would be more enabling overall to learn CPP. I recently had to use to just to get modifier keys working (think P vs ALT-P), so it's pretty common to need to use CPP in UE. You can do A LOT with blueprints, and, as you have demonstrated, you can complete a game with only blueprints, but that is not the intention of the engine developers. The engine and toolset are developed around the idea of using a combination of CPP and Blueprints, and if you are able to do that it's a whole new world vs fighting the natural flow.
@BoryDev
@BoryDev 4 месяца назад
I agree! 100% no doubt. In my case, the only limiting factor was time. When money is no longer a barrier, time is what makes the world tick and with limited time solutions like the GMC saved me. After this game's launch calms down I will definitely be investing my free time into CPP courses before I commit my time to another project.
@quebirt
@quebirt 4 месяца назад
@@BoryDev Isn't it awesome to have the options we have today? If AI lives up to the promise, how many more people will be able to create things that seemed out of reach because of time or whatever before? Amazing time to be alive.
@BoryDev
@BoryDev Месяц назад
@@myBeam10 player count could have been 10 and it still would have been stressful as our very first launch with bugs to fix, updates to push & marketing to continue. Just because it wasn't as big as fall guys doesn't mean we can disappear and ignore what we made. Kudos to you for having that narrow viewpoint, it will take you far!
@BoryDev
@BoryDev Месяц назад
@@myBeam10 well yeah? I didn't understand the capabilities and limitations of the built in movement component and all this video is is my attempt at sharing what solved those limitations for me. I don't really understand where your hostility is coming from. And I never said 100 is a mess for us to manage, my point was reguarldess of player count we still would have done the same amount of work on launch. that amount of work wouldn't change depending on player count
@TyeW
@TyeW Год назад
Something I am curious about - IF you had the time to learn C++ What resources would you use to learn this in particular?
@BoryDev
@BoryDev Год назад
I already have a few courses on gamedev.tv to watch, I just need the time. Any course that specialises in C++ and multiplayer. I wouldn't be too picky about the "game" they teach to make or who the teacher is, at the end of the day the more knowledge in my brain the better. I think a cohesive full course is more beneficial than scattered RU-vid tutorials. Other than courses I could go back to a degree or something but I already got student debt so I ain't spending more money on that
@BoryDev
@BoryDev Год назад
But for learning the networking features "in particular" I don't know I haven't researched that far hehe
@takisk.7698
@takisk.7698 Год назад
@@BoryDev as an experienced c++ coder, I can tell you right now that proper character movement netcode is HARD.. can't just learn that from a c++ course unless your desired custom movement is simple.
@StephenMinkin
@StephenMinkin 3 месяца назад
The movement component is extrmely generic. Which is good and it should be. It dosnt build the game for you unlike the plugin. You got to know what your doing.
@mothymoss
@mothymoss Год назад
yay!!!!!! i hope this game becomes very cool someday!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
@StephenMinkin
@StephenMinkin 3 месяца назад
If it takes the server machine a few scounds to thump through bad order of opertation on its own machine....you will never acheive acceptable network performance.
@StephenMinkin
@StephenMinkin 3 месяца назад
The movement component is as good as it gets. It just requires creative answers and sound network programming practices and ruitines.. The plugin is for people with their back up agaisnt the wall with not enough experience, practices, knowledge and or all the above.
@N0V4-SL1M3
@N0V4-SL1M3 Год назад
Does anyone know if GMC supports rootmotion?
@N0V4-SL1M3
@N0V4-SL1M3 Год назад
Hey, for anyone else looking for an awnser on this question, i found a video made by the developers for GMC that goes over implementing rootmotion, very easy to follow as well
@buren77
@buren77 Год назад
I don't understand why anyone would expect to make a fully functional multiplayer game without any knowledge in networking, let alone programming?? Not trying to gatekeep here but hacking together engine features and plugins doesn't seem like a reliable way to create a product. I've see a lot of people recently that believe things will just be given to them, whether that is via the engine, different plugins or tutorials. It was basically by pure luck that the GMC existed, and like you mentioned you would have had to abandon the project if it didn't. Some other person here wrote that you should have researched it beforehand, but its not realistic to plan out every tiny implementation detail of your project to see if the engine can handle it. So, what if a situation like this occurs again and there isn't a plugin that solves it? Your publisher sure isn't gonna like that. Tools like UE makes it seem like you only need a surface level understanding of things to make games, and that may be true for some projects. However, you never know what problems you will come across, and if you're unlucky you may not know how to solve those problems if you don't have a deeper understanding. I know I sound pessimistic, but my point is that you should learn how to code if you are making software. Netflix doesn't use Wix even though they could technically hack together something functional with it. Programming (especially C++) is difficult, but being somewhat comfortable with it opens up a whole other world! With that out of the way I hope things go well for your game!
@BoryDev
@BoryDev Год назад
You basically answered your question in your comment. "Tools like UE makes it seem like you only need a surface level understanding of things to make games". I never intended my first project to go as far as it has. I accepted funding because I want to build the best future for myself, and that doesn't happen by turning opportunities down. It *was* entirely luck, and yes you are correct that without the GMC I would have been stuck - but not impossible to move forwards. There were, are, and will always be other options - may that be code wise, knowledge wise or (what I most likely would have gone with) scope wise. You can't brute force everything in life with knowledge because knowledge is only known when its known, and in this case it was simply *not known* for myself and others. It's easy for one to judge in hindsight, its *easier* to judge in hindsight from the sidelines. I never claim to have superior knowledge, this video is just to help others in my situation - which is people who fall into the lovely program that is unreal only to find many niche problems that need overcoming. Your point is true to a degree, you *should* learn how to code if you are making software. But where does that end? When has one learned code? when you can make a simulation that flies NASA to the moon? or when you can code a window to open and play the first Mario game? It's entirely perspective & it seems some people with the perspective of knowledge have a bad habit of putting themselves above those without it. Appreciate your comment, the game is going well and we hope to have a multiplayer demo on steam over mid October so feel free to look out for that :)
@buren77
@buren77 Год назад
@@BoryDev Yep I definitely get your situation, sorry if I came across as overly negative. To answer the question "When has one learned code?" - you never fully do, just like you never fully learn the UE editor. The issue I see is when people don't even see programming as an option because there are so many tools already made that get the job done, even though they only do so in the most general cases. Learning just a bit of programming opens up a whole other world of flexibility, although the initial learning curve is steep. As a sidenote: If you or anyone else reading this want to get into c++ I recommend learning the fundamentals outside the context of UE, because you can miss out on important aspects if the language otherwise. UE abstracts over c++ and I think it's hard to get a good grip on the language if you learn it through that abstraction layer, which can come and bite you in the ass in the future. Videos 5, 6, 7, 16 and 17 in this series are great to get a general idea of how c++ works: ru-vid.com/video/%D0%B2%D0%B8%D0%B4%D0%B5%D0%BE-18c3MTX0PK0.html
@tagodain
@tagodain 7 месяцев назад
Tools such as UE and its assets are great at reducing the workload for game making, especially for indie game developers. I remember myself a long time ago while learning C++, Java, or C#, I have made simple games just using only programming languages; and I calculated and speculated that if I wanted to make a decent small game with just C++, it would have taken me about 7 years full-time development to complete it. My point is that there are downsides to use UE and its Blueprint to make a game, especially a multiplayer ones, but the cost of time is greatly reduced to make it worth while, and if encountering a problem, find a work around is still way better than relying mostly on coding.
@RDD87z
@RDD87z Год назад
very very useful,. I v got 2 questions :) plsss. How much did you take to learn all the programing part to get to this game? (with ur animation and 3dmodeling base)? and a curious question,. if its 200 ping, why did at 9:50 ur left player takes 500 miliseconds (30 frames at 60fps) to actually hit the player on the right screen
@BoryDev
@BoryDev Год назад
Took me a decent 6-8 months to really feel comfortable with the programming. I was up and running about 2-3 months in, but to really understand the flow of everything without needing tutorials and such took some time. I think it's important to highlight that, even though I was (and still am) deep in developing our game, I am always learning and getting better. Second, the ping is a little bit misleading on games that are peer-to-peer. And there is no way around it, the simple fact is when you are peer-to-peer the actual network ping is pretty much double. Because there is the time to the server player, the processing time, then the time back to the client player. It's not exact but as a general concept the ping takes roughly double the time to process on peer-to-peer. Glossing over that fact, we display the ping of just your machine in our game. We could "fake" it and double it to give a better representation, but at the end of the day as long as it gives a general idea of your connection then that's what's most important. It would also be a little misleading for people to see themselves on 140 ping when connecting to close friends, they might think something is wrong when really its just the peer-to-peer ping.
@reaper83chow
@reaper83chow 9 месяцев назад
Do you have tutorials on how you created your servers? Begginer dev looking to start with simple multiplayer.
@BMilitant
@BMilitant Год назад
Thank you!!!
@StephenMinkin
@StephenMinkin 3 месяца назад
Think of of replicated varibles as pointers in c++.
@JoeyHeartthrob
@JoeyHeartthrob Год назад
I can’t wait to play this! Do you have music for the game?
@BoryDev
@BoryDev Год назад
working on it!
@JoeyHeartthrob
@JoeyHeartthrob Год назад
@@BoryDev i make music! If you need help I would love to lend a hand
@jihedbouchnak
@jihedbouchnak 7 месяцев назад
thanks Roy love your work this video is treasure
@VictorOliveira-wu7jv
@VictorOliveira-wu7jv 3 месяца назад
My dream game is a mobile "base defense" like Clash Royale, do you think a game like could be done with blueprints?
@BoryDev
@BoryDev 3 месяца назад
Hard to say, I definitely think it's possible to make such a game with blueprints 100% but I am not sure about the mobile part of it - because I have never made a mobile game in unreal and I have also heard it's not the best for performance until you really optimise it. But I can't really say for sure simply because I have no experience or research into mobile games with unreal. But in terms of the actual game logic, yes you certainly could do it in blueprint.
@Professionalgoofygoober
@Professionalgoofygoober 5 месяцев назад
I feel like since im going to use the basic movement component, I dont have to wory about thsi
@radugabrielbiclineru9610
@radugabrielbiclineru9610 2 месяца назад
What plugin did You ușe organize your nodes like that
@ucf542
@ucf542 3 месяца назад
Sooo… I’m screwed. Damn, time to learn C++
@dmtuan
@dmtuan Год назад
Dude, the game looks genius. Whatever it is today or whatever it's supposed to be one day, it is already a bomb! 😂 Shake it
@Madd_Jack
@Madd_Jack 7 месяцев назад
As an engine used in one of the biggest multiplayer games (fortnite), I feel like they should have this NAILED DOWN somewhere other than custom addons.
@pitchdark2024
@pitchdark2024 Год назад
Im doing a turn based game.. would that be easier to implement?
@BoryDev
@BoryDev Год назад
Probably not needed for turn based as you can mostly hide any kind of latency with all kinds of visuals, player turns, animations etc. The components / issue that this video discusses is more for real-time action and response games
@pitchdark2024
@pitchdark2024 Год назад
@@BoryDev That was my thinking and that's so re assuring to know thanks :)
@DracoVerta
@DracoVerta Год назад
Dude, how did you get that awesome-looking pin shape? How are those diagonal???
@BoryDev
@BoryDev Год назад
Plugin called "electronic nodes" :)
@DracoVerta
@DracoVerta Год назад
@@BoryDev Cool! Thank you!
@WatchItEnd
@WatchItEnd 7 месяцев назад
have you tried the community made, "advanced steam subsystem"?
@projectMAINCORE
@projectMAINCORE 8 месяцев назад
So correct me if i am wrong. If you dont need to dont add any special movements to the game, develop game to its full potential. Then add GMC redo characters blueprint and you are good to go? of course there is going to be some troubleshooting and stuff but did I got it right ?
@clgce2607
@clgce2607 8 месяцев назад
How did you make your blueprint connections look so clean and linear?
@StephenMinkin
@StephenMinkin 3 месяца назад
You get what im saying? You are not embracing the power of local machines and your order of operations is no good and take no time into account... not even assembly code can fix those types of problems.
@CastledCard
@CastledCard 7 месяцев назад
Bro really be making Thugg Shaker: The video game
@zerohcrows
@zerohcrows 7 месяцев назад
Holy fuck what a perfect time to find this video, ty so much
@kwanhofu2968
@kwanhofu2968 7 месяцев назад
so in other word, if i dont use custom movement i can only blue print and create multplayer game no problems?
@uliveulearnandregret
@uliveulearnandregret 9 месяцев назад
make a story game with Spanky, doubt that's the players name, but I was thinking it'd be cool if he had his own story game like Sackboy's Big Adventure on the ps5
@bitffald
@bitffald Год назад
Very interesting video, unreal is very complex and making games is hard, don't worry about "not finding solutions earlier"... Btw what the fck is that game
@JOSE-rl7dd
@JOSE-rl7dd 8 месяцев назад
Eos integration system helpful for this custom movement? Can anyone explain
@BoryDev
@BoryDev 8 месяцев назад
EOS or any other online subsystem don't really have much to do with the moving or replication. They handle the sessions, lobbies, friends etc. and other online systems. But the replication of data is the same with all - so using different ones shouldn't affect movement or gameplay at all.
@StephenMinkin
@StephenMinkin 3 месяца назад
Never replicate a varible outside of game state or player state. If replicating a varible outside of game state or player state be sure it is handled through a replicated custom event.
@dakotayocom7764
@dakotayocom7764 4 месяца назад
When you showed yourself turning the speed of the video to 2x I had a laugh. Me too m8!
@jokered1133
@jokered1133 8 месяцев назад
your game looks crazy af!
@goldkat94
@goldkat94 Год назад
Can you say something about the performance of GMC? How many players can be handled when a tickrate about 30~ is targeted on a dedicated server?
@BoryDev
@BoryDev Год назад
Sadly I can't yet. We haven't really dove into performance for our project yet, and our lobbies hold 8 max so stressing the system out hasn't been on our to-do yet
@0805slawek
@0805slawek 10 месяцев назад
You make some tutorial series about your game?
@SrSKaTiZSrS
@SrSKaTiZSrS 3 месяца назад
C++ was my first language. Luckily, I had good teachers, or else it would have been far harder to grasp
@SrSKaTiZSrS
@SrSKaTiZSrS 3 месяца назад
Great video
@SleepyNubis
@SleepyNubis 7 месяцев назад
Thanks for this video it was super informative, but any chance you can confirm if i couldnjust add the rollback code to the c++ side of the project and leave it at that?
@BoryDev
@BoryDev 7 месяцев назад
would you be able to expand that question a bit? in what aspect do you mean just "add the rollback to c++ side"? Do you mean generally for everything, or for the example implementing the GMC solution?
@hieptranngoc2584
@hieptranngoc2584 Год назад
thanks
@mazzerisk
@mazzerisk Год назад
Fantastic. Thank you
Далее
I Paid Devs on Fiverr to Make an Open World Game
8:33
Просмотров 322 тыс.
I Paid Fiverr Game Developers to Make the Same Game
10:25
А Вы за пластику?
00:31
Просмотров 12 тыс.
Roblox Games that are ACTUALLY Fun
8:08
Просмотров 1 млн
How ONE BUG Made my Game Special
14:29
Просмотров 66 тыс.
I Made A NEW GAMEMODE in Geometry Dash 2.2!
16:00
Просмотров 692 тыс.
Learning Unreal Engine in One Month to make a Game!
15:25
1 Year of Developing My Game in Godot
19:19
Просмотров 262 тыс.
The Internet Played My Game (and it did not go well)
9:27
I Made a Game in Unreal in 14 Days... (No Experience)
32:59
Every Game is a Hero Shooter Now and It Sucks...
25:33
Просмотров 106 тыс.
6 Years of Learning Game Development
17:20
Просмотров 135 тыс.
Optimizing my Game so it Runs on a Potato
19:02
Просмотров 589 тыс.