Skip to content

Commit

Permalink
UI1Added
Browse files Browse the repository at this point in the history
  • Loading branch information
Codename-404 committed Jul 5, 2019
1 parent 0e8e119 commit f13b6ce
Show file tree
Hide file tree
Showing 45 changed files with 93 additions and 3 deletions.
12 changes: 9 additions & 3 deletions Config/DefaultEngine.ini
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,12 @@
GameName=JacksonTheBear

[/Script/EngineSettings.GameMapsSettings]
EditorStartupMap=/Game/2DSideScrollerBP/Maps/2DSideScrollerExampleMap
EditorStartupMap=/Game/Maps/ArticLevel.ArticLevel
TransitionMap=
bUseSplitscreen=True
bUseSplitscreen=False
TwoPlayerSplitscreenLayout=Horizontal
ThreePlayerSplitscreenLayout=FavorTop
GameDefaultMap=/Game/2DSideScrollerBP/Maps/2DSideScrollerExampleMap
GameDefaultMap=/Game/Maps/PersistantLevel.PersistantLevel
GlobalDefaultGameMode=/Game/2DSideScrollerBP/Blueprints/2DSideScrollerGameMode.2DSideScrollerGameMode_C
GlobalDefaultServerGameMode=None

Expand Down Expand Up @@ -114,6 +114,12 @@ AppliedTargetedHardwareClass=Desktop
DefaultGraphicsPerformance=Maximum
AppliedDefaultGraphicsPerformance=Maximum

[/Script/AndroidRuntimeSettings.AndroidRuntimeSettings]
Orientation=SensorLandscape
bUseDisplayCutout=True
bPackageDataInsideApk=True
bBuildForArm64=False

[/Script/Engine.PhysicsSettings]
DefaultGravityZ=-980.000000
DefaultTerminalVelocity=4000.000000
Expand Down
84 changes: 84 additions & 0 deletions Config/DefaultGame.ini
Original file line number Diff line number Diff line change
@@ -1,3 +1,87 @@
[/Script/EngineSettings.GeneralProjectSettings]
ProjectID=CEBF3D884DE428A8AE2895B10D38E834
ProjectName=2D Side Scroller Game Blueprint Template

[/Script/UnrealEd.ProjectPackagingSettings]
Build=IfProjectHasCode
BuildConfiguration=PPBC_Development
StagingDirectory=(Path="C:/Users/user/Documents/GitHub/JacksonTheBear/New folder/Android_ETC1")
FullRebuild=False
ForDistribution=False
IncludeDebugFiles=False
BlueprintNativizationMethod=Disabled
bIncludeNativizedAssetsInProjectGeneration=False
bExcludeMonolithicEngineHeadersInNativizedCode=False
UsePakFile=True
bGenerateChunks=False
bGenerateNoChunks=False
bChunkHardReferencesOnly=False
bForceOneChunkPerFile=False
MaxChunkSize=0
bBuildHttpChunkInstallData=False
HttpChunkInstallDataDirectory=(Path="")
PakFileCompressionFormats=
PakFileAdditionalCompressionOptions=
HttpChunkInstallDataVersion=
IncludePrerequisites=True
IncludeAppLocalPrerequisites=False
bShareMaterialShaderCode=True
bSharedMaterialNativeLibraries=True
ApplocalPrerequisitesDirectory=(Path="")
IncludeCrashReporter=False
InternationalizationPreset=English
-CulturesToStage=en
+CulturesToStage=en
bCookAll=False
bCookMapsOnly=False
bCompressed=True
bEncryptIniFiles=False
bEncryptPakIndex=False
GenerateEarlyDownloaderPakFile=False
bSkipEditorContent=True
bSkipMovies=False
-EarlyDownloaderPakFileFiles=...\Content\Internationalization\...\*.icu
-EarlyDownloaderPakFileFiles=...\Content\Internationalization\...\*.brk
-EarlyDownloaderPakFileFiles=...\Content\Internationalization\...\*.res
-EarlyDownloaderPakFileFiles=...\Content\Internationalization\...\*.nrm
-EarlyDownloaderPakFileFiles=...\Content\Internationalization\...\*.cfu
-EarlyDownloaderPakFileFiles=...\Content\Localization\...\*.*
-EarlyDownloaderPakFileFiles=...\Content\Localization\*.*
-EarlyDownloaderPakFileFiles=...\Content\Certificates\...\*.*
-EarlyDownloaderPakFileFiles=...\Content\Certificates\*.*
-EarlyDownloaderPakFileFiles=-...\Content\Localization\Game\...\*.*
-EarlyDownloaderPakFileFiles=-...\Content\Localization\Game\*.*
-EarlyDownloaderPakFileFiles=...\Config\...\*.ini
-EarlyDownloaderPakFileFiles=...\Config\*.ini
-EarlyDownloaderPakFileFiles=...\Engine\GlobalShaderCache*.bin
-EarlyDownloaderPakFileFiles=...\Content\ShaderArchive-Global-*.ushaderbytecode
-EarlyDownloaderPakFileFiles=...\Content\Slate\*.*
-EarlyDownloaderPakFileFiles=...\Content\Slate\...\*.*
-EarlyDownloaderPakFileFiles=...\*.upluginmanifest
-EarlyDownloaderPakFileFiles=...\*.uproject
-EarlyDownloaderPakFileFiles=...\global_sf*.metalmap
+EarlyDownloaderPakFileFiles=...\Content\Internationalization\...\*.icu
+EarlyDownloaderPakFileFiles=...\Content\Internationalization\...\*.brk
+EarlyDownloaderPakFileFiles=...\Content\Internationalization\...\*.res
+EarlyDownloaderPakFileFiles=...\Content\Internationalization\...\*.nrm
+EarlyDownloaderPakFileFiles=...\Content\Internationalization\...\*.cfu
+EarlyDownloaderPakFileFiles=...\Content\Localization\...\*.*
+EarlyDownloaderPakFileFiles=...\Content\Localization\*.*
+EarlyDownloaderPakFileFiles=...\Content\Certificates\...\*.*
+EarlyDownloaderPakFileFiles=...\Content\Certificates\*.*
+EarlyDownloaderPakFileFiles=-...\Content\Localization\Game\...\*.*
+EarlyDownloaderPakFileFiles=-...\Content\Localization\Game\*.*
+EarlyDownloaderPakFileFiles=...\Config\...\*.ini
+EarlyDownloaderPakFileFiles=...\Config\*.ini
+EarlyDownloaderPakFileFiles=...\Engine\GlobalShaderCache*.bin
+EarlyDownloaderPakFileFiles=...\Content\ShaderArchive-Global-*.ushaderbytecode
+EarlyDownloaderPakFileFiles=...\Content\Slate\*.*
+EarlyDownloaderPakFileFiles=...\Content\Slate\...\*.*
+EarlyDownloaderPakFileFiles=...\*.upluginmanifest
+EarlyDownloaderPakFileFiles=...\*.uproject
+EarlyDownloaderPakFileFiles=...\global_sf*.metalmap
+DirectoriesToAlwaysStageAsUFS=(Path="FMOD")
bNativizeBlueprintAssets=False
bNativizeOnlySelectedBlueprints=False


Binary file not shown.
Binary file not shown.
Binary file removed Content/2DSideScrollerExampleMap.umap
Binary file not shown.
Binary file modified Content/BP/Environment/BP_BG.uasset
Binary file not shown.
Binary file removed Content/BP/Environment/MI_ArticBGFull.uasset
Binary file not shown.
Binary file modified Content/Environment/Arts/Artic/Arctic-01.uasset
Binary file not shown.
Binary file added Content/Environment/Arts/Artic/Arctic-02.uasset
Binary file not shown.
Binary file modified Content/Environment/Arts/Artic/Arctic_BG.uasset
Binary file not shown.
Binary file not shown.
Binary file modified Content/Environment/Arts/Artic/Arctic_Ice_Layer1.uasset
Binary file not shown.
Binary file modified Content/Environment/Arts/Artic/Arctic_Ice_Layer2.uasset
Binary file not shown.
Binary file modified Content/Environment/Arts/Artic/Arctic_Layer2.uasset
Binary file not shown.
Binary file modified Content/Environment/Arts/Artic/Arctic_Layer3.uasset
Binary file not shown.
Binary file not shown.
Binary file added Content/Environment/Arts/Forest/Forest.uasset
Binary file not shown.
Binary file added Content/Environment/Arts/Forest/Forest1.uasset
Binary file not shown.
Binary file added Content/Environment/Arts/Forest/Grass.uasset
Binary file not shown.
Binary file added Content/Environment/Arts/Forest/Leaves.uasset
Binary file not shown.
Binary file added Content/Environment/Arts/Forest/Sticks.uasset
Binary file not shown.
Binary file modified Content/Environment/Arts/Mountains/Mountains.uasset
Binary file not shown.
Binary file not shown.
Binary file modified Content/Environment/Arts/Mountains/Mountains_BG-01.uasset
Binary file not shown.
Binary file modified Content/Environment/Arts/Mountains/Mountains_Clouds.uasset
Binary file not shown.
Binary file modified Content/Environment/Arts/Mountains/Mountains_Layer1-01.uasset
Binary file not shown.
Binary file modified Content/Environment/Arts/Mountains/Mountains_Layer2-01.uasset
Binary file not shown.
Binary file modified Content/Environment/Arts/Mountains/Mountains_Layer3-01.uasset
Binary file not shown.
Binary file not shown.
Binary file modified Content/Environment/Materials/MI_ArticBGFull.uasset
Binary file not shown.
Binary file modified Content/Environment/Materials/M_MasterBG.uasset
Binary file not shown.
Binary file added Content/Maps/ArticLevel.umap
Binary file not shown.
Binary file not shown.
Binary file added Content/Maps/ForestLevel.umap
Binary file not shown.
Binary file not shown.
Binary file added Content/Maps/MainMenu.umap
Binary file not shown.
Binary file added Content/Maps/MainMenuMode.uasset
Binary file not shown.
Binary file added Content/Maps/MainMenuPawn.uasset
Binary file not shown.
Binary file added Content/Maps/MountainLevel.umap
Binary file not shown.
Binary file added Content/Maps/MountainLevel_BuiltData.uasset
Binary file not shown.
Binary file added Content/Maps/PersistantLevel.umap
Binary file not shown.
Binary file added Content/NewSoundCue.uasset
Binary file not shown.
Binary file added Content/Widgets/Credits.uasset
Binary file not shown.
Binary file added Content/Widgets/LevelSelector.uasset
Binary file not shown.
Binary file added Content/Widgets/MainMenu.uasset
Binary file not shown.

0 comments on commit f13b6ce

Please sign in to comment.