mirror of
https://github.com/Risensy/Steam.git
synced 2025-10-22 07:54:26 +00:00
Fix for Steam Sockets removed
This commit is contained in:
@@ -94,10 +94,3 @@ bAllowP2PPacketRelay=true
|
|||||||
|
|
||||||
[/Script/OnlineSubsystemSteam.SteamNetDriver]
|
[/Script/OnlineSubsystemSteam.SteamNetDriver]
|
||||||
NetConnectionClassName="OnlineSubsystemSteam.SteamNetConnection"
|
NetConnectionClassName="OnlineSubsystemSteam.SteamNetConnection"
|
||||||
|
|
||||||
[SystemSettings]
|
|
||||||
net.CurrentHandshakeVersion=2
|
|
||||||
net.MinHandshakeVersion=2
|
|
||||||
net.VerifyNetSessionID=0
|
|
||||||
net.VerifyNetClientID=0
|
|
||||||
|
|
||||||
|
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
@@ -11,15 +11,14 @@ public class Steam : ModuleRules
|
|||||||
PublicDependencyModuleNames.AddRange(new string[] { "Core", "CoreUObject", "Engine", "InputCore" });
|
PublicDependencyModuleNames.AddRange(new string[] { "Core", "CoreUObject", "Engine", "InputCore" });
|
||||||
|
|
||||||
PrivateDependencyModuleNames.AddRange(new string[] { });
|
PrivateDependencyModuleNames.AddRange(new string[] { });
|
||||||
|
|
||||||
DynamicallyLoadedModuleNames.Add("OnlineSubsystemSteam");
|
|
||||||
|
|
||||||
// Uncomment if you are using Slate UI
|
DynamicallyLoadedModuleNames.Add("OnlineSubsystemSteam");
|
||||||
// PrivateDependencyModuleNames.AddRange(new string[] { "Slate", "SlateCore" });
|
// Uncomment if you are using Slate UI
|
||||||
|
// PrivateDependencyModuleNames.AddRange(new string[] { "Slate", "SlateCore" });
|
||||||
// Uncomment if you are using online features
|
|
||||||
// PrivateDependencyModuleNames.Add("OnlineSubsystem");
|
|
||||||
|
|
||||||
// To include OnlineSubsystemSteam, add it to the plugins section in your uproject file with the Enabled attribute set to true
|
// Uncomment if you are using online features
|
||||||
}
|
// PrivateDependencyModuleNames.Add("OnlineSubsystem");
|
||||||
|
|
||||||
|
// To include OnlineSubsystemSteam, add it to the plugins section in your uproject file with the Enabled attribute set to true
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user