Guest User

CustomConfig

a guest
Apr 20th, 2023
132
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.72 KB | None | 0 0
  1. [OnlineSubsystem]
  2. DefaultPlatformService=EOSPlus
  3. NativePlatformService=Steam
  4.  
  5. [OnlineSubsystemEOS]
  6. bEnabled=true
  7.  
  8. [OnlineSubsystemEOSPlus]
  9. bEnabled=true
  10.  
  11. [OnlineSubsystemSteam]
  12. bEnabled=true
  13. bUseSteamNetworking=false
  14. bInitServerOnClient=true
  15. SteamDevAppId=*******
  16.  
  17. [OnlineServices]
  18. DefaultServices=Epic
  19.  
  20. [/Script/OnlineSubsystemSteam.SteamNetDriver]
  21. NetConnectionClassName="OnlineSubsystemSteam.SteamNetConnection"
  22.  
  23. [/Script/OnlineSubsystemUtils.OnlineEngineInterfaceImpl]
  24. !CompatibleUniqueNetIdTypes=ClearArray
  25. +CompatibleUniqueNetIdTypes=EOS
  26. +CompatibleUniqueNetIdTypes=EOSPlus
  27. MappedUniqueNetIdTypes=(("EOS","EOSPlus"))
  28.  
  29. [/Script/OnlineSubsystemEOS.EOSSettings]
  30. CacheDir=CacheDir
  31. DefaultArtifactName=OSSv1EOS
  32. TickBudgetInMilliseconds=0
  33. bEnableOverlay=True
  34. bEnableSocialOverlay=True
  35. bUseEAS=False
  36. bUseEOSConnect=True
  37. bMirrorStatsToEOS=True
  38. bMirrorAchievementsToEOS=True
  39. bUseEOSSessions=True
  40. bMirrorPresenceToEAS=True
  41. bShouldEnforceBeingLaunchedByEGS=false
  42. !TitleStorageTags=ClearArray
  43. +TitleStorageTags="OSS"
  44. +TitleStorageTags="UI"
  45. +TitleStorageTags="UI+OSS"
  46. +TitleStorageTags="OSS+UI"
  47. +TitleStorageTags="HOTFIX"
  48. +TitleStorageTags="HOTFIX+UI"
  49.  
  50. ;For OSSv1, fill in the following line with actual details and then uncomment
  51. +Artifacts=(ArtifactName="OSSv1EOS",ClientId="***********************",ClientSecret="***********************",ProductId="***********************",SandboxId="***********************",DeploymentId="***********************",EncryptionKey="***********************")
  52.  
  53. [/Script/SocketSubsystemEOS.NetDriverEOSBase]
  54. bIsUsingP2PSockets=true
  55.  
  56. [/Script/Engine.Engine]
  57. !NetDriverDefinitions=ClearArray
  58. +NetDriverDefinitions=(DefName="GameNetDriver",DriverClassName="SocketSubsystemEOS.NetDriverEOSBase",DriverClassNameFallback="OnlineSubsystemUtils.IpNetDriver")
  59. +NetDriverDefinitions=(DefName="DemoNetDriver",DriverClassName="/Script/Engine.DemoNetDriver",DriverClassNameFallback="/Script/Engine.DemoNetDriver")
  60.  
  61. [/Script/Engine.GameEngine]
  62. !NetDriverDefinitions=ClearArray
  63. +NetDriverDefinitions=(DefName="GameNetDriver",DriverClassName="SocketSubsystemEOS.NetDriverEOSBase",DriverClassNameFallback="OnlineSubsystemUtils.IpNetDriver")
  64. +NetDriverDefinitions=(DefName="DemoNetDriver",DriverClassName="/Script/Engine.DemoNetDriver",DriverClassNameFallback="/Script/Engine.DemoNetDriver")
  65. +NetDriverDefinitions=(DefName="GameNetDriver",DriverClassName="OnlineSubsystemSteam.SteamNetDriver",DriverClassNameFallback="OnlineSubsystemUtils.IpNetDriver")
  66.  
  67.  
  68. [OnlineServices.Lobbies]
  69. +SchemaDescriptors=(Id="GameLobby", ParentId="LobbyBase")
  70. !SchemaCategoryAttributeDescriptors=ClearArray
  71. +SchemaCategoryAttributeDescriptors=(SchemaId="LobbyBase", CategoryId="Lobby", AttributeIds=("SchemaCompatibilityId", "PRESENCESEARCH"))
  72. +SchemaCategoryAttributeDescriptors=(SchemaId="LobbyBase", CategoryId="LobbyMember")
  73. +SchemaCategoryAttributeDescriptors=(SchemaId="GameLobby", CategoryId="Lobby", AttributeIds=("GAMEMODE", "MAPNAME", "MATCHTIMEOUT", "SESSIONTEMPLATENAME", "OSSv2"))
  74. +SchemaCategoryAttributeDescriptors=(SchemaId="GameLobby", CategoryId="LobbyMember", AttributeIds=("GAMEMODE"))
  75. +SchemaAttributeDescriptors=(Id="SchemaCompatibilityId", Type="Int64", Flags=("Public", "SchemaCompatibilityId"))
  76. +SchemaAttributeDescriptors=(Id="PRESENCESEARCH", Type="Bool", Flags=("Public", "Searchable"))
  77. +SchemaAttributeDescriptors=(Id="GAMEMODE", Type="String", Flags=("Public"), MaxSize=64)
  78. +SchemaAttributeDescriptors=(Id="MAPNAME", Type="String", Flags=("Public"), MaxSize=64)
  79. +SchemaAttributeDescriptors=(Id="MATCHTIMEOUT", Type="Double", Flags=("Public"))
  80. +SchemaAttributeDescriptors=(Id="SESSIONTEMPLATENAME", Type="String", Flags=("Public"), MaxSize=64)
  81. +SchemaAttributeDescriptors=(Id="OSSv2", Type="Bool", Flags=("Public"))
Advertisement
Add Comment
Please, Sign In to add comment