From 2b0c98a7e4d52240a37e70fad2f818bee178d524 Mon Sep 17 00:00:00 2001 From: Joseph Rafferty Date: Sun, 4 Feb 2024 12:07:25 -0500 Subject: [PATCH] I changed settings to get the packaging to package the correct map. --- Config/DefaultEngine.ini | 4 ++-- Config/DefaultGame.ini | 9 +++++---- Content/FPWeapon/Mesh/SK_FPGun_Physics.uasset | 4 ++-- Content/FPWeapon/Mesh/SK_FPGun_PhysicsAsset.uasset | 2 +- Content/FPWeapon/Mesh/SK_FPGun_Skeleton.uasset | 4 ++-- Content/FirstPerson/AI/AI_CrystalVirus.uasset | 4 ++-- Content/FirstPerson/AI/AI_FloatingVirus.uasset | 4 ++-- Content/FirstPerson/AI/AI_SlimeVirus.uasset | 4 ++-- Content/FirstPerson/Blueprints/BP_Pickup_Rifle.uasset | 4 ++-- .../FirstPerson/Blueprints/BP_Weapon_Component.uasset | 4 ++-- .../Maps/Level1/D/ZE/GS4TYGQHYC72GTJZSIDPDL.uasset | 4 ++-- 11 files changed, 24 insertions(+), 23 deletions(-) diff --git a/Config/DefaultEngine.ini b/Config/DefaultEngine.ini index 8b1c8b8..7eb7c75 100644 --- a/Config/DefaultEngine.ini +++ b/Config/DefaultEngine.ini @@ -61,14 +61,14 @@ +CollisionChannelRedirects=(OldName="PawnMovement",NewName="Pawn") [/Script/EngineSettings.GameMapsSettings] -EditorStartupMap=/Game/FirstPerson/Maps/FirstPersonMap.FirstPersonMap +EditorStartupMap=/Game/FirstPerson/Maps/Level1.Level1 LocalMapOptions= TransitionMap= bUseSplitscreen=True TwoPlayerSplitscreenLayout=Horizontal ThreePlayerSplitscreenLayout=FavorTop GameInstanceClass=/Script/Engine.GameInstance -GameDefaultMap=/Game/FirstPerson/Maps/FirstPersonMap.FirstPersonMap +GameDefaultMap=/Game/FirstPerson/Maps/Level1.Level1 ServerDefaultMap=/Game/FirstPerson/Maps/Level1.Level1 GlobalDefaultGameMode=/Game/FirstPerson/Blueprints/BP_FirstPersonGameMode.BP_FirstPersonGameMode_C GlobalDefaultServerGameMode=None diff --git a/Config/DefaultGame.ini b/Config/DefaultGame.ini index 3af6de7..3222add 100644 --- a/Config/DefaultGame.ini +++ b/Config/DefaultGame.ini @@ -4,11 +4,11 @@ ProjectName=First Person BP Game Template [/Script/UnrealEd.ProjectPackagingSettings] Build=IfProjectHasCode -BuildConfiguration=PPBC_Development +BuildConfiguration=PPBC_Shipping BuildTarget= -FullRebuild=False -ForDistribution=False -IncludeDebugFiles=False +FullRebuild=True +ForDistribution=True +IncludeDebugFiles=True BlueprintNativizationMethod=Disabled bIncludeNativizedAssetsInProjectGeneration=False bExcludeMonolithicEngineHeadersInNativizedCode=False @@ -91,4 +91,5 @@ bSkipMovies=False +IniSectionDenylist=HordeStorageServers +IniSectionDenylist=StorageServers +MapsToCook=(FilePath="/Game/FirstPerson/Maps/Level1") ++DirectoriesToAlwaysCook=(Path="/Game/FirstPerson/AI") diff --git a/Content/FPWeapon/Mesh/SK_FPGun_Physics.uasset b/Content/FPWeapon/Mesh/SK_FPGun_Physics.uasset index 1eec43a..8021df2 100644 --- a/Content/FPWeapon/Mesh/SK_FPGun_Physics.uasset +++ b/Content/FPWeapon/Mesh/SK_FPGun_Physics.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:21d2a479dd5596611812d02b50cd16d2cdbc6c08221211517e5d2c00365114dc -size 10083 +oid sha256:1ce9e29b4515a8c5195e8b1b5571136e00393d1d6184b4cda6303f811bb77eba +size 10303 diff --git a/Content/FPWeapon/Mesh/SK_FPGun_PhysicsAsset.uasset b/Content/FPWeapon/Mesh/SK_FPGun_PhysicsAsset.uasset index 161de7d..592e401 100644 --- a/Content/FPWeapon/Mesh/SK_FPGun_PhysicsAsset.uasset +++ b/Content/FPWeapon/Mesh/SK_FPGun_PhysicsAsset.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:a2383030af7bd088fb4af2ad45dedd0e0410e3b04248a55b356a31cb0e2b739e +oid sha256:6e71b3da1bcc5459a1dea64ea948f85ea8dd5b3dd481db015b1077125c0e31e2 size 10108 diff --git a/Content/FPWeapon/Mesh/SK_FPGun_Skeleton.uasset b/Content/FPWeapon/Mesh/SK_FPGun_Skeleton.uasset index dd32b75..f3ffd32 100644 --- a/Content/FPWeapon/Mesh/SK_FPGun_Skeleton.uasset +++ b/Content/FPWeapon/Mesh/SK_FPGun_Skeleton.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:59738085e436fd51bcd2e6b04295cf7ba0bed9b14482721f5b41de810f2765ae -size 9124 +oid sha256:68dd2f6f0a3d26faeba8404d89642889cae3692eafa032fc1378923e8a0bc8ac +size 9289 diff --git a/Content/FirstPerson/AI/AI_CrystalVirus.uasset b/Content/FirstPerson/AI/AI_CrystalVirus.uasset index cfb8d63..8ff6120 100644 --- a/Content/FirstPerson/AI/AI_CrystalVirus.uasset +++ b/Content/FirstPerson/AI/AI_CrystalVirus.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:62b28a59bdd775f4d8d399b576082562a1da4e6241346b8b5850c7a1ec05f7a9 -size 24533 +oid sha256:d16f302f6b43009200926cbec10887722f5260980b8a57c5afb900432da6b72b +size 24590 diff --git a/Content/FirstPerson/AI/AI_FloatingVirus.uasset b/Content/FirstPerson/AI/AI_FloatingVirus.uasset index 714ac1d..aea6b10 100644 --- a/Content/FirstPerson/AI/AI_FloatingVirus.uasset +++ b/Content/FirstPerson/AI/AI_FloatingVirus.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:19f400f8623c0e0b271201e4967e98eb55493509e49e27b81a5b209445ac036f -size 116677 +oid sha256:8f0dd308f1f6a163c49911258e5dbdbffd3b9b8a210aac4e1ad527e7b0a13298 +size 117012 diff --git a/Content/FirstPerson/AI/AI_SlimeVirus.uasset b/Content/FirstPerson/AI/AI_SlimeVirus.uasset index 3f2db4f..7b0e41c 100644 --- a/Content/FirstPerson/AI/AI_SlimeVirus.uasset +++ b/Content/FirstPerson/AI/AI_SlimeVirus.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:dc7ea0dfdf6125eb394cc86fe2ee7ebd857eac7c44bf3667ab39686c2f49e715 -size 24041 +oid sha256:cb0347a1573e495f258fd65ab84649883b471a19832d5e443ffc6052d08a5224 +size 24911 diff --git a/Content/FirstPerson/Blueprints/BP_Pickup_Rifle.uasset b/Content/FirstPerson/Blueprints/BP_Pickup_Rifle.uasset index 03dd901..b88ab53 100644 --- a/Content/FirstPerson/Blueprints/BP_Pickup_Rifle.uasset +++ b/Content/FirstPerson/Blueprints/BP_Pickup_Rifle.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:47821140b984a8753ecb1ad5d5c6a5ebede0059655e1fe8e9cc8532782259ce6 -size 76592 +oid sha256:a97c88a7baba778c4ede4e11d394e9e911442408332bccdea3afa608e770b1aa +size 76794 diff --git a/Content/FirstPerson/Blueprints/BP_Weapon_Component.uasset b/Content/FirstPerson/Blueprints/BP_Weapon_Component.uasset index 8036554..cf0ef1d 100644 --- a/Content/FirstPerson/Blueprints/BP_Weapon_Component.uasset +++ b/Content/FirstPerson/Blueprints/BP_Weapon_Component.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:f99069528f50a4e1694ae7233f8706e174fcc0b5817341a2ee22a1e7b788db29 -size 136547 +oid sha256:76dfcdc4874029dc474054ee64b5d34c4532de717878e8b97f8c50af6eaf0030 +size 137061 diff --git a/Content/__ExternalActors__/FirstPerson/Maps/Level1/D/ZE/GS4TYGQHYC72GTJZSIDPDL.uasset b/Content/__ExternalActors__/FirstPerson/Maps/Level1/D/ZE/GS4TYGQHYC72GTJZSIDPDL.uasset index 69be2de..63be811 100644 --- a/Content/__ExternalActors__/FirstPerson/Maps/Level1/D/ZE/GS4TYGQHYC72GTJZSIDPDL.uasset +++ b/Content/__ExternalActors__/FirstPerson/Maps/Level1/D/ZE/GS4TYGQHYC72GTJZSIDPDL.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:92363e9bacbf244dd6dba21f0d74a071c95fa68fadd9828d37939551ecfa428e -size 6033 +oid sha256:72ae8c383418fcf2d014b34fdd9411415bfb2178ba10a098bd2ce43d82159a6b +size 5941