Add Test Production Map for Interview

This commit is contained in:
Philip W 2024-01-27 18:01:34 +00:00
parent b3d3c30528
commit 33540ec21f
84 changed files with 310 additions and 102 deletions

View File

@ -1,7 +1,17 @@
[/Script/EngineSettings.GameMapsSettings] [/Script/EngineSettings.GameMapsSettings]
GameDefaultMap=/Game/TopDown/Maps/TopDownMap.TopDownMap EditorStartupMap=/Game/Mart.Mart
EditorStartupMap=/Game/TopDown/Maps/TopDownMap.TopDownMap LocalMapOptions=
GlobalDefaultGameMode=/Script/SeagullGame.SeagullGameGameMode TransitionMap=None
bUseSplitscreen=True
TwoPlayerSplitscreenLayout=Horizontal
ThreePlayerSplitscreenLayout=FavorTop
FourPlayerSplitscreenLayout=Grid
bOffsetPlayerGamepadIds=False
GameInstanceClass=/Script/Engine.GameInstance
GameDefaultMap=/Game/Mart.Mart
ServerDefaultMap=/Engine/Maps/Entry.Entry
GlobalDefaultGameMode=/Game/TopDown/Blueprints/MySeagullGameGameMode.MySeagullGameGameMode_C
GlobalDefaultServerGameMode=None
[/Script/Engine.RendererSettings] [/Script/Engine.RendererSettings]
r.Mobile.EnableNoPrecomputedLightingCSMShader=1 r.Mobile.EnableNoPrecomputedLightingCSMShader=1

View File

@ -1,6 +1,6 @@
[/Script/EngineSettings.GeneralProjectSettings] [/Script/EngineSettings.GeneralProjectSettings]
ProjectID=E877E02D488651FAFC658794FDFE9D6A ProjectID=E877E02D488651FAFC658794FDFE9D6A
ProjectName=Top Down Game Template ProjectName=Seagull
[/Script/SeagullGame.SeagullGameCharacter] [/Script/SeagullGame.SeagullGameCharacter]
FixedCameraPitch=-45.0 FixedCameraPitch=-45.0
@ -9,3 +9,104 @@ FixedCameraDistance=1500.0
[StartupActions] [StartupActions]
bAddPacks=True bAddPacks=True
InsertPack=(PackSource="StarterContent.upack",PackName="StarterContent") InsertPack=(PackSource="StarterContent.upack",PackName="StarterContent")
[/Script/UnrealEd.ProjectPackagingSettings]
Build=IfProjectHasCode
BuildConfiguration=PPBC_Development
BuildTarget=
LaunchOnTarget=
StagingDirectory=(Path="")
FullRebuild=False
ForDistribution=False
IncludeDebugFiles=False
BlueprintNativizationMethod=Disabled
bIncludeNativizedAssetsInProjectGeneration=False
bExcludeMonolithicEngineHeadersInNativizedCode=False
UsePakFile=True
bUseIoStore=True
bUseZenStore=False
bMakeBinaryConfig=False
bGenerateChunks=False
bGenerateNoChunks=False
bChunkHardReferencesOnly=False
bForceOneChunkPerFile=False
MaxChunkSize=0
bBuildHttpChunkInstallData=False
HttpChunkInstallDataDirectory=(Path="")
WriteBackMetadataToAssetRegistry=Disabled
bCompressed=True
PackageCompressionFormat=Oodle
bForceUseProjectCompressionFormatIgnoreHardwareOverride=False
PackageAdditionalCompressionOptions=
PackageCompressionMethod=Kraken
PackageCompressionLevel_DebugDevelopment=4
PackageCompressionLevel_TestShipping=5
PackageCompressionLevel_Distribution=7
PackageCompressionMinBytesSaved=1024
PackageCompressionMinPercentSaved=5
bPackageCompressionEnableDDC=False
PackageCompressionMinSizeToConsiderDDC=0
HttpChunkInstallDataVersion=
IncludePrerequisites=True
IncludeAppLocalPrerequisites=False
bShareMaterialShaderCode=True
bDeterministicShaderCodeOrder=False
bSharedMaterialNativeLibraries=True
ApplocalPrerequisitesDirectory=(Path="")
IncludeCrashReporter=False
InternationalizationPreset=English
-CulturesToStage=en
+CulturesToStage=en
LocalizationTargetCatchAllChunkId=0
bCookAll=False
bCookMapsOnly=False
bSkipEditorContent=False
bSkipMovies=False
-IniKeyDenylist=KeyStorePassword
-IniKeyDenylist=KeyPassword
-IniKeyDenylist=rsa.privateexp
-IniKeyDenylist=rsa.modulus
-IniKeyDenylist=rsa.publicexp
-IniKeyDenylist=aes.key
-IniKeyDenylist=SigningPublicExponent
-IniKeyDenylist=SigningModulus
-IniKeyDenylist=SigningPrivateExponent
-IniKeyDenylist=EncryptionKey
-IniKeyDenylist=DevCenterUsername
-IniKeyDenylist=DevCenterPassword
-IniKeyDenylist=IOSTeamID
-IniKeyDenylist=SigningCertificate
-IniKeyDenylist=MobileProvision
-IniKeyDenylist=IniKeyDenylist
-IniKeyDenylist=IniSectionDenylist
+IniKeyDenylist=KeyStorePassword
+IniKeyDenylist=KeyPassword
+IniKeyDenylist=rsa.privateexp
+IniKeyDenylist=rsa.modulus
+IniKeyDenylist=rsa.publicexp
+IniKeyDenylist=aes.key
+IniKeyDenylist=SigningPublicExponent
+IniKeyDenylist=SigningModulus
+IniKeyDenylist=SigningPrivateExponent
+IniKeyDenylist=EncryptionKey
+IniKeyDenylist=DevCenterUsername
+IniKeyDenylist=DevCenterPassword
+IniKeyDenylist=IOSTeamID
+IniKeyDenylist=SigningCertificate
+IniKeyDenylist=MobileProvision
+IniKeyDenylist=IniKeyDenylist
+IniKeyDenylist=IniSectionDenylist
-IniSectionDenylist=HordeStorageServers
-IniSectionDenylist=StorageServers
+IniSectionDenylist=HordeStorageServers
+IniSectionDenylist=StorageServers
+MapsToCook=(FilePath="Mart")
+DirectoriesToAlwaysCook=(Path="/Interchange/Functions")
+DirectoriesToAlwaysCook=(Path="/Interchange/gltf")
+DirectoriesToAlwaysCook=(Path="/Interchange/Materials")
+DirectoriesToAlwaysCook=(Path="/Interchange/Pipelines")
+DirectoriesToAlwaysCook=(Path="/Interchange/Utilities")
PerPlatformBuildConfig=()
PerPlatformTargetFlavorName=(("Android", "Android_ASTC"))
PerPlatformBuildTarget=()

BIN
SeagullGame/Content/Items/BPI_Apple.uasset (Stored with Git LFS) Normal file

Binary file not shown.

BIN
SeagullGame/Content/Items/BPI_Apple_NP.uasset (Stored with Git LFS) Normal file

Binary file not shown.

BIN
SeagullGame/Content/Items/BPI_Apple_Transparent.uasset (Stored with Git LFS) Normal file

Binary file not shown.

BIN
SeagullGame/Content/Items/BPI_Bagutte.uasset (Stored with Git LFS) Normal file

Binary file not shown.

BIN
SeagullGame/Content/Items/BPI_Bagutte_NP.uasset (Stored with Git LFS) Normal file

Binary file not shown.

BIN
SeagullGame/Content/Items/BPI_Bagutte_T.uasset (Stored with Git LFS) Normal file

Binary file not shown.

BIN
SeagullGame/Content/Items/BPI_Banana.uasset (Stored with Git LFS) Normal file

Binary file not shown.

BIN
SeagullGame/Content/Items/BPI_Banana_NP.uasset (Stored with Git LFS) Normal file

Binary file not shown.

BIN
SeagullGame/Content/Items/BPI_Banana_T.uasset (Stored with Git LFS) Normal file

Binary file not shown.

BIN
SeagullGame/Content/Items/BPI_Bread.uasset (Stored with Git LFS) Normal file

Binary file not shown.

BIN
SeagullGame/Content/Items/BPI_Bread_NP.uasset (Stored with Git LFS) Normal file

Binary file not shown.

BIN
SeagullGame/Content/Items/BPI_Bread_T.uasset (Stored with Git LFS) Normal file

Binary file not shown.

Binary file not shown.

Binary file not shown.

BIN
SeagullGame/Content/Items/TMaterials/M_AppleRed_T.uasset (Stored with Git LFS) Normal file

Binary file not shown.

BIN
SeagullGame/Content/Items/TMaterials/M_Banana_T.uasset (Stored with Git LFS) Normal file

Binary file not shown.

BIN
SeagullGame/Content/Items/TMaterials/M_Bread_T.uasset (Stored with Git LFS) Normal file

Binary file not shown.

Binary file not shown.

BIN
SeagullGame/Content/Mart.umap (Stored with Git LFS) Normal file

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

BIN
SeagullGame/Content/Ossie_Props/Texture/M_Cofee.uasset (Stored with Git LFS) Normal file

Binary file not shown.

BIN
SeagullGame/Content/Ossie_Props/Texture/M_Slushie.uasset (Stored with Git LFS) Normal file

Binary file not shown.

BIN
SeagullGame/Content/Ossie_Props/Texture/M_TescoBlue.uasset (Stored with Git LFS) Normal file

Binary file not shown.

BIN
SeagullGame/Content/Ossie_Props/Texture/M_TroleyGrey.uasset (Stored with Git LFS) Normal file

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

BIN
SeagullGame/Content/Props/Textures/Till_black.uasset (Stored with Git LFS) Normal file

Binary file not shown.

BIN
SeagullGame/Content/Props/Textures/apple_red.uasset (Stored with Git LFS) Normal file

Binary file not shown.

BIN
SeagullGame/Content/Props/Textures/bannana_yellow.uasset (Stored with Git LFS) Normal file

Binary file not shown.

BIN
SeagullGame/Content/Props/Textures/building_brick.uasset (Stored with Git LFS) Normal file

Binary file not shown.

BIN
SeagullGame/Content/Props/Textures/card_board.uasset (Stored with Git LFS) Normal file

Binary file not shown.

BIN
SeagullGame/Content/Props/Textures/fridge_door_blue.uasset (Stored with Git LFS) Normal file

Binary file not shown.

BIN
SeagullGame/Content/Props/Textures/pasted__shelf_grey.uasset (Stored with Git LFS) Normal file

Binary file not shown.

BIN
SeagullGame/Content/Props/Textures/toilet_roll_white.uasset (Stored with Git LFS) Normal file

Binary file not shown.

Binary file not shown.

BIN
SeagullGame/Content/Props/apple_red.uasset (Stored with Git LFS)

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

BIN
SeagullGame/Content/Street/M_Street.uasset (Stored with Git LFS) Normal file

Binary file not shown.

BIN
SeagullGame/Content/Street/street.uasset (Stored with Git LFS) Normal file

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

BIN
SeagullGame/Content/UI/BP_EndUI.uasset (Stored with Git LFS)

Binary file not shown.

BIN
SeagullGame/Content/UI/BP_StartUI.uasset (Stored with Git LFS)

Binary file not shown.

View File

@ -0,0 +1,32 @@
[/Script/HoloLensPlatformEditor.HoloLensTargetSettings]
bBuildForEmulation=False
bBuildForDevice=True
bUseNameForLogo=True
bBuildForRetailWindowsStore=False
bAutoIncrementVersion=False
bShouldCreateAppInstaller=False
AppInstallerInstallationURL=
HoursBetweenUpdateChecks=0
bEnablePIXProfiling=False
TileBackgroundColor=(B=64,G=0,R=0,A=255)
SplashScreenBackgroundColor=(B=64,G=0,R=0,A=255)
+PerCultureResources=(CultureId="",Strings=(PackageDisplayName="",PublisherDisplayName="",PackageDescription="",ApplicationDisplayName="",ApplicationDescription=""),Images=())
TargetDeviceFamily=Windows.Holographic
MinimumPlatformVersion=
MaximumPlatformVersionTested=10.0.18362.0
MaxTrianglesPerCubicMeter=500.000000
SpatialMeshingVolumeSize=20.000000
CompilerVersion=Default
Windows10SDKVersion=10.0.18362.0
+CapabilityList=internetClientServer
+CapabilityList=privateNetworkClientServer
+Uap2CapabilityList=spatialPerception
bSetDefaultCapabilities=False
SpatializationPlugin=
SourceDataOverridePlugin=
ReverbPlugin=
OcclusionPlugin=
SoundCueCookQualityIndex=-1

View File

@ -12,6 +12,8 @@ enum class EItemType : uint8
Cube UMETA(DisplayName = "Cube"), Cube UMETA(DisplayName = "Cube"),
Apple UMETA(DisplayName = "Apple"), Apple UMETA(DisplayName = "Apple"),
Banana UMETA(DisplayName = "Banana"), Banana UMETA(DisplayName = "Banana"),
Bread UMETA(DisplayName = "Bread"),
Baguette UMETA(DisplayName = "Baguette"),
}; };
UCLASS() UCLASS()