diff --git a/Binaries/Win64/IvazowskyDev.target b/Binaries/Win64/IvazowskyDev.target index 03bd4d10..083686e4 100644 --- a/Binaries/Win64/IvazowskyDev.target +++ b/Binaries/Win64/IvazowskyDev.target @@ -2910,10 +2910,6 @@ "Path": "$(EngineDir)/Plugins/Developer/PluginUtils/PluginUtils.uplugin", "Type": "UFS" }, - { - "Path": "$(EngineDir)/Plugins/Developer/RenderDocPlugin/RenderDocPlugin.uplugin", - "Type": "UFS" - }, { "Path": "$(EngineDir)/Plugins/Developer/UObjectPlugin/UObjectPlugin.uplugin", "Type": "UFS" diff --git a/Config/DefaultEngine.ini b/Config/DefaultEngine.ini index 365ea413..26289f4e 100644 --- a/Config/DefaultEngine.ini +++ b/Config/DefaultEngine.ini @@ -41,6 +41,8 @@ r.Lumen.HardwareRayTracing=True r.ReflectionMethod=1 r.ReflectionCaptureResolution=256 r.Lumen.HardwareRayTracing.LightingMode=2 +r.SkinCache.SceneMemoryLimitInMB=256.000000 +r.AntiAliasingMethod=2 [/Script/Engine.UserInterfaceSettings] UIScaleCurve=(EditorCurveData=(Keys=((Time=540.000000,Value=0.250000),(Time=2160.000000,Value=1.000000)),DefaultValue=340282346638528859811704183484516925440.000000,PreInfinityExtrap=RCCE_Constant,PostInfinityExtrap=RCCE_Constant),ExternalCurve=None) @@ -140,7 +142,7 @@ AutoStreamingThreshold=0.000000 SoundCueCookQualityIndex=-1 [/Script/Engine.StreamingSettings] -s.UseBackgroundLevelStreaming=False +s.UseBackgroundLevelStreaming=True s.AsyncLoadingTimeLimit=5.000000 s.PriorityAsyncLoadingExtraTime=7.000000 s.LevelStreamingActorsUpdateTimeLimit=2.000000 @@ -175,6 +177,9 @@ AgentMaxStepHeight=20.000000 AgentRadius=15.000000 CellSize=15.000000 ObservedPathsTickInterval=1.000000 +MaxSimultaneousTileGenerationJobsCount=64 +RegionChunkSplits=8 +LayerChunkSplits=8 [HTTPServer.Listeners] DefaultBindAddress=0.0.0.0 @@ -183,9 +188,9 @@ DefaultBindPort=1488 [/Script/DLSS.DLSSSettings] bEnableDLSSVulkan=False bEnableDLSSD3D11=False -bEnableDLSSInEditorViewports=False +bEnableDLSSInEditorViewports=True bEnableDLSSInPlayInEditorViewports=True -bShowDLSSSDebugOnScreenMessages=False +bShowDLSSSDebugOnScreenMessages=True [/Script/Engine.GarbageCollectionSettings] gc.IncrementalBeginDestroyEnabled=False diff --git a/Content/AssetPacks/CarMoveSpline/BP/BP_CarSpline.uasset b/Content/AssetPacks/CarMoveSpline/BP/BP_CarSpline.uasset index 448fb2cd..ea9b3f2f 100644 Binary files a/Content/AssetPacks/CarMoveSpline/BP/BP_CarSpline.uasset and b/Content/AssetPacks/CarMoveSpline/BP/BP_CarSpline.uasset differ diff --git a/Content/AssetPacks/CarMoveSpline/BP/BP_CarStatic.uasset b/Content/AssetPacks/CarMoveSpline/BP/BP_CarStatic.uasset index 2de91d7c..809e1892 100644 Binary files a/Content/AssetPacks/CarMoveSpline/BP/BP_CarStatic.uasset and b/Content/AssetPacks/CarMoveSpline/BP/BP_CarStatic.uasset differ diff --git a/Content/Blueprints/Lamp/BP_lampStreet_Bars_lamp_big.uasset b/Content/Blueprints/Lamp/BP_lampStreet_Bars_lamp_big.uasset index 350fdf99..107e966a 100644 Binary files a/Content/Blueprints/Lamp/BP_lampStreet_Bars_lamp_big.uasset and b/Content/Blueprints/Lamp/BP_lampStreet_Bars_lamp_big.uasset differ diff --git a/Content/Blueprints/Lamp/BP_lampStreet_GP07_Lamppost.uasset b/Content/Blueprints/Lamp/BP_lampStreet_GP07_Lamppost.uasset index 1b2e1a56..6d3e39cc 100644 Binary files a/Content/Blueprints/Lamp/BP_lampStreet_GP07_Lamppost.uasset and b/Content/Blueprints/Lamp/BP_lampStreet_GP07_Lamppost.uasset differ diff --git a/Content/Blueprints/Lamp/BP_lampStreet_GP07_LightBuilding.uasset b/Content/Blueprints/Lamp/BP_lampStreet_GP07_LightBuilding.uasset index 6c7d638e..dc488d25 100644 Binary files a/Content/Blueprints/Lamp/BP_lampStreet_GP07_LightBuilding.uasset and b/Content/Blueprints/Lamp/BP_lampStreet_GP07_LightBuilding.uasset differ diff --git a/Content/Blueprints/Lamp/BP_lampStreet_GP07_LightColumn.uasset b/Content/Blueprints/Lamp/BP_lampStreet_GP07_LightColumn.uasset index 3a067201..dccb372f 100644 Binary files a/Content/Blueprints/Lamp/BP_lampStreet_GP07_LightColumn.uasset and b/Content/Blueprints/Lamp/BP_lampStreet_GP07_LightColumn.uasset differ diff --git a/Content/Blueprints/Player/CM.uasset b/Content/Blueprints/Player/CM.uasset index 4e349f86..31be5479 100644 Binary files a/Content/Blueprints/Player/CM.uasset and b/Content/Blueprints/Player/CM.uasset differ diff --git a/Content/Blueprints/Player/GI.uasset b/Content/Blueprints/Player/GI.uasset index 54cc4fb5..0e5e65f1 100644 Binary files a/Content/Blueprints/Player/GI.uasset and b/Content/Blueprints/Player/GI.uasset differ diff --git a/Content/Blueprints/Player/MathAndConvertFns.uasset b/Content/Blueprints/Player/MathAndConvertFns.uasset index ab56fdef..94e8873a 100644 Binary files a/Content/Blueprints/Player/MathAndConvertFns.uasset and b/Content/Blueprints/Player/MathAndConvertFns.uasset differ diff --git a/Content/Blueprints/Player/MyPawn.uasset b/Content/Blueprints/Player/MyPawn.uasset index 612e87b8..6e2a5dd9 100644 Binary files a/Content/Blueprints/Player/MyPawn.uasset and b/Content/Blueprints/Player/MyPawn.uasset differ diff --git a/Content/Blueprints/Player/VR/VRHand.uasset b/Content/Blueprints/Player/VR/VRHand.uasset index 31782621..dda06a2d 100644 Binary files a/Content/Blueprints/Player/VR/VRHand.uasset and b/Content/Blueprints/Player/VR/VRHand.uasset differ diff --git a/Content/Blueprints/Player/VR/VRPawn.uasset b/Content/Blueprints/Player/VR/VRPawn.uasset index ccb9b073..68e160d0 100644 Binary files a/Content/Blueprints/Player/VR/VRPawn.uasset and b/Content/Blueprints/Player/VR/VRPawn.uasset differ diff --git a/Content/Blueprints/Player/VR/fantomMap1.uasset b/Content/Blueprints/Player/VR/fantomMap1.uasset index fd13bed5..86083f91 100644 Binary files a/Content/Blueprints/Player/VR/fantomMap1.uasset and b/Content/Blueprints/Player/VR/fantomMap1.uasset differ diff --git a/Content/Blueprints/UI/Actors/TouchPoint.uasset b/Content/Blueprints/UI/Actors/TouchPoint.uasset index bdb5e406..16260eae 100644 Binary files a/Content/Blueprints/UI/Actors/TouchPoint.uasset and b/Content/Blueprints/UI/Actors/TouchPoint.uasset differ diff --git a/Content/Blueprints/UI/Actors/flatCAP.uasset b/Content/Blueprints/UI/Actors/flatCAP.uasset index d4cf535d..9a641eb7 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/Materials/M_cap.uasset b/Content/Blueprints/UI/Materials/M_cap.uasset index 7a400d5d..0c4c55fd 100644 Binary files a/Content/Blueprints/UI/Materials/M_cap.uasset and b/Content/Blueprints/UI/Materials/M_cap.uasset differ diff --git a/Content/Blueprints/UI/Materials/M_cap_hall.uasset b/Content/Blueprints/UI/Materials/M_cap_hall.uasset index 9813ab65..ee31b705 100644 Binary files a/Content/Blueprints/UI/Materials/M_cap_hall.uasset and b/Content/Blueprints/UI/Materials/M_cap_hall.uasset differ diff --git a/Content/Blueprints/UI/Others/FlatData.uasset b/Content/Blueprints/UI/Others/FlatData.uasset index f3c44470..04c2ec98 100644 Binary files a/Content/Blueprints/UI/Others/FlatData.uasset and b/Content/Blueprints/UI/Others/FlatData.uasset differ diff --git a/Content/Blueprints/UI/Others/InfraData.uasset b/Content/Blueprints/UI/Others/InfraData.uasset index b28e06b3..a0aff568 100644 Binary files a/Content/Blueprints/UI/Others/InfraData.uasset and b/Content/Blueprints/UI/Others/InfraData.uasset differ diff --git a/Content/Blueprints/UI/WBPS/Imgs/flatPlans/default.uasset b/Content/Blueprints/UI/WBPS/Imgs/flatPlans/default.uasset new file mode 100644 index 00000000..879c58be Binary files /dev/null and b/Content/Blueprints/UI/WBPS/Imgs/flatPlans/default.uasset differ diff --git a/Content/Blueprints/UI/WBPS/KPWidget.uasset b/Content/Blueprints/UI/WBPS/KPWidget.uasset index c41cb719..7c5071b2 100644 Binary files a/Content/Blueprints/UI/WBPS/KPWidget.uasset and b/Content/Blueprints/UI/WBPS/KPWidget.uasset differ diff --git a/Content/Blueprints/UI/WBPS/Menu/infraCylinder.uasset b/Content/Blueprints/UI/WBPS/Menu/infraCylinder.uasset index 7596b6d9..c6128c5f 100644 Binary files a/Content/Blueprints/UI/WBPS/Menu/infraCylinder.uasset and b/Content/Blueprints/UI/WBPS/Menu/infraCylinder.uasset differ diff --git a/Content/Blueprints/UI/WBPS/Menu/menuSecondLine.uasset b/Content/Blueprints/UI/WBPS/Menu/menuSecondLine.uasset index 6a4d5ea1..2603a513 100644 Binary files a/Content/Blueprints/UI/WBPS/Menu/menuSecondLine.uasset and b/Content/Blueprints/UI/WBPS/Menu/menuSecondLine.uasset differ diff --git a/Content/Blueprints/UI/WBPS/Menu/sessionEnd.uasset b/Content/Blueprints/UI/WBPS/Menu/sessionEnd.uasset index 47d95d9a..bde146a8 100644 Binary files a/Content/Blueprints/UI/WBPS/Menu/sessionEnd.uasset and b/Content/Blueprints/UI/WBPS/Menu/sessionEnd.uasset differ diff --git a/Content/Blueprints/UI/WBPS/Menu/settings.uasset b/Content/Blueprints/UI/WBPS/Menu/settings.uasset index 3eeb9dd4..ddaadca8 100644 Binary files a/Content/Blueprints/UI/WBPS/Menu/settings.uasset and b/Content/Blueprints/UI/WBPS/Menu/settings.uasset differ diff --git a/Content/Blueprints/UI/WBPS/VR/menuVR.uasset b/Content/Blueprints/UI/WBPS/VR/menuVR.uasset index b68ad731..04d8f5e6 100644 Binary files a/Content/Blueprints/UI/WBPS/VR/menuVR.uasset and b/Content/Blueprints/UI/WBPS/VR/menuVR.uasset differ diff --git a/Content/Blueprints/UI/WBPS/filter/Filter.uasset b/Content/Blueprints/UI/WBPS/filter/Filter.uasset index b714c960..b0e009d5 100644 Binary files a/Content/Blueprints/UI/WBPS/filter/Filter.uasset and b/Content/Blueprints/UI/WBPS/filter/Filter.uasset differ diff --git a/Content/Blueprints/UI/WBPS/filter/FlatCard.uasset b/Content/Blueprints/UI/WBPS/filter/FlatCard.uasset index 085240d2..77ad72d1 100644 Binary files a/Content/Blueprints/UI/WBPS/filter/FlatCard.uasset and b/Content/Blueprints/UI/WBPS/filter/FlatCard.uasset differ diff --git a/Content/Blueprints/UI/WBPS/flatPlan.uasset b/Content/Blueprints/UI/WBPS/flatPlan.uasset index 8f55e052..f91586f9 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/Generators/ZaborGenerator.uasset b/Content/Blueprints/Utils/Generators/ZaborGenerator.uasset index 6b9c64cb..a964e1da 100644 Binary files a/Content/Blueprints/Utils/Generators/ZaborGenerator.uasset and b/Content/Blueprints/Utils/Generators/ZaborGenerator.uasset differ diff --git a/Content/Blueprints/Utils/Generators/splineMoverHuman.uasset b/Content/Blueprints/Utils/Generators/splineMoverHuman.uasset index 15df7e3a..1eee3e78 100644 Binary files a/Content/Blueprints/Utils/Generators/splineMoverHuman.uasset and b/Content/Blueprints/Utils/Generators/splineMoverHuman.uasset differ diff --git a/Content/Blueprints/World/BP_House.uasset b/Content/Blueprints/World/BP_House.uasset index 734a5cf4..1ce1c8ba 100644 Binary files a/Content/Blueprints/World/BP_House.uasset and b/Content/Blueprints/World/BP_House.uasset differ diff --git a/Content/CityPark/Materials/Particles/MI_Fountain.uasset b/Content/CityPark/Materials/Particles/MI_Fountain.uasset index 0245c812..cb0c5202 100644 Binary files a/Content/CityPark/Materials/Particles/MI_Fountain.uasset and b/Content/CityPark/Materials/Particles/MI_Fountain.uasset differ diff --git a/Content/Furniture/Vol2_Unsorted/FurniturePack/Materials/Metal/M_Metal.uasset b/Content/Furniture/Vol2_Unsorted/FurniturePack/Materials/Metal/M_Metal.uasset index 278ab954..5431bc69 100644 Binary files a/Content/Furniture/Vol2_Unsorted/FurniturePack/Materials/Metal/M_Metal.uasset and b/Content/Furniture/Vol2_Unsorted/FurniturePack/Materials/Metal/M_Metal.uasset differ diff --git a/Content/Maps/Interiors/GP7/S01/GP7_S01_F01_MOP.umap b/Content/Maps/Interiors/GP7/S01/GP7_S01_F01_MOP.umap index a8c038f4..95bd6355 100644 Binary files a/Content/Maps/Interiors/GP7/S01/GP7_S01_F01_MOP.umap and b/Content/Maps/Interiors/GP7/S01/GP7_S01_F01_MOP.umap differ diff --git a/Content/Maps/Interiors/GP7/S01/GP7_S01_F02-22_MOP.umap b/Content/Maps/Interiors/GP7/S01/GP7_S01_F02-22_MOP.umap index 95278957..20a1d41c 100644 Binary files a/Content/Maps/Interiors/GP7/S01/GP7_S01_F02-22_MOP.umap and b/Content/Maps/Interiors/GP7/S01/GP7_S01_F02-22_MOP.umap differ diff --git a/Content/Maps/Interiors/GP7/S01/GP7_S01_F02_P.umap b/Content/Maps/Interiors/GP7/S01/GP7_S01_F02_P.umap index 0cc3149c..4a110a16 100644 Binary files a/Content/Maps/Interiors/GP7/S01/GP7_S01_F02_P.umap and b/Content/Maps/Interiors/GP7/S01/GP7_S01_F02_P.umap differ diff --git a/Content/Maps/Interiors/GP7/S01/GP7_S01_F03-05_P.umap b/Content/Maps/Interiors/GP7/S01/GP7_S01_F03-05_P.umap index 69031511..ceffb272 100644 Binary files a/Content/Maps/Interiors/GP7/S01/GP7_S01_F03-05_P.umap and b/Content/Maps/Interiors/GP7/S01/GP7_S01_F03-05_P.umap differ diff --git a/Content/Maps/Interiors/GP7/S01/GP7_S01_F06-10_P.umap b/Content/Maps/Interiors/GP7/S01/GP7_S01_F06-10_P.umap index 2444365d..5d8fea39 100644 Binary files a/Content/Maps/Interiors/GP7/S01/GP7_S01_F06-10_P.umap and b/Content/Maps/Interiors/GP7/S01/GP7_S01_F06-10_P.umap differ diff --git a/Content/Maps/Interiors/GP7/S01/GP7_S01_F11-19_P.umap b/Content/Maps/Interiors/GP7/S01/GP7_S01_F11-19_P.umap index a16790f2..de1a8196 100644 Binary files a/Content/Maps/Interiors/GP7/S01/GP7_S01_F11-19_P.umap and b/Content/Maps/Interiors/GP7/S01/GP7_S01_F11-19_P.umap differ diff --git a/Content/Maps/Interiors/GP7/S01/GP7_S01_F20_P.umap b/Content/Maps/Interiors/GP7/S01/GP7_S01_F20_P.umap index 62ec816c..b8190070 100644 Binary files a/Content/Maps/Interiors/GP7/S01/GP7_S01_F20_P.umap and b/Content/Maps/Interiors/GP7/S01/GP7_S01_F20_P.umap differ diff --git a/Content/Maps/Interiors/GP7/S01/GP7_S01_F21-22_P.umap b/Content/Maps/Interiors/GP7/S01/GP7_S01_F21-22_P.umap index 897b5c90..549419ab 100644 Binary files a/Content/Maps/Interiors/GP7/S01/GP7_S01_F21-22_P.umap and b/Content/Maps/Interiors/GP7/S01/GP7_S01_F21-22_P.umap differ diff --git a/Content/Maps/Interiors/GP7/S01/GP7_S01_F23-24_MOP.umap b/Content/Maps/Interiors/GP7/S01/GP7_S01_F23-24_MOP.umap index df0cb024..effaa12c 100644 Binary files a/Content/Maps/Interiors/GP7/S01/GP7_S01_F23-24_MOP.umap and b/Content/Maps/Interiors/GP7/S01/GP7_S01_F23-24_MOP.umap differ diff --git a/Content/Maps/Interiors/GP7/S01/GP7_S01_F23_P.umap b/Content/Maps/Interiors/GP7/S01/GP7_S01_F23_P.umap index 70cf26ca..78772dd5 100644 Binary files a/Content/Maps/Interiors/GP7/S01/GP7_S01_F23_P.umap and b/Content/Maps/Interiors/GP7/S01/GP7_S01_F23_P.umap differ diff --git a/Content/Maps/Interiors/GP7/S01/GP7_S01_F24_P.umap b/Content/Maps/Interiors/GP7/S01/GP7_S01_F24_P.umap index 18be19fa..4d3fdfb8 100644 Binary files a/Content/Maps/Interiors/GP7/S01/GP7_S01_F24_P.umap and b/Content/Maps/Interiors/GP7/S01/GP7_S01_F24_P.umap differ diff --git a/Content/Maps/Interiors/GP7/S02/GP7_S02_F02-18_MOP.umap b/Content/Maps/Interiors/GP7/S02/GP7_S02_F02-18_MOP.umap index 5f978d09..4ea88eb1 100644 Binary files a/Content/Maps/Interiors/GP7/S02/GP7_S02_F02-18_MOP.umap and b/Content/Maps/Interiors/GP7/S02/GP7_S02_F02-18_MOP.umap differ diff --git a/Content/Maps/Interiors/GP7/S02/GP7_S02_F02_P.umap b/Content/Maps/Interiors/GP7/S02/GP7_S02_F02_P.umap index 3f91f93c..ba74d985 100644 Binary files a/Content/Maps/Interiors/GP7/S02/GP7_S02_F02_P.umap and b/Content/Maps/Interiors/GP7/S02/GP7_S02_F02_P.umap differ diff --git a/Content/Maps/Interiors/GP7/S02/GP7_S02_F03-16_P.umap b/Content/Maps/Interiors/GP7/S02/GP7_S02_F03-16_P.umap index 40f9c268..170a8a84 100644 Binary files a/Content/Maps/Interiors/GP7/S02/GP7_S02_F03-16_P.umap and b/Content/Maps/Interiors/GP7/S02/GP7_S02_F03-16_P.umap differ diff --git a/Content/Maps/Interiors/GP7/S02/GP7_S02_F17_P.umap b/Content/Maps/Interiors/GP7/S02/GP7_S02_F17_P.umap index fc7987e3..2da5973c 100644 Binary files a/Content/Maps/Interiors/GP7/S02/GP7_S02_F17_P.umap and b/Content/Maps/Interiors/GP7/S02/GP7_S02_F17_P.umap differ diff --git a/Content/Maps/Interiors/GP7/S02/GP7_S02_F18_P.umap b/Content/Maps/Interiors/GP7/S02/GP7_S02_F18_P.umap index b1c3989d..9dd1df1e 100644 Binary files a/Content/Maps/Interiors/GP7/S02/GP7_S02_F18_P.umap and b/Content/Maps/Interiors/GP7/S02/GP7_S02_F18_P.umap differ diff --git a/Content/Maps/Interiors/GP7/S03/GP7_S03-F13_MOP.umap b/Content/Maps/Interiors/GP7/S03/GP7_S03-F13_MOP.umap deleted file mode 100644 index facc272a..00000000 Binary files a/Content/Maps/Interiors/GP7/S03/GP7_S03-F13_MOP.umap and /dev/null differ diff --git a/Content/Maps/Interiors/GP7/S03/GP7_S03_F02-12_MOP.umap b/Content/Maps/Interiors/GP7/S03/GP7_S03_F02-12_MOP.umap index a20a3852..9166e5a8 100644 Binary files a/Content/Maps/Interiors/GP7/S03/GP7_S03_F02-12_MOP.umap and b/Content/Maps/Interiors/GP7/S03/GP7_S03_F02-12_MOP.umap differ diff --git a/Content/Maps/Interiors/GP7/S03/GP7_S03_F02_P.umap b/Content/Maps/Interiors/GP7/S03/GP7_S03_F02_P.umap index 1e635371..6f2106c3 100644 Binary files a/Content/Maps/Interiors/GP7/S03/GP7_S03_F02_P.umap and b/Content/Maps/Interiors/GP7/S03/GP7_S03_F02_P.umap differ diff --git a/Content/Maps/Interiors/GP7/S03/GP7_S03_F03-12_P.umap b/Content/Maps/Interiors/GP7/S03/GP7_S03_F03-12_P.umap index feed8505..7be772b8 100644 Binary files a/Content/Maps/Interiors/GP7/S03/GP7_S03_F03-12_P.umap and b/Content/Maps/Interiors/GP7/S03/GP7_S03_F03-12_P.umap differ diff --git a/Content/Maps/Interiors/GP7/S03/GP7_S03_F13-14_P.umap b/Content/Maps/Interiors/GP7/S03/GP7_S03_F13-14_P.umap index cf8e94b2..1aaaacdd 100644 Binary files a/Content/Maps/Interiors/GP7/S03/GP7_S03_F13-14_P.umap and b/Content/Maps/Interiors/GP7/S03/GP7_S03_F13-14_P.umap differ diff --git a/Content/Maps/Interiors/GP7/S03/GP7_S03_F13_MOP.umap b/Content/Maps/Interiors/GP7/S03/GP7_S03_F13_MOP.umap new file mode 100644 index 00000000..eef3c958 Binary files /dev/null and b/Content/Maps/Interiors/GP7/S03/GP7_S03_F13_MOP.umap differ diff --git a/Content/Maps/Interiors/GP7/S03/GP7_S03_F15_P.umap b/Content/Maps/Interiors/GP7/S03/GP7_S03_F15_P.umap index 9355511c..12ee1889 100644 Binary files a/Content/Maps/Interiors/GP7/S03/GP7_S03_F15_P.umap and b/Content/Maps/Interiors/GP7/S03/GP7_S03_F15_P.umap differ diff --git a/Content/Maps/Interiors/GP7/S04/GP7_S04_F02-15_MOP.umap b/Content/Maps/Interiors/GP7/S04/GP7_S04_F02-15_MOP.umap index 78a1d544..8bb48a8e 100644 Binary files a/Content/Maps/Interiors/GP7/S04/GP7_S04_F02-15_MOP.umap and b/Content/Maps/Interiors/GP7/S04/GP7_S04_F02-15_MOP.umap differ diff --git a/Content/Maps/Interiors/GP7/S04/GP7_S04_F02_P.umap b/Content/Maps/Interiors/GP7/S04/GP7_S04_F02_P.umap index d6216b10..da525aec 100644 Binary files a/Content/Maps/Interiors/GP7/S04/GP7_S04_F02_P.umap and b/Content/Maps/Interiors/GP7/S04/GP7_S04_F02_P.umap differ diff --git a/Content/Maps/Interiors/GP7/S04/GP7_S04_F03-10_P.umap b/Content/Maps/Interiors/GP7/S04/GP7_S04_F03-10_P.umap index 95f186cf..8682629c 100644 Binary files a/Content/Maps/Interiors/GP7/S04/GP7_S04_F03-10_P.umap and b/Content/Maps/Interiors/GP7/S04/GP7_S04_F03-10_P.umap differ diff --git a/Content/Maps/Interiors/GP7/S04/GP7_S04_F11-12_P.umap b/Content/Maps/Interiors/GP7/S04/GP7_S04_F11-12_P.umap index 1fd7e99b..4eddba9a 100644 Binary files a/Content/Maps/Interiors/GP7/S04/GP7_S04_F11-12_P.umap and b/Content/Maps/Interiors/GP7/S04/GP7_S04_F11-12_P.umap differ diff --git a/Content/Maps/Interiors/GP7/S04/GP7_S04_F13_P.umap b/Content/Maps/Interiors/GP7/S04/GP7_S04_F13_P.umap index b1c92a24..2355ccbe 100644 Binary files a/Content/Maps/Interiors/GP7/S04/GP7_S04_F13_P.umap and b/Content/Maps/Interiors/GP7/S04/GP7_S04_F13_P.umap differ diff --git a/Content/Maps/Interiors/GP7/S04/GP7_S04_F14-15_P.umap b/Content/Maps/Interiors/GP7/S04/GP7_S04_F14-15_P.umap index 9edddde1..de6cbcbf 100644 Binary files a/Content/Maps/Interiors/GP7/S04/GP7_S04_F14-15_P.umap and b/Content/Maps/Interiors/GP7/S04/GP7_S04_F14-15_P.umap differ diff --git a/Content/Maps/Interiors/GP7/S04/GP7_S04_F16-18_MOP.umap b/Content/Maps/Interiors/GP7/S04/GP7_S04_F16-18_MOP.umap index 0f78a8df..bd044b81 100644 Binary files a/Content/Maps/Interiors/GP7/S04/GP7_S04_F16-18_MOP.umap and b/Content/Maps/Interiors/GP7/S04/GP7_S04_F16-18_MOP.umap differ diff --git a/Content/Maps/Interiors/GP7/S04/GP7_S04_F16_P.umap b/Content/Maps/Interiors/GP7/S04/GP7_S04_F16_P.umap index c281d229..89398296 100644 Binary files a/Content/Maps/Interiors/GP7/S04/GP7_S04_F16_P.umap and b/Content/Maps/Interiors/GP7/S04/GP7_S04_F16_P.umap differ diff --git a/Content/Maps/Interiors/GP7/S04/GP7_S04_F17_P.umap b/Content/Maps/Interiors/GP7/S04/GP7_S04_F17_P.umap index b5640f28..d80ddbb8 100644 Binary files a/Content/Maps/Interiors/GP7/S04/GP7_S04_F17_P.umap and b/Content/Maps/Interiors/GP7/S04/GP7_S04_F17_P.umap differ diff --git a/Content/Maps/Interiors/GP7/S04/GP7_S04_F18_P.umap b/Content/Maps/Interiors/GP7/S04/GP7_S04_F18_P.umap index fd1245b9..49727538 100644 Binary files a/Content/Maps/Interiors/GP7/S04/GP7_S04_F18_P.umap and b/Content/Maps/Interiors/GP7/S04/GP7_S04_F18_P.umap differ diff --git a/Content/Maps/Interiors/GP7/S05/GP7_S05-F08_MOP.umap b/Content/Maps/Interiors/GP7/S05/GP7_S05-F08_MOP.umap deleted file mode 100644 index d1e9c4e8..00000000 Binary files a/Content/Maps/Interiors/GP7/S05/GP7_S05-F08_MOP.umap and /dev/null differ diff --git a/Content/Maps/Interiors/GP7/S05/GP7_S05-F09_MOP.umap b/Content/Maps/Interiors/GP7/S05/GP7_S05-F09_MOP.umap deleted file mode 100644 index 10fb74af..00000000 Binary files a/Content/Maps/Interiors/GP7/S05/GP7_S05-F09_MOP.umap and /dev/null differ diff --git a/Content/Maps/Interiors/GP7/S05/GP7_S05_F02-07_MOP.umap b/Content/Maps/Interiors/GP7/S05/GP7_S05_F02-07_MOP.umap index 65e62613..e3ef4dce 100644 Binary files a/Content/Maps/Interiors/GP7/S05/GP7_S05_F02-07_MOP.umap and b/Content/Maps/Interiors/GP7/S05/GP7_S05_F02-07_MOP.umap differ diff --git a/Content/Maps/Interiors/GP7/S05/GP7_S05_F02_P.umap b/Content/Maps/Interiors/GP7/S05/GP7_S05_F02_P.umap index 820cbc14..6c7c4658 100644 Binary files a/Content/Maps/Interiors/GP7/S05/GP7_S05_F02_P.umap and b/Content/Maps/Interiors/GP7/S05/GP7_S05_F02_P.umap differ diff --git a/Content/Maps/Interiors/GP7/S05/GP7_S05_F03-07_P.umap b/Content/Maps/Interiors/GP7/S05/GP7_S05_F03-07_P.umap index 51e6a7f1..84a2218b 100644 Binary files a/Content/Maps/Interiors/GP7/S05/GP7_S05_F03-07_P.umap and b/Content/Maps/Interiors/GP7/S05/GP7_S05_F03-07_P.umap differ diff --git a/Content/Maps/Interiors/GP7/S05/GP7_S05_F08_MOP.umap b/Content/Maps/Interiors/GP7/S05/GP7_S05_F08_MOP.umap new file mode 100644 index 00000000..76298f85 Binary files /dev/null and b/Content/Maps/Interiors/GP7/S05/GP7_S05_F08_MOP.umap differ diff --git a/Content/Maps/Interiors/GP7/S05/GP7_S05_F08_P.umap b/Content/Maps/Interiors/GP7/S05/GP7_S05_F08_P.umap index b65bf53c..264575b6 100644 Binary files a/Content/Maps/Interiors/GP7/S05/GP7_S05_F08_P.umap and b/Content/Maps/Interiors/GP7/S05/GP7_S05_F08_P.umap differ diff --git a/Content/Maps/Interiors/GP7/S05/GP7_S05_F09_MOP.umap b/Content/Maps/Interiors/GP7/S05/GP7_S05_F09_MOP.umap new file mode 100644 index 00000000..d2faa0e7 Binary files /dev/null and b/Content/Maps/Interiors/GP7/S05/GP7_S05_F09_MOP.umap differ diff --git a/Content/Maps/Interiors/GP7/S05/GP7_S05_F09_P.umap b/Content/Maps/Interiors/GP7/S05/GP7_S05_F09_P.umap index 4ed6ccea..10f6e259 100644 Binary files a/Content/Maps/Interiors/GP7/S05/GP7_S05_F09_P.umap and b/Content/Maps/Interiors/GP7/S05/GP7_S05_F09_P.umap differ diff --git a/Content/Maps/Landscape.umap b/Content/Maps/Landscape.umap index 190289e3..810884bb 100644 Binary files a/Content/Maps/Landscape.umap and b/Content/Maps/Landscape.umap differ diff --git a/Content/Maps/MainScene.umap b/Content/Maps/MainScene.umap index 8ad6dde5..f86dd402 100644 Binary files a/Content/Maps/MainScene.umap and b/Content/Maps/MainScene.umap differ diff --git a/Content/Maps/Main_Building.umap b/Content/Maps/Main_Building.umap index 68143afe..ccfe5e43 100644 Binary files a/Content/Maps/Main_Building.umap and b/Content/Maps/Main_Building.umap differ diff --git a/Content/Maps/Yard_GP7-8.umap b/Content/Maps/Yard_GP7-8.umap index 54a713e5..c83d8d34 100644 Binary files a/Content/Maps/Yard_GP7-8.umap and b/Content/Maps/Yard_GP7-8.umap differ diff --git a/Content/Maps/lighting.umap b/Content/Maps/lighting.umap index c73f2f77..0e95f32e 100644 Binary files a/Content/Maps/lighting.umap and b/Content/Maps/lighting.umap differ diff --git a/Content/Maps/mainsceneStuff.umap b/Content/Maps/mainsceneStuff.umap index dcd7cbd1..71877621 100644 Binary files a/Content/Maps/mainsceneStuff.umap and b/Content/Maps/mainsceneStuff.umap differ diff --git a/Content/Maps/people.umap b/Content/Maps/people.umap index 3675763e..5dc1d3b1 100644 Binary files a/Content/Maps/people.umap and b/Content/Maps/people.umap differ diff --git a/Content/Maps/test.umap b/Content/Maps/test.umap index d1781c90..9b541d3a 100644 Binary files a/Content/Maps/test.umap and b/Content/Maps/test.umap differ diff --git a/Content/Materials/Instances/MI_Floor_Parquet_Min.uasset b/Content/Materials/Instances/MI_Floor_Parquet_Min.uasset index 318c72d5..f6201329 100644 Binary files a/Content/Materials/Instances/MI_Floor_Parquet_Min.uasset and b/Content/Materials/Instances/MI_Floor_Parquet_Min.uasset differ diff --git a/Content/Materials/Instances/MI_Floor_Parquet_Min1.uasset b/Content/Materials/Instances/MI_Floor_Parquet_Min1.uasset index 93db40de..934dd767 100644 Binary files a/Content/Materials/Instances/MI_Floor_Parquet_Min1.uasset and b/Content/Materials/Instances/MI_Floor_Parquet_Min1.uasset differ diff --git a/Content/Materials/Masters/Common/M_holo.uasset b/Content/Materials/Masters/Common/M_holo.uasset index ce7edae5..15bed133 100644 Binary files a/Content/Materials/Masters/Common/M_holo.uasset and b/Content/Materials/Masters/Common/M_holo.uasset differ diff --git a/Content/Materials/Masters/Common/M_holo_house.uasset b/Content/Materials/Masters/Common/M_holo_house.uasset index 83c0d17a..765bcfe7 100644 Binary files a/Content/Materials/Masters/Common/M_holo_house.uasset and b/Content/Materials/Masters/Common/M_holo_house.uasset differ diff --git a/Content/Meshes/Exterior/Yard/GP7_8_re/SM_GP7_8_SM_GP7_Group3.uasset b/Content/Meshes/Exterior/Yard/GP7_8_re/SM_GP7_8_SM_GP7_Group3.uasset index 3e956bc1..bd300fda 100644 Binary files a/Content/Meshes/Exterior/Yard/GP7_8_re/SM_GP7_8_SM_GP7_Group3.uasset and b/Content/Meshes/Exterior/Yard/GP7_8_re/SM_GP7_8_SM_GP7_Group3.uasset differ diff --git a/Content/Meshes/Exterior/Yard/GP7_8_re/SM_GP7_8_SM_GP7_Group4.uasset b/Content/Meshes/Exterior/Yard/GP7_8_re/SM_GP7_8_SM_GP7_Group4.uasset index 5a925d51..f1d1bac7 100644 Binary files a/Content/Meshes/Exterior/Yard/GP7_8_re/SM_GP7_8_SM_GP7_Group4.uasset and b/Content/Meshes/Exterior/Yard/GP7_8_re/SM_GP7_8_SM_GP7_Group4.uasset differ diff --git a/Content/Meshes/Exterior/Yard/GP7_8_re/SM_GP7_8_SM_GP7_Group5.uasset b/Content/Meshes/Exterior/Yard/GP7_8_re/SM_GP7_8_SM_GP7_Group5.uasset index a584f5a3..5b934ab2 100644 Binary files a/Content/Meshes/Exterior/Yard/GP7_8_re/SM_GP7_8_SM_GP7_Group5.uasset and b/Content/Meshes/Exterior/Yard/GP7_8_re/SM_GP7_8_SM_GP7_Group5.uasset differ diff --git a/Content/Meshes/Lightning/Commercial/BP_Commercial_light_Child.uasset b/Content/Meshes/Lightning/Commercial/BP_Commercial_light_Child.uasset index 27000dba..d801a23a 100644 Binary files a/Content/Meshes/Lightning/Commercial/BP_Commercial_light_Child.uasset and b/Content/Meshes/Lightning/Commercial/BP_Commercial_light_Child.uasset differ diff --git a/Content/Meshes/Lightning/M_NightLight_Outside.uasset b/Content/Meshes/Lightning/M_NightLight_Outside.uasset index 378b8ee4..82fce62c 100644 Binary files a/Content/Meshes/Lightning/M_NightLight_Outside.uasset and b/Content/Meshes/Lightning/M_NightLight_Outside.uasset differ diff --git a/Content/Meshes/Plane.uasset b/Content/Meshes/Plane.uasset index afd5d40b..6141872e 100644 Binary files a/Content/Meshes/Plane.uasset and b/Content/Meshes/Plane.uasset differ diff --git a/Content/Meshes/houses/GP7/SM_GP7_S01.uasset b/Content/Meshes/houses/GP7/SM_GP7_S01.uasset index 7a0aaa28..1fe23760 100644 Binary files a/Content/Meshes/houses/GP7/SM_GP7_S01.uasset and b/Content/Meshes/houses/GP7/SM_GP7_S01.uasset differ diff --git a/Content/Meshes/houses/GP7/SM_GP7_S02.uasset b/Content/Meshes/houses/GP7/SM_GP7_S02.uasset index f8abec63..ff34e3f0 100644 Binary files a/Content/Meshes/houses/GP7/SM_GP7_S02.uasset and b/Content/Meshes/houses/GP7/SM_GP7_S02.uasset differ diff --git a/Content/Meshes/houses/GP7/SM_GP7_S03.uasset b/Content/Meshes/houses/GP7/SM_GP7_S03.uasset index 9649f223..59fb99b7 100644 Binary files a/Content/Meshes/houses/GP7/SM_GP7_S03.uasset and b/Content/Meshes/houses/GP7/SM_GP7_S03.uasset differ diff --git a/Content/Meshes/houses/GP7/SM_GP7_S04.uasset b/Content/Meshes/houses/GP7/SM_GP7_S04.uasset index 36837ef2..6871acf5 100644 Binary files a/Content/Meshes/houses/GP7/SM_GP7_S04.uasset and b/Content/Meshes/houses/GP7/SM_GP7_S04.uasset differ diff --git a/Content/Meshes/houses/GP7/SM_GP7_S05.uasset b/Content/Meshes/houses/GP7/SM_GP7_S05.uasset index 6b5c7ed2..ad12aa1f 100644 Binary files a/Content/Meshes/houses/GP7/SM_GP7_S05.uasset and b/Content/Meshes/houses/GP7/SM_GP7_S05.uasset differ diff --git a/Content/Meshes/houses/GP7/SM_GP7_S06.uasset b/Content/Meshes/houses/GP7/SM_GP7_S06.uasset index 8dc169e2..309e4fa4 100644 Binary files a/Content/Meshes/houses/GP7/SM_GP7_S06.uasset and b/Content/Meshes/houses/GP7/SM_GP7_S06.uasset differ diff --git a/Content/Meshes/houses/GP7/SM_GP7_S06_Main.uasset b/Content/Meshes/houses/GP7/SM_GP7_S06_Main.uasset index 6ed7e21e..87133d72 100644 Binary files a/Content/Meshes/houses/GP7/SM_GP7_S06_Main.uasset and b/Content/Meshes/houses/GP7/SM_GP7_S06_Main.uasset differ diff --git a/Content/Meshes/houses/GP7/SM_GP7_S07.uasset b/Content/Meshes/houses/GP7/SM_GP7_S07.uasset index 8d1302b7..6c4ba771 100644 Binary files a/Content/Meshes/houses/GP7/SM_GP7_S07.uasset and b/Content/Meshes/houses/GP7/SM_GP7_S07.uasset differ diff --git a/Content/Meshes/houses/GP7/SM_GP7_S08.uasset b/Content/Meshes/houses/GP7/SM_GP7_S08.uasset index 3ebb858b..e16bb50a 100644 Binary files a/Content/Meshes/houses/GP7/SM_GP7_S08.uasset and b/Content/Meshes/houses/GP7/SM_GP7_S08.uasset differ diff --git a/Content/UltraDynamicSky/Blueprints/Ultra_Dynamic_Sky.uasset b/Content/UltraDynamicSky/Blueprints/Ultra_Dynamic_Sky.uasset index 8946c2b9..d426de75 100644 Binary files a/Content/UltraDynamicSky/Blueprints/Ultra_Dynamic_Sky.uasset and b/Content/UltraDynamicSky/Blueprints/Ultra_Dynamic_Sky.uasset differ diff --git a/Content/Xml/XMLURL.txt b/Content/Xml/XMLURL.txt index b950a75e..291f7d0a 100644 --- a/Content/Xml/XMLURL.txt +++ b/Content/Xml/XMLURL.txt @@ -1 +1 @@ -https://enco72.ru/upload/import/import.xml \ No newline at end of file +https://enco.ru/upload/import/import.xml \ No newline at end of file diff --git a/Content/sequences/videoTour.uasset b/Content/sequences/videoTour.uasset index bd681c06..0b364588 100644 Binary files a/Content/sequences/videoTour.uasset and b/Content/sequences/videoTour.uasset differ diff --git a/IvazowskyDev.uproject b/IvazowskyDev.uproject index a8f20d24..667b16eb 100644 --- a/IvazowskyDev.uproject +++ b/IvazowskyDev.uproject @@ -354,6 +354,10 @@ { "Name": "UdpMessaging", "Enabled": false + }, + { + "Name": "RenderDocPlugin", + "Enabled": false } ], "TargetPlatforms": [