本帖最后由 cjc 于 2018-1-3 18:39 编辑  
 
我倒发现了虚幻自带有语音通迅, 
增加这些可以语音通迅了: 
文件:defaultEngine.ini  
增加:  
[/Script/Engine.GameEngine] 
+NetDriverDefinitions=(DefName="GameNetDriver",DriverClassName="OnlineSubsystemSteam.SteamNetDriver",DriverClassNameFallback="OnlineSubsystemUtils.IpNetDriver") 
 
[OnlineSubsystem] 
DefaultPlatformService=Steam 
bHasVoiceEnabled=true 
 
[Voice] 
bEnabled=true 
 
[OnlineSubsystemSteam] 
bEnabled=true 
SteamDevAppId=480 
 
[/Script/OnlineSubsystemSteam.SteamNetDriver] 
NetConnectionClassName="OnlineSubsystemSteam.SteamNetConnection" 
 
文件:defaultGame.ini 
增加: 
[/Script/Engine.GameSession] 
bRequiresPushToTalk=False |