Steam Multiplayer in Unreal Engine Part 1: Adding Steam
Hey guys, hope this was helpful, this is a summary of what worked after 2 months of adding multiplayer to my game, hope it helped you as well! In the next video I will show you how to create, find and join sessions. After that, I will teach you how to test your game and if it is highly requested I will make a short multiplayer fundamentals video from everything I've learnt so far.
---------------------------------------------------------------------------------------------------------------------------
➤UE4.26-4.27 Subsystem Steam Fix: https://github.com/uno1982/UE4.27_OnlineSubsystemSteamFix
---------------------------------------------------------------------------------------------------------------------------
➤The Link to Advanced Sessions Plugins: https://vreue4.com/advanced-sessions-binaries
---------------------------------------------------------------------------------------------------------------------------
➤DefaultEngine.ini add this:
[/Script/Engine.GameEngine]
!NetDriverDefinitions=ClearArray
+NetDriverDefinitions=(DefName="GameNetDriver",DriverClassName="/Script/SteamSockets.SteamSocketsNetDriver",DriverClassNameFallback="/Script/SteamSockets.SteamNetSocketsNetDriver")
[OnlineSubsystem]
DefaultPlatformService=Steam
[OnlineSubsystemSteam]
bEnabled=true
SteamDevAppId=480
SteamAppId=480
bInitServerOnClient=true
[ConsoleVariables]
net.CurrentHandshakeVersion=2
net.MinHandshakeVersion=2
[/Script/OnlineSubsystemSteam.SteamNetDriver]
NetConnectionClassName="OnlineSubsystemSteam.SteamNetConnection"
[PacketHandlerComponents]
+Components=OnlineSubsystemSteam.SteamAuthComponentModuleInterface
---------------------------------------------------------------------------------------------------------------------------
➤Discord: https://discord.gg/Agyhpk2N
#unrealengine #steam #tutorials #trending #fyp #gamedev #help #steamgame #tutorial #games #coding #development #steamgame