diff --git a/Config/DefaultEngine.ini b/Config/DefaultEngine.ini index 7fc906bc..2157ee5e 100644 --- a/Config/DefaultEngine.ini +++ b/Config/DefaultEngine.ini @@ -101,7 +101,7 @@ ApplicationScale=1.000000 +CollisionChannelRedirects=(OldName="PawnMovement",NewName="Pawn") [/Script/WindowsTargetPlatform.WindowsTargetSettings] -DefaultGraphicsRHI=DefaultGraphicsRHI_Default +DefaultGraphicsRHI=DefaultGraphicsRHI_DX12 [/Script/Engine.StreamingSettings] s.UseBackgroundLevelStreaming=False @@ -137,7 +137,7 @@ RuntimeGeneration=Dynamic TileSizeUU=1000.000000 AgentMaxStepHeight=20.000000 AgentRadius=15.000000 -CellSize=30.000000 +CellSize=20.000000 ObservedPathsTickInterval=1.000000 [HTTPServer.Listeners] @@ -151,3 +151,6 @@ bEnableDLSSInEditorViewports=False bEnableDLSSInPlayInEditorViewports=False bShowDLSSSDebugOnScreenMessages=False +[/Script/Engine.GarbageCollectionSettings] +gc.IncrementalBeginDestroyEnabled=False + diff --git a/Content/Blueprints/Player/GI.uasset b/Content/Blueprints/Player/GI.uasset index 541c4e0e..d870f7f0 100644 Binary files a/Content/Blueprints/Player/GI.uasset and b/Content/Blueprints/Player/GI.uasset differ diff --git a/Content/Blueprints/Player/GameplayFunctions.uasset b/Content/Blueprints/Player/GameplayFunctions.uasset index 33cd299e..d5063485 100644 Binary files a/Content/Blueprints/Player/GameplayFunctions.uasset and b/Content/Blueprints/Player/GameplayFunctions.uasset differ diff --git a/Content/Blueprints/Player/MyPC.uasset b/Content/Blueprints/Player/MyPC.uasset index 0e474820..a49579e5 100644 Binary files a/Content/Blueprints/Player/MyPC.uasset and b/Content/Blueprints/Player/MyPC.uasset differ diff --git a/Content/Blueprints/Player/MyPawn.uasset b/Content/Blueprints/Player/MyPawn.uasset index 68ff2914..03b1e849 100644 Binary files a/Content/Blueprints/Player/MyPawn.uasset and b/Content/Blueprints/Player/MyPawn.uasset differ diff --git a/Content/Blueprints/Player/WalkingPawn.uasset b/Content/Blueprints/Player/WalkingPawn.uasset index 141c97e1..9ef86a77 100644 Binary files a/Content/Blueprints/Player/WalkingPawn.uasset and b/Content/Blueprints/Player/WalkingPawn.uasset differ diff --git a/Content/Blueprints/Player/myGM.uasset b/Content/Blueprints/Player/myGM.uasset index f179c523..4192265f 100644 Binary files a/Content/Blueprints/Player/myGM.uasset and b/Content/Blueprints/Player/myGM.uasset differ diff --git a/Content/Blueprints/UI/Actors/FlatPoint.uasset b/Content/Blueprints/UI/Actors/FlatPoint.uasset index e0d7a49a..a660aa21 100644 Binary files a/Content/Blueprints/UI/Actors/FlatPoint.uasset and b/Content/Blueprints/UI/Actors/FlatPoint.uasset differ diff --git a/Content/Blueprints/UI/Actors/walkPointer.uasset b/Content/Blueprints/UI/Actors/walkPointer.uasset index 5d03e27e..331d1e4e 100644 Binary files a/Content/Blueprints/UI/Actors/walkPointer.uasset and b/Content/Blueprints/UI/Actors/walkPointer.uasset differ diff --git a/Content/Blueprints/UI/Materials/VRPointAtlas.uasset b/Content/Blueprints/UI/Materials/VRPointAtlas.uasset index dc4175dc..c8459199 100644 Binary files a/Content/Blueprints/UI/Materials/VRPointAtlas.uasset and b/Content/Blueprints/UI/Materials/VRPointAtlas.uasset differ diff --git a/Content/Blueprints/UI/WBPS/Menu/keyboard.uasset b/Content/Blueprints/UI/WBPS/Menu/keyboard.uasset index 693ec6e5..7257c583 100644 Binary files a/Content/Blueprints/UI/WBPS/Menu/keyboard.uasset and b/Content/Blueprints/UI/WBPS/Menu/keyboard.uasset differ diff --git a/Content/Blueprints/UI/WBPS/Menu/lift3dPanel.uasset b/Content/Blueprints/UI/WBPS/Menu/lift3dPanel.uasset index 8c981448..6bb61d12 100644 Binary files a/Content/Blueprints/UI/WBPS/Menu/lift3dPanel.uasset and b/Content/Blueprints/UI/WBPS/Menu/lift3dPanel.uasset differ diff --git a/Content/Blueprints/UI/WBPS/Menu/saveData.uasset b/Content/Blueprints/UI/WBPS/Menu/saveData.uasset index f2f214a3..88a8d2d7 100644 Binary files a/Content/Blueprints/UI/WBPS/Menu/saveData.uasset and b/Content/Blueprints/UI/WBPS/Menu/saveData.uasset differ diff --git a/Content/Blueprints/UI/WBPS/flatPlan.uasset b/Content/Blueprints/UI/WBPS/flatPlan.uasset index 7a8b9d42..fbe9c2fd 100644 Binary files a/Content/Blueprints/UI/WBPS/flatPlan.uasset and b/Content/Blueprints/UI/WBPS/flatPlan.uasset differ diff --git a/Content/Blueprints/Utils/levelStruct.uasset b/Content/Blueprints/Utils/levelStruct.uasset index e392e4e0..8b04065f 100644 Binary files a/Content/Blueprints/Utils/levelStruct.uasset and b/Content/Blueprints/Utils/levelStruct.uasset differ diff --git a/Content/Blueprints/World/BM_Elevator.uasset b/Content/Blueprints/World/BM_Elevator.uasset index 807a61f7..f65f9aec 100644 Binary files a/Content/Blueprints/World/BM_Elevator.uasset and b/Content/Blueprints/World/BM_Elevator.uasset differ diff --git a/Content/Blueprints/World/BM_Elevator_1.uasset b/Content/Blueprints/World/BM_Elevator_1.uasset index 7ad33737..e87ea5e3 100644 Binary files a/Content/Blueprints/World/BM_Elevator_1.uasset and b/Content/Blueprints/World/BM_Elevator_1.uasset differ diff --git a/Content/Blueprints/World/BM_Elevator_2.uasset b/Content/Blueprints/World/BM_Elevator_2.uasset index 99b6fba8..1f79458f 100644 Binary files a/Content/Blueprints/World/BM_Elevator_2.uasset and b/Content/Blueprints/World/BM_Elevator_2.uasset differ diff --git a/Content/Maps/Interiors/GP4S1/Unique/S01F03.umap b/Content/Maps/Interiors/GP4S1/Unique/S01F03.umap deleted file mode 100644 index acd0bf93..00000000 Binary files a/Content/Maps/Interiors/GP4S1/Unique/S01F03.umap and /dev/null differ diff --git a/Content/Maps/Interiors/GP4S1/pointers/S01F02P.umap b/Content/Maps/Interiors/GP4S1/pointers/S01F02P.umap index 476bdde0..f1188599 100644 Binary files a/Content/Maps/Interiors/GP4S1/pointers/S01F02P.umap and b/Content/Maps/Interiors/GP4S1/pointers/S01F02P.umap differ diff --git a/Content/Maps/Interiors/GP4S1/pointers/S01F03-10P.umap b/Content/Maps/Interiors/GP4S1/pointers/S01F03-10P.umap index 86090010..9285a6ce 100644 Binary files a/Content/Maps/Interiors/GP4S1/pointers/S01F03-10P.umap and b/Content/Maps/Interiors/GP4S1/pointers/S01F03-10P.umap differ diff --git a/Content/Maps/Interiors/GP4S1/pointers/S01F11P.umap b/Content/Maps/Interiors/GP4S1/pointers/S01F11P.umap index bdb20300..30e277d8 100644 Binary files a/Content/Maps/Interiors/GP4S1/pointers/S01F11P.umap and b/Content/Maps/Interiors/GP4S1/pointers/S01F11P.umap differ diff --git a/Content/Maps/Interiors/GP4S1/pointers/S01F12P.umap b/Content/Maps/Interiors/GP4S1/pointers/S01F12P.umap index c8afe1ee..45928708 100644 Binary files a/Content/Maps/Interiors/GP4S1/pointers/S01F12P.umap and b/Content/Maps/Interiors/GP4S1/pointers/S01F12P.umap differ diff --git a/Content/Maps/Interiors/GP4S2/Unique/S02F01.umap b/Content/Maps/Interiors/GP4S2/Unique/S02F01.umap index 19171c1d..a5078a98 100644 Binary files a/Content/Maps/Interiors/GP4S2/Unique/S02F01.umap and b/Content/Maps/Interiors/GP4S2/Unique/S02F01.umap differ diff --git a/Content/Maps/Interiors/GP4S2/Unique/S02F02.umap b/Content/Maps/Interiors/GP4S2/Unique/S02F02.umap index cc53df97..1d51160d 100644 Binary files a/Content/Maps/Interiors/GP4S2/Unique/S02F02.umap and b/Content/Maps/Interiors/GP4S2/Unique/S02F02.umap differ diff --git a/Content/Maps/Interiors/GP4S2/pointers/S02F02P.umap b/Content/Maps/Interiors/GP4S2/pointers/S02F02P.umap index 6aaaed9c..35e6507c 100644 Binary files a/Content/Maps/Interiors/GP4S2/pointers/S02F02P.umap and b/Content/Maps/Interiors/GP4S2/pointers/S02F02P.umap differ diff --git a/Content/Maps/Interiors/GP4S2/pointers/S02F03-13P.umap b/Content/Maps/Interiors/GP4S2/pointers/S02F03-13P.umap index e6cb6542..b37b339e 100644 Binary files a/Content/Maps/Interiors/GP4S2/pointers/S02F03-13P.umap and b/Content/Maps/Interiors/GP4S2/pointers/S02F03-13P.umap differ diff --git a/Content/Maps/Interiors/GP4S2/pointers/S02F14P.umap b/Content/Maps/Interiors/GP4S2/pointers/S02F14P.umap index 30dbe386..b712468e 100644 Binary files a/Content/Maps/Interiors/GP4S2/pointers/S02F14P.umap and b/Content/Maps/Interiors/GP4S2/pointers/S02F14P.umap differ diff --git a/Content/Maps/Interiors/GP4S3/pointers/S03F02P.umap b/Content/Maps/Interiors/GP4S3/pointers/S03F02P.umap index e1859b3d..26f31bc3 100644 Binary files a/Content/Maps/Interiors/GP4S3/pointers/S03F02P.umap and b/Content/Maps/Interiors/GP4S3/pointers/S03F02P.umap differ diff --git a/Content/Maps/Interiors/GP4S3/pointers/S03F03-15P.umap b/Content/Maps/Interiors/GP4S3/pointers/S03F03-15P.umap index e1edc36c..d010071f 100644 Binary files a/Content/Maps/Interiors/GP4S3/pointers/S03F03-15P.umap and b/Content/Maps/Interiors/GP4S3/pointers/S03F03-15P.umap differ diff --git a/Content/Maps/Interiors/GP4S3/pointers/S03F16-etcP.umap b/Content/Maps/Interiors/GP4S3/pointers/S03F16-etcP.umap index 8390253a..eb2c854a 100644 Binary files a/Content/Maps/Interiors/GP4S3/pointers/S03F16-etcP.umap and b/Content/Maps/Interiors/GP4S3/pointers/S03F16-etcP.umap differ diff --git a/Content/Maps/Interiors/GP4S4/pointers/S04F02P.umap b/Content/Maps/Interiors/GP4S4/pointers/S04F02P.umap index b8ee22e9..917b0729 100644 Binary files a/Content/Maps/Interiors/GP4S4/pointers/S04F02P.umap and b/Content/Maps/Interiors/GP4S4/pointers/S04F02P.umap differ diff --git a/Content/Maps/Interiors/GP4S4/pointers/S04F03-etcP.umap b/Content/Maps/Interiors/GP4S4/pointers/S04F03-etcP.umap index 2a66d093..aa351d7e 100644 Binary files a/Content/Maps/Interiors/GP4S4/pointers/S04F03-etcP.umap and b/Content/Maps/Interiors/GP4S4/pointers/S04F03-etcP.umap differ diff --git a/Content/Maps/Interiors/GP4S5/pointers/S05F02P.umap b/Content/Maps/Interiors/GP4S5/pointers/S05F02P.umap index e2b11636..29493253 100644 Binary files a/Content/Maps/Interiors/GP4S5/pointers/S05F02P.umap and b/Content/Maps/Interiors/GP4S5/pointers/S05F02P.umap differ diff --git a/Content/Maps/Interiors/GP4S5/pointers/S05F03-08P.umap b/Content/Maps/Interiors/GP4S5/pointers/S05F03-08P.umap index eeeb3c89..d7adfe69 100644 Binary files a/Content/Maps/Interiors/GP4S5/pointers/S05F03-08P.umap and b/Content/Maps/Interiors/GP4S5/pointers/S05F03-08P.umap differ diff --git a/Content/Maps/Interiors/GP4S5/pointers/S05F09P.umap b/Content/Maps/Interiors/GP4S5/pointers/S05F09P.umap index 3d0455aa..bc078ab0 100644 Binary files a/Content/Maps/Interiors/GP4S5/pointers/S05F09P.umap and b/Content/Maps/Interiors/GP4S5/pointers/S05F09P.umap differ diff --git a/Content/Maps/Lift_GP4_H1.umap b/Content/Maps/Lift_GP4_H1.umap index c9c96840..ce7f6d57 100644 Binary files a/Content/Maps/Lift_GP4_H1.umap and b/Content/Maps/Lift_GP4_H1.umap differ diff --git a/Content/Maps/Lift_GP4_H2.umap b/Content/Maps/Lift_GP4_H2.umap index 1615a4cf..4fa739b0 100644 Binary files a/Content/Maps/Lift_GP4_H2.umap and b/Content/Maps/Lift_GP4_H2.umap differ diff --git a/Content/Maps/Lift_GP4_H3.umap b/Content/Maps/Lift_GP4_H3.umap index c2715fe8..77900395 100644 Binary files a/Content/Maps/Lift_GP4_H3.umap and b/Content/Maps/Lift_GP4_H3.umap differ diff --git a/Content/Maps/Lift_GP4_H4.umap b/Content/Maps/Lift_GP4_H4.umap index 6948b2f2..2e098704 100644 Binary files a/Content/Maps/Lift_GP4_H4.umap and b/Content/Maps/Lift_GP4_H4.umap differ diff --git a/Content/Maps/Lift_GP4_H5.umap b/Content/Maps/Lift_GP4_H5.umap index a2be39cd..fd5e134d 100644 Binary files a/Content/Maps/Lift_GP4_H5.umap and b/Content/Maps/Lift_GP4_H5.umap differ diff --git a/Content/Maps/MainScene.umap b/Content/Maps/MainScene.umap index beb9a45c..ec425cc8 100644 Binary files a/Content/Maps/MainScene.umap and b/Content/Maps/MainScene.umap differ diff --git a/Content/Maps/Underground_parking_GP4.umap b/Content/Maps/Underground_parking_GP4.umap index 56d30fc8..e7bb0636 100644 Binary files a/Content/Maps/Underground_parking_GP4.umap and b/Content/Maps/Underground_parking_GP4.umap differ diff --git a/Content/Materials/LiftPanel.uasset b/Content/Materials/LiftPanel.uasset index 052a40b9..5422bf1c 100644 Binary files a/Content/Materials/LiftPanel.uasset and b/Content/Materials/LiftPanel.uasset differ diff --git a/Content/Meshes/Elevator/SM_Elevator_1.uasset b/Content/Meshes/Elevator/SM_Elevator_1.uasset index a92c164d..c2d427ac 100644 Binary files a/Content/Meshes/Elevator/SM_Elevator_1.uasset and b/Content/Meshes/Elevator/SM_Elevator_1.uasset differ diff --git a/Content/Meshes/Elevator/SM_Elevator_2.uasset b/Content/Meshes/Elevator/SM_Elevator_2.uasset index b2a53b11..1114b256 100644 Binary files a/Content/Meshes/Elevator/SM_Elevator_2.uasset and b/Content/Meshes/Elevator/SM_Elevator_2.uasset differ diff --git a/Content/Meshes/Elevator/SM_Elevator_3.uasset b/Content/Meshes/Elevator/SM_Elevator_3.uasset index 6ee0baaa..e120815a 100644 Binary files a/Content/Meshes/Elevator/SM_Elevator_3.uasset and b/Content/Meshes/Elevator/SM_Elevator_3.uasset differ