mirror of
https://github.com/Risensy/Steam.git
synced 2025-10-23 00:14:26 +00:00
Steam Voice Chat
Added Steam Voice Chat
This commit is contained in:
@@ -12,7 +12,7 @@ GlobalDefaultGameMode=/Game/ThirdPerson/Blueprints/BP_ThirdPersonGameMode.BP_Thi
|
||||
GlobalDefaultServerGameMode=None
|
||||
|
||||
[/Script/Engine.RendererSettings]
|
||||
r.ReflectionMethod=2
|
||||
r.ReflectionMethod=0
|
||||
r.GenerateMeshDistanceFields=False
|
||||
r.DynamicGlobalIlluminationMethod=0
|
||||
r.Lumen.TraceMeshSDFs=1
|
||||
@@ -22,6 +22,7 @@ r.DefaultFeature.AutoExposure.ExtendDefaultLuminanceRange=True
|
||||
r.DefaultFeature.AutoExposure.ExtendDefaultLuminanceRange=true
|
||||
net.AllowPIESeamlessTravel=true
|
||||
r.DefaultFeature.AutoExposure=False
|
||||
r.Lumen.Reflections.HardwareRayTracing.Translucent.Refraction.EnableForProject=False
|
||||
|
||||
[/Script/WindowsTargetPlatform.WindowsTargetSettings]
|
||||
DefaultGraphicsRHI=DefaultGraphicsRHI_DX12
|
||||
@@ -82,6 +83,16 @@ ManualIPAddress=
|
||||
|
||||
[OnlineSubsystem]
|
||||
DefaultPlatformService=Steam
|
||||
bHasVoiceEnabled=true
|
||||
VoiceNotificationDelta=0.2
|
||||
MaxLocalTalkers=1
|
||||
MaxRemoteTalkers=16
|
||||
PollingIntervalInMs=20
|
||||
bUseBuildIdOverride=false
|
||||
BuildIdOverride=0
|
||||
!AdditionalModulesToLoad=Clear
|
||||
+AdditionalModulesToLoad=HTTP
|
||||
+AdditionalModulesToLoad=XMPP
|
||||
|
||||
[OnlineSubsystemSteam]
|
||||
bEnabled=true
|
||||
@@ -94,3 +105,11 @@ bAllowP2PPacketRelay=true
|
||||
|
||||
[/Script/OnlineSubsystemSteam.SteamNetDriver]
|
||||
NetConnectionClassName="OnlineSubsystemSteam.SteamNetConnection"
|
||||
|
||||
[Voice]
|
||||
bEnabled=true
|
||||
|
||||
[/Script/Engine.AudioSettings]
|
||||
VoiPSoundClass=/Engine/EngineSounds/Voice.Voice
|
||||
VoiPSampleRate=Normal24000Hz
|
||||
|
||||
|
Reference in New Issue
Block a user