diff --git a/CloudStorage/DefaultEngine.ini b/CloudStorage/DefaultEngine.ini index 79a0594..3fda3d8 100644 --- a/CloudStorage/DefaultEngine.ini +++ b/CloudStorage/DefaultEngine.ini @@ -14,6 +14,9 @@ ServiceName="waitingroom" GracePeriod=300 RetryConfigUrl="https://s3-us-west-1.amazonaws.com/launcher-resources/waitingroom" +[Voice] +bEnabled=false + [OnlineSubsystem] bHasVoiceEnabled=false @@ -41,6 +44,12 @@ PingTimeout=3.0 [XMPP] bEnableWebsockets=true +[LwsWebSocket] +bDisableCertValidation=true + +[/Script/Engine.NetworkSettings] +n.VerifyPeer=false + [/Script/Qos.QosRegionManager] NumTestsPerRegion=1 PingTimeout=3.0 diff --git a/CloudStorage/DefaultGame.ini b/CloudStorage/DefaultGame.ini index d72b39c..663c9c1 100644 --- a/CloudStorage/DefaultGame.ini +++ b/CloudStorage/DefaultGame.ini @@ -27,6 +27,10 @@ bEnableCreativeMode=false ; Change "false" to "true" if u want Enable Creative s ;TurboBuildFirstInterval=0.015f ;bClientSideEditPrediction=false +[/Script/Party.SocialSettings] +bMustSendPrimaryInvites=true +DefaultMaxPartySize=4 + [/Script/FortniteGame.FortTextHotfixConfig] +TextReplacements=(Category=Game, bIsMinimalPatch=True, Namespace="", Key="9F28701D47C7B91B048FEBA378ADDEAE", NativeString="Epic Games", LocalizedStrings=(("en","Reload Backend"))) diff --git a/CloudStorage/DefaultRuntimeOptions.ini b/CloudStorage/DefaultRuntimeOptions.ini index ff704ab..1f970bf 100644 --- a/CloudStorage/DefaultRuntimeOptions.ini +++ b/CloudStorage/DefaultRuntimeOptions.ini @@ -9,6 +9,7 @@ bDisableGifting=false bDisableGiftingPC=false bDisableGiftingPS4=false bDisableGiftingXB=false +DaysOfFriendshipBeforeCanGift=3 bEnableMexiCola=false # Enable the new friends tab (v19.00+). bEnableSocialTab=false # Enable the Rift Tour frontend section (v17.30). bCanShowSTWUpsellInBR=false @@ -27,6 +28,11 @@ bAllowMimicingEmotes=true bEnableBattlePass=true ; Change "true" to "false" if u want disable Battle Pass tab bEnableShowdown=true ; Change "true" to "false" if u want disable Compete tab MinimumAccountLevelForTournamentPlay=0 +TournamentRefreshEventsMaxRateSeconds=60 +TournamentRefreshPayoutMaxRateSeconds=60 +EventServicePayoutRefreshRateSeconds=30 +EventServicePayoutRefreshSpreadSeconds=15 +bEnableEventServicePayouts=true bSubgameSelectBRFirstOption=true bIsCreativeMultiSelectEnabled=false bLoginErebusDisabled=true