File size: 24,467 Bytes
7fd553e
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
[DeviceProfiles]
; Add a new mobile type as a base for IOS and Android and several performance buckets
+DeviceProfileNameAndTypes=Mobile,Mobile
+DeviceProfileNameAndTypes=IOS_Low,IOS
+DeviceProfileNameAndTypes=IOS_Mid,IOS
+DeviceProfileNameAndTypes=IOS_High,IOS
+DeviceProfileNameAndTypes=IOS_Epic,IOS

[GlobalDefaults DeviceProfile]
; This section overrides the default texture groups, in this case it defines the UI With Mips category named in DefaultEngine.ini
; Any changes here are inherited by any device profiles that do not override this lod group
+TextureLODGroups=(Group=TEXTUREGROUP_Project01,MinLODSize=32,MaxLODSize=2048,LODBias=0,MipFilter=point,MipGenSettings=TMGS_SimpleAverage)


; Default settings for all mobile devices

[Mobile DeviceProfile]
DeviceType=Mobile
BaseProfileName=
+TextureLODGroups=(Group=TEXTUREGROUP_World,LODBias=0,LODBias_Smaller=-1,LODBias_Smallest=-1,NumStreamedMips=-1,MipGenSettings=TMGS_SimpleAverage,MinLODSize=1,MaxLODSize=1024,MaxLODSize_Smaller=-1,MaxLODSize_Smallest=-1,MaxLODSize_VT=0,OptionalLODBias=0,OptionalMaxLODSize=4096,MinMagFilter="aniso",MipFilter="point",MipLoadOptions=AllMips,HighPriorityLoad=False,DuplicateNonOptionalMips=False,Downscale=1.000000,DownscaleOptions=SimpleAverage,VirtualTextureTileCountBias=0,VirtualTextureTileSizeBias=0,LossyCompressionAmount=TLCA_Default)
+TextureLODGroups=(Group=TEXTUREGROUP_WorldNormalMap,LODBias=0,LODBias_Smaller=-1,LODBias_Smallest=-1,NumStreamedMips=-1,MipGenSettings=TMGS_SimpleAverage,MinLODSize=1,MaxLODSize=1024,MaxLODSize_Smaller=-1,MaxLODSize_Smallest=-1,MaxLODSize_VT=0,OptionalLODBias=0,OptionalMaxLODSize=4096,MinMagFilter="aniso",MipFilter="point",MipLoadOptions=AllMips,HighPriorityLoad=False,DuplicateNonOptionalMips=False,Downscale=1.000000,DownscaleOptions=SimpleAverage,VirtualTextureTileCountBias=0,VirtualTextureTileSizeBias=0,LossyCompressionAmount=TLCA_Default)
+TextureLODGroups=(Group=TEXTUREGROUP_WorldSpecular,LODBias=0,LODBias_Smaller=-1,LODBias_Smallest=-1,NumStreamedMips=-1,MipGenSettings=TMGS_SimpleAverage,MinLODSize=1,MaxLODSize=1024,MaxLODSize_Smaller=-1,MaxLODSize_Smallest=-1,MaxLODSize_VT=0,OptionalLODBias=0,OptionalMaxLODSize=4096,MinMagFilter="aniso",MipFilter="point",MipLoadOptions=AllMips,HighPriorityLoad=False,DuplicateNonOptionalMips=False,Downscale=1.000000,DownscaleOptions=SimpleAverage,VirtualTextureTileCountBias=0,VirtualTextureTileSizeBias=0,LossyCompressionAmount=TLCA_Default)
+TextureLODGroups=(Group=TEXTUREGROUP_Character,LODBias=0,LODBias_Smaller=-1,LODBias_Smallest=-1,NumStreamedMips=-1,MipGenSettings=TMGS_SimpleAverage,MinLODSize=1,MaxLODSize=1024,MaxLODSize_Smaller=-1,MaxLODSize_Smallest=-1,MaxLODSize_VT=0,OptionalLODBias=0,OptionalMaxLODSize=4096,MinMagFilter="aniso",MipFilter="point",MipLoadOptions=AllMips,HighPriorityLoad=False,DuplicateNonOptionalMips=False,Downscale=1.000000,DownscaleOptions=SimpleAverage,VirtualTextureTileCountBias=0,VirtualTextureTileSizeBias=0,LossyCompressionAmount=TLCA_Default)
+TextureLODGroups=(Group=TEXTUREGROUP_CharacterNormalMap,LODBias=0,LODBias_Smaller=-1,LODBias_Smallest=-1,NumStreamedMips=-1,MipGenSettings=TMGS_SimpleAverage,MinLODSize=1,MaxLODSize=1024,MaxLODSize_Smaller=-1,MaxLODSize_Smallest=-1,MaxLODSize_VT=0,OptionalLODBias=0,OptionalMaxLODSize=4096,MinMagFilter="aniso",MipFilter="point",MipLoadOptions=AllMips,HighPriorityLoad=False,DuplicateNonOptionalMips=False,Downscale=1.000000,DownscaleOptions=SimpleAverage,VirtualTextureTileCountBias=0,VirtualTextureTileSizeBias=0,LossyCompressionAmount=TLCA_Default)
+TextureLODGroups=(Group=TEXTUREGROUP_CharacterSpecular,LODBias=0,LODBias_Smaller=-1,LODBias_Smallest=-1,NumStreamedMips=-1,MipGenSettings=TMGS_SimpleAverage,MinLODSize=1,MaxLODSize=1024,MaxLODSize_Smaller=-1,MaxLODSize_Smallest=-1,MaxLODSize_VT=0,OptionalLODBias=0,OptionalMaxLODSize=4096,MinMagFilter="aniso",MipFilter="point",MipLoadOptions=AllMips,HighPriorityLoad=False,DuplicateNonOptionalMips=False,Downscale=1.000000,DownscaleOptions=SimpleAverage,VirtualTextureTileCountBias=0,VirtualTextureTileSizeBias=0,LossyCompressionAmount=TLCA_Default)
+TextureLODGroups=(Group=TEXTUREGROUP_Weapon,LODBias=0,LODBias_Smaller=-1,LODBias_Smallest=-1,NumStreamedMips=-1,MipGenSettings=TMGS_SimpleAverage,MinLODSize=1,MaxLODSize=1024,MaxLODSize_Smaller=-1,MaxLODSize_Smallest=-1,MaxLODSize_VT=0,OptionalLODBias=0,OptionalMaxLODSize=4096,MinMagFilter="aniso",MipFilter="point",MipLoadOptions=AllMips,HighPriorityLoad=False,DuplicateNonOptionalMips=False,Downscale=1.000000,DownscaleOptions=SimpleAverage,VirtualTextureTileCountBias=0,VirtualTextureTileSizeBias=0,LossyCompressionAmount=TLCA_Default)
+TextureLODGroups=(Group=TEXTUREGROUP_WeaponNormalMap,LODBias=0,LODBias_Smaller=-1,LODBias_Smallest=-1,NumStreamedMips=-1,MipGenSettings=TMGS_SimpleAverage,MinLODSize=1,MaxLODSize=1024,MaxLODSize_Smaller=-1,MaxLODSize_Smallest=-1,MaxLODSize_VT=0,OptionalLODBias=0,OptionalMaxLODSize=4096,MinMagFilter="aniso",MipFilter="point",MipLoadOptions=AllMips,HighPriorityLoad=False,DuplicateNonOptionalMips=False,Downscale=1.000000,DownscaleOptions=SimpleAverage,VirtualTextureTileCountBias=0,VirtualTextureTileSizeBias=0,LossyCompressionAmount=TLCA_Default)
+TextureLODGroups=(Group=TEXTUREGROUP_WeaponSpecular,LODBias=0,LODBias_Smaller=-1,LODBias_Smallest=-1,NumStreamedMips=-1,MipGenSettings=TMGS_SimpleAverage,MinLODSize=1,MaxLODSize=1024,MaxLODSize_Smaller=-1,MaxLODSize_Smallest=-1,MaxLODSize_VT=0,OptionalLODBias=0,OptionalMaxLODSize=4096,MinMagFilter="aniso",MipFilter="point",MipLoadOptions=AllMips,HighPriorityLoad=False,DuplicateNonOptionalMips=False,Downscale=1.000000,DownscaleOptions=SimpleAverage,VirtualTextureTileCountBias=0,VirtualTextureTileSizeBias=0,LossyCompressionAmount=TLCA_Default)
+TextureLODGroups=(Group=TEXTUREGROUP_Vehicle,LODBias=0,LODBias_Smaller=-1,LODBias_Smallest=-1,NumStreamedMips=-1,MipGenSettings=TMGS_SimpleAverage,MinLODSize=1,MaxLODSize=1024,MaxLODSize_Smaller=-1,MaxLODSize_Smallest=-1,MaxLODSize_VT=0,OptionalLODBias=0,OptionalMaxLODSize=4096,MinMagFilter="aniso",MipFilter="point",MipLoadOptions=AllMips,HighPriorityLoad=False,DuplicateNonOptionalMips=False,Downscale=1.000000,DownscaleOptions=SimpleAverage,VirtualTextureTileCountBias=0,VirtualTextureTileSizeBias=0,LossyCompressionAmount=TLCA_Default)
+TextureLODGroups=(Group=TEXTUREGROUP_VehicleNormalMap,LODBias=0,LODBias_Smaller=-1,LODBias_Smallest=-1,NumStreamedMips=-1,MipGenSettings=TMGS_SimpleAverage,MinLODSize=1,MaxLODSize=1024,MaxLODSize_Smaller=-1,MaxLODSize_Smallest=-1,MaxLODSize_VT=0,OptionalLODBias=0,OptionalMaxLODSize=4096,MinMagFilter="aniso",MipFilter="point",MipLoadOptions=AllMips,HighPriorityLoad=False,DuplicateNonOptionalMips=False,Downscale=1.000000,DownscaleOptions=SimpleAverage,VirtualTextureTileCountBias=0,VirtualTextureTileSizeBias=0,LossyCompressionAmount=TLCA_Default)
+TextureLODGroups=(Group=TEXTUREGROUP_VehicleSpecular,LODBias=0,LODBias_Smaller=-1,LODBias_Smallest=-1,NumStreamedMips=-1,MipGenSettings=TMGS_SimpleAverage,MinLODSize=1,MaxLODSize=1024,MaxLODSize_Smaller=-1,MaxLODSize_Smallest=-1,MaxLODSize_VT=0,OptionalLODBias=0,OptionalMaxLODSize=4096,MinMagFilter="aniso",MipFilter="point",MipLoadOptions=AllMips,HighPriorityLoad=False,DuplicateNonOptionalMips=False,Downscale=1.000000,DownscaleOptions=SimpleAverage,VirtualTextureTileCountBias=0,VirtualTextureTileSizeBias=0,LossyCompressionAmount=TLCA_Default)
+TextureLODGroups=(Group=TEXTUREGROUP_Project01,LODBias=0,LODBias_Smaller=-1,LODBias_Smallest=-1,NumStreamedMips=-1,MipGenSettings=TMGS_SimpleAverage,MinLODSize=32,MaxLODSize=1024,MaxLODSize_Smaller=-1,MaxLODSize_Smallest=-1,MaxLODSize_VT=0,OptionalLODBias=0,OptionalMaxLODSize=4096,MinMagFilter="Aniso",MipFilter="point",MipLoadOptions=AllMips,HighPriorityLoad=False,DuplicateNonOptionalMips=False,Downscale=1.000000,DownscaleOptions=SimpleAverage,VirtualTextureTileCountBias=0,VirtualTextureTileSizeBias=0,LossyCompressionAmount=TLCA_Default)

; Settings for GPU particles
+CVars=FX.AllowGPUParticles=1
; Max 256k partices
+CVars=fx.GPUSimulationTextureSizeX=512
+CVars=fx.GPUSimulationTextureSizeY=512

; Scalability Groups
+CVars=sg.ViewDistanceQuality=0
+CVars=sg.AntiAliasingQuality=0
+CVars=sg.ShadowQuality=0
+CVars=sg.PostProcessQuality=0
+CVars=sg.TextureQuality=0
+CVars=sg.EffectsQuality=0
+CVars=sg.FoliageQuality=0
; Dump shaders for non-active material qualities on load
+CVars=r.DiscardUnusedQuality=1
; Settings we want disabled globally / not set by scalability
+CVars=r.DetailMode=0
; Cook out  emitters that don't match the device's detail mode
+CVars=fx.PruneEmittersOnCookByDetailMode=1
+CVars=r.CookOutUnusedDetailModeComponents=1

; Default all devices to 30fps vsync
+CVars=r.VSync=1
+CVars=Lyra.DeviceProfile.Mobile.DefaultFrameRate=30

; Animation - Frame Stripping on mobile to save memory
+CVars=a.StripFramesOnCompression=1
+CVars=a.StripOddFramesWhenFrameStripping=1
+CVars=r.RenderTargetPoolMin=150
; Allow time-critical textures to be streamed in quickly on platforms with long streaming update cycle
+CVars=r.Streaming.AllowFastForceResident=1
+CVars=r.Streaming.PoolSizeForMeshes=25
; Do not use Slate background blur on mobile
+CVars=Slate.ForceBackgroundBlurLowQualityOverride=1
; Use default setting (1) on mobile, engine will add additional buffering when required
+CVars=r.NumBufferedOcclusionQueries=1

[IOS DeviceProfile]
DeviceType=IOS
BaseProfileName=Mobile

; Dynamic res/temporal upsampling for 30FPS, 900p output res
+CVars=r.DynamicRes.TargetedGPUHeadRoomPercentage=5.0
+CVars=r.DynamicRes.MinScreenPercentage=50
+CVars=r.DynamicRes.OperationMode=1
+CVars=r.SecondaryScreenPercentage.GameViewport=83.33

; ------------------------------------------------------------------------------
; iOS: Scalability buckets for low/med/high
; ------------------------------------------------------------------------------

[IOS_Low DeviceProfile]
BaseProfileName=IOS
+CVars=sg.ViewDistanceQuality=0
+CVars=sg.AntiAliasingQuality=0
+CVars=sg.ShadowQuality=0
+CVars=sg.PostProcessQuality=0
+CVars=sg.TextureQuality=0
+CVars=sg.EffectsQuality=0
+CVars=sg.FoliageQuality=0
+CVars=r.RenderTargetPoolMin=75
+CVars=r.NumBufferedOcclusionQueries=2
+CVars=s.PriorityAsyncLoadingExtraTime=15.0

[IOS_Mid DeviceProfile]
BaseProfileName=IOS
+CVars=sg.ViewDistanceQuality=1
+CVars=sg.AntiAliasingQuality=1
+CVars=sg.ShadowQuality=1
+CVars=sg.PostProcessQuality=1
+CVars=sg.TextureQuality=1
+CVars=sg.EffectsQuality=1
+CVars=sg.FoliageQuality=1
+CVars=sg.ShadowQuality.Frontend=0
+CVars=r.RenderTargetPoolMin=100

+CVars=r.MobileContentScaleFactor=1.5
+CVars=r.Streaming.PoolSize=85
+CVars=grass.densityScale=0
+CVars=grass.DiscardDataOnLoad=1
+CVars=foliage.densityScale=0
+CVars=foliage.DiscardDataOnLoad=1
+CVars=Lyra.DeviceProfile.Mobile.MaxFrameRate=60
+CVars=Lyra.DeviceProfile.Mobile.OverallQualityLimits=60:1

; Anim dynamics is enabled, but only on LOD0
+CVars=p.AnimDynamics=1
+CVars=p.AnimDynamicsLODThreshold=0
; Rigid body is actually enabled in IOS_Mid
+CVars=p.RigidBodyLODThreshold=0

[IOS_High DeviceProfile]
BaseProfileName=IOS
+CVars=sg.ViewDistanceQuality=2
+CVars=sg.AntiAliasingQuality=2
+CVars=sg.ShadowQuality=2
+CVars=sg.PostProcessQuality=2
+CVars=sg.TextureQuality=2
+CVars=sg.EffectsQuality=2
+CVars=sg.FoliageQuality=2
+CVars=sg.ShadowQuality.Frontend=0
+CVars=r.RenderTargetPoolMin=150
+CVars=Lyra.DeviceProfile.Mobile.MaxFrameRate=60
+CVars=Lyra.DeviceProfile.Mobile.OverallQualityLimits=60:1
+CVars=p.RigidBodyNode=1
; TAA
+CVars=r.Mobile.AntiAliasing=2

[IOS_Epic DeviceProfile]
BaseProfileName=IOS
+CVars=sg.ViewDistanceQuality=3
+CVars=sg.AntiAliasingQuality=3
+CVars=sg.ShadowQuality=3
+CVars=sg.PostProcessQuality=3
+CVars=sg.TextureQuality=3
+CVars=sg.EffectsQuality=3
+CVars=sg.FoliageQuality=3
+CVars=sg.ShadowQuality.Frontend=0
+CVars=r.RenderTargetPoolMin=200
+CVars=p.RigidBodyNode=1
+CVars=Lyra.DeviceProfile.Mobile.MaxFrameRate=60
+CVars=Lyra.DeviceProfile.Mobile.OverallQualityLimits=60:2
; TAA
+CVars=r.Mobile.AntiAliasing=2

; ------------------------------------------------------------------------------
; iOS: Low spec devices
; ------------------------------------------------------------------------------

[iPhone6S DeviceProfile]
BaseProfileName=IOS_Low
+CVars=r.MobileContentScaleFactor=1.5
+CVars=sg.ResolutionQuality=70

[iPhone6SPlus DeviceProfile]
BaseProfileName=IOS_Low
+CVars=r.MobileContentScaleFactor=1.28

[iPhoneSE DeviceProfile]
BaseProfileName=IOS_Low
+CVars=r.MobileContentScaleFactor=1.5

[iPad5 DeviceProfile]
BaseProfileName=IOS_Low
+CVars=r.MobileContentScaleFactor=1.0
+CVars=sg.ResolutionQuality=85

[iPadAir2 DeviceProfile]
BaseProfileName=IOS_Low
+CVars=r.MobileContentScaleFactor=1.0
+CVars=sg.ResolutionQuality=75

[iPadMini4 DeviceProfile]
BaseProfileName=IOS_Low
+CVars=r.MobileContentScaleFactor=1.0

[AppleTV DeviceProfile]
BaseProfileName=IOS_Low
+CVars=r.MobileContentScaleFactor=1.0
+CVars=ios.PhysicalScreenDensity=0

; ------------------------------------------------------------------------------
; iOS: Mid spec devices
; ------------------------------------------------------------------------------
 
[iPodTouch7 DeviceProfile]
BaseProfileName=IOS_Mid
+CVars=r.MobileContentScaleFactor=1.6

[iPhone7 DeviceProfile]
BaseProfileName=IOS_Low
+CVars=r.MobileContentScaleFactor=1.6

[iPhone7Plus DeviceProfile]
BaseProfileName=IOS_Low
+CVars=r.MobileContentScaleFactor=1.5

[iPadPro129 DeviceProfile]
BaseProfileName=IOS_Mid
+CVars=r.MobileContentScaleFactor=1.0

[iPadPro97 DeviceProfile]
BaseProfileName=IOS_Mid
+CVars=r.MobileContentScaleFactor=1.25

[iPad6 DeviceProfile]
BaseProfileName=IOS_Low
+CVars=r.MobileContentScaleFactor=1.0

[AppleTV4K DeviceProfile]
BaseProfileName=IOS_Mid
+CVars=r.MobileContentScaleFactor=1.0
+CVars=ios.PhysicalScreenDensity=0


; ------------------------------------------------------------------------------
; iOS: High spec devices
; ------------------------------------------------------------------------------

[iPhone8 DeviceProfile]
BaseProfileName=IOS_Low
+CVars=r.MobileContentScaleFactor=1.6
+CVars=Lyra.DeviceProfile.Mobile.MaxFrameRate=60
+CVars=Lyra.DeviceProfile.Mobile.OverallQualityLimits=60:0

[iPhone8Plus DeviceProfile]
BaseProfileName=IOS_High
+CVars=r.MobileContentScaleFactor=1.956
+CVars=Lyra.DeviceProfile.Mobile.OverallQualityLimits=60:1

[iPadPro2_129 DeviceProfile]
BaseProfileName=IOS_High
+CVars=r.MobileContentScaleFactor=1.23

[iPadPro105 DeviceProfile]
BaseProfileName=IOS_High
+CVars=r.MobileContentScaleFactor=1.3

[iPhoneX DeviceProfile]
BaseProfileName=IOS_Mid
+CVars=r.MobileContentScaleFactor=1.775
; non-notch side
+CVars=SafeZone.Landscape.Left=15
+CVars=SafeZone.Landscape.Top=5
; notch side
+CVars=SafeZone.Landscape.Right=26
+CVars=SafeZone.Landscape.Bottom=15
+CVars=Lyra.DeviceProfile.Mobile.ResolutionQualityLimits=60:75

[iPad7 DeviceProfile]
BaseProfileName=IOS_High
+CVars=r.MobileContentScaleFactor=1.23
+CVars=Lyra.DeviceProfile.Mobile.DefaultFrameRate=60

[iPad8 DeviceProfile]
BaseProfileName=IOS_High
+CVars=r.MobileContentScaleFactor=1.23
+CVars=Lyra.DeviceProfile.Mobile.DefaultFrameRate=60

[iPad9 DeviceProfile]
BaseProfileName=IOS_High
+CVars=r.MobileContentScaleFactor=1.23
+CVars=Lyra.DeviceProfile.Mobile.DefaultFrameRate=60

; ------------------------------------------------------------------------------
; iOS: Epic spec devices
; ------------------------------------------------------------------------------

[iPadPro11 DeviceProfile]
BaseProfileName=IOS_Epic
+CVars=r.MobileContentScaleFactor=2.0
+CVars=Lyra.DeviceProfile.Mobile.MaxFrameRate=120
+CVars=Lyra.DeviceProfile.Mobile.OverallQualityLimits=120:1
+CVars=Lyra.DeviceProfile.Mobile.ResolutionQualityLimits=120:50
+CVars=Lyra.DeviceProfile.Mobile.DefaultFrameRate=60

[iPadPro2_11 DeviceProfile]
BaseProfileName=IOS_Epic
+CVars=r.MobileContentScaleFactor=2.0
+CVars=Lyra.DeviceProfile.Mobile.MaxFrameRate=120
+CVars=Lyra.DeviceProfile.Mobile.OverallQualityLimits=120:1
+CVars=Lyra.DeviceProfile.Mobile.ResolutionQualityLimits=120:50
+CVars=Lyra.DeviceProfile.Mobile.DefaultFrameRate=60

[iPadPro3_11 DeviceProfile]
BaseProfileName=IOS_Epic
+CVars=r.MobileContentScaleFactor=2.0
+CVars=Lyra.DeviceProfile.Mobile.MaxFrameRate=120
+CVars=Lyra.DeviceProfile.Mobile.OverallQualityLimits=120:1
+CVars=Lyra.DeviceProfile.Mobile.ResolutionQualityLimits=120:50
+CVars=Lyra.DeviceProfile.Mobile.DefaultFrameRate=60

[iPadPro3_129 DeviceProfile]
BaseProfileName=IOS_Epic
+CVars=r.MobileContentScaleFactor=1.75
+CVars=Lyra.DeviceProfile.Mobile.MaxFrameRate=120
+CVars=Lyra.DeviceProfile.Mobile.OverallQualityLimits=120:1
+CVars=Lyra.DeviceProfile.Mobile.ResolutionQualityLimits=120:50
+CVars=Lyra.DeviceProfile.Mobile.DefaultFrameRate=60

[iPadPro4_129 DeviceProfile]
BaseProfileName=IOS_Epic
+CVars=r.MobileContentScaleFactor=1.75
+CVars=Lyra.DeviceProfile.Mobile.MaxFrameRate=120
+CVars=Lyra.DeviceProfile.Mobile.OverallQualityLimits=120:1
+CVars=Lyra.DeviceProfile.Mobile.ResolutionQualityLimits=120:50
+CVars=Lyra.DeviceProfile.Mobile.DefaultFrameRate=60

[iPhoneXS DeviceProfile]
BaseProfileName=IOS_High
+CVars=r.MobileContentScaleFactor=1.775
; non-notch side
+CVars=SafeZone.Landscape.Left=15
+CVars=SafeZone.Landscape.Top=5
; notch side
+CVars=SafeZone.Landscape.Right=26
+CVars=SafeZone.Landscape.Bottom=15

[iPhoneXSMax DeviceProfile]
BaseProfileName=IOS_High
; scale to have the same backbuffer resolution as XS.
+CVars=r.MobileContentScaleFactor=1.6
; non-notch side
+CVars=SafeZone.Landscape.Left=15
+CVars=SafeZone.Landscape.Top=5
; notch side
+CVars=SafeZone.Landscape.Right=26
+CVars=SafeZone.Landscape.Bottom=15

[iPhoneXR DeviceProfile]
BaseProfileName=IOS_Mid
+CVars=r.MobileContentScaleFactor=1.775
; non-notch side
+CVars=SafeZone.Landscape.Left=15
+CVars=SafeZone.Landscape.Top=5
; notch side
+CVars=SafeZone.Landscape.Right=26
+CVars=SafeZone.Landscape.Bottom=15

[iPhone11Pro DeviceProfile]
BaseProfileName=IOS_High
+CVars=r.MobileContentScaleFactor=1.775
; non-notch side
+CVars=SafeZone.Landscape.Left=15
+CVars=SafeZone.Landscape.Top=5
; notch side
+CVars=SafeZone.Landscape.Right=26
+CVars=SafeZone.Landscape.Bottom=15

[iPhone11ProMax DeviceProfile]
BaseProfileName=IOS_High
; scale to have the same backbuffer resolution as XS.
+CVars=r.MobileContentScaleFactor=1.6
; non-notch side
+CVars=SafeZone.Landscape.Left=15
+CVars=SafeZone.Landscape.Top=5
; notch side
+CVars=SafeZone.Landscape.Right=26
+CVars=SafeZone.Landscape.Bottom=15

[iPhone11 DeviceProfile]
BaseProfileName=IOS_High
+CVars=r.MobileContentScaleFactor=1.775
; non-notch side
+CVars=SafeZone.Landscape.Left=15
+CVars=SafeZone.Landscape.Top=5
; notch side
+CVars=SafeZone.Landscape.Right=26
+CVars=SafeZone.Landscape.Bottom=15

[iPhone12 DeviceProfile]
BaseProfileName=IOS_High
+CVars=r.MobileContentScaleFactor=1.775
; non-notch side
+CVars=SafeZone.Landscape.Left=15
+CVars=SafeZone.Landscape.Top=5
; notch side
+CVars=SafeZone.Landscape.Right=26
+CVars=SafeZone.Landscape.Bottom=15

[iPhone12Pro DeviceProfile]
BaseProfileName=IOS_High
+CVars=r.MobileContentScaleFactor=1.775
; non-notch side
+CVars=SafeZone.Landscape.Left=15
+CVars=SafeZone.Landscape.Top=5
; notch side
+CVars=SafeZone.Landscape.Right=26
+CVars=SafeZone.Landscape.Bottom=15

[iPhone12ProMax DeviceProfile]
BaseProfileName=IOS_High
; scale to have the same backbuffer resolution as XS.
+CVars=r.MobileContentScaleFactor=1.6
; non-notch side
+CVars=SafeZone.Landscape.Left=15
+CVars=SafeZone.Landscape.Top=5
; notch side
+CVars=SafeZone.Landscape.Right=26
+CVars=SafeZone.Landscape.Bottom=15

[iPhone12Mini DeviceProfile]
BaseProfileName=IOS_High
; scale to have the same backbuffer resolution as XS.
+CVars=r.MobileContentScaleFactor=1.6
; non-notch side
+CVars=SafeZone.Landscape.Left=15
+CVars=SafeZone.Landscape.Top=5
; notch side
+CVars=SafeZone.Landscape.Right=26
+CVars=SafeZone.Landscape.Bottom=15

[iPhone13 DeviceProfile]
BaseProfileName=IOS_Epic
+CVars=r.MobileContentScaleFactor=1.775
; non-notch side
+CVars=SafeZone.Landscape.Left=15
+CVars=SafeZone.Landscape.Top=5
; notch side
+CVars=SafeZone.Landscape.Right=26
+CVars=SafeZone.Landscape.Bottom=15

[iPhone13Pro DeviceProfile]
BaseProfileName=IOS_Epic
+CVars=r.MobileContentScaleFactor=1.775
; non-notch side
+CVars=SafeZone.Landscape.Left=15
+CVars=SafeZone.Landscape.Top=5
; notch side
+CVars=SafeZone.Landscape.Right=26
+CVars=SafeZone.Landscape.Bottom=15

[iPhone13ProMax DeviceProfile]
BaseProfileName=IOS_Epic
; scale to have the same backbuffer resolution as XS.
+CVars=r.MobileContentScaleFactor=1.6
; non-notch side
+CVars=SafeZone.Landscape.Left=15
+CVars=SafeZone.Landscape.Top=5
; notch side
+CVars=SafeZone.Landscape.Right=26
+CVars=SafeZone.Landscape.Bottom=15

[iPhone13Mini DeviceProfile]
BaseProfileName=IOS_Epic
; scale to have the same backbuffer resolution as XS.
+CVars=r.MobileContentScaleFactor=1.6
; non-notch side
+CVars=SafeZone.Landscape.Left=15
+CVars=SafeZone.Landscape.Top=5
; notch side
+CVars=SafeZone.Landscape.Right=26
+CVars=SafeZone.Landscape.Bottom=15

[iPhoneSE2 DeviceProfile]
BaseProfileName=IOS_High
+CVars=r.MobileContentScaleFactor=1.775

[iPadAir3 DeviceProfile]
BaseProfileName=IOS_Mid
+CVars=r.MobileContentScaleFactor=2.0
+CVars=Lyra.DeviceProfile.Mobile.DefaultFrameRate=60

[iPadAir4 DeviceProfile]
BaseProfileName=IOS_Mid
+CVars=r.MobileContentScaleFactor=2.0
+CVars=Lyra.DeviceProfile.Mobile.DefaultFrameRate=60

[iPadMini5 DeviceProfile]
BaseProfileName=IOS_Mid
+CVars=r.MobileContentScaleFactor=2.0
+CVars=Lyra.DeviceProfile.Mobile.DefaultFrameRate=60

[iPadMini6 DeviceProfile]
BaseProfileName=IOS_High
+CVars=r.MobileContentScaleFactor=2.0
+CVars=Lyra.DeviceProfile.Mobile.DefaultFrameRate=60

; TODO: Fill in Android device profiles

[Android DeviceProfile]
DeviceType=Android
BaseProfileName=Mobile

[Android_Low DeviceProfile]
BaseProfileName=Android
+CVars=sg.ViewDistanceQuality=0
+CVars=sg.AntiAliasingQuality=0
+CVars=sg.ShadowQuality=0
+CVars=sg.PostProcessQuality=0
+CVars=sg.TextureQuality=0
+CVars=sg.EffectsQuality=0
+CVars=sg.FoliageQuality=0
+CVars=r.RenderTargetPoolMin=75
+CVars=r.NumBufferedOcclusionQueries=2
+CVars=s.PriorityAsyncLoadingExtraTime=15.0

[Android_Mid DeviceProfile]
BaseProfileName=Android
+CVars=sg.ViewDistanceQuality=1
+CVars=sg.AntiAliasingQuality=1
+CVars=sg.ShadowQuality=1
+CVars=sg.PostProcessQuality=1
+CVars=sg.TextureQuality=1
+CVars=sg.EffectsQuality=1
+CVars=sg.FoliageQuality=1
+CVars=sg.ShadowQuality.Frontend=0
+CVars=r.RenderTargetPoolMin=100

+CVars=r.MobileContentScaleFactor=1.5
+CVars=r.Streaming.PoolSize=85
+CVars=grass.densityScale=0
+CVars=grass.DiscardDataOnLoad=1
+CVars=foliage.densityScale=0
+CVars=foliage.DiscardDataOnLoad=1
+CVars=Lyra.DeviceProfile.Mobile.MaxFrameRate=60
+CVars=Lyra.DeviceProfile.Mobile.OverallQualityLimits=60:1

; Anim dynamics is enabled, but only on LOD0
+CVars=p.AnimDynamics=1
+CVars=p.AnimDynamicsLODThreshold=0
; Rigid body is actually enabled in IOS_Mid
+CVars=p.RigidBodyLODThreshold=0

[Android_High DeviceProfile]
BaseProfileName=Android
+CVars=sg.ViewDistanceQuality=2
+CVars=sg.AntiAliasingQuality=2
+CVars=sg.ShadowQuality=2
+CVars=sg.PostProcessQuality=2
+CVars=sg.TextureQuality=2
+CVars=sg.EffectsQuality=2
+CVars=sg.FoliageQuality=2
+CVars=sg.ShadowQuality.Frontend=0
+CVars=r.RenderTargetPoolMin=150
+CVars=Lyra.DeviceProfile.Mobile.MaxFrameRate=60
+CVars=Lyra.DeviceProfile.Mobile.OverallQualityLimits=60:1
; TAA
+CVars=r.Mobile.AntiAliasing=2

[Android_Epic DeviceProfile]
BaseProfileName=Android
+CVars=sg.ViewDistanceQuality=3
+CVars=sg.AntiAliasingQuality=3
+CVars=sg.ShadowQuality=3
+CVars=sg.PostProcessQuality=3
+CVars=sg.TextureQuality=3
+CVars=sg.EffectsQuality=3
+CVars=sg.FoliageQuality=3
+CVars=sg.ShadowQuality.Frontend=0
+CVars=r.RenderTargetPoolMin=200
+CVars=p.RigidBodyNode=1
+CVars=Lyra.DeviceProfile.Mobile.MaxFrameRate=60
+CVars=Lyra.DeviceProfile.Mobile.OverallQualityLimits=60:2
+CVars=r.Android.DisableVulkanSupport=0
; TAA
+CVars=r.Mobile.AntiAliasing=2