diff --git a/Config/DefaultEngine.ini b/Config/DefaultEngine.ini index 5eeb9522b..b7832018e 100644 --- a/Config/DefaultEngine.ini +++ b/Config/DefaultEngine.ini @@ -42,7 +42,14 @@ DesignScreenSize=(X=3840,Y=2160) UIScaleRule=ShortestSide [/Script/Engine.StreamingSettings] -s.UseBackgroundLevelStreaming=False +s.UseBackgroundLevelStreaming=True +s.AsyncLoadingTimeLimit=2.000000 +s.PriorityAsyncLoadingExtraTime=7.000000 +s.LevelStreamingActorsUpdateTimeLimit=2.000000 +s.PriorityLevelStreamingActorsUpdateExtraTime=3.000000 +s.LevelStreamingComponentsRegistrationGranularity=5 +s.LevelStreamingAddPrimitiveGranularity=30 +s.LevelStreamingComponentsUnregistrationGranularity=2 [/Script/NavigationSystem.RecastNavMesh] ObservedPathsTickInterval=1.000000 diff --git a/Config/DefaultGame.ini b/Config/DefaultGame.ini index e572f8518..cacc29a6d 100644 --- a/Config/DefaultGame.ini +++ b/Config/DefaultGame.ini @@ -3,7 +3,7 @@ [/Script/EngineSettings.GeneralProjectSettings] ProjectID=9EB99AEB4C933EABEE9C4787EE46C5E6 ProjectName=Masharov -ProjectVersion=1.63 +ProjectVersion=1.64 CompanyName=GraffInteractive Homepage=Graff.tech diff --git a/Content/Blueprints/Player/GI.uasset b/Content/Blueprints/Player/GI.uasset index f17c67222..68ee7f39d 100644 Binary files a/Content/Blueprints/Player/GI.uasset and b/Content/Blueprints/Player/GI.uasset differ diff --git a/Content/Blueprints/UI/Actors/InfraPoint.uasset b/Content/Blueprints/UI/Actors/InfraPoint.uasset index 96b7f4527..191b4efb5 100644 Binary files a/Content/Blueprints/UI/Actors/InfraPoint.uasset and b/Content/Blueprints/UI/Actors/InfraPoint.uasset differ diff --git a/Content/Blueprints/UI/Actors/flatCAP.uasset b/Content/Blueprints/UI/Actors/flatCAP.uasset index ce00daf07..cd14d7f45 100644 Binary files a/Content/Blueprints/UI/Actors/flatCAP.uasset and b/Content/Blueprints/UI/Actors/flatCAP.uasset differ diff --git a/Content/Blueprints/UI/Actors/parkingPoint.uasset b/Content/Blueprints/UI/Actors/parkingPoint.uasset index 574070d73..1187ad90d 100644 Binary files a/Content/Blueprints/UI/Actors/parkingPoint.uasset and b/Content/Blueprints/UI/Actors/parkingPoint.uasset differ diff --git a/Content/Blueprints/UI/Actors/walkPointer.uasset b/Content/Blueprints/UI/Actors/walkPointer.uasset index 55df0b13e..40b243f62 100644 Binary files a/Content/Blueprints/UI/Actors/walkPointer.uasset and b/Content/Blueprints/UI/Actors/walkPointer.uasset differ diff --git a/Content/Blueprints/Utils/RTManage.uasset b/Content/Blueprints/Utils/RTManage.uasset index dd99fe694..79a69d738 100644 Binary files a/Content/Blueprints/Utils/RTManage.uasset and b/Content/Blueprints/Utils/RTManage.uasset differ diff --git a/Content/Blueprints/world/BM_Elevator.uasset b/Content/Blueprints/world/BM_Elevator.uasset index 0e7109b73..32cf12ef1 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/BP_Door_Outer.uasset b/Content/Blueprints/world/BP_Door_Outer.uasset index 7d4ec2967..3bda81046 100644 Binary files a/Content/Blueprints/world/BP_Door_Outer.uasset and b/Content/Blueprints/world/BP_Door_Outer.uasset differ diff --git a/Content/Blueprints/world/BP_HouseGP2.uasset b/Content/Blueprints/world/BP_HouseGP2.uasset index 3b66a3f67..2f14ccb9b 100644 Binary files a/Content/Blueprints/world/BP_HouseGP2.uasset and b/Content/Blueprints/world/BP_HouseGP2.uasset differ diff --git a/Content/Blueprints/world/BP_floorSign.uasset b/Content/Blueprints/world/BP_floorSign.uasset index 90c97182f..5339c454d 100644 Binary files a/Content/Blueprints/world/BP_floorSign.uasset and b/Content/Blueprints/world/BP_floorSign.uasset differ diff --git a/Content/Maps/Interior/GP3/Furniture/F_S03A04.umap b/Content/Maps/Interior/GP3/Furniture/F_S03A04.umap index c0b137637..ee5e3cea0 100644 Binary files a/Content/Maps/Interior/GP3/Furniture/F_S03A04.umap and b/Content/Maps/Interior/GP3/Furniture/F_S03A04.umap differ diff --git a/Content/Maps/Interior/GP3/Furniture/F_S03A06.umap b/Content/Maps/Interior/GP3/Furniture/F_S03A06.umap index 8b8977e0d..33331cebd 100644 Binary files a/Content/Maps/Interior/GP3/Furniture/F_S03A06.umap and b/Content/Maps/Interior/GP3/Furniture/F_S03A06.umap differ diff --git a/Content/Maps/Interior/GP3/Furniture/F_S03A08.umap b/Content/Maps/Interior/GP3/Furniture/F_S03A08.umap deleted file mode 100644 index 51ca9978a..000000000 Binary files a/Content/Maps/Interior/GP3/Furniture/F_S03A08.umap and /dev/null differ diff --git a/Content/Maps/Interior/GP3/Furniture/F_S03A09.umap b/Content/Maps/Interior/GP3/Furniture/F_S03A09.umap deleted file mode 100644 index 4c9ed9614..000000000 Binary files a/Content/Maps/Interior/GP3/Furniture/F_S03A09.umap and /dev/null differ diff --git a/Content/Maps/Interior/GP3/Furniture/F_S03A10.umap b/Content/Maps/Interior/GP3/Furniture/F_S03A10.umap deleted file mode 100644 index bf7e56808..000000000 Binary files a/Content/Maps/Interior/GP3/Furniture/F_S03A10.umap and /dev/null differ diff --git a/Content/Maps/Interior/GP3/Furniture/F_S03A11.umap b/Content/Maps/Interior/GP3/Furniture/F_S03A11.umap index dc6446b8d..923f9056c 100644 Binary files a/Content/Maps/Interior/GP3/Furniture/F_S03A11.umap and b/Content/Maps/Interior/GP3/Furniture/F_S03A11.umap differ diff --git a/Content/Maps/Interior/GP3/Furniture/F_S03A19.umap b/Content/Maps/Interior/GP3/Furniture/F_S03A19.umap deleted file mode 100644 index b6a4ea889..000000000 Binary files a/Content/Maps/Interior/GP3/Furniture/F_S03A19.umap and /dev/null differ diff --git a/Content/Maps/Interior/GP3/Furniture/F_S03A21.umap b/Content/Maps/Interior/GP3/Furniture/F_S03A21.umap index fbdf41ea9..eaa605163 100644 Binary files a/Content/Maps/Interior/GP3/Furniture/F_S03A21.umap and b/Content/Maps/Interior/GP3/Furniture/F_S03A21.umap differ diff --git a/Content/Maps/Interior/GP3/Furniture/F_S03A00.umap b/Content/Maps/Interior/GP3/Furniture/S03A00fur.umap similarity index 83% rename from Content/Maps/Interior/GP3/Furniture/F_S03A00.umap rename to Content/Maps/Interior/GP3/Furniture/S03A00fur.umap index 103bcda01..825f2dd41 100644 Binary files a/Content/Maps/Interior/GP3/Furniture/F_S03A00.umap and b/Content/Maps/Interior/GP3/Furniture/S03A00fur.umap differ diff --git a/Content/Maps/Interior/GP3/Furniture/F_S03A01.umap b/Content/Maps/Interior/GP3/Furniture/S03A01fur.umap similarity index 85% rename from Content/Maps/Interior/GP3/Furniture/F_S03A01.umap rename to Content/Maps/Interior/GP3/Furniture/S03A01fur.umap index c39bc19d2..f62dec8d0 100644 Binary files a/Content/Maps/Interior/GP3/Furniture/F_S03A01.umap and b/Content/Maps/Interior/GP3/Furniture/S03A01fur.umap differ diff --git a/Content/Maps/Interior/GP3/Furniture/F_S03A02.umap b/Content/Maps/Interior/GP3/Furniture/S03A02fur.umap similarity index 86% rename from Content/Maps/Interior/GP3/Furniture/F_S03A02.umap rename to Content/Maps/Interior/GP3/Furniture/S03A02fur.umap index 9601e95c7..ec9bffbb4 100644 Binary files a/Content/Maps/Interior/GP3/Furniture/F_S03A02.umap and b/Content/Maps/Interior/GP3/Furniture/S03A02fur.umap differ diff --git a/Content/Maps/Interior/GP3/Furniture/F_S03A03.umap b/Content/Maps/Interior/GP3/Furniture/S03A03fur.umap similarity index 85% rename from Content/Maps/Interior/GP3/Furniture/F_S03A03.umap rename to Content/Maps/Interior/GP3/Furniture/S03A03fur.umap index 6a67053ba..aff874eb5 100644 Binary files a/Content/Maps/Interior/GP3/Furniture/F_S03A03.umap and b/Content/Maps/Interior/GP3/Furniture/S03A03fur.umap differ diff --git a/Content/Maps/Interior/GP3/Furniture/S03A04fur.umap b/Content/Maps/Interior/GP3/Furniture/S03A04fur.umap new file mode 100644 index 000000000..fe01830d2 Binary files /dev/null and b/Content/Maps/Interior/GP3/Furniture/S03A04fur.umap differ diff --git a/Content/Maps/Interior/GP3/Furniture/F_S03A05.umap b/Content/Maps/Interior/GP3/Furniture/S03A05fur.umap similarity index 83% rename from Content/Maps/Interior/GP3/Furniture/F_S03A05.umap rename to Content/Maps/Interior/GP3/Furniture/S03A05fur.umap index d042bc442..107d8e7a8 100644 Binary files a/Content/Maps/Interior/GP3/Furniture/F_S03A05.umap and b/Content/Maps/Interior/GP3/Furniture/S03A05fur.umap differ diff --git a/Content/Maps/Interior/GP3/Furniture/S03A06fur.umap b/Content/Maps/Interior/GP3/Furniture/S03A06fur.umap new file mode 100644 index 000000000..dee9f5a29 Binary files /dev/null and b/Content/Maps/Interior/GP3/Furniture/S03A06fur.umap differ diff --git a/Content/Maps/Interior/GP3/Furniture/F_S03A07.umap b/Content/Maps/Interior/GP3/Furniture/S03A07fur.umap similarity index 86% rename from Content/Maps/Interior/GP3/Furniture/F_S03A07.umap rename to Content/Maps/Interior/GP3/Furniture/S03A07fur.umap index 347262c9d..6ec2b839a 100644 Binary files a/Content/Maps/Interior/GP3/Furniture/F_S03A07.umap and b/Content/Maps/Interior/GP3/Furniture/S03A07fur.umap differ diff --git a/Content/Maps/Interior/GP3/Furniture/S03A08fur.umap b/Content/Maps/Interior/GP3/Furniture/S03A08fur.umap new file mode 100644 index 000000000..a0693378d Binary files /dev/null and b/Content/Maps/Interior/GP3/Furniture/S03A08fur.umap differ diff --git a/Content/Maps/Interior/GP3/Furniture/S03A09fur.umap b/Content/Maps/Interior/GP3/Furniture/S03A09fur.umap new file mode 100644 index 000000000..696cbbff1 Binary files /dev/null and b/Content/Maps/Interior/GP3/Furniture/S03A09fur.umap differ diff --git a/Content/Maps/Interior/GP3/Furniture/S03A10fur.umap b/Content/Maps/Interior/GP3/Furniture/S03A10fur.umap new file mode 100644 index 000000000..bff4a688b Binary files /dev/null and b/Content/Maps/Interior/GP3/Furniture/S03A10fur.umap differ diff --git a/Content/Maps/Interior/GP3/Furniture/S03A11fur.umap b/Content/Maps/Interior/GP3/Furniture/S03A11fur.umap new file mode 100644 index 000000000..01a02bd06 Binary files /dev/null and b/Content/Maps/Interior/GP3/Furniture/S03A11fur.umap differ diff --git a/Content/Maps/Interior/GP3/Furniture/F_S03A12.umap b/Content/Maps/Interior/GP3/Furniture/S03A12fur.umap similarity index 86% rename from Content/Maps/Interior/GP3/Furniture/F_S03A12.umap rename to Content/Maps/Interior/GP3/Furniture/S03A12fur.umap index 4c7d59bff..a1156a40f 100644 Binary files a/Content/Maps/Interior/GP3/Furniture/F_S03A12.umap and b/Content/Maps/Interior/GP3/Furniture/S03A12fur.umap differ diff --git a/Content/Maps/Interior/GP3/Furniture/F_S03A13.umap b/Content/Maps/Interior/GP3/Furniture/S03A13fur.umap similarity index 85% rename from Content/Maps/Interior/GP3/Furniture/F_S03A13.umap rename to Content/Maps/Interior/GP3/Furniture/S03A13fur.umap index c226be042..526e064e0 100644 Binary files a/Content/Maps/Interior/GP3/Furniture/F_S03A13.umap and b/Content/Maps/Interior/GP3/Furniture/S03A13fur.umap differ diff --git a/Content/Maps/Interior/GP3/Furniture/F_S03A14.umap b/Content/Maps/Interior/GP3/Furniture/S03A14fur.umap similarity index 84% rename from Content/Maps/Interior/GP3/Furniture/F_S03A14.umap rename to Content/Maps/Interior/GP3/Furniture/S03A14fur.umap index 8611ad189..7f8233c10 100644 Binary files a/Content/Maps/Interior/GP3/Furniture/F_S03A14.umap and b/Content/Maps/Interior/GP3/Furniture/S03A14fur.umap differ diff --git a/Content/Maps/Interior/GP3/Furniture/F_S03A15.umap b/Content/Maps/Interior/GP3/Furniture/S03A15fur.umap similarity index 86% rename from Content/Maps/Interior/GP3/Furniture/F_S03A15.umap rename to Content/Maps/Interior/GP3/Furniture/S03A15fur.umap index ae50117b3..c4323ac40 100644 Binary files a/Content/Maps/Interior/GP3/Furniture/F_S03A15.umap and b/Content/Maps/Interior/GP3/Furniture/S03A15fur.umap differ diff --git a/Content/Maps/Interior/GP3/Furniture/F_S03A16.umap b/Content/Maps/Interior/GP3/Furniture/S03A16fur.umap similarity index 82% rename from Content/Maps/Interior/GP3/Furniture/F_S03A16.umap rename to Content/Maps/Interior/GP3/Furniture/S03A16fur.umap index 61492443a..97762b000 100644 Binary files a/Content/Maps/Interior/GP3/Furniture/F_S03A16.umap and b/Content/Maps/Interior/GP3/Furniture/S03A16fur.umap differ diff --git a/Content/Maps/Interior/GP3/Furniture/F_S03A17.umap b/Content/Maps/Interior/GP3/Furniture/S03A17fur.umap similarity index 85% rename from Content/Maps/Interior/GP3/Furniture/F_S03A17.umap rename to Content/Maps/Interior/GP3/Furniture/S03A17fur.umap index 1b5935619..dbe1bb74d 100644 Binary files a/Content/Maps/Interior/GP3/Furniture/F_S03A17.umap and b/Content/Maps/Interior/GP3/Furniture/S03A17fur.umap differ diff --git a/Content/Maps/Interior/GP3/Furniture/F_S03A18.umap b/Content/Maps/Interior/GP3/Furniture/S03A18fur.umap similarity index 87% rename from Content/Maps/Interior/GP3/Furniture/F_S03A18.umap rename to Content/Maps/Interior/GP3/Furniture/S03A18fur.umap index fe6bd2909..d2620e566 100644 Binary files a/Content/Maps/Interior/GP3/Furniture/F_S03A18.umap and b/Content/Maps/Interior/GP3/Furniture/S03A18fur.umap differ diff --git a/Content/Maps/Interior/GP3/Furniture/S03A19fur.umap b/Content/Maps/Interior/GP3/Furniture/S03A19fur.umap new file mode 100644 index 000000000..3e37d78be Binary files /dev/null and b/Content/Maps/Interior/GP3/Furniture/S03A19fur.umap differ diff --git a/Content/Maps/Interior/GP3/Furniture/F_S03A20.umap b/Content/Maps/Interior/GP3/Furniture/S03A20fur.umap similarity index 87% rename from Content/Maps/Interior/GP3/Furniture/F_S03A20.umap rename to Content/Maps/Interior/GP3/Furniture/S03A20fur.umap index 23267a6a0..fe870adad 100644 Binary files a/Content/Maps/Interior/GP3/Furniture/F_S03A20.umap and b/Content/Maps/Interior/GP3/Furniture/S03A20fur.umap differ diff --git a/Content/Maps/Interior/GP3/Furniture/S03A21fur.umap b/Content/Maps/Interior/GP3/Furniture/S03A21fur.umap new file mode 100644 index 000000000..8df041fca Binary files /dev/null and b/Content/Maps/Interior/GP3/Furniture/S03A21fur.umap differ diff --git a/Content/Maps/Interior/GP3/S03Lifts.umap b/Content/Maps/Interior/GP3/S03Lifts.umap index 70d6076ad..1e41c989d 100644 Binary files a/Content/Maps/Interior/GP3/S03Lifts.umap and b/Content/Maps/Interior/GP3/S03Lifts.umap differ diff --git a/Content/Maps/Interior/GP7/S07LiftsRefl.umap b/Content/Maps/Interior/GP7/S07LiftsRefl.umap index 26193a0db..5df230cc6 100644 Binary files a/Content/Maps/Interior/GP7/S07LiftsRefl.umap and b/Content/Maps/Interior/GP7/S07LiftsRefl.umap differ diff --git a/Content/Maps/Interior/GP7/S07LiftsRefl1.umap b/Content/Maps/Interior/GP7/S07LiftsRefl1.umap index 1531a0990..1907cf64f 100644 Binary files a/Content/Maps/Interior/GP7/S07LiftsRefl1.umap and b/Content/Maps/Interior/GP7/S07LiftsRefl1.umap differ diff --git a/Content/Maps/Interior/GP7/Se01/F01-10/MOPs/S7_Se01_F01_mops.umap b/Content/Maps/Interior/GP7/Se01/F01-10/MOPs/S7_Se01_F01_mops.umap index 9a3d90ec4..63a469e0d 100644 Binary files a/Content/Maps/Interior/GP7/Se01/F01-10/MOPs/S7_Se01_F01_mops.umap and b/Content/Maps/Interior/GP7/Se01/F01-10/MOPs/S7_Se01_F01_mops.umap differ diff --git a/Content/Maps/Interior/GP7/Se01/F01-10/MOPs/S7_Se01_F02-10_mops.umap b/Content/Maps/Interior/GP7/Se01/F01-10/MOPs/S7_Se01_F02-10_mops.umap index f9c931893..f836776b1 100644 Binary files a/Content/Maps/Interior/GP7/Se01/F01-10/MOPs/S7_Se01_F02-10_mops.umap and b/Content/Maps/Interior/GP7/Se01/F01-10/MOPs/S7_Se01_F02-10_mops.umap differ diff --git a/Content/Maps/Interior/GP7/Se01/F11-12/MOPs/S7_Se01_F11-12_mops.umap b/Content/Maps/Interior/GP7/Se01/F11-12/MOPs/S7_Se01_F11-12_mops.umap index 10f57f996..1e1b966ac 100644 Binary files a/Content/Maps/Interior/GP7/Se01/F11-12/MOPs/S7_Se01_F11-12_mops.umap and b/Content/Maps/Interior/GP7/Se01/F11-12/MOPs/S7_Se01_F11-12_mops.umap differ diff --git a/Content/Maps/Interior/GP7/Se01/S07Se01Lifts.umap b/Content/Maps/Interior/GP7/Se01/S07Se01Lifts.umap index 0205b6b8c..1d03e0d3c 100644 Binary files a/Content/Maps/Interior/GP7/Se01/S07Se01Lifts.umap and b/Content/Maps/Interior/GP7/Se01/S07Se01Lifts.umap differ diff --git a/Content/Maps/Interior/GP7/Se02/F01-10/MOPs/S7_Se02_F01_mops.umap b/Content/Maps/Interior/GP7/Se02/F01-10/MOPs/S7_Se02_F01_mops.umap index b137f8b8d..7480fe8d0 100644 Binary files a/Content/Maps/Interior/GP7/Se02/F01-10/MOPs/S7_Se02_F01_mops.umap and b/Content/Maps/Interior/GP7/Se02/F01-10/MOPs/S7_Se02_F01_mops.umap differ diff --git a/Content/Maps/Interior/GP7/Se02/F01-10/MOPs/S7_Se02_F02-05_mops.umap b/Content/Maps/Interior/GP7/Se02/F01-10/MOPs/S7_Se02_F02-05_mops.umap index 79ee66c5e..60fd707bb 100644 Binary files a/Content/Maps/Interior/GP7/Se02/F01-10/MOPs/S7_Se02_F02-05_mops.umap and b/Content/Maps/Interior/GP7/Se02/F01-10/MOPs/S7_Se02_F02-05_mops.umap differ diff --git a/Content/Maps/Interior/GP7/Se02/F01-10/MOPs/S7_Se02_F06-10_mops.umap b/Content/Maps/Interior/GP7/Se02/F01-10/MOPs/S7_Se02_F06-10_mops.umap index 61080c018..28c1cb647 100644 Binary files a/Content/Maps/Interior/GP7/Se02/F01-10/MOPs/S7_Se02_F06-10_mops.umap and b/Content/Maps/Interior/GP7/Se02/F01-10/MOPs/S7_Se02_F06-10_mops.umap differ diff --git a/Content/Maps/Interior/GP7/Se02/F11-12/MOPs/S7_Se02_F11_mops.umap b/Content/Maps/Interior/GP7/Se02/F11-12/MOPs/S7_Se02_F11_mops.umap index 1b1ba271b..45f3a0168 100644 Binary files a/Content/Maps/Interior/GP7/Se02/F11-12/MOPs/S7_Se02_F11_mops.umap and b/Content/Maps/Interior/GP7/Se02/F11-12/MOPs/S7_Se02_F11_mops.umap differ diff --git a/Content/Maps/Interior/GP7/Se02/F11-12/MOPs/S7_Se02_F12_mops.umap b/Content/Maps/Interior/GP7/Se02/F11-12/MOPs/S7_Se02_F12_mops.umap index 185c4cd5e..5ca387b06 100644 Binary files a/Content/Maps/Interior/GP7/Se02/F11-12/MOPs/S7_Se02_F12_mops.umap and b/Content/Maps/Interior/GP7/Se02/F11-12/MOPs/S7_Se02_F12_mops.umap differ diff --git a/Content/Maps/Interior/GP7/Se02/S07Se02Lifts.umap b/Content/Maps/Interior/GP7/Se02/S07Se02Lifts.umap index f53d9d4aa..e3febb448 100644 Binary files a/Content/Maps/Interior/GP7/Se02/S07Se02Lifts.umap and b/Content/Maps/Interior/GP7/Se02/S07Se02Lifts.umap differ diff --git a/Content/Maps/Interior/GP7/Se03/F01-10/MOPs/S7_Se03_F01_mop.umap b/Content/Maps/Interior/GP7/Se03/F01-10/MOPs/S7_Se03_F01_mop.umap index ee1c93b37..6e99eb79a 100644 Binary files a/Content/Maps/Interior/GP7/Se03/F01-10/MOPs/S7_Se03_F01_mop.umap and b/Content/Maps/Interior/GP7/Se03/F01-10/MOPs/S7_Se03_F01_mop.umap differ diff --git a/Content/Maps/Interior/GP7/Se03/F01-10/MOPs/S7_Se03_F02-10_mop.umap b/Content/Maps/Interior/GP7/Se03/F01-10/MOPs/S7_Se03_F02-10_mop.umap index 9c014735e..c4d37c6e7 100644 Binary files a/Content/Maps/Interior/GP7/Se03/F01-10/MOPs/S7_Se03_F02-10_mop.umap and b/Content/Maps/Interior/GP7/Se03/F01-10/MOPs/S7_Se03_F02-10_mop.umap differ diff --git a/Content/Maps/Interior/GP7/Se03/F11-13/MOPs/S7_Se03_F11-12_mops.umap b/Content/Maps/Interior/GP7/Se03/F11-13/MOPs/S7_Se03_F11-12_mops.umap index 6a619d73f..16935e450 100644 Binary files a/Content/Maps/Interior/GP7/Se03/F11-13/MOPs/S7_Se03_F11-12_mops.umap and b/Content/Maps/Interior/GP7/Se03/F11-13/MOPs/S7_Se03_F11-12_mops.umap differ diff --git a/Content/Maps/Interior/GP7/Se03/F11-13/MOPs/S7_Se03_F13_mops.umap b/Content/Maps/Interior/GP7/Se03/F11-13/MOPs/S7_Se03_F13_mops.umap index 92aed4c77..75854db78 100644 Binary files a/Content/Maps/Interior/GP7/Se03/F11-13/MOPs/S7_Se03_F13_mops.umap and b/Content/Maps/Interior/GP7/Se03/F11-13/MOPs/S7_Se03_F13_mops.umap differ diff --git a/Content/Maps/Interior/GP7/Se03/S07Se03Lifts.umap b/Content/Maps/Interior/GP7/Se03/S07Se03Lifts.umap index bb05c2b2d..81577865f 100644 Binary files a/Content/Maps/Interior/GP7/Se03/S07Se03Lifts.umap and b/Content/Maps/Interior/GP7/Se03/S07Se03Lifts.umap differ diff --git a/Content/Maps/Masharov_Buildings.umap b/Content/Maps/Masharov_Buildings.umap index 2fc7e2f2c..eb3eb83dc 100644 Binary files a/Content/Maps/Masharov_Buildings.umap and b/Content/Maps/Masharov_Buildings.umap differ diff --git a/Content/Maps/Masharov_Yard.umap b/Content/Maps/Masharov_Yard.umap index 12ee915b5..afaa6766b 100644 Binary files a/Content/Maps/Masharov_Yard.umap and b/Content/Maps/Masharov_Yard.umap differ diff --git a/Content/Maps/Masharov_people.umap b/Content/Maps/Masharov_people.umap index abce14bee..d11bae363 100644 Binary files a/Content/Maps/Masharov_people.umap and b/Content/Maps/Masharov_people.umap differ diff --git a/Content/Maps/mainScene.umap b/Content/Maps/mainScene.umap index 7cd30cb9f..48555f3a5 100644 Binary files a/Content/Maps/mainScene.umap and b/Content/Maps/mainScene.umap differ diff --git a/Content/Maps/maps.uasset b/Content/Maps/maps.uasset index 73ff2aa98..9fc9e4314 100644 Binary files a/Content/Maps/maps.uasset and b/Content/Maps/maps.uasset differ diff --git a/Content/Materials/Instances/Siding/MI_RoofSiding_Inst.uasset b/Content/Materials/Instances/Siding/MI_RoofSiding_Inst.uasset index f2f6690e0..acf64a3cf 100644 Binary files a/Content/Materials/Instances/Siding/MI_RoofSiding_Inst.uasset and b/Content/Materials/Instances/Siding/MI_RoofSiding_Inst.uasset differ diff --git a/Content/Materials/Instances/Wood_n_Planks/MI_WoodPlank.uasset b/Content/Materials/Instances/Wood_n_Planks/MI_WoodPlank.uasset index 8b824c701..d05d0f721 100644 Binary files a/Content/Materials/Instances/Wood_n_Planks/MI_WoodPlank.uasset and b/Content/Materials/Instances/Wood_n_Planks/MI_WoodPlank.uasset differ diff --git a/Content/Materials/LandscapeMaterials/M_FakeGrass.uasset b/Content/Materials/LandscapeMaterials/M_FakeGrass.uasset index 8907c75d0..86efa4694 100644 Binary files a/Content/Materials/LandscapeMaterials/M_FakeGrass.uasset and b/Content/Materials/LandscapeMaterials/M_FakeGrass.uasset differ diff --git a/Content/Materials/Masters/Common/M_Glass_ThinRaytraced.uasset b/Content/Materials/Masters/Common/M_Glass_ThinRaytraced.uasset index 08474e603..f6d4e276f 100644 Binary files a/Content/Materials/Masters/Common/M_Glass_ThinRaytraced.uasset and b/Content/Materials/Masters/Common/M_Glass_ThinRaytraced.uasset differ diff --git a/Content/Meshes/Interior/Commerce/M_Glass_ThinRaytraced_3.uasset b/Content/Meshes/Interior/Commerce/M_Glass_ThinRaytraced_3.uasset index b0b328f41..b0beb69a5 100644 Binary files a/Content/Meshes/Interior/Commerce/M_Glass_ThinRaytraced_3.uasset and b/Content/Meshes/Interior/Commerce/M_Glass_ThinRaytraced_3.uasset differ diff --git a/Content/Meshes/Interior/Commerce/M_Glass_ThinRaytraced_7.uasset b/Content/Meshes/Interior/Commerce/M_Glass_ThinRaytraced_7.uasset new file mode 100644 index 000000000..55124d904 Binary files /dev/null and b/Content/Meshes/Interior/Commerce/M_Glass_ThinRaytraced_7.uasset differ diff --git a/Content/Meshes/MAF/Flowerbed_Concrete/SM_Flowerbed_Concrete_2.uasset b/Content/Meshes/MAF/Flowerbed_Concrete/SM_Flowerbed_Concrete_2.uasset index 19fea30b8..e2a24524d 100644 Binary files a/Content/Meshes/MAF/Flowerbed_Concrete/SM_Flowerbed_Concrete_2.uasset and b/Content/Meshes/MAF/Flowerbed_Concrete/SM_Flowerbed_Concrete_2.uasset differ diff --git a/Content/Meshes/MAF/Flowerbed_Concrete/SM_Flowerbed_Concrete_3.uasset b/Content/Meshes/MAF/Flowerbed_Concrete/SM_Flowerbed_Concrete_3.uasset index 8d634080f..17f3178fe 100644 Binary files a/Content/Meshes/MAF/Flowerbed_Concrete/SM_Flowerbed_Concrete_3.uasset and b/Content/Meshes/MAF/Flowerbed_Concrete/SM_Flowerbed_Concrete_3.uasset differ diff --git a/Content/Meshes/MAF/Flowerbed_Concrete/SM_Flowerbed_Concrete_4.uasset b/Content/Meshes/MAF/Flowerbed_Concrete/SM_Flowerbed_Concrete_4.uasset index 601fa897e..d529709f0 100644 Binary files a/Content/Meshes/MAF/Flowerbed_Concrete/SM_Flowerbed_Concrete_4.uasset and b/Content/Meshes/MAF/Flowerbed_Concrete/SM_Flowerbed_Concrete_4.uasset differ diff --git a/Content/UltraDynamicSky/Blueprints/Ultra_Dynamic_Sky.uasset b/Content/UltraDynamicSky/Blueprints/Ultra_Dynamic_Sky.uasset index 92c01641a..e268a604b 100644 Binary files a/Content/UltraDynamicSky/Blueprints/Ultra_Dynamic_Sky.uasset and b/Content/UltraDynamicSky/Blueprints/Ultra_Dynamic_Sky.uasset differ