This is the type of tutorial i really needed. Thank you
@ethanstover43552 жыл бұрын
Would love to see more from you! Very informative.
@mitchellpoole94452 жыл бұрын
I've been looking for this information everywhere!!! Thank you!!!
@ArrgPvP Жыл бұрын
Would love to have a full tutorial with the whole package - steam matchmaking that when enough players are found, spins up a dedicated server on aws/azure that all players are thrown into. As far as I know there are no full tutorials for this🙂
@ArrgPvP Жыл бұрын
As well as saving stats to a database in the cloud via Blueprints, or c++ if not possible
@Thrallix Жыл бұрын
Keep making tutorials and you'll get big soon :) Subbed
@sunriseeuw73639 ай бұрын
well building that stuff in vs takes along time
@ManuelBindi-mf7je Жыл бұрын
Hi a question: isn't the source code being downloaded automatically with epic games launcher when i install a new engine Version?
@joshcruzmadeit2 жыл бұрын
Keep them coming!!
@chrisSandersASX Жыл бұрын
im going to try this
@DEATHRIGS Жыл бұрын
Thank you for taking the time to create this. Are you running your game from within the editor, that is communicating with the running dedicated server? Or is it CLI command = ` ".exe" ".uproject" -game -ResX=*** -ResY=*** -WinX=*** -WinY=*** -log -WINDOWED `
@DimitryArsenev2 ай бұрын
I build Dedicated server on Windows and can connect, but others players cant connect, i think they have time-out connection and this drops they to first Lobby level. I dunno what to do, how they can connect? How not drops they to lobby level?
@solfjes35242 жыл бұрын
Thank you! Finally a great tutorial with easy steps! Now... how do I update my project to the newest version of unreal? XD
@fafatogames2 жыл бұрын
LET'S GOOOOOOOOOOOOOO Please! make more tutorials about replication, about multiplayer and AI (the community need a lot about these themes!)
@LuizGamingYT Жыл бұрын
how many players we can host on dedicated server? 64 gb ram, net 1gb/s xeon 8x 4ghz, simple small project with 1 map.
@heqiqi-qb5wz Жыл бұрын
If there are 8 local players, on the same big touch screen, 8 players interact at the same time, how to configure? thanks a lot!
@afterparty0069 Жыл бұрын
at 2:28 i dont have that source folder, is there something im missing?
@H1JaX Жыл бұрын
Need to create a C++ Class in your Project if its a Blueprint Project, then Rebuild the Project
@AVaasdwe3e3212 жыл бұрын
thanks ! , can you make a quick tutorial on how to set up the sql to get the player stats ?
@fletcherpoole17442 жыл бұрын
Yeah I might do this actually!
@AVaasdwe3e3212 жыл бұрын
@@fletcherpoole1744 thanks a lot , looking forward to it !
@Thrallix Жыл бұрын
@@fletcherpoole1744 I'd love this too! Even better if you could show us through blueprints :)
@maiworld_2 жыл бұрын
how do i run this on a mac? im getting all kinds of errors trying different things but it keeps says wrong location then i fixed that and how it just doesn't seem to run i think becasue it's windows? i know there's a way to do this on mac but yea im just getting errors for just simply the first step of running the two differnt files: setup and generate project files
@kapilvijay91416 ай бұрын
Sir i use bluprints how can i use c++ to work?
@titiloyealbab9339 Жыл бұрын
Hey I need who have experience with unreal engine Steamcore multiplayer setup which is non region locked please
@Rizwansmoke Жыл бұрын
Sir I have a big big request for you please help me I am serious Sir there was a game called PUBG mobile and I want to run PUBG mobile old version 2018 and the server is closed is there any way I can add my own server on it because PUBG mobile is made in unreal 2018 engine help me this problem is serious😢
@SurvivalExposed2 жыл бұрын
I have created a dedicated server and added the server build to the server but only i can connect to the server. my other PC wont connect nor can any of my friends can connect? Any ideas?
@fletcherpoole17442 жыл бұрын
Check out my newest video (part two) if nothing there helps then I can try help in other ways
@RISINGXDRAGON-i9f19 күн бұрын
need to run it from virtual machine so that it doesnt interfere with ur IP adress, also need to port forward ur IP adress so other people can see it
@travisagne1752 Жыл бұрын
When I switch to development server and hit build it exits with an error code of 6. Has anyone had experience with this issue
@craigclose80088 ай бұрын
same :(
@medheditarhouni176211 ай бұрын
any one have link for unreal engine repository ?
@ciprianctin24912 жыл бұрын
Hi. How many players can handle UE 5.1 inside a level at once? Thanks.
@Thomas-kj1fk2 жыл бұрын
That's more dependent on the server hardware than Unreal. One of the points of a dedicated server is a lack of graphics rendering, which allows the server to use the hardware resources elsewhere (i.e. handling more clients). Theoretically a dedicated server can handle an infinite number of clients; practically, you'd have to test this for your specific game/hardware.
@사람있어요-i8o9 ай бұрын
mobile enable?
@madderthanmax Жыл бұрын
Someone who is not showing file extensions can't be a dev.
@TheSudrik Жыл бұрын
How create a session hosted by a dedicated server?