Getting Started
Configuration

Configuration

This section will guide you through the configuration of Steam Kit.

As you may now know, Steam Integration Kit is built on top of the Online Steam Subsystem. This means that you will need to configure the Online Steam Subsystem before you can use the Steam Integration Kit.

DefaultEngine.ini
 
[OnlineSubsystem]
DefaultPlatformService=Steam
 
[ConsoleVariables]
net.CurrentHandshakeVersion=2
net.MinHandshakeVersion=2
 
[/Script/Engine.Engine]
!NetDriverDefinitions=ClearArray
+NetDriverDefinitions=(DefName="GameNetDriver",DriverClassName="SteamSockets.SteamSocketsNetDriver",DriverClassNameFallback="OnlineSubsystemUtils.IpNetDriver")
 
[/Script/OnlineSubsystemSteam.SteamNetDriver]
NetConnectionClassName=SteamSockets.SteamSocketsNetConnection
 
[/Script/OnlineSubsystemUtils.IpNetDriver]
MaxClientRate=1000000000
MaxInternetClientRate=1000000000
InitialConnectTimeout=120.0