DefaultEngine.ini
Configuring DefaultEngine.ini
- This is available in SteamCorePRO version 1.0.1.3 and onwwards
- For the plugin to send the correct information to Steam you have to set GameServerProductName and GameServerGameDescription in the DefaultEngine.ini configuration file. (Otherwise your SteamAppId will be used instead)
- Replace the exaple below with your own game name and description (keep it short)
[OnlineSubsystemSteamCore]
GameServerQueryPort=27015
GameServerProductName=JustUs
GameServerGameDescription=Simple Game
DefaultEngine.ini Example
- Below is a full DefaultEngine.ini configuration example (note that this is an example and you will have to customize it to fit your own settings)
[OnlineSubsystemSteamCore]
bEnabled=True
SteamDevAppId=480
SteamAppId=480
bVACEnabled=True
bUseSteamNetworking=True
bAllowP2PPacketRelay=True
GameServerQueryPort=27015
GameServerProductName=JustUs
GameServerGameDescription=Simple Game
GameVersion=1.0.0.0
[/Script/Engine.Engine]
!NetDriverDefinitions=ClearArray
+NetDriverDefinitions=(DefName="GameNetDriver",DriverClassName="SteamCoreSockets.SteamCoreSocketsNetDriver",DriverClassNameFallback="/Script/OnlineSubsystemUtils.IpNetDriver")
[OnlineSubsystem]
DefaultPlatformService=SteamCore