From 07bc17b511d6a88839ba503fc9644dc3822db42f Mon Sep 17 00:00:00 2001 From: rstager Date: Mon, 19 Jun 2017 23:02:08 -0600 Subject: [PATCH] Changed to relative path for python scripts --- Config/DefaultGame.ini | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/Config/DefaultGame.ini b/Config/DefaultGame.ini index fdf9e5c..a9ff926 100644 --- a/Config/DefaultGame.ini +++ b/Config/DefaultGame.ini @@ -9,7 +9,7 @@ InsertPack=(PackSource="StarterContent.upack,PackName="StarterContent") [/Script/UnrealEd.ProjectPackagingSettings] BuildConfiguration=PPBC_Development -StagingDirectory=(Path="/home/keras/Documents/UnrealProjects/ARoboCar/Release/v1/") +StagingDirectory=(Path="/home/keras/buildue/ARoboCar_v1/") FullRebuild=False ForDistribution=False IncludeDebugFiles=False @@ -35,6 +35,9 @@ bCookMapsOnly=True bCompressed=False bEncryptIniFiles=False bSkipEditorContent=True +-DirectoriesToAlwaysStageAsUFS=(Path="") ++DirectoriesToAlwaysStageAsUFS=(Path="Scripts/") bNativizeBlueprintAssets=False bNativizeOnlySelectedBlueprints=False +