-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDefaultEngine.ini
143 lines (113 loc) · 4.33 KB
/
DefaultEngine.ini
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
[Configuration]
BasedOn=..\Engine\Config\BaseEngine.ini
[/Script/Engine.GarbageCollectionSettings]
gc.MaxObjectsInEditor=50000
[/Script/Engine.UserInterfaceSettings]
bAllowHighDPIInGameMode=True
[Core.Log]
LogHttp=warning
LogXmpp=warning
LogOnline=warning
LogUObjectHash=warning
[LogFiles]
PurgeLogsDays=3
[HTTP]
HttpTimeout=30
bUseNullHttp=false
HttpMaxConnectionsPerServer=0
HttpThreadActiveFrameTimeInSeconds=0.001
[HTTP.Curl]
BufferSize=524288
[OnlineSubsystem]
DefaultPlatformService=MCP
[OnlineSubsystemMcp]
bEnabled=true
bEnableXmpp=true
bEnableNotificationHandler=true
bEnableNotificationTransportManager=true
bEnableNotificationTransportXmpp=true
[OnlineSubsystemMcp.BaseServiceMcp]
HttpRetryLimit=1
+HttpRetryResponseCodes=408
+HttpRetryResponseCodes=429
+HttpRetryResponseCodes=500
+HttpRetryResponseCodes=503
[OnlineSubsystemMcp.OnlineWaitingRoomMcp]
RetryConfigUrl="https://s3-us-west-1.amazonaws.com/launcher-resources/waitingroom/"
[OnlineSubsystemMcp ut]
bEnableXmpp=false
[OnlineSubsystemMcp.OnlineIdentityMcp]
bAllowMultiLogin=true
VerifyTokenInterval=300.0
RefreshTokenTheshold=900
RefreshTokenRetryInterval=30
RefreshTokenMaxRetries=0
bShouldReconnectXmpp=true
bOfflineAccountToken=true
bOfflineClientToken=true
bKillAuthSessionsOnShutdown=false
[OnlineSubsystemMcp.OnlineConnectionStatusMcp]
HttpPingInterval=60
bEnablePing=false
[OnlineSubsystemMcp.OnlinePartyMcp]
PartyPendingCreateResponseTimeout=0
PartyPendingJoinResponseTimeout=20
PartyPendingLeaveResponseTimeout=10
PartyPendingKickResponseTimeout=10
PartyPendingJoinRequestTimeout=20
[Portal.BuildPatch]
ChunkRetries=-1
[Portal.BuildNotifications]
JitterMinutes=30
DefaultDuration=64000.0
[Portal.TrayContextMenu]
MaxRecents=5
[Plugins]
+ProgramEnabledPlugins=UdpMessaging
+ProgramEnabledPlugins=VisualStudioSourceCodeAccess
+ProgramEnabledPlugins=XCodeSourceCodeAccess
+ProgramEnabledPlugins=MessagingDebugger
[Portal.SelfUpdate]
RefreshTimeMin=14400
RefreshTimeMax=28800
[Portal.OSS]
CatalogRefreshMin=1800
CatalogRefreshMax=2400
EmsMaxCount=1000
BuildRefreshMin=600
BuildRefreshMax=1200
EntitlementRefreshMin=600
EntitlementRefreshMax=1200
AccessRefreshMin=600
AccessRefreshMax=1200
[Portal.EntitlementCache]
DefaultEntitlementGraceHrs=720
[FInstalledRunningAppEnumerator]
WinUE4EditorPathRegex=.*\/(([^\/]+)\/Binaries\/Win64\/(.+)Editor(-Win64-(Debug<pipe>DebugGame<pipe>Development<pipe>Shipping))?.exe)$
MacUE4EditorPathRegex=.*\/(([^\/]+)\/Binaries\/Mac\/(.+)Editor(-Mac-(Debug<pipe>DebugGame<pipe>Development<pipe>Shipping))?.app\/Contents\/MacOS\/(.+)Editor(-Mac-(Debug<pipe>DebugGame<pipe>Development<pipe>Shipping))?)$
[Launcher]
ForceNonSslCdn=true
StoreUrlPrefix=/store
[WindowsApplication.Accessibility.Attribute]
bAllowAccessibilityShortcutKeys=true
[XMPP]
bEnableWebsockets=true
[CrashContextProperties]
CrashReportClientRichText=NSLOCTEXT("PortalGlobals", "EGStoreCrashReportClientText", "We are very sorry that this crash occurred. Our goal is to prevent crashes like this from occurring in the future. Please help us track down and fix this crash by providing detailed information about what you were doing so that we may reproduce the crash and fix it quickly. You can also get help at <a id=\"browser\" href=\"http://Launcherhelp.epicgames.com\" style=\"Hyperlink\">Epic Games Store Help</>.\n\nThanks for your help in improving the Epic Games Store.")
[Portal.PurchaseFlow]
+NavigateInBrowserURLs="airtime.codapayments.com/airtime/epc-msisdn"
+NavigateInBrowserURLs="simulator.codapay.net"
+NavigateInBrowserURLs="airtime.codapayments.com"
+NavigateInBrowserURLs="payments.maya.ph"
+NavigateInBrowserURLs="latamgateway.com"
[EpicOnlineServices Prod]
ConsumingClientId=7a40f8cdafd346219a4a0a15522b8ed7
[EpicOnlineServices Gamedev]
ConsumingClientId=3082b5a47dd0436087bc4a3bc72a3a26
[Browser]
+AuthorizationHeaderAllowListURLS="graphql.epicgames.com/ue/graphql"
+AuthorizationHeaderAllowListURLS="marketplace-website-node-launcher-prod.ol.epicgames.com/ue"
+AuthorizationHeaderAllowListURLS="store-launcher.epicgames.com/store"
+AuthorizationHeaderAllowListURLS="marketplace-website-node-launcher-gamedev.ol.epicgames.net/ue"
+AuthorizationHeaderAllowListURLS="graphql.epicgames-gamedev.ol.epicgames.net"
+AuthorizationHeaderAllowListURLS="www.epicgames.com/store"