Skip to content

Commit b8ed9b2

Browse files
committed
packaging settings - include list of dlc plugin maps
1 parent dd30827 commit b8ed9b2

File tree

1 file changed

+71
-0
lines changed

1 file changed

+71
-0
lines changed

Unreal/Config/DefaultGame.ini

Lines changed: 71 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,76 @@
11

22

33
[/Script/UnrealEd.ProjectPackagingSettings]
4+
Build=IfProjectHasCode
5+
BuildConfiguration=PPBC_Development
6+
BuildTarget=
7+
StagingDirectory=(Path="")
8+
FullRebuild=False
9+
ForDistribution=False
10+
IncludeDebugFiles=False
11+
BlueprintNativizationMethod=Disabled
12+
bIncludeNativizedAssetsInProjectGeneration=False
13+
bExcludeMonolithicEngineHeadersInNativizedCode=False
14+
UsePakFile=True
15+
bUseIoStore=False
16+
bGenerateChunks=False
17+
bGenerateNoChunks=False
18+
bChunkHardReferencesOnly=False
19+
bForceOneChunkPerFile=False
20+
MaxChunkSize=0
21+
bBuildHttpChunkInstallData=False
22+
HttpChunkInstallDataDirectory=(Path="")
23+
PakFileCompressionFormats=
24+
PakFileAdditionalCompressionOptions=
25+
HttpChunkInstallDataVersion=
26+
IncludePrerequisites=True
27+
IncludeAppLocalPrerequisites=False
28+
bShareMaterialShaderCode=True
29+
bDeterministicShaderCodeOrder=False
30+
bSharedMaterialNativeLibraries=True
31+
ApplocalPrerequisitesDirectory=(Path="")
32+
IncludeCrashReporter=False
33+
InternationalizationPreset=English
34+
-CulturesToStage=en
35+
+CulturesToStage=en
36+
LocalizationTargetCatchAllChunkId=0
437
bCookAll=True
38+
bCookMapsOnly=False
39+
bCompressed=False
40+
bSkipEditorContent=False
41+
bSkipMovies=False
42+
-IniKeyBlacklist=KeyStorePassword
43+
-IniKeyBlacklist=KeyPassword
44+
-IniKeyBlacklist=rsa.privateexp
45+
-IniKeyBlacklist=rsa.modulus
46+
-IniKeyBlacklist=rsa.publicexp
47+
-IniKeyBlacklist=aes.key
48+
-IniKeyBlacklist=SigningPublicExponent
49+
-IniKeyBlacklist=SigningModulus
50+
-IniKeyBlacklist=SigningPrivateExponent
51+
-IniKeyBlacklist=EncryptionKey
52+
-IniKeyBlacklist=IniKeyBlacklist
53+
-IniKeyBlacklist=IniSectionBlacklist
54+
+IniKeyBlacklist=KeyStorePassword
55+
+IniKeyBlacklist=KeyPassword
56+
+IniKeyBlacklist=rsa.privateexp
57+
+IniKeyBlacklist=rsa.modulus
58+
+IniKeyBlacklist=rsa.publicexp
59+
+IniKeyBlacklist=aes.key
60+
+IniKeyBlacklist=SigningPublicExponent
61+
+IniKeyBlacklist=SigningModulus
62+
+IniKeyBlacklist=SigningPrivateExponent
63+
+IniKeyBlacklist=EncryptionKey
64+
+IniKeyBlacklist=IniKeyBlacklist
65+
+IniKeyBlacklist=IniSectionBlacklist
66+
+MapsToCook=(FilePath="/Building99/Building_99/Map/Building99_Hard")
67+
+MapsToCook=(FilePath="/MSBuild2018/Content/Maps/Final_Tier_1")
68+
+MapsToCook=(FilePath="/MSBuild2018/Content/Maps/Final_Tier_2")
69+
+MapsToCook=(FilePath="/MSBuild2018/Content/Maps/Qualifier_Tier_1")
70+
+MapsToCook=(FilePath="/MSBuild2018/Content/Maps/Qualifier_Tier_2")
71+
+MapsToCook=(FilePath="/MSBuild2018/Content/Maps/Soccer_Field_Easy")
72+
+MapsToCook=(FilePath="/MSBuild2018/Content/Maps/Soccer_Field_Medium")
73+
+MapsToCook=(FilePath="/ZhangJiaJie/Content/ZhangJiajieMountain/Maps/Final_Tier_3")
74+
+MapsToCook=(FilePath="/ZhangJiaJie/Content/ZhangJiajieMountain/Maps/Qualifier_Tier_2")
75+
+MapsToCook=(FilePath="/ZhangJiaJie/Content/ZhangJiajieMountain/Maps/ZhangJiaJie_Medium")
576

0 commit comments

Comments
 (0)