Update Project to enable build even in shipping
This commit is contained in:
parent
7d82f1618e
commit
6ac4001d08
11 changed files with 14 additions and 8 deletions
|
@ -8,12 +8,12 @@ bAddPacks=True
|
||||||
InsertPack=(PackSource="StarterContent.upack",PackName="StarterContent")
|
InsertPack=(PackSource="StarterContent.upack",PackName="StarterContent")
|
||||||
|
|
||||||
[/Script/UnrealEd.ProjectPackagingSettings]
|
[/Script/UnrealEd.ProjectPackagingSettings]
|
||||||
Build=IfProjectHasCode
|
Build=Always
|
||||||
BuildConfiguration=PPBC_Development
|
BuildConfiguration=PPBC_Development
|
||||||
BuildTarget=
|
BuildTarget=
|
||||||
StagingDirectory=(Path="D:/Documents/Builds")
|
StagingDirectory=(Path="C:/Users/lpeter/Documents/BUILDS")
|
||||||
FullRebuild=False
|
FullRebuild=True
|
||||||
ForDistribution=False
|
ForDistribution=True
|
||||||
IncludeDebugFiles=False
|
IncludeDebugFiles=False
|
||||||
BlueprintNativizationMethod=Disabled
|
BlueprintNativizationMethod=Disabled
|
||||||
bIncludeNativizedAssetsInProjectGeneration=False
|
bIncludeNativizedAssetsInProjectGeneration=False
|
||||||
|
@ -36,7 +36,7 @@ bShareMaterialShaderCode=True
|
||||||
bSharedMaterialNativeLibraries=True
|
bSharedMaterialNativeLibraries=True
|
||||||
ApplocalPrerequisitesDirectory=(Path="")
|
ApplocalPrerequisitesDirectory=(Path="")
|
||||||
IncludeCrashReporter=False
|
IncludeCrashReporter=False
|
||||||
InternationalizationPreset=English
|
InternationalizationPreset=EFIGS
|
||||||
-CulturesToStage=en
|
-CulturesToStage=en
|
||||||
+CulturesToStage=en
|
+CulturesToStage=en
|
||||||
LocalizationTargetCatchAllChunkId=0
|
LocalizationTargetCatchAllChunkId=0
|
||||||
|
@ -70,5 +70,7 @@ bSkipMovies=False
|
||||||
+IniKeyBlacklist=IniKeyBlacklist
|
+IniKeyBlacklist=IniKeyBlacklist
|
||||||
+IniKeyBlacklist=IniSectionBlacklist
|
+IniKeyBlacklist=IniSectionBlacklist
|
||||||
+MapsToCook=(FilePath="/Game/0_Project/Maps/TestMap")
|
+MapsToCook=(FilePath="/Game/0_Project/Maps/TestMap")
|
||||||
|
+DirectoriesToAlwaysCook=(Path="/Game/model")
|
||||||
+DirectoriesToAlwaysStageAsNonUFS=(Path="FMOD")
|
+DirectoriesToAlwaysStageAsNonUFS=(Path="FMOD")
|
||||||
|
+DirectoriesToAlwaysStageAsNonUFS=(Path="model")
|
||||||
|
|
||||||
|
|
Binary file not shown.
|
@ -17,6 +17,10 @@
|
||||||
{
|
{
|
||||||
"Name": "FMODStudio",
|
"Name": "FMODStudio",
|
||||||
"Enabled": true
|
"Enabled": true
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"Name": "HoudiniEngine",
|
||||||
|
"Enabled": false
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
|
@ -2,7 +2,7 @@
|
||||||
"BuildId": "13144385",
|
"BuildId": "13144385",
|
||||||
"Modules":
|
"Modules":
|
||||||
{
|
{
|
||||||
"FMODStudio": "UE4Editor-FMODStudio-Win64-DebugGame.dll",
|
"FMODStudio": "UE4Editor-FMODStudio-0001-Win64-DebugGame.dll",
|
||||||
"FMODStudioEditor": "UE4Editor-FMODStudioEditor-Win64-DebugGame.dll"
|
"FMODStudioEditor": "UE4Editor-FMODStudioEditor-0001-Win64-DebugGame.dll"
|
||||||
}
|
}
|
||||||
}
|
}
|
Binary file not shown.
Binary file not shown.
|
@ -2,6 +2,6 @@
|
||||||
"BuildId": "13144385",
|
"BuildId": "13144385",
|
||||||
"Modules":
|
"Modules":
|
||||||
{
|
{
|
||||||
"SpeechRecognition": "UE4Editor-SpeechRecognition-Win64-DebugGame.dll"
|
"SpeechRecognition": "UE4Editor-SpeechRecognition-0001-Win64-DebugGame.dll"
|
||||||
}
|
}
|
||||||
}
|
}
|
Loading…
Reference in a new issue