2019-01-08 11:38:48 -05:00
|
|
|
; These rules are applied in order, the first rule that applies per file is taken and no others are evaluated
|
|
|
|
|
; [SectionName]
|
2019-07-24 12:15:40 -04:00
|
|
|
; bOverrideChunkManifest=false ; If true this allows overriding assignments from the cooker
|
2019-01-08 11:38:48 -05:00
|
|
|
; bExcludeFromPaks=false ; If true this removes entirely, cannot coexist with overridepaks
|
|
|
|
|
; OverridePaks="pakchunk1" ; If set this will override pak list, comma separated
|
|
|
|
|
; Platforms="iOS,Android" ; If set this rule will only apply to these platforms
|
|
|
|
|
; Targets="Shipping,Test" ; If set this rule will only apply to these configurations
|
2019-07-24 12:15:40 -04:00
|
|
|
; bOnlyChunkedBuilds=true ; If set this rule will only apply to chunked builds
|
|
|
|
|
; bOnlyNonChunkedBuilds=true ; If set this rule will only apply to non-chunked builds
|
2019-01-08 11:38:48 -05:00
|
|
|
; +Files=".../*FileMask*.*" ; List of file masks to apply to, using the C# FileFilter class
|
|
|
|
|
|
2023-09-04 18:06:04 -04:00
|
|
|
; A section listed in this section will not be treated as a rule, and will be ignored
|
|
|
|
|
[SectionsWithoutRules]
|
|
|
|
|
+Section=SectionsWithoutRules
|
|
|
|
|
+Section=SectionsToSave
|
|
|
|
|
|
2019-01-08 11:38:48 -05:00
|
|
|
|
|
|
|
|
[ExcludeContentForMobile]
|
|
|
|
|
; Exclude specific large textures on mobile platforms, this was moved from CopyBuildToStagingDirectory.cs
|
|
|
|
|
; This can be added to in a game's DefaultPakFileRules.ini by using the same sections, and new sections can be added
|
|
|
|
|
; To remove this rule, use !Files to clear the list of file paths
|
2019-10-23 11:27:42 -04:00
|
|
|
Platforms="Android,iOS,tvOS"
|
2019-01-08 11:38:48 -05:00
|
|
|
bExcludeFromPaks=true
|
|
|
|
|
bOverrideChunkManifest=true
|
|
|
|
|
+Files=".../Engine/Content/EngineMaterials/DefaultBloomKernel.*"
|
2021-11-07 23:43:01 -05:00
|
|
|
+Files=".../Engine/Content/EngineMaterials/DefaultCalibrationColor.*"
|
|
|
|
|
+Files=".../Engine/Content/EngineMaterials/DefaultCalibrationGrayscale.*"
|
|
|
|
|
+Files=".../Engine/Content/EngineMaterials/PPM_DefaultCalibrationColor.*"
|
|
|
|
|
+Files=".../Engine/Content/EngineMaterials/PPM_DefaultCalibrationGrayscale.*"
|