diff --git a/Config/DefaultEngine.ini b/Config/DefaultEngine.ini index 4ae88640..6f0a7b69 100644 --- a/Config/DefaultEngine.ini +++ b/Config/DefaultEngine.ini @@ -5,6 +5,7 @@ r.SkinCache.CompileShaders=True None======= r.DefaultFeature.Bloom=True r.RayTracing.UseTextureLod=True +r.MinScreenRadiusForLights=0.000000 [/Script/EngineSettings.GameMapsSettings] GameDefaultMap=/Game/Maps/MainScene.MainScene @@ -78,10 +79,11 @@ GlobalDefaultGameMode=/Game/Blueprints/Player/myGM.myGM_C +CollisionChannelRedirects=(OldName="PawnMovement",NewName="Pawn") [/Script/Engine.StreamingSettings] -s.AsyncLoadingTimeLimit=10.000000 +s.AsyncLoadingTimeLimit=5.000000 None======= +CollisionChannelRedirects=(OldName="Grass",NewName="GrassFinding") s.UseBackgroundLevelStreaming=False +s.PriorityAsyncLoadingExtraTime=10.000000 [/Script/Engine.PhysicsSettings] DefaultGravityZ=-980.000000 @@ -162,3 +164,8 @@ DefaultGraphicsRHI=DefaultGraphicsRHI_DX11 [/Script/Engine.UserInterfaceSettings] UIScaleCurve=(EditorCurveData=(Keys=((Time=480.000000,Value=0.444000),(Time=720.000000,Value=0.666000),(Time=1080.000000,Value=1.000000),(Time=8640.000000,Value=8.000000)),DefaultValue=340282346638528859811704183484516925440.000000,PreInfinityExtrap=RCCE_Constant,PostInfinityExtrap=RCCE_Constant),ExternalCurve=CurveFloat'"/Game/Blueprints/UI/Others/4kDpi.4kDpi"') +[/Script/OculusHMD.OculusHMDRuntimeSettings] +bSupportsDash=True +bCompositesDepth=True +PixelDensityMin=0.900000 + diff --git a/Config/DefaultGame.ini b/Config/DefaultGame.ini index 704be97c..152e720b 100644 --- a/Config/DefaultGame.ini +++ b/Config/DefaultGame.ini @@ -11,7 +11,7 @@ bIncludeNativizedAssetsInProjectGeneration=False bExcludeMonolithicEngineHeadersInNativizedCode=False UsePakFile=True bUseIoStore=False -bGenerateChunks=False +bGenerateChunks=True bGenerateNoChunks=False bChunkHardReferencesOnly=False bForceOneChunkPerFile=False @@ -62,5 +62,6 @@ bSkipMovies=False +IniKeyBlacklist=IniSectionBlacklist +DirectoriesToAlwaysCook=(Path="/Game/Blueprints/UI/Imgs/Flats_PNG") +DirectoriesToAlwaysCook=(Path="/Game/Blueprints/UI/Imgs/VR_Components/Plans_Floor") ++DirectoriesToAlwaysCook=(Path="/Game/Mavis") +DirectoriesToNeverCook=(Path="/Game/Blueprints/UI/Imgs/Screens") diff --git a/Config/DefaultInput.ini b/Config/DefaultInput.ini index 4c9da35a..5a4fee7b 100644 --- a/Config/DefaultInput.ini +++ b/Config/DefaultInput.ini @@ -82,12 +82,10 @@ DefaultViewportMouseCaptureMode=NoCapture DefaultViewportMouseLockMode=LockOnCapture FOVScale=0.011110 DoubleClickTime=0.200000 -+ActionMappings=(ActionName="triggerL",bShift=False,bCtrl=False,bAlt=False,bCmd=False,Key=Vive_Left_Trigger_Click) +ActionMappings=(ActionName="troggerR",bShift=False,bCtrl=False,bAlt=False,bCmd=False,Key=Vive_Right_Trigger_Click) -+ActionMappings=(ActionName="triggerL",bShift=False,bCtrl=False,bAlt=False,bCmd=False,Key=OculusTouch_Left_Trigger_Click) +ActionMappings=(ActionName="troggerR",bShift=False,bCtrl=False,bAlt=False,bCmd=False,Key=OculusTouch_Right_Trigger_Click) -+ActionMappings=(ActionName="menu",bShift=False,bCtrl=False,bAlt=False,bCmd=False,Key=OculusTouch_Left_X_Click) +ActionMappings=(ActionName="menu",bShift=False,bCtrl=False,bAlt=False,bCmd=False,Key=OculusTouch_Right_A_Click) ++ActionMappings=(ActionName="menu",bShift=False,bCtrl=False,bAlt=False,bCmd=False,Key=OculusTouch_Left_X_Click) +AxisMappings=(AxisName="right",Scale=1.000000,Key=Right) +AxisMappings=(AxisName="forward",Scale=1.000000,Key=Up) +AxisMappings=(AxisName="right",Scale=-1.000000,Key=Left) diff --git a/Content/Assetpacks/Living_room/TV_Shelf/M_Shelf_TV.uasset b/Content/Assetpacks/Living_room/TV_Shelf/M_Shelf_TV.uasset new file mode 100644 index 00000000..a6ea9d6f Binary files /dev/null and b/Content/Assetpacks/Living_room/TV_Shelf/M_Shelf_TV.uasset differ diff --git a/Content/Assetpacks/Living_room/TV_Shelf/Maps/T_Shelf_TV_BC.uasset b/Content/Assetpacks/Living_room/TV_Shelf/Maps/T_Shelf_TV_BC.uasset new file mode 100644 index 00000000..ac83d10a Binary files /dev/null and b/Content/Assetpacks/Living_room/TV_Shelf/Maps/T_Shelf_TV_BC.uasset differ diff --git a/Content/Assetpacks/Living_room/TV_Shelf/Maps/T_Shelf_TV_N.uasset b/Content/Assetpacks/Living_room/TV_Shelf/Maps/T_Shelf_TV_N.uasset new file mode 100644 index 00000000..d10cadad Binary files /dev/null and b/Content/Assetpacks/Living_room/TV_Shelf/Maps/T_Shelf_TV_N.uasset differ diff --git a/Content/Assetpacks/Living_room/TV_Shelf/Maps/T_Shelf_TV_ORM.uasset b/Content/Assetpacks/Living_room/TV_Shelf/Maps/T_Shelf_TV_ORM.uasset new file mode 100644 index 00000000..b76fe8c4 Binary files /dev/null and b/Content/Assetpacks/Living_room/TV_Shelf/Maps/T_Shelf_TV_ORM.uasset differ diff --git a/Content/Assets/Living_room/TV_Shelf/SM_TV_Shelf_one_mesh_Shelf_TV_low.uasset b/Content/Assetpacks/Living_room/TV_Shelf/SM_TV_Shelf_one_mesh_Shelf_TV_low.uasset similarity index 88% rename from Content/Assets/Living_room/TV_Shelf/SM_TV_Shelf_one_mesh_Shelf_TV_low.uasset rename to Content/Assetpacks/Living_room/TV_Shelf/SM_TV_Shelf_one_mesh_Shelf_TV_low.uasset index 71bb8a21..6d5b98a1 100644 Binary files a/Content/Assets/Living_room/TV_Shelf/SM_TV_Shelf_one_mesh_Shelf_TV_low.uasset and b/Content/Assetpacks/Living_room/TV_Shelf/SM_TV_Shelf_one_mesh_Shelf_TV_low.uasset differ diff --git a/Content/Assetpacks/Maf/Bycycle_001.uasset b/Content/Assetpacks/Maf/Bycycle_001.uasset index d766eda2..486ba63d 100644 Binary files a/Content/Assetpacks/Maf/Bycycle_001.uasset and b/Content/Assetpacks/Maf/Bycycle_001.uasset differ diff --git a/Content/Assetpacks/Maf/TREK-BIELA_DERECHA.uasset b/Content/Assetpacks/Maf/TREK-BIELA_DERECHA.uasset index 4fba623f..da864c2a 100644 Binary files a/Content/Assetpacks/Maf/TREK-BIELA_DERECHA.uasset and b/Content/Assetpacks/Maf/TREK-BIELA_DERECHA.uasset differ diff --git a/Content/Assetpacks/assets.uasset b/Content/Assetpacks/assets.uasset new file mode 100644 index 00000000..3ba146b1 Binary files /dev/null and b/Content/Assetpacks/assets.uasset differ diff --git a/Content/Assets/Living_room/TV_Shelf/M_Shelf_TV.uasset b/Content/Assets/Living_room/TV_Shelf/M_Shelf_TV.uasset deleted file mode 100644 index b6087b55..00000000 Binary files a/Content/Assets/Living_room/TV_Shelf/M_Shelf_TV.uasset and /dev/null differ diff --git a/Content/Assets/Living_room/TV_Shelf/Maps/T_Shelf_TV_BC.uasset b/Content/Assets/Living_room/TV_Shelf/Maps/T_Shelf_TV_BC.uasset deleted file mode 100644 index 047666c3..00000000 Binary files a/Content/Assets/Living_room/TV_Shelf/Maps/T_Shelf_TV_BC.uasset and /dev/null differ diff --git a/Content/Assets/Living_room/TV_Shelf/Maps/T_Shelf_TV_N.uasset b/Content/Assets/Living_room/TV_Shelf/Maps/T_Shelf_TV_N.uasset deleted file mode 100644 index 6f03ff80..00000000 Binary files a/Content/Assets/Living_room/TV_Shelf/Maps/T_Shelf_TV_N.uasset and /dev/null differ diff --git a/Content/Assets/Living_room/TV_Shelf/Maps/T_Shelf_TV_ORM.uasset b/Content/Assets/Living_room/TV_Shelf/Maps/T_Shelf_TV_ORM.uasset deleted file mode 100644 index c2cb20a7..00000000 Binary files a/Content/Assets/Living_room/TV_Shelf/Maps/T_Shelf_TV_ORM.uasset and /dev/null differ diff --git a/Content/AutomotiveMaterials/Materials/CaliperPaint/MI_Caliper_Yellow.uasset b/Content/AutomotiveMaterials/Materials/CaliperPaint/MI_Caliper_Yellow.uasset deleted file mode 100644 index f4b46171..00000000 Binary files a/Content/AutomotiveMaterials/Materials/CaliperPaint/MI_Caliper_Yellow.uasset and /dev/null differ diff --git a/Content/AutomotiveMaterials/Materials/CaliperPaint/M_Caliper.uasset b/Content/AutomotiveMaterials/Materials/CaliperPaint/M_Caliper.uasset deleted file mode 100644 index 24576cec..00000000 Binary files a/Content/AutomotiveMaterials/Materials/CaliperPaint/M_Caliper.uasset and /dev/null differ diff --git a/Content/AutomotiveMaterials/Materials/CarPaint/MI_CarPaint_10_Red.uasset b/Content/AutomotiveMaterials/Materials/CarPaint/MI_CarPaint_10_Red.uasset deleted file mode 100644 index e1d14f66..00000000 Binary files a/Content/AutomotiveMaterials/Materials/CarPaint/MI_CarPaint_10_Red.uasset and /dev/null differ diff --git a/Content/AutomotiveMaterials/Materials/CarPaint/MI_CarPaint_14_Blue.uasset b/Content/AutomotiveMaterials/Materials/CarPaint/MI_CarPaint_14_Blue.uasset deleted file mode 100644 index f3ea5810..00000000 Binary files a/Content/AutomotiveMaterials/Materials/CarPaint/MI_CarPaint_14_Blue.uasset and /dev/null differ diff --git a/Content/AutomotiveMaterials/Materials/CarPaint/M_Carpaint.uasset b/Content/AutomotiveMaterials/Materials/CarPaint/M_Carpaint.uasset deleted file mode 100644 index 50810a0e..00000000 Binary files a/Content/AutomotiveMaterials/Materials/CarPaint/M_Carpaint.uasset and /dev/null differ diff --git a/Content/AutomotiveMaterials/Materials/Functions/MF_Sparkle_random.uasset b/Content/AutomotiveMaterials/Materials/Functions/MF_Sparkle_random.uasset deleted file mode 100644 index cae794ed..00000000 Binary files a/Content/AutomotiveMaterials/Materials/Functions/MF_Sparkle_random.uasset and /dev/null differ diff --git a/Content/AutomotiveMaterials/Textures/CarPaint/T_Bump_N.uasset b/Content/AutomotiveMaterials/Textures/CarPaint/T_Bump_N.uasset deleted file mode 100644 index a032b742..00000000 Binary files a/Content/AutomotiveMaterials/Textures/CarPaint/T_Bump_N.uasset and /dev/null differ diff --git a/Content/AutomotiveMaterials/Textures/CarPaint/T_FlakeMask.uasset b/Content/AutomotiveMaterials/Textures/CarPaint/T_FlakeMask.uasset deleted file mode 100644 index be71599a..00000000 Binary files a/Content/AutomotiveMaterials/Textures/CarPaint/T_FlakeMask.uasset and /dev/null differ diff --git a/Content/AutomotiveMaterials/Textures/CarbonFiber/T_MetalFlakes_N.uasset b/Content/AutomotiveMaterials/Textures/CarbonFiber/T_MetalFlakes_N.uasset deleted file mode 100644 index 8be5cbe6..00000000 Binary files a/Content/AutomotiveMaterials/Textures/CarbonFiber/T_MetalFlakes_N.uasset and /dev/null differ diff --git a/Content/Blueprints/Bps.uasset b/Content/Blueprints/Bps.uasset new file mode 100644 index 00000000..c8ef30c1 Binary files /dev/null and b/Content/Blueprints/Bps.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 5f14a8bc..a26ce2df 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_Bars_lamp_out.uasset b/Content/Blueprints/Lamp/BP_lampStreet_Bars_lamp_out.uasset index 2943e223..c3afedf8 100644 Binary files a/Content/Blueprints/Lamp/BP_lampStreet_Bars_lamp_out.uasset and b/Content/Blueprints/Lamp/BP_lampStreet_Bars_lamp_out.uasset differ diff --git a/Content/Blueprints/Lamp/BP_lampStreet_Bars_lamp_small.uasset b/Content/Blueprints/Lamp/BP_lampStreet_Bars_lamp_small.uasset index 088766df..2b53d408 100644 Binary files a/Content/Blueprints/Lamp/BP_lampStreet_Bars_lamp_small.uasset and b/Content/Blueprints/Lamp/BP_lampStreet_Bars_lamp_small.uasset differ diff --git a/Content/Blueprints/Lift/BM_Elevator.uasset b/Content/Blueprints/Lift/BM_Elevator.uasset index 36934fc9..4032be67 100644 Binary files a/Content/Blueprints/Lift/BM_Elevator.uasset and b/Content/Blueprints/Lift/BM_Elevator.uasset differ diff --git a/Content/Blueprints/Player/GI.uasset b/Content/Blueprints/Player/GI.uasset index 9fc69b86..c271cd14 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 e190a1b4..fbd16dad 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 a092605b..be019022 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 f12910fc..b6783cd0 100644 Binary files a/Content/Blueprints/Player/MyPawn.uasset and b/Content/Blueprints/Player/MyPawn.uasset differ diff --git a/Content/Blueprints/Player/VR/Materials/M_ArcEndpoint.uasset b/Content/Blueprints/Player/VR/Materials/M_ArcEndpoint.uasset index fdc49f15..f356e378 100644 Binary files a/Content/Blueprints/Player/VR/Materials/M_ArcEndpoint.uasset and b/Content/Blueprints/Player/VR/Materials/M_ArcEndpoint.uasset differ diff --git a/Content/Blueprints/Player/VR/Materials/M_TeleportPreviews.uasset b/Content/Blueprints/Player/VR/Materials/M_TeleportPreviews.uasset index 295b923f..01bc44fd 100644 Binary files a/Content/Blueprints/Player/VR/Materials/M_TeleportPreviews.uasset and b/Content/Blueprints/Player/VR/Materials/M_TeleportPreviews.uasset differ diff --git a/Content/Blueprints/Player/VR/VRHand.uasset b/Content/Blueprints/Player/VR/VRHand.uasset index 10da7d19..cac55856 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 bd84c43c..adb33820 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/WalkingPawn.uasset b/Content/Blueprints/Player/WalkingPawn.uasset index 229ab00f..b50cf287 100644 Binary files a/Content/Blueprints/Player/WalkingPawn.uasset and b/Content/Blueprints/Player/WalkingPawn.uasset differ diff --git a/Content/Blueprints/Player/getFunctions.uasset b/Content/Blueprints/Player/getFunctions.uasset index bfaefffb..96a1e21b 100644 Binary files a/Content/Blueprints/Player/getFunctions.uasset and b/Content/Blueprints/Player/getFunctions.uasset differ diff --git a/Content/Blueprints/Player/infoHud.uasset b/Content/Blueprints/Player/infoHud.uasset index 6a93ae4a..6230f733 100644 Binary files a/Content/Blueprints/Player/infoHud.uasset and b/Content/Blueprints/Player/infoHud.uasset differ diff --git a/Content/Blueprints/Player/myGM.uasset b/Content/Blueprints/Player/myGM.uasset index 8402cc14..1c0cfd49 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 245ff418..9bd1e02d 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/Others/MaterialsStruct.uasset b/Content/Blueprints/UI/Others/MaterialsStruct.uasset index 98a1ba24..496c67e1 100644 Binary files a/Content/Blueprints/UI/Others/MaterialsStruct.uasset and b/Content/Blueprints/UI/Others/MaterialsStruct.uasset differ diff --git a/Content/Blueprints/UI/WBPS/Menu/MainMenu.uasset b/Content/Blueprints/UI/WBPS/Menu/MainMenu.uasset index 5d3f6be4..42489eee 100644 Binary files a/Content/Blueprints/UI/WBPS/Menu/MainMenu.uasset and b/Content/Blueprints/UI/WBPS/Menu/MainMenu.uasset differ diff --git a/Content/Blueprints/UI/WBPS/Menu/SideMenu1.uasset b/Content/Blueprints/UI/WBPS/Menu/SideMenu1.uasset index 9d3f3d8c..c9130128 100644 Binary files a/Content/Blueprints/UI/WBPS/Menu/SideMenu1.uasset and b/Content/Blueprints/UI/WBPS/Menu/SideMenu1.uasset differ diff --git a/Content/Blueprints/UI/WBPS/Menu/map.uasset b/Content/Blueprints/UI/WBPS/Menu/map.uasset index 7e881d9a..db4c479c 100644 Binary files a/Content/Blueprints/UI/WBPS/Menu/map.uasset and b/Content/Blueprints/UI/WBPS/Menu/map.uasset differ diff --git a/Content/Blueprints/UI/WBPS/VR/VRmainWin.uasset b/Content/Blueprints/UI/WBPS/VR/VRmainWin.uasset index 83de2f1f..b42b2379 100644 Binary files a/Content/Blueprints/UI/WBPS/VR/VRmainWin.uasset and b/Content/Blueprints/UI/WBPS/VR/VRmainWin.uasset differ diff --git a/Content/Blueprints/UI/WBPS/filter/mainFilter.uasset b/Content/Blueprints/UI/WBPS/filter/mainFilter.uasset index 8a343593..61f98b00 100644 Binary files a/Content/Blueprints/UI/WBPS/filter/mainFilter.uasset and b/Content/Blueprints/UI/WBPS/filter/mainFilter.uasset differ diff --git a/Content/Blueprints/Utils/3dNumber.uasset b/Content/Blueprints/Utils/3dNumber.uasset index d1035c07..7096df41 100644 Binary files a/Content/Blueprints/Utils/3dNumber.uasset and b/Content/Blueprints/Utils/3dNumber.uasset differ diff --git a/Content/Blueprints/Utils/3dNumberSum.uasset b/Content/Blueprints/Utils/3dNumberSum.uasset index 6a0ef2a9..27f04444 100644 Binary files a/Content/Blueprints/Utils/3dNumberSum.uasset and b/Content/Blueprints/Utils/3dNumberSum.uasset differ diff --git a/Content/Blueprints/Utils/Generators/floorCap.uasset b/Content/Blueprints/Utils/Generators/floorCap.uasset index c30bae16..ad00dab0 100644 Binary files a/Content/Blueprints/Utils/Generators/floorCap.uasset and b/Content/Blueprints/Utils/Generators/floorCap.uasset differ diff --git a/Content/Blueprints/Utils/floorDecal.uasset b/Content/Blueprints/Utils/floorDecal.uasset index 4ce6adfe..b798f2f7 100644 Binary files a/Content/Blueprints/Utils/floorDecal.uasset and b/Content/Blueprints/Utils/floorDecal.uasset differ diff --git a/Content/Kitchen_Materials/M_Bake_Cabinet.uasset b/Content/Kitchen_Materials/M_Bake_Cabinet.uasset index 08d62e58..99a7fa5b 100644 Binary files a/Content/Kitchen_Materials/M_Bake_Cabinet.uasset and b/Content/Kitchen_Materials/M_Bake_Cabinet.uasset differ diff --git a/Content/Kitchen_Materials/M_Crane.uasset b/Content/Kitchen_Materials/M_Crane.uasset index 1e613787..1ff0a08d 100644 Binary files a/Content/Kitchen_Materials/M_Crane.uasset and b/Content/Kitchen_Materials/M_Crane.uasset differ diff --git a/Content/Kitchen_Materials/M_Fasade_White.uasset b/Content/Kitchen_Materials/M_Fasade_White.uasset index 0fab4252..dbfbaf0b 100644 Binary files a/Content/Kitchen_Materials/M_Fasade_White.uasset and b/Content/Kitchen_Materials/M_Fasade_White.uasset differ diff --git a/Content/Kitchen_Materials/M_Handle.uasset b/Content/Kitchen_Materials/M_Handle.uasset index 70eb10c3..e445dfdf 100644 Binary files a/Content/Kitchen_Materials/M_Handle.uasset and b/Content/Kitchen_Materials/M_Handle.uasset differ diff --git a/Content/Kitchen_Materials/M_Heat_Surface.uasset b/Content/Kitchen_Materials/M_Heat_Surface.uasset index 8c5b749e..f2a43c82 100644 Binary files a/Content/Kitchen_Materials/M_Heat_Surface.uasset and b/Content/Kitchen_Materials/M_Heat_Surface.uasset differ diff --git a/Content/Kitchen_Materials/M_Injector.uasset b/Content/Kitchen_Materials/M_Injector.uasset index 5e0c0897..34b8011b 100644 Binary files a/Content/Kitchen_Materials/M_Injector.uasset and b/Content/Kitchen_Materials/M_Injector.uasset differ diff --git a/Content/Kitchen_Materials/M_Reservoir.uasset b/Content/Kitchen_Materials/M_Reservoir.uasset index cb28d679..f37c779b 100644 Binary files a/Content/Kitchen_Materials/M_Reservoir.uasset and b/Content/Kitchen_Materials/M_Reservoir.uasset differ diff --git a/Content/Kitchen_Materials/M_Table_Top_Wood.uasset b/Content/Kitchen_Materials/M_Table_Top_Wood.uasset index 53bac626..4b3114e3 100644 Binary files a/Content/Kitchen_Materials/M_Table_Top_Wood.uasset and b/Content/Kitchen_Materials/M_Table_Top_Wood.uasset differ diff --git a/Content/Maps/Buildings_Outside.umap b/Content/Maps/Buildings_Outside.umap index 44428bd8..8d45414a 100644 Binary files a/Content/Maps/Buildings_Outside.umap and b/Content/Maps/Buildings_Outside.umap differ diff --git a/Content/Maps/Buildings_Outside_p3.umap b/Content/Maps/Buildings_Outside_p3.umap index 4e61cf30..9b4d7b6b 100644 Binary files a/Content/Maps/Buildings_Outside_p3.umap and b/Content/Maps/Buildings_Outside_p3.umap differ diff --git a/Content/Maps/Cars_p2-3.umap b/Content/Maps/Cars_p2-3.umap index e0f32f83..4733b1ee 100644 Binary files a/Content/Maps/Cars_p2-3.umap and b/Content/Maps/Cars_p2-3.umap differ diff --git a/Content/Maps/DayLight.umap b/Content/Maps/DayLight.umap index 5d23c139..4a6aa18d 100644 Binary files a/Content/Maps/DayLight.umap and b/Content/Maps/DayLight.umap differ diff --git a/Content/Maps/Foliage.umap b/Content/Maps/Foliage.umap index 262041b9..1d8ba6f5 100644 Binary files a/Content/Maps/Foliage.umap and b/Content/Maps/Foliage.umap differ diff --git a/Content/Maps/Interiors/Bake/Volumetric.umap b/Content/Maps/Interiors/Bake/Volumetric.umap index db593c75..cc49422b 100644 Binary files a/Content/Maps/Interiors/Bake/Volumetric.umap and b/Content/Maps/Interiors/Bake/Volumetric.umap differ diff --git a/Content/Maps/Interiors/Bake/Volumetric2.umap b/Content/Maps/Interiors/Bake/Volumetric2.umap index 784decaf..a6286f20 100644 Binary files a/Content/Maps/Interiors/Bake/Volumetric2.umap and b/Content/Maps/Interiors/Bake/Volumetric2.umap differ diff --git a/Content/Maps/Interiors/Bake/Volumetric3.umap b/Content/Maps/Interiors/Bake/Volumetric3.umap index da27dc23..6116ec8f 100644 Binary files a/Content/Maps/Interiors/Bake/Volumetric3.umap and b/Content/Maps/Interiors/Bake/Volumetric3.umap differ diff --git a/Content/Maps/Interiors/Bake/volumeBakeS1.umap b/Content/Maps/Interiors/Bake/volumeBakeS1.umap index 7f857a1b..47b15fff 100644 Binary files a/Content/Maps/Interiors/Bake/volumeBakeS1.umap and b/Content/Maps/Interiors/Bake/volumeBakeS1.umap differ diff --git a/Content/Maps/Interiors/Bake/volumeBakeS2.umap b/Content/Maps/Interiors/Bake/volumeBakeS2.umap index 093eb82a..03a15b8b 100644 Binary files a/Content/Maps/Interiors/Bake/volumeBakeS2.umap and b/Content/Maps/Interiors/Bake/volumeBakeS2.umap differ diff --git a/Content/Maps/Interiors/Bake/volumeBakeS3.umap b/Content/Maps/Interiors/Bake/volumeBakeS3.umap new file mode 100644 index 00000000..f257b51e Binary files /dev/null and b/Content/Maps/Interiors/Bake/volumeBakeS3.umap differ diff --git a/Content/Maps/Interiors/K1_S1/Furniture/K1_S1_furniture.umap b/Content/Maps/Interiors/K1_S1/Furniture/K1_S1_furniture.umap index dc18170b..38140a4b 100644 Binary files a/Content/Maps/Interiors/K1_S1/Furniture/K1_S1_furniture.umap and b/Content/Maps/Interiors/K1_S1/Furniture/K1_S1_furniture.umap differ diff --git a/Content/Maps/Interiors/K1_S1/Furniture/K1_S1_furniturebuild.umap b/Content/Maps/Interiors/K1_S1/Furniture/K1_S1_furniturebuild.umap index 3d3aa6f5..465405e0 100644 Binary files a/Content/Maps/Interiors/K1_S1/Furniture/K1_S1_furniturebuild.umap and b/Content/Maps/Interiors/K1_S1/Furniture/K1_S1_furniturebuild.umap differ diff --git a/Content/Maps/Interiors/K1_S1/K1_S1_F10.umap b/Content/Maps/Interiors/K1_S1/K1_S1_F10.umap index 0580dd47..f5745f59 100644 Binary files a/Content/Maps/Interiors/K1_S1/K1_S1_F10.umap and b/Content/Maps/Interiors/K1_S1/K1_S1_F10.umap differ diff --git a/Content/Maps/Interiors/K1_S1/K1_S1_F11.umap b/Content/Maps/Interiors/K1_S1/K1_S1_F11.umap index 841dd20b..ff02535e 100644 Binary files a/Content/Maps/Interiors/K1_S1/K1_S1_F11.umap and b/Content/Maps/Interiors/K1_S1/K1_S1_F11.umap differ diff --git a/Content/Maps/Interiors/K1_S1/K1_S1_F12.umap b/Content/Maps/Interiors/K1_S1/K1_S1_F12.umap index faa70fa3..c6752527 100644 Binary files a/Content/Maps/Interiors/K1_S1/K1_S1_F12.umap and b/Content/Maps/Interiors/K1_S1/K1_S1_F12.umap differ diff --git a/Content/Maps/Interiors/K1_S1/K1_S1_F13.umap b/Content/Maps/Interiors/K1_S1/K1_S1_F13.umap index 1fdadb75..78af5392 100644 Binary files a/Content/Maps/Interiors/K1_S1/K1_S1_F13.umap and b/Content/Maps/Interiors/K1_S1/K1_S1_F13.umap differ diff --git a/Content/Maps/Interiors/K1_S1/K1_S1_F14.umap b/Content/Maps/Interiors/K1_S1/K1_S1_F14.umap index 722c1bca..d6fb6586 100644 Binary files a/Content/Maps/Interiors/K1_S1/K1_S1_F14.umap and b/Content/Maps/Interiors/K1_S1/K1_S1_F14.umap differ diff --git a/Content/Maps/Interiors/K1_S1/K1_S1_F15.umap b/Content/Maps/Interiors/K1_S1/K1_S1_F15.umap index 92ded475..4dc3a201 100644 Binary files a/Content/Maps/Interiors/K1_S1/K1_S1_F15.umap and b/Content/Maps/Interiors/K1_S1/K1_S1_F15.umap differ diff --git a/Content/Maps/Interiors/K1_S1/K1_S1_F16.umap b/Content/Maps/Interiors/K1_S1/K1_S1_F16.umap index 2dee37e5..5069c3f7 100644 Binary files a/Content/Maps/Interiors/K1_S1/K1_S1_F16.umap and b/Content/Maps/Interiors/K1_S1/K1_S1_F16.umap differ diff --git a/Content/Maps/Interiors/K1_S1/K1_S1_F17.umap b/Content/Maps/Interiors/K1_S1/K1_S1_F17.umap index 8afd6518..3c47f3f5 100644 Binary files a/Content/Maps/Interiors/K1_S1/K1_S1_F17.umap and b/Content/Maps/Interiors/K1_S1/K1_S1_F17.umap differ diff --git a/Content/Maps/Interiors/K1_S1/K1_S1_F18.umap b/Content/Maps/Interiors/K1_S1/K1_S1_F18.umap index 15b90335..8e7a4452 100644 Binary files a/Content/Maps/Interiors/K1_S1/K1_S1_F18.umap and b/Content/Maps/Interiors/K1_S1/K1_S1_F18.umap differ diff --git a/Content/Maps/Interiors/K1_S1/K1_S1_F2.umap b/Content/Maps/Interiors/K1_S1/K1_S1_F2.umap index 2f8e803a..d0e16ed8 100644 Binary files a/Content/Maps/Interiors/K1_S1/K1_S1_F2.umap and b/Content/Maps/Interiors/K1_S1/K1_S1_F2.umap differ diff --git a/Content/Maps/Interiors/K1_S1/K1_S1_F3.umap b/Content/Maps/Interiors/K1_S1/K1_S1_F3.umap index 6a9507a9..87c3e76c 100644 Binary files a/Content/Maps/Interiors/K1_S1/K1_S1_F3.umap and b/Content/Maps/Interiors/K1_S1/K1_S1_F3.umap differ diff --git a/Content/Maps/Interiors/K1_S1/K1_S1_F4.umap b/Content/Maps/Interiors/K1_S1/K1_S1_F4.umap index 33550932..c2b13aab 100644 Binary files a/Content/Maps/Interiors/K1_S1/K1_S1_F4.umap and b/Content/Maps/Interiors/K1_S1/K1_S1_F4.umap differ diff --git a/Content/Maps/Interiors/K1_S1/K1_S1_F5.umap b/Content/Maps/Interiors/K1_S1/K1_S1_F5.umap index 95f73d83..6a543dce 100644 Binary files a/Content/Maps/Interiors/K1_S1/K1_S1_F5.umap and b/Content/Maps/Interiors/K1_S1/K1_S1_F5.umap differ diff --git a/Content/Maps/Interiors/K1_S1/K1_S1_F6.umap b/Content/Maps/Interiors/K1_S1/K1_S1_F6.umap index 18add278..57ccda34 100644 Binary files a/Content/Maps/Interiors/K1_S1/K1_S1_F6.umap and b/Content/Maps/Interiors/K1_S1/K1_S1_F6.umap differ diff --git a/Content/Maps/Interiors/K1_S1/K1_S1_F7.umap b/Content/Maps/Interiors/K1_S1/K1_S1_F7.umap index b82fbe3d..cf70327f 100644 Binary files a/Content/Maps/Interiors/K1_S1/K1_S1_F7.umap and b/Content/Maps/Interiors/K1_S1/K1_S1_F7.umap differ diff --git a/Content/Maps/Interiors/K1_S1/K1_S1_F8.umap b/Content/Maps/Interiors/K1_S1/K1_S1_F8.umap index 7a1ddbfd..94c491a4 100644 Binary files a/Content/Maps/Interiors/K1_S1/K1_S1_F8.umap and b/Content/Maps/Interiors/K1_S1/K1_S1_F8.umap differ diff --git a/Content/Maps/Interiors/K1_S1/K1_S1_F9.umap b/Content/Maps/Interiors/K1_S1/K1_S1_F9.umap index d07bd1a4..bd07cdbe 100644 Binary files a/Content/Maps/Interiors/K1_S1/K1_S1_F9.umap and b/Content/Maps/Interiors/K1_S1/K1_S1_F9.umap differ diff --git a/Content/Maps/Interiors/K1_S2/Furniture/K1_S2_Furniture.umap b/Content/Maps/Interiors/K1_S2/Furniture/K1_S2_Furniture.umap index 245b7020..6e8be89f 100644 Binary files a/Content/Maps/Interiors/K1_S2/Furniture/K1_S2_Furniture.umap and b/Content/Maps/Interiors/K1_S2/Furniture/K1_S2_Furniture.umap differ diff --git a/Content/Maps/Interiors/K1_S2/Furniture/K1_S2_Furniturebuild.umap b/Content/Maps/Interiors/K1_S2/Furniture/K1_S2_Furniturebuild.umap index 0459a46d..9a1c7d5b 100644 Binary files a/Content/Maps/Interiors/K1_S2/Furniture/K1_S2_Furniturebuild.umap and b/Content/Maps/Interiors/K1_S2/Furniture/K1_S2_Furniturebuild.umap differ diff --git a/Content/Maps/Interiors/K1_S2/K1_S2_F10.umap b/Content/Maps/Interiors/K1_S2/K1_S2_F10.umap index 29e3e4d6..dabe8dc2 100644 Binary files a/Content/Maps/Interiors/K1_S2/K1_S2_F10.umap and b/Content/Maps/Interiors/K1_S2/K1_S2_F10.umap differ diff --git a/Content/Maps/Interiors/K1_S2/K1_S2_F11.umap b/Content/Maps/Interiors/K1_S2/K1_S2_F11.umap index 2bbede4e..a3bff4c9 100644 Binary files a/Content/Maps/Interiors/K1_S2/K1_S2_F11.umap and b/Content/Maps/Interiors/K1_S2/K1_S2_F11.umap differ diff --git a/Content/Maps/Interiors/K1_S2/K1_S2_F12.umap b/Content/Maps/Interiors/K1_S2/K1_S2_F12.umap index caa32a10..46fdb665 100644 Binary files a/Content/Maps/Interiors/K1_S2/K1_S2_F12.umap and b/Content/Maps/Interiors/K1_S2/K1_S2_F12.umap differ diff --git a/Content/Maps/Interiors/K1_S2/K1_S2_F13.umap b/Content/Maps/Interiors/K1_S2/K1_S2_F13.umap index 3714f3ea..fd5327b5 100644 Binary files a/Content/Maps/Interiors/K1_S2/K1_S2_F13.umap and b/Content/Maps/Interiors/K1_S2/K1_S2_F13.umap differ diff --git a/Content/Maps/Interiors/K1_S2/K1_S2_F14.umap b/Content/Maps/Interiors/K1_S2/K1_S2_F14.umap index d992a055..8a0e9b46 100644 Binary files a/Content/Maps/Interiors/K1_S2/K1_S2_F14.umap and b/Content/Maps/Interiors/K1_S2/K1_S2_F14.umap differ diff --git a/Content/Maps/Interiors/K1_S2/K1_S2_F15.umap b/Content/Maps/Interiors/K1_S2/K1_S2_F15.umap index 2099b974..5c74eb08 100644 Binary files a/Content/Maps/Interiors/K1_S2/K1_S2_F15.umap and b/Content/Maps/Interiors/K1_S2/K1_S2_F15.umap differ diff --git a/Content/Maps/Interiors/K1_S2/K1_S2_F16.umap b/Content/Maps/Interiors/K1_S2/K1_S2_F16.umap index 907df3bc..41901b52 100644 Binary files a/Content/Maps/Interiors/K1_S2/K1_S2_F16.umap and b/Content/Maps/Interiors/K1_S2/K1_S2_F16.umap differ diff --git a/Content/Maps/Interiors/K1_S2/K1_S2_F17.umap b/Content/Maps/Interiors/K1_S2/K1_S2_F17.umap index 2781116a..b2739e5e 100644 Binary files a/Content/Maps/Interiors/K1_S2/K1_S2_F17.umap and b/Content/Maps/Interiors/K1_S2/K1_S2_F17.umap differ diff --git a/Content/Maps/Interiors/K1_S2/K1_S2_F18.umap b/Content/Maps/Interiors/K1_S2/K1_S2_F18.umap index d7cd6b9e..03dd3798 100644 Binary files a/Content/Maps/Interiors/K1_S2/K1_S2_F18.umap and b/Content/Maps/Interiors/K1_S2/K1_S2_F18.umap differ diff --git a/Content/Maps/Interiors/K1_S2/K1_S2_F2.umap b/Content/Maps/Interiors/K1_S2/K1_S2_F2.umap index dd2e0a15..d6aa7fdb 100644 Binary files a/Content/Maps/Interiors/K1_S2/K1_S2_F2.umap and b/Content/Maps/Interiors/K1_S2/K1_S2_F2.umap differ diff --git a/Content/Maps/Interiors/K1_S2/K1_S2_F3.umap b/Content/Maps/Interiors/K1_S2/K1_S2_F3.umap index 1750ee71..97d68ca0 100644 Binary files a/Content/Maps/Interiors/K1_S2/K1_S2_F3.umap and b/Content/Maps/Interiors/K1_S2/K1_S2_F3.umap differ diff --git a/Content/Maps/Interiors/K1_S2/K1_S2_F4.umap b/Content/Maps/Interiors/K1_S2/K1_S2_F4.umap index bfd0de85..b4d74d6f 100644 Binary files a/Content/Maps/Interiors/K1_S2/K1_S2_F4.umap and b/Content/Maps/Interiors/K1_S2/K1_S2_F4.umap differ diff --git a/Content/Maps/Interiors/K1_S2/K1_S2_F5.umap b/Content/Maps/Interiors/K1_S2/K1_S2_F5.umap index 9b08f09c..57e67bcf 100644 Binary files a/Content/Maps/Interiors/K1_S2/K1_S2_F5.umap and b/Content/Maps/Interiors/K1_S2/K1_S2_F5.umap differ diff --git a/Content/Maps/Interiors/K1_S2/K1_S2_F6.umap b/Content/Maps/Interiors/K1_S2/K1_S2_F6.umap index 8b226476..8cdc3509 100644 Binary files a/Content/Maps/Interiors/K1_S2/K1_S2_F6.umap and b/Content/Maps/Interiors/K1_S2/K1_S2_F6.umap differ diff --git a/Content/Maps/Interiors/K1_S2/K1_S2_F7.umap b/Content/Maps/Interiors/K1_S2/K1_S2_F7.umap index 7db579db..0cdd0c7a 100644 Binary files a/Content/Maps/Interiors/K1_S2/K1_S2_F7.umap and b/Content/Maps/Interiors/K1_S2/K1_S2_F7.umap differ diff --git a/Content/Maps/Interiors/K1_S2/K1_S2_F8.umap b/Content/Maps/Interiors/K1_S2/K1_S2_F8.umap index a695fa61..29b1e46d 100644 Binary files a/Content/Maps/Interiors/K1_S2/K1_S2_F8.umap and b/Content/Maps/Interiors/K1_S2/K1_S2_F8.umap differ diff --git a/Content/Maps/Interiors/K1_S2/K1_S2_F9.umap b/Content/Maps/Interiors/K1_S2/K1_S2_F9.umap index 014d389b..f2b6f86b 100644 Binary files a/Content/Maps/Interiors/K1_S2/K1_S2_F9.umap and b/Content/Maps/Interiors/K1_S2/K1_S2_F9.umap differ diff --git a/Content/Maps/Interiors/K1_S3/Furniture/K1_S3_Furniture.umap b/Content/Maps/Interiors/K1_S3/Furniture/K1_S3_Furniture.umap index 539118f3..854a1c14 100644 Binary files a/Content/Maps/Interiors/K1_S3/Furniture/K1_S3_Furniture.umap and b/Content/Maps/Interiors/K1_S3/Furniture/K1_S3_Furniture.umap differ diff --git a/Content/Maps/Interiors/K1_S3/Furniture/K1_S3_Furniturebuild.umap b/Content/Maps/Interiors/K1_S3/Furniture/K1_S3_Furniturebuild.umap index cf621745..688c6e68 100644 Binary files a/Content/Maps/Interiors/K1_S3/Furniture/K1_S3_Furniturebuild.umap and b/Content/Maps/Interiors/K1_S3/Furniture/K1_S3_Furniturebuild.umap differ diff --git a/Content/Maps/Interiors/K1_S3/K1_S3_F10.umap b/Content/Maps/Interiors/K1_S3/K1_S3_F10.umap index 0f10f606..de2b9bcb 100644 Binary files a/Content/Maps/Interiors/K1_S3/K1_S3_F10.umap and b/Content/Maps/Interiors/K1_S3/K1_S3_F10.umap differ diff --git a/Content/Maps/Interiors/K1_S3/K1_S3_F11.umap b/Content/Maps/Interiors/K1_S3/K1_S3_F11.umap index c207ef3a..2ec92530 100644 Binary files a/Content/Maps/Interiors/K1_S3/K1_S3_F11.umap and b/Content/Maps/Interiors/K1_S3/K1_S3_F11.umap differ diff --git a/Content/Maps/Interiors/K1_S3/K1_S3_F12.umap b/Content/Maps/Interiors/K1_S3/K1_S3_F12.umap index bb8f2d54..244cc3b4 100644 Binary files a/Content/Maps/Interiors/K1_S3/K1_S3_F12.umap and b/Content/Maps/Interiors/K1_S3/K1_S3_F12.umap differ diff --git a/Content/Maps/Interiors/K1_S3/K1_S3_F13.umap b/Content/Maps/Interiors/K1_S3/K1_S3_F13.umap index 6bb814a5..2e16128a 100644 Binary files a/Content/Maps/Interiors/K1_S3/K1_S3_F13.umap and b/Content/Maps/Interiors/K1_S3/K1_S3_F13.umap differ diff --git a/Content/Maps/Interiors/K1_S3/K1_S3_F14.umap b/Content/Maps/Interiors/K1_S3/K1_S3_F14.umap index 4f8ea35f..33a4b26a 100644 Binary files a/Content/Maps/Interiors/K1_S3/K1_S3_F14.umap and b/Content/Maps/Interiors/K1_S3/K1_S3_F14.umap differ diff --git a/Content/Maps/Interiors/K1_S3/K1_S3_F15.umap b/Content/Maps/Interiors/K1_S3/K1_S3_F15.umap index 7994d89b..20d36182 100644 Binary files a/Content/Maps/Interiors/K1_S3/K1_S3_F15.umap and b/Content/Maps/Interiors/K1_S3/K1_S3_F15.umap differ diff --git a/Content/Maps/Interiors/K1_S3/K1_S3_F16.umap b/Content/Maps/Interiors/K1_S3/K1_S3_F16.umap index b0f84562..1df37323 100644 Binary files a/Content/Maps/Interiors/K1_S3/K1_S3_F16.umap and b/Content/Maps/Interiors/K1_S3/K1_S3_F16.umap differ diff --git a/Content/Maps/Interiors/K1_S3/K1_S3_F17.umap b/Content/Maps/Interiors/K1_S3/K1_S3_F17.umap index dae2853b..5b164463 100644 Binary files a/Content/Maps/Interiors/K1_S3/K1_S3_F17.umap and b/Content/Maps/Interiors/K1_S3/K1_S3_F17.umap differ diff --git a/Content/Maps/Interiors/K1_S3/K1_S3_F18.umap b/Content/Maps/Interiors/K1_S3/K1_S3_F18.umap index 0652dec5..3a03478f 100644 Binary files a/Content/Maps/Interiors/K1_S3/K1_S3_F18.umap and b/Content/Maps/Interiors/K1_S3/K1_S3_F18.umap differ diff --git a/Content/Maps/Interiors/K1_S3/K1_S3_F2.umap b/Content/Maps/Interiors/K1_S3/K1_S3_F2.umap index 78ecbc75..3ff4cb14 100644 Binary files a/Content/Maps/Interiors/K1_S3/K1_S3_F2.umap and b/Content/Maps/Interiors/K1_S3/K1_S3_F2.umap differ diff --git a/Content/Maps/Interiors/K1_S3/K1_S3_F3.umap b/Content/Maps/Interiors/K1_S3/K1_S3_F3.umap index 6a9ebf06..0b8a246e 100644 Binary files a/Content/Maps/Interiors/K1_S3/K1_S3_F3.umap and b/Content/Maps/Interiors/K1_S3/K1_S3_F3.umap differ diff --git a/Content/Maps/Interiors/K1_S3/K1_S3_F4.umap b/Content/Maps/Interiors/K1_S3/K1_S3_F4.umap index cd38abdf..509016b1 100644 Binary files a/Content/Maps/Interiors/K1_S3/K1_S3_F4.umap and b/Content/Maps/Interiors/K1_S3/K1_S3_F4.umap differ diff --git a/Content/Maps/Interiors/K1_S3/K1_S3_F5.umap b/Content/Maps/Interiors/K1_S3/K1_S3_F5.umap index 58d7efc2..9c7d40fb 100644 Binary files a/Content/Maps/Interiors/K1_S3/K1_S3_F5.umap and b/Content/Maps/Interiors/K1_S3/K1_S3_F5.umap differ diff --git a/Content/Maps/Interiors/K1_S3/K1_S3_F6.umap b/Content/Maps/Interiors/K1_S3/K1_S3_F6.umap index 24acad6a..a4380583 100644 Binary files a/Content/Maps/Interiors/K1_S3/K1_S3_F6.umap and b/Content/Maps/Interiors/K1_S3/K1_S3_F6.umap differ diff --git a/Content/Maps/Interiors/K1_S3/K1_S3_F7.umap b/Content/Maps/Interiors/K1_S3/K1_S3_F7.umap index edbf2613..f0575fe9 100644 Binary files a/Content/Maps/Interiors/K1_S3/K1_S3_F7.umap and b/Content/Maps/Interiors/K1_S3/K1_S3_F7.umap differ diff --git a/Content/Maps/Interiors/K1_S3/K1_S3_F8.umap b/Content/Maps/Interiors/K1_S3/K1_S3_F8.umap index ac44a1a6..9b60523a 100644 Binary files a/Content/Maps/Interiors/K1_S3/K1_S3_F8.umap and b/Content/Maps/Interiors/K1_S3/K1_S3_F8.umap differ diff --git a/Content/Maps/Interiors/K1_S3/K1_S3_F9.umap b/Content/Maps/Interiors/K1_S3/K1_S3_F9.umap index a6693c4c..b0c577b2 100644 Binary files a/Content/Maps/Interiors/K1_S3/K1_S3_F9.umap and b/Content/Maps/Interiors/K1_S3/K1_S3_F9.umap differ diff --git a/Content/Maps/Interiors/buildtest.umap b/Content/Maps/Interiors/buildtest.umap index 96eaf05a..eb1575ce 100644 Binary files a/Content/Maps/Interiors/buildtest.umap and b/Content/Maps/Interiors/buildtest.umap differ diff --git a/Content/Maps/Landscape_textures.umap b/Content/Maps/Landscape_textures.umap index 13c7c555..4288ea17 100644 Binary files a/Content/Maps/Landscape_textures.umap and b/Content/Maps/Landscape_textures.umap differ diff --git a/Content/Maps/MAF_Yard.umap b/Content/Maps/MAF_Yard.umap index c93fe830..93ee3e9f 100644 Binary files a/Content/Maps/MAF_Yard.umap and b/Content/Maps/MAF_Yard.umap differ diff --git a/Content/Maps/MainScene.umap b/Content/Maps/MainScene.umap index 173359af..7756dab0 100644 Binary files a/Content/Maps/MainScene.umap and b/Content/Maps/MainScene.umap differ diff --git a/Content/Maps/NightLight.umap b/Content/Maps/NightLight.umap index 5905de78..e22a915b 100644 Binary files a/Content/Maps/NightLight.umap and b/Content/Maps/NightLight.umap differ diff --git a/Content/Maps/Yard.umap b/Content/Maps/Yard.umap index a8cbb35a..ffd9a575 100644 Binary files a/Content/Maps/Yard.umap and b/Content/Maps/Yard.umap differ diff --git a/Content/Maps/maps.uasset b/Content/Maps/maps.uasset index 5e36f4fc..fc63cf46 100644 Binary files a/Content/Maps/maps.uasset and b/Content/Maps/maps.uasset differ diff --git a/Content/Mavis/Meshes/Exterior/K2/SM_K2_S1.uasset b/Content/Mavis/Meshes/Exterior/K2/SM_K2_S1.uasset index 3cc80a27..687cfc91 100644 Binary files a/Content/Mavis/Meshes/Exterior/K2/SM_K2_S1.uasset and b/Content/Mavis/Meshes/Exterior/K2/SM_K2_S1.uasset differ diff --git a/Content/Mavis/Meshes/Exterior/K3/SM_K3_S1.uasset b/Content/Mavis/Meshes/Exterior/K3/SM_K3_S1.uasset index 0aa049a4..3ae36ca2 100644 Binary files a/Content/Mavis/Meshes/Exterior/K3/SM_K3_S1.uasset and b/Content/Mavis/Meshes/Exterior/K3/SM_K3_S1.uasset differ diff --git a/Content/Mavis/Meshes/Exterior/K3/SM_K3_S2.uasset b/Content/Mavis/Meshes/Exterior/K3/SM_K3_S2.uasset index 74867272..88d05dbc 100644 Binary files a/Content/Mavis/Meshes/Exterior/K3/SM_K3_S2.uasset and b/Content/Mavis/Meshes/Exterior/K3/SM_K3_S2.uasset differ diff --git a/Content/Mavis/Meshes/Exterior/K3/SM_K3_S3.uasset b/Content/Mavis/Meshes/Exterior/K3/SM_K3_S3.uasset index f684ac04..fc6ac9a4 100644 Binary files a/Content/Mavis/Meshes/Exterior/K3/SM_K3_S3.uasset and b/Content/Mavis/Meshes/Exterior/K3/SM_K3_S3.uasset differ diff --git a/Content/Mavis/Meshes/Exterior/MAF/Stairs/SM_Stairs_Outside.uasset b/Content/Mavis/Meshes/Exterior/MAF/Stairs/SM_Stairs_Outside.uasset index 5c2d6a8b..a6d0ccaa 100644 Binary files a/Content/Mavis/Meshes/Exterior/MAF/Stairs/SM_Stairs_Outside.uasset and b/Content/Mavis/Meshes/Exterior/MAF/Stairs/SM_Stairs_Outside.uasset differ diff --git a/Content/Mavis/Meshes/Exterior/OutsideBuildings/emission_p1_p2/MainScene_P1_P2_emissive_SM_House_Outside_1p__1-1__18.uasset b/Content/Mavis/Meshes/Exterior/OutsideBuildings/emission_p1_p2/MainScene_P1_P2_emissive_SM_House_Outside_1p__1-1__18.uasset index 524aa1b8..cb532884 100644 Binary files a/Content/Mavis/Meshes/Exterior/OutsideBuildings/emission_p1_p2/MainScene_P1_P2_emissive_SM_House_Outside_1p__1-1__18.uasset and b/Content/Mavis/Meshes/Exterior/OutsideBuildings/emission_p1_p2/MainScene_P1_P2_emissive_SM_House_Outside_1p__1-1__18.uasset differ diff --git a/Content/Mavis/Meshes/Exterior/OutsideBuildings/p1/MI_Outside_w.uasset b/Content/Mavis/Meshes/Exterior/OutsideBuildings/p1/MI_Outside_w.uasset index f7ef1e28..03f16625 100644 Binary files a/Content/Mavis/Meshes/Exterior/OutsideBuildings/p1/MI_Outside_w.uasset and b/Content/Mavis/Meshes/Exterior/OutsideBuildings/p1/MI_Outside_w.uasset differ diff --git a/Content/Mavis/Meshes/Exterior/OutsideBuildings/p1/M_Windows_emissive.uasset b/Content/Mavis/Meshes/Exterior/OutsideBuildings/p1/M_Windows_emissive.uasset index 0476a5fc..fc7fbe58 100644 Binary files a/Content/Mavis/Meshes/Exterior/OutsideBuildings/p1/M_Windows_emissive.uasset and b/Content/Mavis/Meshes/Exterior/OutsideBuildings/p1/M_Windows_emissive.uasset differ diff --git a/Content/Mavis/Meshes/Exterior/OutsideBuildings/p1/M_Windows_emissive_masked.uasset b/Content/Mavis/Meshes/Exterior/OutsideBuildings/p1/M_Windows_emissive_masked.uasset new file mode 100644 index 00000000..fe319397 Binary files /dev/null and b/Content/Mavis/Meshes/Exterior/OutsideBuildings/p1/M_Windows_emissive_masked.uasset differ diff --git a/Content/Meshes/Interior/Floors/MI_PaintMetal_black.uasset b/Content/Meshes/Interior/Floors/MI_PaintMetal_black.uasset index 3bea37c1..e5b7f032 100644 Binary files a/Content/Meshes/Interior/Floors/MI_PaintMetal_black.uasset and b/Content/Meshes/Interior/Floors/MI_PaintMetal_black.uasset differ diff --git a/Content/Sequences/tour.uasset b/Content/Sequences/tour.uasset index 2f6c5ea2..52284bc2 100644 Binary files a/Content/Sequences/tour.uasset and b/Content/Sequences/tour.uasset differ diff --git a/Content/Kitchen_Maps/Bake_Cabinet/T_bakeCabinet_BaseColor.uasset b/Content/Textures/Kitchen_Maps/Bake_Cabinet/T_bakeCabinet_BaseColor.uasset similarity index 99% rename from Content/Kitchen_Maps/Bake_Cabinet/T_bakeCabinet_BaseColor.uasset rename to Content/Textures/Kitchen_Maps/Bake_Cabinet/T_bakeCabinet_BaseColor.uasset index 6fdc2a00..e38065ce 100644 Binary files a/Content/Kitchen_Maps/Bake_Cabinet/T_bakeCabinet_BaseColor.uasset and b/Content/Textures/Kitchen_Maps/Bake_Cabinet/T_bakeCabinet_BaseColor.uasset differ diff --git a/Content/Kitchen_Maps/Bake_Cabinet/T_bakeCabinet_Normal.uasset b/Content/Textures/Kitchen_Maps/Bake_Cabinet/T_bakeCabinet_Normal.uasset similarity index 99% rename from Content/Kitchen_Maps/Bake_Cabinet/T_bakeCabinet_Normal.uasset rename to Content/Textures/Kitchen_Maps/Bake_Cabinet/T_bakeCabinet_Normal.uasset index becf78b9..0c98b624 100644 Binary files a/Content/Kitchen_Maps/Bake_Cabinet/T_bakeCabinet_Normal.uasset and b/Content/Textures/Kitchen_Maps/Bake_Cabinet/T_bakeCabinet_Normal.uasset differ diff --git a/Content/Kitchen_Maps/Bake_Cabinet/T_bakeCabinet_OcclusionRoughnessMetallic.uasset b/Content/Textures/Kitchen_Maps/Bake_Cabinet/T_bakeCabinet_OcclusionRoughnessMetallic.uasset similarity index 99% rename from Content/Kitchen_Maps/Bake_Cabinet/T_bakeCabinet_OcclusionRoughnessMetallic.uasset rename to Content/Textures/Kitchen_Maps/Bake_Cabinet/T_bakeCabinet_OcclusionRoughnessMetallic.uasset index 71bb5164..dca96aa4 100644 Binary files a/Content/Kitchen_Maps/Bake_Cabinet/T_bakeCabinet_OcclusionRoughnessMetallic.uasset and b/Content/Textures/Kitchen_Maps/Bake_Cabinet/T_bakeCabinet_OcclusionRoughnessMetallic.uasset differ diff --git a/Content/Kitchen_Maps/Crane/T_crane_DefaultMaterial_BaseColor.uasset b/Content/Textures/Kitchen_Maps/Crane/T_crane_DefaultMaterial_BaseColor.uasset similarity index 98% rename from Content/Kitchen_Maps/Crane/T_crane_DefaultMaterial_BaseColor.uasset rename to Content/Textures/Kitchen_Maps/Crane/T_crane_DefaultMaterial_BaseColor.uasset index d677efce..27d4d220 100644 Binary files a/Content/Kitchen_Maps/Crane/T_crane_DefaultMaterial_BaseColor.uasset and b/Content/Textures/Kitchen_Maps/Crane/T_crane_DefaultMaterial_BaseColor.uasset differ diff --git a/Content/Kitchen_Maps/Crane/T_crane_DefaultMaterial_Normal.uasset b/Content/Textures/Kitchen_Maps/Crane/T_crane_DefaultMaterial_Normal.uasset similarity index 99% rename from Content/Kitchen_Maps/Crane/T_crane_DefaultMaterial_Normal.uasset rename to Content/Textures/Kitchen_Maps/Crane/T_crane_DefaultMaterial_Normal.uasset index 89a1efb2..831d1cb8 100644 Binary files a/Content/Kitchen_Maps/Crane/T_crane_DefaultMaterial_Normal.uasset and b/Content/Textures/Kitchen_Maps/Crane/T_crane_DefaultMaterial_Normal.uasset differ diff --git a/Content/Kitchen_Maps/Crane/T_crane_DefaultMaterial_OcclusionRoughnessMetallic.uasset b/Content/Textures/Kitchen_Maps/Crane/T_crane_DefaultMaterial_OcclusionRoughnessMetallic.uasset similarity index 99% rename from Content/Kitchen_Maps/Crane/T_crane_DefaultMaterial_OcclusionRoughnessMetallic.uasset rename to Content/Textures/Kitchen_Maps/Crane/T_crane_DefaultMaterial_OcclusionRoughnessMetallic.uasset index c9dcf629..35e290ee 100644 Binary files a/Content/Kitchen_Maps/Crane/T_crane_DefaultMaterial_OcclusionRoughnessMetallic.uasset and b/Content/Textures/Kitchen_Maps/Crane/T_crane_DefaultMaterial_OcclusionRoughnessMetallic.uasset differ diff --git a/Content/Kitchen_Maps/Fasade/T_Fasade_White_basecolor.uasset b/Content/Textures/Kitchen_Maps/Fasade/T_Fasade_White_basecolor.uasset similarity index 85% rename from Content/Kitchen_Maps/Fasade/T_Fasade_White_basecolor.uasset rename to Content/Textures/Kitchen_Maps/Fasade/T_Fasade_White_basecolor.uasset index f6c21960..cb49bfa1 100644 Binary files a/Content/Kitchen_Maps/Fasade/T_Fasade_White_basecolor.uasset and b/Content/Textures/Kitchen_Maps/Fasade/T_Fasade_White_basecolor.uasset differ diff --git a/Content/Kitchen_Maps/Fasade/T_Fasade_normal.uasset b/Content/Textures/Kitchen_Maps/Fasade/T_Fasade_normal.uasset similarity index 99% rename from Content/Kitchen_Maps/Fasade/T_Fasade_normal.uasset rename to Content/Textures/Kitchen_Maps/Fasade/T_Fasade_normal.uasset index ac56a9b6..5c20365f 100644 Binary files a/Content/Kitchen_Maps/Fasade/T_Fasade_normal.uasset and b/Content/Textures/Kitchen_Maps/Fasade/T_Fasade_normal.uasset differ diff --git a/Content/Kitchen_Maps/Fasade/T_Fasade_occlusion_roughness_metalic.uasset b/Content/Textures/Kitchen_Maps/Fasade/T_Fasade_occlusion_roughness_metalic.uasset similarity index 99% rename from Content/Kitchen_Maps/Fasade/T_Fasade_occlusion_roughness_metalic.uasset rename to Content/Textures/Kitchen_Maps/Fasade/T_Fasade_occlusion_roughness_metalic.uasset index 00c34442..443ac4db 100644 Binary files a/Content/Kitchen_Maps/Fasade/T_Fasade_occlusion_roughness_metalic.uasset and b/Content/Textures/Kitchen_Maps/Fasade/T_Fasade_occlusion_roughness_metalic.uasset differ diff --git a/Content/Kitchen_Maps/Handle/T_Handles_basecolor.uasset b/Content/Textures/Kitchen_Maps/Handle/T_Handles_basecolor.uasset similarity index 85% rename from Content/Kitchen_Maps/Handle/T_Handles_basecolor.uasset rename to Content/Textures/Kitchen_Maps/Handle/T_Handles_basecolor.uasset index 43d59412..13fd68ee 100644 Binary files a/Content/Kitchen_Maps/Handle/T_Handles_basecolor.uasset and b/Content/Textures/Kitchen_Maps/Handle/T_Handles_basecolor.uasset differ diff --git a/Content/Kitchen_Maps/Handle/T_Handles_normal.uasset b/Content/Textures/Kitchen_Maps/Handle/T_Handles_normal.uasset similarity index 99% rename from Content/Kitchen_Maps/Handle/T_Handles_normal.uasset rename to Content/Textures/Kitchen_Maps/Handle/T_Handles_normal.uasset index adfa0d77..663d9c6a 100644 Binary files a/Content/Kitchen_Maps/Handle/T_Handles_normal.uasset and b/Content/Textures/Kitchen_Maps/Handle/T_Handles_normal.uasset differ diff --git a/Content/Kitchen_Maps/Handle/T_Handles_occlusion_roughness_metalic.uasset b/Content/Textures/Kitchen_Maps/Handle/T_Handles_occlusion_roughness_metalic.uasset similarity index 99% rename from Content/Kitchen_Maps/Handle/T_Handles_occlusion_roughness_metalic.uasset rename to Content/Textures/Kitchen_Maps/Handle/T_Handles_occlusion_roughness_metalic.uasset index 333f680f..0f36d160 100644 Binary files a/Content/Kitchen_Maps/Handle/T_Handles_occlusion_roughness_metalic.uasset and b/Content/Textures/Kitchen_Maps/Handle/T_Handles_occlusion_roughness_metalic.uasset differ diff --git a/Content/Kitchen_Maps/Heat_Surface/T_heatSurf_BaseColor.uasset b/Content/Textures/Kitchen_Maps/Heat_Surface/T_heatSurf_BaseColor.uasset similarity index 99% rename from Content/Kitchen_Maps/Heat_Surface/T_heatSurf_BaseColor.uasset rename to Content/Textures/Kitchen_Maps/Heat_Surface/T_heatSurf_BaseColor.uasset index a8a39414..c3f68856 100644 Binary files a/Content/Kitchen_Maps/Heat_Surface/T_heatSurf_BaseColor.uasset and b/Content/Textures/Kitchen_Maps/Heat_Surface/T_heatSurf_BaseColor.uasset differ diff --git a/Content/Kitchen_Maps/Heat_Surface/T_heatSurf_Normal.uasset b/Content/Textures/Kitchen_Maps/Heat_Surface/T_heatSurf_Normal.uasset similarity index 99% rename from Content/Kitchen_Maps/Heat_Surface/T_heatSurf_Normal.uasset rename to Content/Textures/Kitchen_Maps/Heat_Surface/T_heatSurf_Normal.uasset index 083cfcd1..08e30428 100644 Binary files a/Content/Kitchen_Maps/Heat_Surface/T_heatSurf_Normal.uasset and b/Content/Textures/Kitchen_Maps/Heat_Surface/T_heatSurf_Normal.uasset differ diff --git a/Content/Kitchen_Maps/Heat_Surface/T_heatSurf_OcclusionRoughnessMetallic.uasset b/Content/Textures/Kitchen_Maps/Heat_Surface/T_heatSurf_OcclusionRoughnessMetallic.uasset similarity index 99% rename from Content/Kitchen_Maps/Heat_Surface/T_heatSurf_OcclusionRoughnessMetallic.uasset rename to Content/Textures/Kitchen_Maps/Heat_Surface/T_heatSurf_OcclusionRoughnessMetallic.uasset index 61683550..aa9a5dad 100644 Binary files a/Content/Kitchen_Maps/Heat_Surface/T_heatSurf_OcclusionRoughnessMetallic.uasset and b/Content/Textures/Kitchen_Maps/Heat_Surface/T_heatSurf_OcclusionRoughnessMetallic.uasset differ diff --git a/Content/Kitchen_Maps/Injector/T_injector_BaseColor.uasset b/Content/Textures/Kitchen_Maps/Injector/T_injector_BaseColor.uasset similarity index 99% rename from Content/Kitchen_Maps/Injector/T_injector_BaseColor.uasset rename to Content/Textures/Kitchen_Maps/Injector/T_injector_BaseColor.uasset index 7b3f378b..2014fd05 100644 Binary files a/Content/Kitchen_Maps/Injector/T_injector_BaseColor.uasset and b/Content/Textures/Kitchen_Maps/Injector/T_injector_BaseColor.uasset differ diff --git a/Content/Kitchen_Maps/Injector/T_injector_Emissive.uasset b/Content/Textures/Kitchen_Maps/Injector/T_injector_Emissive.uasset similarity index 99% rename from Content/Kitchen_Maps/Injector/T_injector_Emissive.uasset rename to Content/Textures/Kitchen_Maps/Injector/T_injector_Emissive.uasset index 74bfe99e..d85dea10 100644 Binary files a/Content/Kitchen_Maps/Injector/T_injector_Emissive.uasset and b/Content/Textures/Kitchen_Maps/Injector/T_injector_Emissive.uasset differ diff --git a/Content/Kitchen_Maps/Injector/T_injector_Normal.uasset b/Content/Textures/Kitchen_Maps/Injector/T_injector_Normal.uasset similarity index 99% rename from Content/Kitchen_Maps/Injector/T_injector_Normal.uasset rename to Content/Textures/Kitchen_Maps/Injector/T_injector_Normal.uasset index 295411d0..e1c1a638 100644 Binary files a/Content/Kitchen_Maps/Injector/T_injector_Normal.uasset and b/Content/Textures/Kitchen_Maps/Injector/T_injector_Normal.uasset differ diff --git a/Content/Kitchen_Maps/Injector/T_injector_OcclusionRoughnessMetallic.uasset b/Content/Textures/Kitchen_Maps/Injector/T_injector_OcclusionRoughnessMetallic.uasset similarity index 99% rename from Content/Kitchen_Maps/Injector/T_injector_OcclusionRoughnessMetallic.uasset rename to Content/Textures/Kitchen_Maps/Injector/T_injector_OcclusionRoughnessMetallic.uasset index 86defc90..6b2dc4c3 100644 Binary files a/Content/Kitchen_Maps/Injector/T_injector_OcclusionRoughnessMetallic.uasset and b/Content/Textures/Kitchen_Maps/Injector/T_injector_OcclusionRoughnessMetallic.uasset differ diff --git a/Content/Kitchen_Maps/Reservoir/T_reservoir_BaseColor.uasset b/Content/Textures/Kitchen_Maps/Reservoir/T_reservoir_BaseColor.uasset similarity index 88% rename from Content/Kitchen_Maps/Reservoir/T_reservoir_BaseColor.uasset rename to Content/Textures/Kitchen_Maps/Reservoir/T_reservoir_BaseColor.uasset index 4e6e8489..5b400d17 100644 Binary files a/Content/Kitchen_Maps/Reservoir/T_reservoir_BaseColor.uasset and b/Content/Textures/Kitchen_Maps/Reservoir/T_reservoir_BaseColor.uasset differ diff --git a/Content/Kitchen_Maps/Reservoir/T_reservoir_Normal.uasset b/Content/Textures/Kitchen_Maps/Reservoir/T_reservoir_Normal.uasset similarity index 99% rename from Content/Kitchen_Maps/Reservoir/T_reservoir_Normal.uasset rename to Content/Textures/Kitchen_Maps/Reservoir/T_reservoir_Normal.uasset index 95e9283c..e47ae398 100644 Binary files a/Content/Kitchen_Maps/Reservoir/T_reservoir_Normal.uasset and b/Content/Textures/Kitchen_Maps/Reservoir/T_reservoir_Normal.uasset differ diff --git a/Content/Kitchen_Maps/Reservoir/T_reservoir_OcclusionRoughnessMetallic.uasset b/Content/Textures/Kitchen_Maps/Reservoir/T_reservoir_OcclusionRoughnessMetallic.uasset similarity index 99% rename from Content/Kitchen_Maps/Reservoir/T_reservoir_OcclusionRoughnessMetallic.uasset rename to Content/Textures/Kitchen_Maps/Reservoir/T_reservoir_OcclusionRoughnessMetallic.uasset index 7c8d9a98..2206d0c9 100644 Binary files a/Content/Kitchen_Maps/Reservoir/T_reservoir_OcclusionRoughnessMetallic.uasset and b/Content/Textures/Kitchen_Maps/Reservoir/T_reservoir_OcclusionRoughnessMetallic.uasset differ diff --git a/Content/Kitchen_Maps/Table_Top_Wood/T_Table_Top_Wood_basecolor.uasset b/Content/Textures/Kitchen_Maps/Table_Top_Wood/T_Table_Top_Wood_basecolor.uasset similarity index 99% rename from Content/Kitchen_Maps/Table_Top_Wood/T_Table_Top_Wood_basecolor.uasset rename to Content/Textures/Kitchen_Maps/Table_Top_Wood/T_Table_Top_Wood_basecolor.uasset index 4f10f83c..b0f77536 100644 Binary files a/Content/Kitchen_Maps/Table_Top_Wood/T_Table_Top_Wood_basecolor.uasset and b/Content/Textures/Kitchen_Maps/Table_Top_Wood/T_Table_Top_Wood_basecolor.uasset differ diff --git a/Content/Kitchen_Maps/Table_Top_Wood/T_Table_Top_Wood_normal.uasset b/Content/Textures/Kitchen_Maps/Table_Top_Wood/T_Table_Top_Wood_normal.uasset similarity index 99% rename from Content/Kitchen_Maps/Table_Top_Wood/T_Table_Top_Wood_normal.uasset rename to Content/Textures/Kitchen_Maps/Table_Top_Wood/T_Table_Top_Wood_normal.uasset index c41c6c04..76913222 100644 Binary files a/Content/Kitchen_Maps/Table_Top_Wood/T_Table_Top_Wood_normal.uasset and b/Content/Textures/Kitchen_Maps/Table_Top_Wood/T_Table_Top_Wood_normal.uasset differ diff --git a/Content/Kitchen_Maps/Table_Top_Wood/T_Table_Top_Wood_occlusion_roughness_metalic.uasset b/Content/Textures/Kitchen_Maps/Table_Top_Wood/T_Table_Top_Wood_occlusion_roughness_metalic.uasset similarity index 99% rename from Content/Kitchen_Maps/Table_Top_Wood/T_Table_Top_Wood_occlusion_roughness_metalic.uasset rename to Content/Textures/Kitchen_Maps/Table_Top_Wood/T_Table_Top_Wood_occlusion_roughness_metalic.uasset index 0505c03c..25123516 100644 Binary files a/Content/Kitchen_Maps/Table_Top_Wood/T_Table_Top_Wood_occlusion_roughness_metalic.uasset and b/Content/Textures/Kitchen_Maps/Table_Top_Wood/T_Table_Top_Wood_occlusion_roughness_metalic.uasset differ diff --git a/Content/Textures/Reflections/NewTextureRenderTargetCube_Tex1.uasset b/Content/Textures/Reflections/NewTextureRenderTargetCube_Tex1.uasset deleted file mode 100644 index abc5e866..00000000 Binary files a/Content/Textures/Reflections/NewTextureRenderTargetCube_Tex1.uasset and /dev/null differ diff --git a/Content/Textures/Reflections/NewTextureRenderTargetCube_Tex2.uasset b/Content/Textures/Reflections/NewTextureRenderTargetCube_Tex2.uasset deleted file mode 100644 index b1eb848a..00000000 Binary files a/Content/Textures/Reflections/NewTextureRenderTargetCube_Tex2.uasset and /dev/null differ diff --git a/Content/Textures/Reflections/NewTextureRenderTargetCube_Tex3.uasset b/Content/Textures/Reflections/NewTextureRenderTargetCube_Tex3.uasset deleted file mode 100644 index c646451a..00000000 Binary files a/Content/Textures/Reflections/NewTextureRenderTargetCube_Tex3.uasset and /dev/null differ diff --git a/Content/Textures/Reflections/NewTextureRenderTargetCube_Tex4.uasset b/Content/Textures/Reflections/NewTextureRenderTargetCube_Tex4.uasset deleted file mode 100644 index c611df7c..00000000 Binary files a/Content/Textures/Reflections/NewTextureRenderTargetCube_Tex4.uasset and /dev/null differ diff --git a/Content/Textures/Reflections/NewTextureRenderTargetCube_Tex5.uasset b/Content/Textures/Reflections/NewTextureRenderTargetCube_Tex5.uasset deleted file mode 100644 index eaa70aad..00000000 Binary files a/Content/Textures/Reflections/NewTextureRenderTargetCube_Tex5.uasset and /dev/null differ diff --git a/Content/Textures/Reflections/NewTextureRenderTargetCube_Tex6.uasset b/Content/Textures/Reflections/NewTextureRenderTargetCube_Tex6.uasset deleted file mode 100644 index 152b9d89..00000000 Binary files a/Content/Textures/Reflections/NewTextureRenderTargetCube_Tex6.uasset and /dev/null differ diff --git a/Content/Textures/Reflections/NewTextureRenderTargetCube_Tex7.uasset b/Content/Textures/Reflections/NewTextureRenderTargetCube_Tex7.uasset deleted file mode 100644 index a4076c9f..00000000 Binary files a/Content/Textures/Reflections/NewTextureRenderTargetCube_Tex7.uasset and /dev/null differ diff --git a/Content/Textures/Reflections/night/NewTextureRenderTargetCube_Tex1.uasset b/Content/Textures/Reflections/night/NewTextureRenderTargetCube_Tex1.uasset new file mode 100644 index 00000000..4146f0b9 Binary files /dev/null and b/Content/Textures/Reflections/night/NewTextureRenderTargetCube_Tex1.uasset differ diff --git a/Content/Textures/Reflections/night/NewTextureRenderTargetCube_Tex18.uasset b/Content/Textures/Reflections/night/NewTextureRenderTargetCube_Tex18.uasset new file mode 100644 index 00000000..834afd57 Binary files /dev/null and b/Content/Textures/Reflections/night/NewTextureRenderTargetCube_Tex18.uasset differ diff --git a/Content/Textures/Reflections/night/NewTextureRenderTargetCube_Tex19.uasset b/Content/Textures/Reflections/night/NewTextureRenderTargetCube_Tex19.uasset new file mode 100644 index 00000000..48f0e2d6 Binary files /dev/null and b/Content/Textures/Reflections/night/NewTextureRenderTargetCube_Tex19.uasset differ diff --git a/Content/Textures/Reflections/night/NewTextureRenderTargetCube_Tex2.uasset b/Content/Textures/Reflections/night/NewTextureRenderTargetCube_Tex2.uasset new file mode 100644 index 00000000..60c33f1a Binary files /dev/null and b/Content/Textures/Reflections/night/NewTextureRenderTargetCube_Tex2.uasset differ diff --git a/Content/Textures/Reflections/night/NewTextureRenderTargetCube_Tex20.uasset b/Content/Textures/Reflections/night/NewTextureRenderTargetCube_Tex20.uasset new file mode 100644 index 00000000..0d93f406 Binary files /dev/null and b/Content/Textures/Reflections/night/NewTextureRenderTargetCube_Tex20.uasset differ diff --git a/Content/Textures/Reflections/night/NewTextureRenderTargetCube_Tex3.uasset b/Content/Textures/Reflections/night/NewTextureRenderTargetCube_Tex3.uasset new file mode 100644 index 00000000..1332fa19 Binary files /dev/null and b/Content/Textures/Reflections/night/NewTextureRenderTargetCube_Tex3.uasset differ diff --git a/Content/Textures/Reflections/night/NewTextureRenderTargetCube_Tex4.uasset b/Content/Textures/Reflections/night/NewTextureRenderTargetCube_Tex4.uasset new file mode 100644 index 00000000..cd184674 Binary files /dev/null and b/Content/Textures/Reflections/night/NewTextureRenderTargetCube_Tex4.uasset differ diff --git a/Content/Textures/Reflections/night/NewTextureRenderTargetCube_Tex5.uasset b/Content/Textures/Reflections/night/NewTextureRenderTargetCube_Tex5.uasset new file mode 100644 index 00000000..32c365fc Binary files /dev/null and b/Content/Textures/Reflections/night/NewTextureRenderTargetCube_Tex5.uasset differ diff --git a/Content/Textures/Reflections/night/NewTextureRenderTargetCube_Tex6.uasset b/Content/Textures/Reflections/night/NewTextureRenderTargetCube_Tex6.uasset new file mode 100644 index 00000000..2f7c1e00 Binary files /dev/null and b/Content/Textures/Reflections/night/NewTextureRenderTargetCube_Tex6.uasset differ diff --git a/Content/Textures/Reflections/night/NewTextureRenderTargetCube_Tex7.uasset b/Content/Textures/Reflections/night/NewTextureRenderTargetCube_Tex7.uasset new file mode 100644 index 00000000..5b07ab1a Binary files /dev/null and b/Content/Textures/Reflections/night/NewTextureRenderTargetCube_Tex7.uasset differ diff --git a/Content/Textures/texs.uasset b/Content/Textures/texs.uasset new file mode 100644 index 00000000..b969222e Binary files /dev/null and b/Content/Textures/texs.uasset differ