Really appreciate this video. Been looking to do this and there aren't many videos. Keep up the good work and thank you.
@sorry5975210 ай бұрын
How can I do this with Steam? With test appid the login is working (my steam name is appears at the bottom), but I can't host a game. " is not a part of session" or other errors something with sockets
@onewolfwolfpack15579 ай бұрын
dev.epicgames.com/documentation/en-us/unreal-engine/online-subsystem-steam-interface-in-unreal-engine?application_version=5.3 I believe you need to reference this for the question you're asking. Unreal Networking is mostly baked in and you are simply utilizing their systems to optimize and integrate within unreal engine or with other API available to you.
@ĐăngNguyễn-p4t10 ай бұрын
How can Open Command in the Bottom Left in Lyra Game
@onewolfwolfpack15579 ай бұрын
Mentioned in the video at 5:59
@plasid2 Жыл бұрын
LYRA project not have problem with sync movement? I hear replication epic is bad and better use GMC plugin?
@KillerSneak Жыл бұрын
Lyra isn’t build with replication in mind, lyra is all client based. If you want replication and everything verified by the server you have to build that in yourself.
@plasid2 Жыл бұрын
@@KillerSneak So LYRA not have jitter movement problem in multiplayer?
@SHEESH-be6gh11 ай бұрын
Is there a way to make this work using steam subsystem?
@onewolfwolfpack15579 ай бұрын
dev.epicgames.com/documentation/en-us/unreal-engine/online-subsystem-steam-interface-in-unreal-engine?application_version=5.3 I believe you need to reference this for the question you're asking. Unreal Networking is mostly baked in and you are simply utilizing their systems to optimize and integrate within unreal engine or with other API available to you. I think it's possible, but I have not attempted myself.
@GameDevUE Жыл бұрын
I'm using 5.2 lyra, would this not work at all?
@luong256 Жыл бұрын
do you have an update? I'm also wondering if this works for 5.2
@GameDevUE Жыл бұрын
@@luong256moved back to 5.0
@KierranLT Жыл бұрын
Cannot use the browse feature to join the server ?
@onewolfwolfpack1557 Жыл бұрын
nope, this video demonstrates simply getting dedicated server to work with lyra while connecting via console or blueprint. I haven't reviewed this video to make sure it works, but this should be what you are looking for. dev.epicgames.com/community/learning/tutorials/l07K/dedicated-server-using-epic-online-services-and-unreal-engine once you set up epic online services appropriately, then you should be able to populate the server browser in lyra. I'll plan on doing this for a video, but haven't had the time, will probably do it within the next month. Good luck !
@doobPendleton4 ай бұрын
@@onewolfwolfpack1557 within a month huh
@onewolfwolfpack15574 ай бұрын
@@doobPendleton been super busy growing my business which is completely unrelated to game development. Game dev content is currently on standby. Probably a year or two...
@MG619Day2 жыл бұрын
Do the clients need to have Lyra starter kit installed to join the dedicated server?
@onewolfwolfpack15572 жыл бұрын
The clients need to run the packaged Game and then use the console command to connect or the blueprint command to connect to the public ipv4 / ipv6 of the pc thats running the packaged Server.
@MG619Day Жыл бұрын
Thanks for your reply I’m about to give this a try
@MG619Day Жыл бұрын
Do you have a link for the GitHub file? I looked it up and it doesn’t appear.
@onewolfwolfpack1557 Жыл бұрын
You need to link your github account to epic games account in order to get the Unreal Source Build. Here is a video that explains how to do it. It's covered in the first 2.5 minutes but he uses a method to build that I dont do, I just use Visual Studio, Zip Files from Release and follow the readme on the github page. --------------- kzbin.info/www/bejne/lWi3gqykf8SHqLM
@whyareless Жыл бұрын
How much storage space do you need for the UE5.1 source?
@onewolfwolfpack1557 Жыл бұрын
5.1 source folder with Lyra inside of it and Lyra packaged game/server is 245 gb... thats actually surprising to me cause 5.0 was upwards of 500gb if i remember right.
@whyareless Жыл бұрын
@@onewolfwolfpack1557 holy fuck, imma have to get another hard drive. thanks for the quick reply :)
@袁远-c1t Жыл бұрын
Thanks a lot! I tried to follow UE official tutorial but I fialed.