Skip to content

Commit

Permalink
Merge pull request #95 from jonpas/packaging
Browse files Browse the repository at this point in the history
Set up proper packaging
  • Loading branch information
jonpas authored Jan 21, 2018
2 parents 9c7019b + 933254f commit 7d3a880
Show file tree
Hide file tree
Showing 3 changed files with 55 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Config/DefaultEngine.ini
Original file line number Diff line number Diff line change
Expand Up @@ -106,6 +106,9 @@ MediumFontName=/Game/EmptierThanVoid/Core/Fonts/RobotoMono/Font_RobotoMono.Font_
LargeFontName=/Game/EmptierThanVoid/Core/Fonts/RobotoMono/Font_RobotoMono.Font_RobotoMono
TinyFontName=/Game/EmptierThanVoid/Core/Fonts/RobotoMono/Font_RobotoMono.Font_RobotoMono

[/Script/WindowsTargetPlatform.WindowsTargetSettings]
Compiler=VisualStudio2017

[/Script/Engine.PhysicsSettings]
DefaultGravityZ=-980.000000
DefaultTerminalVelocity=4000.000000
Expand Down
36 changes: 36 additions & 0 deletions Config/DefaultGame.ini
Original file line number Diff line number Diff line change
Expand Up @@ -9,3 +9,39 @@ Description=Software development game project at Software Development.
CopyrightNotice=Copyright (C) Team13. All rights reserved.
bAllowWindowResize=False

[/Script/UnrealEd.ProjectPackagingSettings]
Build=IfProjectHasCode
BuildConfiguration=PPBC_Shipping
StagingDirectory=(Path="")
FullRebuild=True
ForDistribution=False
IncludeDebugFiles=False
BlueprintNativizationMethod=Disabled
bIncludeNativizedAssetsInProjectGeneration=False
UsePakFile=True
bGenerateChunks=False
bGenerateNoChunks=False
bChunkHardReferencesOnly=False
bBuildHttpChunkInstallData=False
HttpChunkInstallDataDirectory=(Path="")
HttpChunkInstallDataVersion=
IncludePrerequisites=True
IncludeAppLocalPrerequisites=False
bShareMaterialShaderCode=False
bSharedMaterialNativeLibraries=False
ApplocalPrerequisitesDirectory=(Path="")
IncludeCrashReporter=False
InternationalizationPreset=English
-CulturesToStage=en
+CulturesToStage=en
bCookAll=False
bCookMapsOnly=False
bCompressed=True
bEncryptIniFiles=False
bEncryptPakIndex=False
bSkipEditorContent=False
+DirectoriesToNeverCook=(Path="Developers")
+DirectoriesToAlwaysStageAsUFS=(Path="EmptierThanVoid/Core/Ship Names")
bNativizeBlueprintAssets=False
bNativizeOnlySelectedBlueprints=False

16 changes: 16 additions & 0 deletions ETV.uproject
Original file line number Diff line number Diff line change
Expand Up @@ -15,5 +15,21 @@
"UMG"
]
}
],
"Plugins": [
{
"Name": "OculusVR",
"Enabled": false
},
{
"Name": "SteamVR",
"Enabled": false
}
],
"TargetPlatforms": [
"MacNoEditor",
"WindowsNoEditor",
"AllDesktop",
"LinuxNoEditor"
]
}

0 comments on commit 7d3a880

Please sign in to comment.