diff --git a/Config/DefaultEngine.ini b/Config/DefaultEngine.ini index da3fd92..d861576 100644 --- a/Config/DefaultEngine.ini +++ b/Config/DefaultEngine.ini @@ -1,6 +1,6 @@ [/Script/EngineSettings.GameMapsSettings] -GameDefaultMap=/Game/ThirdPerson/Maps/ThirdPersonMap.ThirdPersonMap -EditorStartupMap=/Game/ThirdPerson/Maps/ThirdPersonMap.ThirdPersonMap +GameDefaultMap=/Game/Maps/MainMenu.MainMenu +EditorStartupMap=/Game/Maps/MainMenu.MainMenu GlobalDefaultGameMode="/Script/jumpingship.jumpingshipGameMode" [/Script/Engine.RendererSettings] @@ -72,3 +72,9 @@ ConnectionType=USBOnly bUseManualIPAddress=False ManualIPAddress= +[/Script/NavigationSystem.RecastNavMesh] +RuntimeGeneration=Dynamic + +[/Script/NavigationSystem.NavigationSystemV1] +bGenerateNavigationOnlyAroundNavigationInvokers=False + diff --git a/Config/DefaultGame.ini b/Config/DefaultGame.ini index 787ec2b..c01afa8 100644 --- a/Config/DefaultGame.ini +++ b/Config/DefaultGame.ini @@ -1,3 +1,95 @@ [/Script/EngineSettings.GeneralProjectSettings] ProjectID=1B0A2EEA4384D9CFD2144284C94AD3D9 ProjectName=Third Person Game Template + +[/Script/UnrealEd.ProjectPackagingSettings] +Build=IfProjectHasCode +BuildConfiguration=PPBC_Development +BuildTarget= +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=True +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="/Game/Maps/AustinTestMap") ++MapsToCook=(FilePath="/Game/Maps/MainMenu") + diff --git a/Content/Blueprints/BP_RagdollBaby.uasset b/Content/Blueprints/BP_RagdollBaby.uasset index f51759c..de2c167 100644 --- a/Content/Blueprints/BP_RagdollBaby.uasset +++ b/Content/Blueprints/BP_RagdollBaby.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:79c2f21fb4f51b80b1db640e6c6a2100661f7f7904e86f22bac523254f72396b -size 51780 +oid sha256:a9fab8ff7110cb41559f5c6bee00611ced52a06d1a9a8c0fcd988259820a475f +size 50855 diff --git a/Content/Blueprints/Enemy2.uasset b/Content/Blueprints/Enemy2.uasset index 3121876..8b17e48 100644 --- a/Content/Blueprints/Enemy2.uasset +++ b/Content/Blueprints/Enemy2.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:bd0aecef6a4b932fe02829d784148bbe6e40cc500aa75571eb077ed20a354e96 -size 329111 +oid sha256:8db353e499760ae4d78f2ff2274bae61f4b37ed06dde63f056eb68c5e938f63e +size 328946 diff --git a/Content/Ferry_Boat_Base.uasset b/Content/Ferry_Boat_Base.uasset index 3031297..b4c74c7 100644 --- a/Content/Ferry_Boat_Base.uasset +++ b/Content/Ferry_Boat_Base.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:b273fad11451c330d49260ec927a0053ae6bb77fde7dbe341bd3ad331a77508b -size 60829 +oid sha256:025481863d7de6bf263fa608dea1d2028a6fbf73f180c8dd67be8dbec6979ce6 +size 60827 diff --git a/Content/Jumping_Ship_Button_Button.uasset b/Content/Jumping_Ship_Button_Button.uasset new file mode 100644 index 0000000..8f50f70 --- /dev/null +++ b/Content/Jumping_Ship_Button_Button.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2399a78050308e63a9fb9b4f390a853e09288dd8e801471a9327f885087f4645 +size 36831 diff --git a/Content/Jumping_Ship_Credits_Button.uasset b/Content/Jumping_Ship_Credits_Button.uasset new file mode 100644 index 0000000..d659d8e --- /dev/null +++ b/Content/Jumping_Ship_Credits_Button.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bff47b5d131687ace0f319f84411656cbabbd1890ad8e2d4683cd88965803fb0 +size 37028 diff --git a/Content/Jumping_Ship_Main_Menu.uasset b/Content/Jumping_Ship_Main_Menu.uasset new file mode 100644 index 0000000..cae5f85 --- /dev/null +++ b/Content/Jumping_Ship_Main_Menu.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fc853a64aaa91096181c414a8480f17138c1fcaf9540c16803837f4db96565d9 +size 1081473 diff --git a/Content/Jumping_Ship_Main_Menu_No_Buttons.uasset b/Content/Jumping_Ship_Main_Menu_No_Buttons.uasset new file mode 100644 index 0000000..4d631bc --- /dev/null +++ b/Content/Jumping_Ship_Main_Menu_No_Buttons.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0947b0e686613943757d0c9ab091177aae1f72923857b58725e74c157054840a +size 1000403 diff --git a/Content/Jumping_Ship_Start_Button.uasset b/Content/Jumping_Ship_Start_Button.uasset new file mode 100644 index 0000000..c079165 --- /dev/null +++ b/Content/Jumping_Ship_Start_Button.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:70346a9fbdd253813d4d7d7c37a809da41d55196abcb67dd4ea668d134a31a06 +size 35843 diff --git a/Content/M_Outline.uasset b/Content/M_Outline.uasset new file mode 100644 index 0000000..33c8ef5 --- /dev/null +++ b/Content/M_Outline.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:56154511de187161eb715e77336387075427b3a94bab5085df4ceebedb619055 +size 28320 diff --git a/Content/M_Outline_Inst.uasset b/Content/M_Outline_Inst.uasset new file mode 100644 index 0000000..5041022 --- /dev/null +++ b/Content/M_Outline_Inst.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6cb1c631ed03b3b94af24c7e02ab86954d467704f425338729ef6f6629fb4d54 +size 7903 diff --git a/Content/MainMenu.uasset b/Content/MainMenu.uasset new file mode 100644 index 0000000..04c1a2c --- /dev/null +++ b/Content/MainMenu.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:acb0ffc3e143d861f8256432ab675eb66cafab9c240976261c053c1eec7e22ad +size 83808 diff --git a/Content/Maps/MainMenu.umap b/Content/Maps/MainMenu.umap new file mode 100644 index 0000000..6148cde --- /dev/null +++ b/Content/Maps/MainMenu.umap @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bb2600b73be5189522a99194ec0de3a58fc2ea4494fb88d8dd80e8526de4aa9b +size 40000 diff --git a/Content/StarterContent/Props/SM_Couch.uasset b/Content/StarterContent/Props/SM_Couch.uasset index f2ac558..ddf0372 100644 --- a/Content/StarterContent/Props/SM_Couch.uasset +++ b/Content/StarterContent/Props/SM_Couch.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:8c5d0dc6306a79e974b23102451801c80cd3108d9a6fca175e5084d6488c74c9 -size 108540 +oid sha256:04b0772a9e41efe32ee9944da24bc8d7141a3dc5634810b1d9319bc563df0bef +size 115667 diff --git a/Content/StarterContent/Props/SM_Shelf.uasset b/Content/StarterContent/Props/SM_Shelf.uasset index 06533ac..e222880 100644 --- a/Content/StarterContent/Props/SM_Shelf.uasset +++ b/Content/StarterContent/Props/SM_Shelf.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:31f0effa39ebff7ff69958023b6462cf5541d619b924f932701163b2fb306a6e -size 46806 +oid sha256:5e37d39d4a1cdddaee208f1b52c03ee89c0fa6837ab5620e73d362773fe0166b +size 54178 diff --git a/Content/ThirdPerson/Blueprints/BP_ThirdPersonCharacter.uasset b/Content/ThirdPerson/Blueprints/BP_ThirdPersonCharacter.uasset index cfb48c4..e1546c5 100644 --- a/Content/ThirdPerson/Blueprints/BP_ThirdPersonCharacter.uasset +++ b/Content/ThirdPerson/Blueprints/BP_ThirdPersonCharacter.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:4ee93f972ca30f4d3864befed978c43ff72c5c31b8eddc3ca85ec006e47f5af1 -size 572974 +oid sha256:fd02a95a32c3d2fa860fd4a9f1d648fde93aa8250393c31977a16327d8c4c1df +size 612788 diff --git a/Content/White_Square_2048x2048.uasset b/Content/White_Square_2048x2048.uasset new file mode 100644 index 0000000..347419d --- /dev/null +++ b/Content/White_Square_2048x2048.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ae5d9c38ab2eef59b3cbba69c82e8babc39f9214eee3dd8d6ef6954fa9fbf3b8 +size 16799 diff --git a/Content/__ExternalActors__/Maps/AustinTestMap/0/3C/5E4W6GZLV4J01NGRKKIVSG.uasset b/Content/__ExternalActors__/Maps/AustinTestMap/0/3C/5E4W6GZLV4J01NGRKKIVSG.uasset index 98960f2..3388987 100644 --- a/Content/__ExternalActors__/Maps/AustinTestMap/0/3C/5E4W6GZLV4J01NGRKKIVSG.uasset +++ b/Content/__ExternalActors__/Maps/AustinTestMap/0/3C/5E4W6GZLV4J01NGRKKIVSG.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:cc7f9b891b23ecbe710da2b4e2184d69f9176352084f29f56381d656c072b856 -size 5287 +oid sha256:f1aec25526e60379f5862bb86524517ff8bba76bd68dd2503298960d6088e79a +size 5409 diff --git a/Content/__ExternalActors__/Maps/AustinTestMap/0/EC/ZRR3IPR0IZRO410SDP3JZK.uasset b/Content/__ExternalActors__/Maps/AustinTestMap/0/EC/ZRR3IPR0IZRO410SDP3JZK.uasset index a69f3f1..74310dd 100644 --- a/Content/__ExternalActors__/Maps/AustinTestMap/0/EC/ZRR3IPR0IZRO410SDP3JZK.uasset +++ b/Content/__ExternalActors__/Maps/AustinTestMap/0/EC/ZRR3IPR0IZRO410SDP3JZK.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:2611ee138d1f5f530716454f6f25c7b444e932d954a68adb7c0a6786cac92f63 -size 5143 +oid sha256:67915dd4670aaad963b7f75a5977a8451b4210684a6d4714dab260155bd463b4 +size 5196 diff --git a/Content/__ExternalActors__/Maps/AustinTestMap/0/K0/NHYU7SD5YOI7GJYPIG64JH.uasset b/Content/__ExternalActors__/Maps/AustinTestMap/0/K0/NHYU7SD5YOI7GJYPIG64JH.uasset index 4608599..4e28e90 100644 --- a/Content/__ExternalActors__/Maps/AustinTestMap/0/K0/NHYU7SD5YOI7GJYPIG64JH.uasset +++ b/Content/__ExternalActors__/Maps/AustinTestMap/0/K0/NHYU7SD5YOI7GJYPIG64JH.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:9beef4d0d30950ce53adf90d5c67f8fb3ecd5df2790c626e5e8c792e3a2194d1 -size 5191 +oid sha256:b7dda3880b59cc34b0cc8e3cb43149944bf3668a9c7dfd800e04bd2035c09a11 +size 5408 diff --git a/Content/__ExternalActors__/Maps/AustinTestMap/0/N6/IUUY9Z36F4PLBI1290N4QL.uasset b/Content/__ExternalActors__/Maps/AustinTestMap/0/N6/IUUY9Z36F4PLBI1290N4QL.uasset index fcc5a5a..1b6a132 100644 --- a/Content/__ExternalActors__/Maps/AustinTestMap/0/N6/IUUY9Z36F4PLBI1290N4QL.uasset +++ b/Content/__ExternalActors__/Maps/AustinTestMap/0/N6/IUUY9Z36F4PLBI1290N4QL.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:6478e9408b5b303d74cf6e9fa927f2d028d4ecc3665ad3d29e2d7e5eb3b6260a -size 5293 +oid sha256:2345df7cc011107f14ce798031c1c0ef933b5bbc52d93fadf626b1f653a191e3 +size 5415 diff --git a/Content/__ExternalActors__/Maps/AustinTestMap/1/0G/2N5LN90M137F6P52DLWNOZ.uasset b/Content/__ExternalActors__/Maps/AustinTestMap/1/0G/2N5LN90M137F6P52DLWNOZ.uasset index 9bb1bc1..8b847d7 100644 --- a/Content/__ExternalActors__/Maps/AustinTestMap/1/0G/2N5LN90M137F6P52DLWNOZ.uasset +++ b/Content/__ExternalActors__/Maps/AustinTestMap/1/0G/2N5LN90M137F6P52DLWNOZ.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:1a467ab261c2291812fea3849927c09732d0f40ba399ce49fee1e638e0bc3b5c -size 5201 +oid sha256:997b5707febaf3a6d6528975396db18ce24ca9d7a57febdf9d577dd24f1aace3 +size 5323 diff --git a/Content/__ExternalActors__/Maps/AustinTestMap/1/4D/OY24J2FGNFES2BEOJU1FZ2.uasset b/Content/__ExternalActors__/Maps/AustinTestMap/1/4D/OY24J2FGNFES2BEOJU1FZ2.uasset index 19f6bc7..9b296f3 100644 --- a/Content/__ExternalActors__/Maps/AustinTestMap/1/4D/OY24J2FGNFES2BEOJU1FZ2.uasset +++ b/Content/__ExternalActors__/Maps/AustinTestMap/1/4D/OY24J2FGNFES2BEOJU1FZ2.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:e10dc7c115f10c24422d011b420d02bc00043df908a960d4a1b249ce7d477bbc -size 5287 +oid sha256:b016f4eddf80f3cf96c2abccada9aa6f0a91f3421d3f6e0f27cc12d015606ce4 +size 5409 diff --git a/Content/__ExternalActors__/Maps/AustinTestMap/1/AH/GEENC2JH2SUHDOX9WGI5R9.uasset b/Content/__ExternalActors__/Maps/AustinTestMap/1/AH/GEENC2JH2SUHDOX9WGI5R9.uasset index ee0f5d6..3d252e8 100644 --- a/Content/__ExternalActors__/Maps/AustinTestMap/1/AH/GEENC2JH2SUHDOX9WGI5R9.uasset +++ b/Content/__ExternalActors__/Maps/AustinTestMap/1/AH/GEENC2JH2SUHDOX9WGI5R9.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:e9f26fec378da513aed0d6137176f7344030b9d144ec1dad16bc993d6908686d -size 5293 +oid sha256:d870b76eea445cc9e7c27db90a815576f13ba4b4b8c40db06d9d4d59d1787d02 +size 5415 diff --git a/Content/__ExternalActors__/Maps/AustinTestMap/1/FX/X8A2KUO83Q6S7P0DTMT9DI.uasset b/Content/__ExternalActors__/Maps/AustinTestMap/1/FX/X8A2KUO83Q6S7P0DTMT9DI.uasset index 07d18ca..024ef31 100644 --- a/Content/__ExternalActors__/Maps/AustinTestMap/1/FX/X8A2KUO83Q6S7P0DTMT9DI.uasset +++ b/Content/__ExternalActors__/Maps/AustinTestMap/1/FX/X8A2KUO83Q6S7P0DTMT9DI.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:bf992c37e6f8214c7e71ace6fcf0359064ba18951d8ee316c4a83263a6114fef -size 5179 +oid sha256:f6e4e48ae3f4723abb3983fbec3cec7a4facd4aa9cfd5dc0007483d6498d5e4b +size 5301 diff --git a/Content/__ExternalActors__/Maps/AustinTestMap/1/UJ/P61OQSVE7O9TO0W9VIK53K.uasset b/Content/__ExternalActors__/Maps/AustinTestMap/1/UJ/P61OQSVE7O9TO0W9VIK53K.uasset index ea2b8b8..ccf6ede 100644 --- a/Content/__ExternalActors__/Maps/AustinTestMap/1/UJ/P61OQSVE7O9TO0W9VIK53K.uasset +++ b/Content/__ExternalActors__/Maps/AustinTestMap/1/UJ/P61OQSVE7O9TO0W9VIK53K.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:5f98f885167d82ad9390619019d2ef5542f442198712e470d14e3eddca8604b7 -size 5203 +oid sha256:acd156a7144e2e25b5592c0007c92e2653b6d227250a8e55d275de551c89ec2f +size 5325 diff --git a/Content/__ExternalActors__/Maps/AustinTestMap/2/IC/4CJ44L8T27OIUXLCXO94TJ.uasset b/Content/__ExternalActors__/Maps/AustinTestMap/2/IC/4CJ44L8T27OIUXLCXO94TJ.uasset index 6cee2d8..9fd3267 100644 --- a/Content/__ExternalActors__/Maps/AustinTestMap/2/IC/4CJ44L8T27OIUXLCXO94TJ.uasset +++ b/Content/__ExternalActors__/Maps/AustinTestMap/2/IC/4CJ44L8T27OIUXLCXO94TJ.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:7e9d9485a1ea02b702338147c4ddf59328d75d7e0b728d851d79b832c2f69dc8 -size 5179 +oid sha256:7fd55bdee127f6e94707a5e5b6ff56ce16a3cf3a0918516a697217e21621c788 +size 5301 diff --git a/Content/__ExternalActors__/Maps/AustinTestMap/2/MG/1S7KHF2NIV8SE542IY26YD.uasset b/Content/__ExternalActors__/Maps/AustinTestMap/2/MG/1S7KHF2NIV8SE542IY26YD.uasset index 6aa1fa6..ed55098 100644 --- a/Content/__ExternalActors__/Maps/AustinTestMap/2/MG/1S7KHF2NIV8SE542IY26YD.uasset +++ b/Content/__ExternalActors__/Maps/AustinTestMap/2/MG/1S7KHF2NIV8SE542IY26YD.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:3876538e64f72a95be60b3ec9bfab02214b74eb2e4412494dd0daa533b2c364b -size 5293 +oid sha256:31744de8b7d3f5e1409d96d6facfb526cd06cca041e797b47f63dc8be3464397 +size 5415 diff --git a/Content/__ExternalActors__/Maps/AustinTestMap/2/NE/C2PEMMVWKHW4GG38GL7V6R.uasset b/Content/__ExternalActors__/Maps/AustinTestMap/2/NE/C2PEMMVWKHW4GG38GL7V6R.uasset index e764b65..fff4768 100644 --- a/Content/__ExternalActors__/Maps/AustinTestMap/2/NE/C2PEMMVWKHW4GG38GL7V6R.uasset +++ b/Content/__ExternalActors__/Maps/AustinTestMap/2/NE/C2PEMMVWKHW4GG38GL7V6R.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:023be2519a780252e6ad9d8e5bbaa7e28031fc154148e8b88ba913a5b376a669 -size 5201 +oid sha256:0baa837b612f3aa9d0508b3bb62d0ff4c5a47c1fb4565a324fb458afddb85cab +size 5323 diff --git a/Content/__ExternalActors__/Maps/AustinTestMap/2/QL/40JTSB7Z3XX23W52RC6M52.uasset b/Content/__ExternalActors__/Maps/AustinTestMap/2/QL/40JTSB7Z3XX23W52RC6M52.uasset index 424f6fb..be6074b 100644 --- a/Content/__ExternalActors__/Maps/AustinTestMap/2/QL/40JTSB7Z3XX23W52RC6M52.uasset +++ b/Content/__ExternalActors__/Maps/AustinTestMap/2/QL/40JTSB7Z3XX23W52RC6M52.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:34b8f6c4e13c9e6a9b913180f210f3578caac115b1ea0ab289a8f008d68cf4ff -size 5201 +oid sha256:ef933c88f7c84ed830cc0de528591151dbc6bbbead4cd8241602e973f8b16cc7 +size 5323 diff --git a/Content/__ExternalActors__/Maps/AustinTestMap/2/TP/DIRWZ1G28Y331WZHF9V3C3.uasset b/Content/__ExternalActors__/Maps/AustinTestMap/2/TP/DIRWZ1G28Y331WZHF9V3C3.uasset index 29652ff..d4485b9 100644 --- a/Content/__ExternalActors__/Maps/AustinTestMap/2/TP/DIRWZ1G28Y331WZHF9V3C3.uasset +++ b/Content/__ExternalActors__/Maps/AustinTestMap/2/TP/DIRWZ1G28Y331WZHF9V3C3.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:fef78135b1652f7ff357492a43eb12e633dcee084ff3c88309f55a249abcfd66 -size 5293 +oid sha256:4b6a790b28ed03d20b56bba491cebc7c358c10cda0ca7cf338c803407eff5bd2 +size 5415 diff --git a/Content/__ExternalActors__/Maps/AustinTestMap/2/U6/EQZ3EN6XEPK8ZI62JXKB2Y.uasset b/Content/__ExternalActors__/Maps/AustinTestMap/2/U6/EQZ3EN6XEPK8ZI62JXKB2Y.uasset index db2cfca..9dd7d33 100644 --- a/Content/__ExternalActors__/Maps/AustinTestMap/2/U6/EQZ3EN6XEPK8ZI62JXKB2Y.uasset +++ b/Content/__ExternalActors__/Maps/AustinTestMap/2/U6/EQZ3EN6XEPK8ZI62JXKB2Y.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:96bd23e132f47d1219653dad85ce63c8adf59058494fb088fc4c09f9413d0283 -size 5293 +oid sha256:6c35f67bca6968348e289108935e45238d658ccdeda49959467977391e9bf9de +size 5415 diff --git a/Content/__ExternalActors__/Maps/AustinTestMap/2/UB/Y7DWTB7W41G038VIVCP1V3.uasset b/Content/__ExternalActors__/Maps/AustinTestMap/2/UB/Y7DWTB7W41G038VIVCP1V3.uasset index 5a23ad9..e92e075 100644 --- a/Content/__ExternalActors__/Maps/AustinTestMap/2/UB/Y7DWTB7W41G038VIVCP1V3.uasset +++ b/Content/__ExternalActors__/Maps/AustinTestMap/2/UB/Y7DWTB7W41G038VIVCP1V3.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:c698e9062996f5a81f252ff4cd7757281fac60f3c8d7b231d526cd57e357528a -size 5203 +oid sha256:cf772907f61ff4fdf026605d9d487e940bb7768686a9e1b0778bd3f9d1e086eb +size 5325 diff --git a/Content/__ExternalActors__/Maps/AustinTestMap/2/X4/H141LASPYLWNIWTBKJNTMK.uasset b/Content/__ExternalActors__/Maps/AustinTestMap/2/X4/H141LASPYLWNIWTBKJNTMK.uasset index d23f2da..6f15c90 100644 --- a/Content/__ExternalActors__/Maps/AustinTestMap/2/X4/H141LASPYLWNIWTBKJNTMK.uasset +++ b/Content/__ExternalActors__/Maps/AustinTestMap/2/X4/H141LASPYLWNIWTBKJNTMK.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:ad686ff7a63692ca414748afd9ad9045045e54a43ffca4571a8bba39c45154b0 -size 5191 +oid sha256:15f7c5e3cf118fd80d4f23e547260318ef0bee469034bc6760f0560fc1a88743 +size 5408 diff --git a/Content/__ExternalActors__/Maps/AustinTestMap/3/BI/VSHPGH6L6IBH34XFICE9ZZ.uasset b/Content/__ExternalActors__/Maps/AustinTestMap/3/BI/VSHPGH6L6IBH34XFICE9ZZ.uasset index 1f114c2..cdc3281 100644 --- a/Content/__ExternalActors__/Maps/AustinTestMap/3/BI/VSHPGH6L6IBH34XFICE9ZZ.uasset +++ b/Content/__ExternalActors__/Maps/AustinTestMap/3/BI/VSHPGH6L6IBH34XFICE9ZZ.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:14b0d811900006059548439f1ec5e2312474b82fc1aec03b1d71666c53cb9723 -size 5293 +oid sha256:46734abddb17a8cad0af2adfe6854bf5de3e8209be330f39f4adea3d038c0947 +size 5415 diff --git a/Content/__ExternalActors__/Maps/AustinTestMap/3/CG/F05A8VCYJU0UYQ3WVQ3JOL.uasset b/Content/__ExternalActors__/Maps/AustinTestMap/3/CG/F05A8VCYJU0UYQ3WVQ3JOL.uasset index 3eda312..6b2ac8e 100644 --- a/Content/__ExternalActors__/Maps/AustinTestMap/3/CG/F05A8VCYJU0UYQ3WVQ3JOL.uasset +++ b/Content/__ExternalActors__/Maps/AustinTestMap/3/CG/F05A8VCYJU0UYQ3WVQ3JOL.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:01065f897af55f8d27ac76a09bd4fbaa772eafa092ddda952d31f76d795e623f -size 5173 +oid sha256:4bf997743f8aca797235768f102c60ddc71d31a50247738f1aa8f7eb6059c8e5 +size 5295 diff --git a/Content/__ExternalActors__/Maps/AustinTestMap/3/ON/KW2WDZGOPOLI70X6QKZ0KZ.uasset b/Content/__ExternalActors__/Maps/AustinTestMap/3/ON/KW2WDZGOPOLI70X6QKZ0KZ.uasset index fbb908e..02c3c80 100644 --- a/Content/__ExternalActors__/Maps/AustinTestMap/3/ON/KW2WDZGOPOLI70X6QKZ0KZ.uasset +++ b/Content/__ExternalActors__/Maps/AustinTestMap/3/ON/KW2WDZGOPOLI70X6QKZ0KZ.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:410d2deabda4ada5986c7d11095a950e2f005976e6259138c05ee1a8b86ed23f -size 5179 +oid sha256:d4b6ffc37cf0d2896fbdedc2e51c2981a8b41f26aca57869a428bc5fb5903bcc +size 5301 diff --git a/Content/__ExternalActors__/Maps/AustinTestMap/4/NI/3JZ0ZXI08UA7OFVDW6PDQT.uasset b/Content/__ExternalActors__/Maps/AustinTestMap/4/NI/3JZ0ZXI08UA7OFVDW6PDQT.uasset index 497fc71..9730c23 100644 --- a/Content/__ExternalActors__/Maps/AustinTestMap/4/NI/3JZ0ZXI08UA7OFVDW6PDQT.uasset +++ b/Content/__ExternalActors__/Maps/AustinTestMap/4/NI/3JZ0ZXI08UA7OFVDW6PDQT.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:d6d85bf23ab3b762bbe537b9ccdfd690c5b80c48788d75c3f5844e5d00ef2cff -size 5198 +oid sha256:353e3aca08d97dcce4a9b60ab8ed261b0429b226c87ada0a2b17f9cf0d9ce88a +size 5415 diff --git a/Content/__ExternalActors__/Maps/AustinTestMap/4/P7/6JF69LZOCA626MAMNGSYNW.uasset b/Content/__ExternalActors__/Maps/AustinTestMap/4/P7/6JF69LZOCA626MAMNGSYNW.uasset index 6fe5664..b866f90 100644 --- a/Content/__ExternalActors__/Maps/AustinTestMap/4/P7/6JF69LZOCA626MAMNGSYNW.uasset +++ b/Content/__ExternalActors__/Maps/AustinTestMap/4/P7/6JF69LZOCA626MAMNGSYNW.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:e849f21661558ed497874456a3d4826b5c2bf7215f9ce7e8f56862b89229b31b -size 4491 +oid sha256:228993d01433537486f9eaad2018468feb1c782ad45c5880ca8a3d50c6471731 +size 4565 diff --git a/Content/__ExternalActors__/Maps/AustinTestMap/4/Q8/XENU87RAX685K95X7E59IX.uasset b/Content/__ExternalActors__/Maps/AustinTestMap/4/Q8/XENU87RAX685K95X7E59IX.uasset index 2baae31..ef2d3dc 100644 --- a/Content/__ExternalActors__/Maps/AustinTestMap/4/Q8/XENU87RAX685K95X7E59IX.uasset +++ b/Content/__ExternalActors__/Maps/AustinTestMap/4/Q8/XENU87RAX685K95X7E59IX.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:8579ba55b258a2b0a6af3d0cd44619e05926c335f901719dd55a30008306c28c -size 5293 +oid sha256:b5155779bd96fc10e6f31eedba20e8bb921c8f1e7f7e60683b94dbe9b2880bdd +size 5415 diff --git a/Content/__ExternalActors__/Maps/AustinTestMap/4/TP/M1420SU3QKAYRH1I6GE637.uasset b/Content/__ExternalActors__/Maps/AustinTestMap/4/TP/M1420SU3QKAYRH1I6GE637.uasset index c774d2f..2a28bc0 100644 --- a/Content/__ExternalActors__/Maps/AustinTestMap/4/TP/M1420SU3QKAYRH1I6GE637.uasset +++ b/Content/__ExternalActors__/Maps/AustinTestMap/4/TP/M1420SU3QKAYRH1I6GE637.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:b49b1d9c9daf916951d67108adbc847cbdf4366b3327ade92e7b045ee26dae4b -size 5293 +oid sha256:1450211b832ddfb1e5199dd4a67871cc4351c31be6f3ff2854d91d9de0fef267 +size 5415 diff --git a/Content/__ExternalActors__/Maps/AustinTestMap/5/AH/12139UDBX2F1NK722TSLJY.uasset b/Content/__ExternalActors__/Maps/AustinTestMap/5/AH/12139UDBX2F1NK722TSLJY.uasset index ebcc9dd..0a76cfd 100644 --- a/Content/__ExternalActors__/Maps/AustinTestMap/5/AH/12139UDBX2F1NK722TSLJY.uasset +++ b/Content/__ExternalActors__/Maps/AustinTestMap/5/AH/12139UDBX2F1NK722TSLJY.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:d6ede7cba8bafd864ccdc8cdf72c045fa33bd6a9c5e05bc71cc846a2dc70fa01 -size 5075 +oid sha256:0736f288288e7b4abd9ce2ebec9ffa8a2af4954000ecccfbb92badd34bb3fa75 +size 5292 diff --git a/Content/__ExternalActors__/Maps/AustinTestMap/5/AP/OV0TVNO1Z5N7CBEW2J09A6.uasset b/Content/__ExternalActors__/Maps/AustinTestMap/5/AP/OV0TVNO1Z5N7CBEW2J09A6.uasset index a290fa2..2fb9328 100644 --- a/Content/__ExternalActors__/Maps/AustinTestMap/5/AP/OV0TVNO1Z5N7CBEW2J09A6.uasset +++ b/Content/__ExternalActors__/Maps/AustinTestMap/5/AP/OV0TVNO1Z5N7CBEW2J09A6.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:0b645e9d80e6fa44f8e552ef81e24ad217fff7c1e4bfa8a5c292c9b8709b2294 -size 5179 +oid sha256:a8c3041a006a2aa9a5d89d4d5d7279401e606e1881205d7681ffbe43d8324d14 +size 5301 diff --git a/Content/__ExternalActors__/Maps/AustinTestMap/5/MN/CHBKQVP9G02HJWILHZ96VC.uasset b/Content/__ExternalActors__/Maps/AustinTestMap/5/MN/CHBKQVP9G02HJWILHZ96VC.uasset index 3366ba5..c4b7027 100644 --- a/Content/__ExternalActors__/Maps/AustinTestMap/5/MN/CHBKQVP9G02HJWILHZ96VC.uasset +++ b/Content/__ExternalActors__/Maps/AustinTestMap/5/MN/CHBKQVP9G02HJWILHZ96VC.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:be1546020d2da66d330497663d889027d92ff985f8356ff75c58a632ad20f120 -size 5201 +oid sha256:b966c073ce72c8f0d957018dfc54b1cb6b866788e02bf5bf51e1e9b1187e3fcb +size 5323 diff --git a/Content/__ExternalActors__/Maps/AustinTestMap/5/O7/Z833C0BD8Y1WWNHOBV16AL.uasset b/Content/__ExternalActors__/Maps/AustinTestMap/5/O7/Z833C0BD8Y1WWNHOBV16AL.uasset index 1e9be27..073ab9c 100644 --- a/Content/__ExternalActors__/Maps/AustinTestMap/5/O7/Z833C0BD8Y1WWNHOBV16AL.uasset +++ b/Content/__ExternalActors__/Maps/AustinTestMap/5/O7/Z833C0BD8Y1WWNHOBV16AL.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:7c10432b6752eb8b9d967bcfed3a25db0075cccbf9ddae07b1e27c287ab4bee9 -size 5293 +oid sha256:6632ac466f805860616aad20741acbc24c1e2d05492f6b2e32fa09484c6734f1 +size 5415 diff --git a/Content/__ExternalActors__/Maps/AustinTestMap/5/QL/SAUBUWQTMGN3RGB09XAIKB.uasset b/Content/__ExternalActors__/Maps/AustinTestMap/5/QL/SAUBUWQTMGN3RGB09XAIKB.uasset index 0c811e2..e7dec6e 100644 --- a/Content/__ExternalActors__/Maps/AustinTestMap/5/QL/SAUBUWQTMGN3RGB09XAIKB.uasset +++ b/Content/__ExternalActors__/Maps/AustinTestMap/5/QL/SAUBUWQTMGN3RGB09XAIKB.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:54bca09100967028f1205d9919be4cf8af6334170fde124a6a6187ee434d0fda -size 5198 +oid sha256:de88fd6e6727c570b5c1cb60eaa1feeee5d0d01f8df41f99f9271c4e0d48ea52 +size 5415 diff --git a/Content/__ExternalActors__/Maps/AustinTestMap/5/Y4/2RNP6NNY56I8C680IDRGUS.uasset b/Content/__ExternalActors__/Maps/AustinTestMap/5/Y4/2RNP6NNY56I8C680IDRGUS.uasset index f721106..04f2210 100644 --- a/Content/__ExternalActors__/Maps/AustinTestMap/5/Y4/2RNP6NNY56I8C680IDRGUS.uasset +++ b/Content/__ExternalActors__/Maps/AustinTestMap/5/Y4/2RNP6NNY56I8C680IDRGUS.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:2e54a46227b54c52348a1f977a1b87defb33912a4c063f6ef8c844a5830c40b4 -size 5293 +oid sha256:29f32df2abc9ca7e76a3823b5d3ae3d5f5c38f7b4ca1c02853a487946aa3ba16 +size 5415 diff --git a/Content/__ExternalActors__/Maps/AustinTestMap/5/ZK/STY17WVPLA6B556G6TK0BU.uasset b/Content/__ExternalActors__/Maps/AustinTestMap/5/ZK/STY17WVPLA6B556G6TK0BU.uasset index 8e90209..6fc7048 100644 --- a/Content/__ExternalActors__/Maps/AustinTestMap/5/ZK/STY17WVPLA6B556G6TK0BU.uasset +++ b/Content/__ExternalActors__/Maps/AustinTestMap/5/ZK/STY17WVPLA6B556G6TK0BU.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:cfbb53825f52fbc994928a1a70f43b9adef06de5c56bdf16fc7109a52c66cfe7 -size 5293 +oid sha256:451580ef7d39995ffb13f2e07c88a73d413f4953bc29a4dd03cf55cd8cb45363 +size 5415 diff --git a/Content/__ExternalActors__/Maps/AustinTestMap/6/AJ/595P400YQUKGWGZZOXILIK.uasset b/Content/__ExternalActors__/Maps/AustinTestMap/6/AJ/595P400YQUKGWGZZOXILIK.uasset index 0a99fd9..ebe5ecd 100644 --- a/Content/__ExternalActors__/Maps/AustinTestMap/6/AJ/595P400YQUKGWGZZOXILIK.uasset +++ b/Content/__ExternalActors__/Maps/AustinTestMap/6/AJ/595P400YQUKGWGZZOXILIK.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:0379047e629baded9eb8d094f5729fe8d4f37017d11f5b8e91e49626e3de6b7c -size 5287 +oid sha256:358ecf7e3e7fb92ce97f44d9d614e9282cc82f4bd488ae263471009d0e7b4c71 +size 5409 diff --git a/Content/__ExternalActors__/Maps/AustinTestMap/6/H4/ANYZ42A9OP9COCXSUTJ0R9.uasset b/Content/__ExternalActors__/Maps/AustinTestMap/6/H4/ANYZ42A9OP9COCXSUTJ0R9.uasset index 2c6817a..c1f9e09 100644 --- a/Content/__ExternalActors__/Maps/AustinTestMap/6/H4/ANYZ42A9OP9COCXSUTJ0R9.uasset +++ b/Content/__ExternalActors__/Maps/AustinTestMap/6/H4/ANYZ42A9OP9COCXSUTJ0R9.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:58ee0e7da636837b314578a7231a398d0a1399fc71502f739b5dfbc331fd128c -size 5179 +oid sha256:7479f38fef81e650da5d524308b54f2b55b3e0f37091c1851b8198a4e3b28008 +size 5301 diff --git a/Content/__ExternalActors__/Maps/AustinTestMap/6/KS/CD32DJPWLX20OO2FEPMC7K.uasset b/Content/__ExternalActors__/Maps/AustinTestMap/6/KS/CD32DJPWLX20OO2FEPMC7K.uasset index 54c4b4e..59feaf8 100644 --- a/Content/__ExternalActors__/Maps/AustinTestMap/6/KS/CD32DJPWLX20OO2FEPMC7K.uasset +++ b/Content/__ExternalActors__/Maps/AustinTestMap/6/KS/CD32DJPWLX20OO2FEPMC7K.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:60825fc7301915ef90b012095b24f10795c01deb19b1fcc75d15a1ae5e27fb86 -size 5287 +oid sha256:0730776101c0900abde4805e3e82de8926bae068f51e568996f17510faa2c411 +size 5409 diff --git a/Content/__ExternalActors__/Maps/AustinTestMap/7/OD/4I2OTQLVGE306WSJWPH8SF.uasset b/Content/__ExternalActors__/Maps/AustinTestMap/7/OD/4I2OTQLVGE306WSJWPH8SF.uasset index 254146b..91c38e2 100644 --- a/Content/__ExternalActors__/Maps/AustinTestMap/7/OD/4I2OTQLVGE306WSJWPH8SF.uasset +++ b/Content/__ExternalActors__/Maps/AustinTestMap/7/OD/4I2OTQLVGE306WSJWPH8SF.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:ec49a6cff27ab1884d035e86722f8ed5b070ae42ba3ca0af6241eb18a82c3f70 -size 5293 +oid sha256:34f0b606cbd7d3c08202d544a7b4e8f90851d448391fd0ace4f8ecd1a47f5e94 +size 5415 diff --git a/Content/__ExternalActors__/Maps/AustinTestMap/7/XR/WO9AX7GC0SGFIVF4A3LDDC.uasset b/Content/__ExternalActors__/Maps/AustinTestMap/7/XR/WO9AX7GC0SGFIVF4A3LDDC.uasset index 9afd32a..da3d007 100644 --- a/Content/__ExternalActors__/Maps/AustinTestMap/7/XR/WO9AX7GC0SGFIVF4A3LDDC.uasset +++ b/Content/__ExternalActors__/Maps/AustinTestMap/7/XR/WO9AX7GC0SGFIVF4A3LDDC.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:9e860beac939c226c7dd897a0b2f87401fb1adeccf2c63ee260345d4dd45505d -size 5293 +oid sha256:748175b3a3a2ddb7c7f098f5168bf4b9d0a0a7daeb1a408344196238962f201e +size 5415 diff --git a/Content/__ExternalActors__/Maps/AustinTestMap/8/KE/49FNO0NZ5OQPS0VO5L0KJO.uasset b/Content/__ExternalActors__/Maps/AustinTestMap/8/KE/49FNO0NZ5OQPS0VO5L0KJO.uasset index 72d66eb..9add5ed 100644 --- a/Content/__ExternalActors__/Maps/AustinTestMap/8/KE/49FNO0NZ5OQPS0VO5L0KJO.uasset +++ b/Content/__ExternalActors__/Maps/AustinTestMap/8/KE/49FNO0NZ5OQPS0VO5L0KJO.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:55d7e9cc31256ad9b8ecdacb6cc7a6d99845896c4fa8697eb82b943d1db68dba -size 5293 +oid sha256:50d7d479e70dbe9237ef3ad4d23d84a337777c5a69f71cf5a40bb8918b727bfc +size 5415 diff --git a/Content/__ExternalActors__/Maps/AustinTestMap/8/PR/ET2MQP5F6NCVITN1R2RIM3.uasset b/Content/__ExternalActors__/Maps/AustinTestMap/8/PR/ET2MQP5F6NCVITN1R2RIM3.uasset index bbabd36..269a676 100644 --- a/Content/__ExternalActors__/Maps/AustinTestMap/8/PR/ET2MQP5F6NCVITN1R2RIM3.uasset +++ b/Content/__ExternalActors__/Maps/AustinTestMap/8/PR/ET2MQP5F6NCVITN1R2RIM3.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:f537beaa2a931b15cf58727a3ad177182a1abda7b45edfd8ad5ca89fb1753f99 -size 5173 +oid sha256:ff6ee8f305068c9f6fab35060d9fbf85acede522be8325cb6f7c20deef0e94d1 +size 5295 diff --git a/Content/__ExternalActors__/Maps/AustinTestMap/9/A1/UW2841WM33RFD6SX2MT7KU.uasset b/Content/__ExternalActors__/Maps/AustinTestMap/9/A1/UW2841WM33RFD6SX2MT7KU.uasset index 514a3df..e49c080 100644 --- a/Content/__ExternalActors__/Maps/AustinTestMap/9/A1/UW2841WM33RFD6SX2MT7KU.uasset +++ b/Content/__ExternalActors__/Maps/AustinTestMap/9/A1/UW2841WM33RFD6SX2MT7KU.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:427b7b4a4b6a21a8b10fc1657c5c35b397f30930b3c35a6efb3e4d8991dc5459 -size 5109 +oid sha256:3380a5c4c6b6dfa84c34f7b495dbf7d47f8097e93a93d22a1ff3722563b02469 +size 5326 diff --git a/Content/__ExternalActors__/Maps/AustinTestMap/9/HC/LR9KM579T3D8E3KEKLUSY6.uasset b/Content/__ExternalActors__/Maps/AustinTestMap/9/HC/LR9KM579T3D8E3KEKLUSY6.uasset index 986a08a..ecc453e 100644 --- a/Content/__ExternalActors__/Maps/AustinTestMap/9/HC/LR9KM579T3D8E3KEKLUSY6.uasset +++ b/Content/__ExternalActors__/Maps/AustinTestMap/9/HC/LR9KM579T3D8E3KEKLUSY6.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:65262a003db238231c1df78ef83b27b340f6f142b099c6c7a59270c1126e41ee +oid sha256:9ce5d03f64d1bf19e990a3d6e3fd7064db8524379ebf4ad4844b3f3e29a5d8c1 size 4809 diff --git a/Content/__ExternalActors__/Maps/AustinTestMap/9/KA/ARJVV4EV4XJGN8ELTAVKIV.uasset b/Content/__ExternalActors__/Maps/AustinTestMap/9/KA/ARJVV4EV4XJGN8ELTAVKIV.uasset index 4be1455..5bc4b21 100644 --- a/Content/__ExternalActors__/Maps/AustinTestMap/9/KA/ARJVV4EV4XJGN8ELTAVKIV.uasset +++ b/Content/__ExternalActors__/Maps/AustinTestMap/9/KA/ARJVV4EV4XJGN8ELTAVKIV.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:613e00e6f0e434f7d155a3b3c8a899efe1bc00afbaa2db0eb4578baec1ad8c11 -size 5293 +oid sha256:90256bc7c349c3d428638cadbfd43b00f9c1dc84f613ee5daa3f37d9eb2a0fb0 +size 5415 diff --git a/Content/__ExternalActors__/Maps/AustinTestMap/9/M1/71S7GZDUS23D67EA5IPK5H.uasset b/Content/__ExternalActors__/Maps/AustinTestMap/9/M1/71S7GZDUS23D67EA5IPK5H.uasset index b407291..a01e307 100644 --- a/Content/__ExternalActors__/Maps/AustinTestMap/9/M1/71S7GZDUS23D67EA5IPK5H.uasset +++ b/Content/__ExternalActors__/Maps/AustinTestMap/9/M1/71S7GZDUS23D67EA5IPK5H.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:0ad780dd70018fc848fa4b281068af8e46c9cf33d3f65da0fb8d79ad6853fe21 -size 5201 +oid sha256:d01e540b7da4402688685520ced3dea35d5a2bec786969a0978cefb3b1a0b1d0 +size 5323 diff --git a/Content/__ExternalActors__/Maps/AustinTestMap/A/42/S8UO8VPTK0H1WHY2A83H1R.uasset b/Content/__ExternalActors__/Maps/AustinTestMap/A/42/S8UO8VPTK0H1WHY2A83H1R.uasset index e709c67..24a79a2 100644 --- a/Content/__ExternalActors__/Maps/AustinTestMap/A/42/S8UO8VPTK0H1WHY2A83H1R.uasset +++ b/Content/__ExternalActors__/Maps/AustinTestMap/A/42/S8UO8VPTK0H1WHY2A83H1R.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:1b69860260b4bc7258f05120d529553cfaf573143b81f5099a56a0ac1513913a -size 5189 +oid sha256:046327e87826c7942f6770e6f4586a85098c5da57d7053a4ba5f903c185306d2 +size 5406 diff --git a/Content/__ExternalActors__/Maps/AustinTestMap/A/PY/KF8GQ8WMXTTAJ07I80HFEQ.uasset b/Content/__ExternalActors__/Maps/AustinTestMap/A/PY/KF8GQ8WMXTTAJ07I80HFEQ.uasset index 70afb3d..7c7b457 100644 --- a/Content/__ExternalActors__/Maps/AustinTestMap/A/PY/KF8GQ8WMXTTAJ07I80HFEQ.uasset +++ b/Content/__ExternalActors__/Maps/AustinTestMap/A/PY/KF8GQ8WMXTTAJ07I80HFEQ.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:fdbfd8d5647a5a14506d45871b2e5388127925945288e86abcdf51dfa0c336b4 -size 5201 +oid sha256:7fa8a7a364876fb0f4eb1e2ba12713311d2a3e837033e7bed48624fb44c38db7 +size 5323 diff --git a/Content/__ExternalActors__/Maps/AustinTestMap/A/QS/LWNDZT70ZM4VFNJBFSWX0G.uasset b/Content/__ExternalActors__/Maps/AustinTestMap/A/QS/LWNDZT70ZM4VFNJBFSWX0G.uasset index 99d2adf..c036bfc 100644 --- a/Content/__ExternalActors__/Maps/AustinTestMap/A/QS/LWNDZT70ZM4VFNJBFSWX0G.uasset +++ b/Content/__ExternalActors__/Maps/AustinTestMap/A/QS/LWNDZT70ZM4VFNJBFSWX0G.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:16eb894bb6748bee1845a6f2403dbd842194122cf7c49b04860d294bfbe06a82 -size 5198 +oid sha256:21533a188cd596cb12ec170e57c86fe41d13c0403f98ab0d381ab0cfd4ead999 +size 5415 diff --git a/Content/__ExternalActors__/Maps/AustinTestMap/B/41/6A9QBHND60RMF9LPY6UP9D.uasset b/Content/__ExternalActors__/Maps/AustinTestMap/B/41/6A9QBHND60RMF9LPY6UP9D.uasset index 32deaa5..240f297 100644 --- a/Content/__ExternalActors__/Maps/AustinTestMap/B/41/6A9QBHND60RMF9LPY6UP9D.uasset +++ b/Content/__ExternalActors__/Maps/AustinTestMap/B/41/6A9QBHND60RMF9LPY6UP9D.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:43ded0dd9d4795592e0ddefd3d3fa6b313203a26cc26807acc76753cabf5ce33 -size 5293 +oid sha256:abbcec6ed67a8be4b7af0b56b1de3d054669ca4e722447f9ec1aa7974327d19d +size 5415 diff --git a/Content/__ExternalActors__/Maps/AustinTestMap/B/5P/B5NACB1K3WV5HYOY2K98ZD.uasset b/Content/__ExternalActors__/Maps/AustinTestMap/B/5P/B5NACB1K3WV5HYOY2K98ZD.uasset index 1b9dfad..5984f2d 100644 --- a/Content/__ExternalActors__/Maps/AustinTestMap/B/5P/B5NACB1K3WV5HYOY2K98ZD.uasset +++ b/Content/__ExternalActors__/Maps/AustinTestMap/B/5P/B5NACB1K3WV5HYOY2K98ZD.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:92f3e1efeba43f534e11fffbf19861436df8580f7ea3b825d5821520436437c4 -size 5293 +oid sha256:78ec6275d50980408a1e1458af205cda83575f8abacd821170040ed8f80d3531 +size 5415 diff --git a/Content/__ExternalActors__/Maps/AustinTestMap/B/DK/7VTHVB2DOYIOHENDWAMZA2.uasset b/Content/__ExternalActors__/Maps/AustinTestMap/B/DK/7VTHVB2DOYIOHENDWAMZA2.uasset index 7455884..069318d 100644 --- a/Content/__ExternalActors__/Maps/AustinTestMap/B/DK/7VTHVB2DOYIOHENDWAMZA2.uasset +++ b/Content/__ExternalActors__/Maps/AustinTestMap/B/DK/7VTHVB2DOYIOHENDWAMZA2.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:1620913231ce52af28c87d03460d8867a3575ad9310db2be2d317b652ef3cb72 -size 5179 +oid sha256:14cfd4e04b1d3ce0af0ce906871b16514337d212745f08924142338b41207729 +size 5301 diff --git a/Content/__ExternalActors__/Maps/AustinTestMap/B/MD/SYNADPHCA216LMSE7STA3H.uasset b/Content/__ExternalActors__/Maps/AustinTestMap/B/MD/SYNADPHCA216LMSE7STA3H.uasset index 5d04e07..d2a3849 100644 --- a/Content/__ExternalActors__/Maps/AustinTestMap/B/MD/SYNADPHCA216LMSE7STA3H.uasset +++ b/Content/__ExternalActors__/Maps/AustinTestMap/B/MD/SYNADPHCA216LMSE7STA3H.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:b613a829b268838515277fb16b2e92d868ec26da5b1efa69d080ea19ac7308b1 -size 5201 +oid sha256:40905a0137715317db65a6e9c2927068912a897b850a89f71150e59581d77376 +size 5323 diff --git a/Content/__ExternalActors__/Maps/AustinTestMap/C/12/ZQXEM71EAJ8LXXMBO8FCZV.uasset b/Content/__ExternalActors__/Maps/AustinTestMap/C/12/ZQXEM71EAJ8LXXMBO8FCZV.uasset index b1b5052..aa95f4e 100644 --- a/Content/__ExternalActors__/Maps/AustinTestMap/C/12/ZQXEM71EAJ8LXXMBO8FCZV.uasset +++ b/Content/__ExternalActors__/Maps/AustinTestMap/C/12/ZQXEM71EAJ8LXXMBO8FCZV.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:31ab5378227bf6e3f86967d41c45cedc23d53101cd279d46762c5fbecb854d0a -size 5287 +oid sha256:b8641c1adea3e632d341b9f2787fd4f93becf5ff4bf1a84e0b24b3c787763869 +size 5409 diff --git a/Content/__ExternalActors__/Maps/AustinTestMap/C/LR/DYHDDUU7CA8BFM9MNTX4T2.uasset b/Content/__ExternalActors__/Maps/AustinTestMap/C/LR/DYHDDUU7CA8BFM9MNTX4T2.uasset index ea68876..43fd1cf 100644 --- a/Content/__ExternalActors__/Maps/AustinTestMap/C/LR/DYHDDUU7CA8BFM9MNTX4T2.uasset +++ b/Content/__ExternalActors__/Maps/AustinTestMap/C/LR/DYHDDUU7CA8BFM9MNTX4T2.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:feafd12fd43b8d3dc49b6732919103fc71d253aafafc644752cad82a7e58cfaf +oid sha256:1459d3f790c92771276e953663d77f9f6d1535f300012c85ec2a27c11e1a3e59 size 3146 diff --git a/Content/__ExternalActors__/Maps/AustinTestMap/C/MN/XKWZQ6LOP2AOJUWJG3H04C.uasset b/Content/__ExternalActors__/Maps/AustinTestMap/C/MN/XKWZQ6LOP2AOJUWJG3H04C.uasset index 7da8f6e..653b0c7 100644 --- a/Content/__ExternalActors__/Maps/AustinTestMap/C/MN/XKWZQ6LOP2AOJUWJG3H04C.uasset +++ b/Content/__ExternalActors__/Maps/AustinTestMap/C/MN/XKWZQ6LOP2AOJUWJG3H04C.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:897bdefc6c24166d9e440781c5e67b4df4b404b7dd5b087b0039a4148555b766 -size 5293 +oid sha256:54d7bfe5936bb462ed7c706a58e702ca25423e312623a7a497be5ae1bbfc4647 +size 5415 diff --git a/Content/__ExternalActors__/Maps/AustinTestMap/C/NM/C1CB7TUUKDML3Z7MPX1B4P.uasset b/Content/__ExternalActors__/Maps/AustinTestMap/C/NM/C1CB7TUUKDML3Z7MPX1B4P.uasset index bc6659a..2aaafac 100644 --- a/Content/__ExternalActors__/Maps/AustinTestMap/C/NM/C1CB7TUUKDML3Z7MPX1B4P.uasset +++ b/Content/__ExternalActors__/Maps/AustinTestMap/C/NM/C1CB7TUUKDML3Z7MPX1B4P.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:6df5b316c5bfeb881d7786c07690445378644e6e3159c84a8c44702228dee703 -size 5080 +oid sha256:c73565131d528ea4d34c69d16cffbb742d07e52a47067d9b26cb60abaf4ae2a5 +size 5297 diff --git a/Content/__ExternalActors__/Maps/AustinTestMap/C/QD/WO9J590937XFOMZUU2VYT9.uasset b/Content/__ExternalActors__/Maps/AustinTestMap/C/QD/WO9J590937XFOMZUU2VYT9.uasset index dc4ea09..a3e501c 100644 --- a/Content/__ExternalActors__/Maps/AustinTestMap/C/QD/WO9J590937XFOMZUU2VYT9.uasset +++ b/Content/__ExternalActors__/Maps/AustinTestMap/C/QD/WO9J590937XFOMZUU2VYT9.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:dba6f9adce8743c14078787d1105fcf0d7b17b627d5b18dc338f6204f596b55e -size 5293 +oid sha256:b5c0314d2e622e4161940bb03088a6540cd2bac46b439a2a130689b1f8431760 +size 5415 diff --git a/Content/__ExternalActors__/Maps/AustinTestMap/C/ZF/VTSUCJN7736761MF1H99S0.uasset b/Content/__ExternalActors__/Maps/AustinTestMap/C/ZF/VTSUCJN7736761MF1H99S0.uasset index b481ec4..9e3ec66 100644 --- a/Content/__ExternalActors__/Maps/AustinTestMap/C/ZF/VTSUCJN7736761MF1H99S0.uasset +++ b/Content/__ExternalActors__/Maps/AustinTestMap/C/ZF/VTSUCJN7736761MF1H99S0.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:4cdb53e1ba82a4105b1656e1a9b04b66e7d7d656037823d6b234cedad9454a3f -size 5287 +oid sha256:f29a028ffcec21a27bc9689a431a3db4dd2f7eb6a5cdf9b88d5196be1e96215b +size 5409 diff --git a/Content/__ExternalActors__/Maps/AustinTestMap/D/9S/CZCPB9D8MMIB1PH5OXVSJC.uasset b/Content/__ExternalActors__/Maps/AustinTestMap/D/9S/CZCPB9D8MMIB1PH5OXVSJC.uasset index 624c7d8..45885cb 100644 --- a/Content/__ExternalActors__/Maps/AustinTestMap/D/9S/CZCPB9D8MMIB1PH5OXVSJC.uasset +++ b/Content/__ExternalActors__/Maps/AustinTestMap/D/9S/CZCPB9D8MMIB1PH5OXVSJC.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:2a6932bbbeabaeea2d5a7943f0cc86a9fd1bfd0399298e3df8105db94d905be4 -size 5171 +oid sha256:fc006b902aeded97b550e83ca8ef53cc7bc9539e46bcc6d42f06357b7d4899a0 +size 5293 diff --git a/Content/__ExternalActors__/Maps/AustinTestMap/D/OA/7CNCWB6VYNZQ827W6WNJYQ.uasset b/Content/__ExternalActors__/Maps/AustinTestMap/D/OA/7CNCWB6VYNZQ827W6WNJYQ.uasset index 11142a9..570a913 100644 --- a/Content/__ExternalActors__/Maps/AustinTestMap/D/OA/7CNCWB6VYNZQ827W6WNJYQ.uasset +++ b/Content/__ExternalActors__/Maps/AustinTestMap/D/OA/7CNCWB6VYNZQ827W6WNJYQ.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:7026f8ab68be7b841d38df28f3e46d0638d690c9d89a1aa94c7d040aabf8187a -size 5293 +oid sha256:5f817c31720c8c472b1a4f1bdf03fadcb507f20434242050fdd20ceb058ce2db +size 5415 diff --git a/Content/__ExternalActors__/Maps/AustinTestMap/D/PC/AAUYX4FIJIUM8GMMSC327W.uasset b/Content/__ExternalActors__/Maps/AustinTestMap/D/PC/AAUYX4FIJIUM8GMMSC327W.uasset index f443def..f4b6033 100644 --- a/Content/__ExternalActors__/Maps/AustinTestMap/D/PC/AAUYX4FIJIUM8GMMSC327W.uasset +++ b/Content/__ExternalActors__/Maps/AustinTestMap/D/PC/AAUYX4FIJIUM8GMMSC327W.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:c21c8a944656276b576ea17616fbcbd5cad037202004831bc41af29408a20bf0 -size 5201 +oid sha256:4fa0697f624e68c6acddaf3081c320ab50178555c697ffee9113d866881911f5 +size 5323 diff --git a/Content/__ExternalActors__/Maps/AustinTestMap/D/TD/A2TVUQUMSK6VJ4QIK88JKP.uasset b/Content/__ExternalActors__/Maps/AustinTestMap/D/TD/A2TVUQUMSK6VJ4QIK88JKP.uasset index 52b113c..81c22c4 100644 --- a/Content/__ExternalActors__/Maps/AustinTestMap/D/TD/A2TVUQUMSK6VJ4QIK88JKP.uasset +++ b/Content/__ExternalActors__/Maps/AustinTestMap/D/TD/A2TVUQUMSK6VJ4QIK88JKP.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:5720ef93c6481f504bf1a42a2b376532a1b84205702d868b367134f41a44b9aa -size 5293 +oid sha256:7afe1e2f761981ef06e79a7f69c3e6a2d6d69801b81847be627700376168a9fb +size 5415 diff --git a/Content/__ExternalActors__/Maps/AustinTestMap/E/0X/HBVUG40YMT189D4ENAQIN3.uasset b/Content/__ExternalActors__/Maps/AustinTestMap/E/0X/HBVUG40YMT189D4ENAQIN3.uasset index 1d3791a..3f2a9f8 100644 --- a/Content/__ExternalActors__/Maps/AustinTestMap/E/0X/HBVUG40YMT189D4ENAQIN3.uasset +++ b/Content/__ExternalActors__/Maps/AustinTestMap/E/0X/HBVUG40YMT189D4ENAQIN3.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:7fcf24c0c918bb707e6df313a782f79d852cdd9a9cc03a56ebdde884ca78267b -size 5191 +oid sha256:fd6e9119d206860d51c21ad34fc6eea4f20eb96ea7c5fa266c2fad01e197532a +size 5408 diff --git a/Source/jumpingship/jumpingshipGameMode.cpp b/Source/jumpingship/jumpingshipGameMode.cpp index 562ad2d..8a49017 100644 --- a/Source/jumpingship/jumpingshipGameMode.cpp +++ b/Source/jumpingship/jumpingshipGameMode.cpp @@ -7,7 +7,7 @@ AjumpingshipGameMode::AjumpingshipGameMode() { // set default pawn class to our Blueprinted character - static ConstructorHelpers::FClassFinder PlayerPawnBPClass(TEXT("/Game/ThirdPerson/Blueprints/BP_ThirdPersonCharacterJoel")); + static ConstructorHelpers::FClassFinder PlayerPawnBPClass(TEXT("/Game/ThirdPerson/Blueprints/BP_ThirdPersonCharacter")); if (PlayerPawnBPClass.Class != NULL) { DefaultPawnClass = PlayerPawnBPClass.Class;