mirror of
https://github.com/ApfelTeeSaft/Reload-Backend.git
synced 2026-08-26 19:33:26 +00:00
Added more CloudStorage stuff
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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")))
|
||||
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user