diff --git a/BlackAlder.png b/BlackAlder.png deleted file mode 100644 index a1a1a5953..000000000 Binary files a/BlackAlder.png and /dev/null differ diff --git a/Config/DefaultDeviceProfiles.ini b/Config/DefaultDeviceProfiles1.ini similarity index 100% rename from Config/DefaultDeviceProfiles.ini rename to Config/DefaultDeviceProfiles1.ini diff --git a/Config/DefaultEngine.ini b/Config/DefaultEngine.ini index bf5169fe4..59897eabc 100644 --- a/Config/DefaultEngine.ini +++ b/Config/DefaultEngine.ini @@ -24,7 +24,7 @@ r.VirtualTexturedLightmaps=True r.MinScreenRadiusForLights=0.010000 r.DefaultFeature.AmbientOcclusionStaticFraction=False r.Shadow.UnbuiltPreviewInGame=False -r.RayTracing.UseTextureLod=False +r.RayTracing.UseTextureLod=True r.DefaultFeature.MotionBlur=False r.TemporalAA.Upsampling=False r.DefaultFeature.AntiAliasing=1 @@ -45,7 +45,7 @@ ObservedPathsTickInterval=1.000000 [/Script/DLSS.DLSSSettings] bEnableDLSSInEditorViewports=False -bEnableDLSSInPlayInEditorViewports=False +bEnableDLSSInPlayInEditorViewports=True bShowDLSSSDebugOnScreenMessages=False bEnableScreenpercentageManipulationInDLSSEditorViewports=False bEnableDLSSD3D11=False @@ -79,3 +79,60 @@ r.FidelityFX.FSR2.UseNativeVulkan=True [/Script/WindowsTargetPlatform.WindowsTargetSettings] DefaultGraphicsRHI=DefaultGraphicsRHI_DX12 +[/Script/Engine.CollisionProfile] +-Profiles=(Name="NoCollision",CollisionEnabled=NoCollision,ObjectTypeName="WorldStatic",CustomResponses=((Channel="Visibility",Response=ECR_Ignore),(Channel="Camera",Response=ECR_Ignore)),HelpMessage="No collision",bCanModify=False) +-Profiles=(Name="BlockAll",CollisionEnabled=QueryAndPhysics,ObjectTypeName="WorldStatic",CustomResponses=,HelpMessage="WorldStatic object that blocks all actors by default. All new custom channels will use its own default response. ",bCanModify=False) +-Profiles=(Name="OverlapAll",CollisionEnabled=QueryOnly,ObjectTypeName="WorldStatic",CustomResponses=((Channel="WorldStatic",Response=ECR_Overlap),(Channel="Pawn",Response=ECR_Overlap),(Channel="Visibility",Response=ECR_Overlap),(Channel="WorldDynamic",Response=ECR_Overlap),(Channel="Camera",Response=ECR_Overlap),(Channel="PhysicsBody",Response=ECR_Overlap),(Channel="Vehicle",Response=ECR_Overlap),(Channel="Destructible",Response=ECR_Overlap)),HelpMessage="WorldStatic object that overlaps all actors by default. All new custom channels will use its own default response. ",bCanModify=False) +-Profiles=(Name="BlockAllDynamic",CollisionEnabled=QueryAndPhysics,ObjectTypeName="WorldDynamic",CustomResponses=,HelpMessage="WorldDynamic object that blocks all actors by default. All new custom channels will use its own default response. ",bCanModify=False) +-Profiles=(Name="OverlapAllDynamic",CollisionEnabled=QueryOnly,ObjectTypeName="WorldDynamic",CustomResponses=((Channel="WorldStatic",Response=ECR_Overlap),(Channel="Pawn",Response=ECR_Overlap),(Channel="Visibility",Response=ECR_Overlap),(Channel="WorldDynamic",Response=ECR_Overlap),(Channel="Camera",Response=ECR_Overlap),(Channel="PhysicsBody",Response=ECR_Overlap),(Channel="Vehicle",Response=ECR_Overlap),(Channel="Destructible",Response=ECR_Overlap)),HelpMessage="WorldDynamic object that overlaps all actors by default. All new custom channels will use its own default response. ",bCanModify=False) +-Profiles=(Name="IgnoreOnlyPawn",CollisionEnabled=QueryOnly,ObjectTypeName="WorldDynamic",CustomResponses=((Channel="Pawn",Response=ECR_Ignore),(Channel="Vehicle",Response=ECR_Ignore)),HelpMessage="WorldDynamic object that ignores Pawn and Vehicle. All other channels will be set to default.",bCanModify=False) +-Profiles=(Name="OverlapOnlyPawn",CollisionEnabled=QueryOnly,ObjectTypeName="WorldDynamic",CustomResponses=((Channel="Pawn",Response=ECR_Overlap),(Channel="Vehicle",Response=ECR_Overlap),(Channel="Camera",Response=ECR_Ignore)),HelpMessage="WorldDynamic object that overlaps Pawn, Camera, and Vehicle. All other channels will be set to default. ",bCanModify=False) +-Profiles=(Name="Pawn",CollisionEnabled=QueryAndPhysics,ObjectTypeName="Pawn",CustomResponses=((Channel="Visibility",Response=ECR_Ignore)),HelpMessage="Pawn object. Can be used for capsule of any playerable character or AI. ",bCanModify=False) +-Profiles=(Name="Spectator",CollisionEnabled=QueryOnly,ObjectTypeName="Pawn",CustomResponses=((Channel="WorldStatic",Response=ECR_Block),(Channel="Pawn",Response=ECR_Ignore),(Channel="Visibility",Response=ECR_Ignore),(Channel="WorldDynamic",Response=ECR_Ignore),(Channel="Camera",Response=ECR_Ignore),(Channel="PhysicsBody",Response=ECR_Ignore),(Channel="Vehicle",Response=ECR_Ignore),(Channel="Destructible",Response=ECR_Ignore)),HelpMessage="Pawn object that ignores all other actors except WorldStatic.",bCanModify=False) +-Profiles=(Name="CharacterMesh",CollisionEnabled=QueryOnly,ObjectTypeName="Pawn",CustomResponses=((Channel="Pawn",Response=ECR_Ignore),(Channel="Vehicle",Response=ECR_Ignore),(Channel="Visibility",Response=ECR_Ignore)),HelpMessage="Pawn object that is used for Character Mesh. All other channels will be set to default.",bCanModify=False) +-Profiles=(Name="PhysicsActor",CollisionEnabled=QueryAndPhysics,ObjectTypeName="PhysicsBody",CustomResponses=,HelpMessage="Simulating actors",bCanModify=False) +-Profiles=(Name="Destructible",CollisionEnabled=QueryAndPhysics,ObjectTypeName="Destructible",CustomResponses=,HelpMessage="Destructible actors",bCanModify=False) +-Profiles=(Name="InvisibleWall",CollisionEnabled=QueryAndPhysics,ObjectTypeName="WorldStatic",CustomResponses=((Channel="Visibility",Response=ECR_Ignore)),HelpMessage="WorldStatic object that is invisible.",bCanModify=False) +-Profiles=(Name="InvisibleWallDynamic",CollisionEnabled=QueryAndPhysics,ObjectTypeName="WorldDynamic",CustomResponses=((Channel="Visibility",Response=ECR_Ignore)),HelpMessage="WorldDynamic object that is invisible.",bCanModify=False) +-Profiles=(Name="Trigger",CollisionEnabled=QueryOnly,ObjectTypeName="WorldDynamic",CustomResponses=((Channel="WorldStatic",Response=ECR_Overlap),(Channel="Pawn",Response=ECR_Overlap),(Channel="Visibility",Response=ECR_Ignore),(Channel="WorldDynamic",Response=ECR_Overlap),(Channel="Camera",Response=ECR_Overlap),(Channel="PhysicsBody",Response=ECR_Overlap),(Channel="Vehicle",Response=ECR_Overlap),(Channel="Destructible",Response=ECR_Overlap)),HelpMessage="WorldDynamic object that is used for trigger. All other channels will be set to default.",bCanModify=False) +-Profiles=(Name="Ragdoll",CollisionEnabled=QueryAndPhysics,ObjectTypeName="PhysicsBody",CustomResponses=((Channel="Pawn",Response=ECR_Ignore),(Channel="Visibility",Response=ECR_Ignore)),HelpMessage="Simulating Skeletal Mesh Component. All other channels will be set to default.",bCanModify=False) +-Profiles=(Name="Vehicle",CollisionEnabled=QueryAndPhysics,ObjectTypeName="Vehicle",CustomResponses=,HelpMessage="Vehicle object that blocks Vehicle, WorldStatic, and WorldDynamic. All other channels will be set to default.",bCanModify=False) +-Profiles=(Name="UI",CollisionEnabled=QueryOnly,ObjectTypeName="WorldDynamic",CustomResponses=((Channel="WorldStatic",Response=ECR_Overlap),(Channel="Pawn",Response=ECR_Overlap),(Channel="Visibility",Response=ECR_Block),(Channel="WorldDynamic",Response=ECR_Overlap),(Channel="Camera",Response=ECR_Overlap),(Channel="PhysicsBody",Response=ECR_Overlap),(Channel="Vehicle",Response=ECR_Overlap),(Channel="Destructible",Response=ECR_Overlap)),HelpMessage="WorldStatic object that overlaps all actors by default. All new custom channels will use its own default response. ",bCanModify=False) ++Profiles=(Name="NoCollision",CollisionEnabled=NoCollision,bCanModify=False,ObjectTypeName="WorldStatic",CustomResponses=((Channel="Visibility",Response=ECR_Ignore),(Channel="Camera",Response=ECR_Ignore)),HelpMessage="No collision") ++Profiles=(Name="BlockAll",CollisionEnabled=QueryAndPhysics,bCanModify=False,ObjectTypeName="WorldStatic",CustomResponses=,HelpMessage="WorldStatic object that blocks all actors by default. All new custom channels will use its own default response. ") ++Profiles=(Name="OverlapAll",CollisionEnabled=QueryOnly,bCanModify=False,ObjectTypeName="WorldStatic",CustomResponses=((Channel="WorldStatic",Response=ECR_Overlap),(Channel="Pawn",Response=ECR_Overlap),(Channel="Visibility",Response=ECR_Overlap),(Channel="WorldDynamic",Response=ECR_Overlap),(Channel="Camera",Response=ECR_Overlap),(Channel="PhysicsBody",Response=ECR_Overlap),(Channel="Vehicle",Response=ECR_Overlap),(Channel="Destructible",Response=ECR_Overlap)),HelpMessage="WorldStatic object that overlaps all actors by default. All new custom channels will use its own default response. ") ++Profiles=(Name="BlockAllDynamic",CollisionEnabled=QueryAndPhysics,bCanModify=False,ObjectTypeName="WorldDynamic",CustomResponses=,HelpMessage="WorldDynamic object that blocks all actors by default. All new custom channels will use its own default response. ") ++Profiles=(Name="OverlapAllDynamic",CollisionEnabled=QueryOnly,bCanModify=False,ObjectTypeName="WorldDynamic",CustomResponses=((Channel="WorldStatic",Response=ECR_Overlap),(Channel="Pawn",Response=ECR_Overlap),(Channel="Visibility",Response=ECR_Overlap),(Channel="WorldDynamic",Response=ECR_Overlap),(Channel="Camera",Response=ECR_Overlap),(Channel="PhysicsBody",Response=ECR_Overlap),(Channel="Vehicle",Response=ECR_Overlap),(Channel="Destructible",Response=ECR_Overlap)),HelpMessage="WorldDynamic object that overlaps all actors by default. All new custom channels will use its own default response. ") ++Profiles=(Name="IgnoreOnlyPawn",CollisionEnabled=QueryOnly,bCanModify=False,ObjectTypeName="WorldDynamic",CustomResponses=((Channel="Pawn",Response=ECR_Ignore),(Channel="Vehicle",Response=ECR_Ignore)),HelpMessage="WorldDynamic object that ignores Pawn and Vehicle. All other channels will be set to default.") ++Profiles=(Name="OverlapOnlyPawn",CollisionEnabled=QueryOnly,bCanModify=False,ObjectTypeName="WorldDynamic",CustomResponses=((Channel="Pawn",Response=ECR_Overlap),(Channel="Vehicle",Response=ECR_Overlap),(Channel="Camera",Response=ECR_Ignore)),HelpMessage="WorldDynamic object that overlaps Pawn, Camera, and Vehicle. All other channels will be set to default. ") ++Profiles=(Name="Pawn",CollisionEnabled=QueryAndPhysics,bCanModify=False,ObjectTypeName="Pawn",CustomResponses=((Channel="Visibility",Response=ECR_Ignore)),HelpMessage="Pawn object. Can be used for capsule of any playerable character or AI. ") ++Profiles=(Name="Spectator",CollisionEnabled=QueryOnly,bCanModify=False,ObjectTypeName="Pawn",CustomResponses=((Channel="WorldStatic"),(Channel="Pawn",Response=ECR_Ignore),(Channel="Visibility",Response=ECR_Ignore),(Channel="WorldDynamic",Response=ECR_Ignore),(Channel="Camera",Response=ECR_Ignore),(Channel="PhysicsBody",Response=ECR_Ignore),(Channel="Vehicle",Response=ECR_Ignore),(Channel="Destructible",Response=ECR_Ignore)),HelpMessage="Pawn object that ignores all other actors except WorldStatic.") ++Profiles=(Name="CharacterMesh",CollisionEnabled=QueryOnly,bCanModify=False,ObjectTypeName="Pawn",CustomResponses=((Channel="Pawn",Response=ECR_Ignore),(Channel="Vehicle",Response=ECR_Ignore),(Channel="Visibility",Response=ECR_Ignore)),HelpMessage="Pawn object that is used for Character Mesh. All other channels will be set to default.") ++Profiles=(Name="PhysicsActor",CollisionEnabled=QueryAndPhysics,bCanModify=False,ObjectTypeName="PhysicsBody",CustomResponses=,HelpMessage="Simulating actors") ++Profiles=(Name="Destructible",CollisionEnabled=QueryAndPhysics,bCanModify=False,ObjectTypeName="Destructible",CustomResponses=,HelpMessage="Destructible actors") ++Profiles=(Name="InvisibleWall",CollisionEnabled=QueryAndPhysics,bCanModify=False,ObjectTypeName="WorldStatic",CustomResponses=((Channel="Visibility",Response=ECR_Ignore)),HelpMessage="WorldStatic object that is invisible.") ++Profiles=(Name="InvisibleWallDynamic",CollisionEnabled=QueryAndPhysics,bCanModify=False,ObjectTypeName="WorldDynamic",CustomResponses=((Channel="Visibility",Response=ECR_Ignore)),HelpMessage="WorldDynamic object that is invisible.") ++Profiles=(Name="Trigger",CollisionEnabled=QueryOnly,bCanModify=False,ObjectTypeName="WorldDynamic",CustomResponses=((Channel="WorldStatic",Response=ECR_Overlap),(Channel="Pawn",Response=ECR_Overlap),(Channel="Visibility",Response=ECR_Ignore),(Channel="WorldDynamic",Response=ECR_Overlap),(Channel="Camera",Response=ECR_Overlap),(Channel="PhysicsBody",Response=ECR_Overlap),(Channel="Vehicle",Response=ECR_Overlap),(Channel="Destructible",Response=ECR_Overlap)),HelpMessage="WorldDynamic object that is used for trigger. All other channels will be set to default.") ++Profiles=(Name="Ragdoll",CollisionEnabled=QueryAndPhysics,bCanModify=False,ObjectTypeName="PhysicsBody",CustomResponses=((Channel="Pawn",Response=ECR_Ignore),(Channel="Visibility",Response=ECR_Ignore)),HelpMessage="Simulating Skeletal Mesh Component. All other channels will be set to default.") ++Profiles=(Name="Vehicle",CollisionEnabled=QueryAndPhysics,bCanModify=False,ObjectTypeName="Vehicle",CustomResponses=,HelpMessage="Vehicle object that blocks Vehicle, WorldStatic, and WorldDynamic. All other channels will be set to default.") ++Profiles=(Name="UI",CollisionEnabled=QueryOnly,bCanModify=False,ObjectTypeName="WorldDynamic",CustomResponses=((Channel="WorldStatic",Response=ECR_Overlap),(Channel="Pawn",Response=ECR_Overlap),(Channel="Visibility"),(Channel="WorldDynamic",Response=ECR_Overlap),(Channel="Camera",Response=ECR_Overlap),(Channel="PhysicsBody",Response=ECR_Overlap),(Channel="Vehicle",Response=ECR_Overlap),(Channel="Destructible",Response=ECR_Overlap)),HelpMessage="WorldStatic object that overlaps all actors by default. All new custom channels will use its own default response. ") ++EditProfiles=(Name="Trigger",CustomResponses=((Channel="Camera",Response=ECR_Ignore))) +-ProfileRedirects=(OldName="BlockingVolume",NewName="InvisibleWall") +-ProfileRedirects=(OldName="InterpActor",NewName="IgnoreOnlyPawn") +-ProfileRedirects=(OldName="StaticMeshComponent",NewName="BlockAllDynamic") +-ProfileRedirects=(OldName="SkeletalMeshActor",NewName="PhysicsActor") +-ProfileRedirects=(OldName="InvisibleActor",NewName="InvisibleWallDynamic") ++ProfileRedirects=(OldName="BlockingVolume",NewName="InvisibleWall") ++ProfileRedirects=(OldName="InterpActor",NewName="IgnoreOnlyPawn") ++ProfileRedirects=(OldName="StaticMeshComponent",NewName="BlockAllDynamic") ++ProfileRedirects=(OldName="SkeletalMeshActor",NewName="PhysicsActor") ++ProfileRedirects=(OldName="InvisibleActor",NewName="InvisibleWallDynamic") +-CollisionChannelRedirects=(OldName="Static",NewName="WorldStatic") +-CollisionChannelRedirects=(OldName="Dynamic",NewName="WorldDynamic") +-CollisionChannelRedirects=(OldName="VehicleMovement",NewName="Vehicle") +-CollisionChannelRedirects=(OldName="PawnMovement",NewName="Pawn") ++CollisionChannelRedirects=(OldName="Static",NewName="WorldStatic") ++CollisionChannelRedirects=(OldName="Dynamic",NewName="WorldDynamic") ++CollisionChannelRedirects=(OldName="VehicleMovement",NewName="Vehicle") ++CollisionChannelRedirects=(OldName="PawnMovement",NewName="Pawn") + diff --git a/Config/DefaultInput.ini b/Config/DefaultInput.ini index 475a53591..0eb42e48f 100644 --- a/Config/DefaultInput.ini +++ b/Config/DefaultInput.ini @@ -104,28 +104,6 @@ DoubleClickTime=0.200000 +AxisMappings=(AxisName="forward",Scale=-1.000000,Key=Down) +AxisMappings=(AxisName="forward",Scale=1.000000,Key=W) +AxisMappings=(AxisName="forward",Scale=-1.000000,Key=S) -+AxisMappings=(AxisName="R_VRtrigger",Scale=1.000000,Key=OculusTouch_Right_Trigger_Axis) -+AxisMappings=(AxisName="R_VRtrigger",Scale=1.000000,Key=Vive_Right_Trigger_Axis) -+AxisMappings=(AxisName="R_VRstickX",Scale=1.000000,Key=OculusTouch_Right_Thumbstick_Y) -+AxisMappings=(AxisName="R_VRstickY",Scale=1.000000,Key=OculusTouch_Left_Thumbstick_X) -+AxisMappings=(AxisName="R_VRgrabber",Scale=1.000000,Key=OculusTouch_Right_Grip_Axis) -+AxisMappings=(AxisName="R_VRtrigger",Scale=1.000000,Key=Cosmos_Right_Trigger_Axis) -+AxisMappings=(AxisName="R_VRstickX",Scale=1.000000,Key=Cosmos_Right_Thumbstick_Y) -+AxisMappings=(AxisName="R_VRstickY",Scale=1.000000,Key=Cosmos_Right_Thumbstick_X) -+AxisMappings=(AxisName="R_VRgrabber",Scale=1.000000,Key=Cosmos_Right_Grip_Axis) -+AxisMappings=(AxisName="L_VRtrigger",Scale=1.000000,Key=OculusTouch_Left_Trigger_Axis) -+AxisMappings=(AxisName="L_VRtrigger",Scale=1.000000,Key=Vive_Left_Trigger_Axis) -+AxisMappings=(AxisName="L_VRstickX",Scale=1.000000,Key=OculusTouch_Left_Thumbstick_X) -+AxisMappings=(AxisName="L_VRstickY",Scale=1.000000,Key=OculusTouch_Left_Thumbstick_Y) -+AxisMappings=(AxisName="L_VRgrabber",Scale=1.000000,Key=OculusTouch_Left_Grip_Axis) -+AxisMappings=(AxisName="L_VRtrigger",Scale=1.000000,Key=Cosmos_Left_Trigger_Axis) -+AxisMappings=(AxisName="L_VRstickX",Scale=1.000000,Key=Cosmos_Left_Thumbstick_Y) -+AxisMappings=(AxisName="L_VRstickY",Scale=1.000000,Key=Cosmos_Left_Thumbstick_X) -+AxisMappings=(AxisName="L_VRgrabber",Scale=1.000000,Key=Cosmos_Left_Grip_Axis) -+AxisMappings=(AxisName="R_btn1",Scale=1.000000,Key=OculusTouch_Right_A_Click) -+AxisMappings=(AxisName="R_btn2",Scale=1.000000,Key=OculusTouch_Right_B_Click) -+AxisMappings=(AxisName="L_btn1",Scale=1.000000,Key=OculusTouch_Left_X_Click) -+AxisMappings=(AxisName="L_btn2",Scale=1.000000,Key=OculusTouch_Left_Y_Click) DefaultPlayerInputClass=/Script/Engine.PlayerInput DefaultInputComponentClass=/Script/Engine.InputComponent DefaultTouchInterface=None diff --git a/Content/Assetpacks/ModularCity/Material/instancied_Mat/GreenLight.uasset b/Content/Assetpacks/ModularCity/Material/instancied_Mat/GreenLight.uasset index 3b2060211..dc1053166 100644 Binary files a/Content/Assetpacks/ModularCity/Material/instancied_Mat/GreenLight.uasset and b/Content/Assetpacks/ModularCity/Material/instancied_Mat/GreenLight.uasset differ diff --git a/Content/Assetpacks/ModularCity/Meshes/Road_Props/RoadSigns/SM_BusStop_Sign.uasset b/Content/Assetpacks/ModularCity/Meshes/Road_Props/RoadSigns/SM_BusStop_Sign.uasset index 23bc86466..e4e3ca7d4 100644 Binary files a/Content/Assetpacks/ModularCity/Meshes/Road_Props/RoadSigns/SM_BusStop_Sign.uasset and b/Content/Assetpacks/ModularCity/Meshes/Road_Props/RoadSigns/SM_BusStop_Sign.uasset differ diff --git a/Content/Assetpacks/ModularCity/Meshes/Road_Props/RoadSigns/SM_CrossWalk_Sign.uasset b/Content/Assetpacks/ModularCity/Meshes/Road_Props/RoadSigns/SM_CrossWalk_Sign.uasset index f6e369ffa..73159e736 100644 Binary files a/Content/Assetpacks/ModularCity/Meshes/Road_Props/RoadSigns/SM_CrossWalk_Sign.uasset and b/Content/Assetpacks/ModularCity/Meshes/Road_Props/RoadSigns/SM_CrossWalk_Sign.uasset differ diff --git a/Content/Assetpacks/ModularCity/Meshes/Road_Props/RoadSigns/SM_Parking_Sign.uasset b/Content/Assetpacks/ModularCity/Meshes/Road_Props/RoadSigns/SM_Parking_Sign.uasset index b48609825..dd963e21e 100644 Binary files a/Content/Assetpacks/ModularCity/Meshes/Road_Props/RoadSigns/SM_Parking_Sign.uasset and b/Content/Assetpacks/ModularCity/Meshes/Road_Props/RoadSigns/SM_Parking_Sign.uasset differ diff --git a/Content/Assetpacks/ModularCity/Meshes/Road_Props/RoadSigns/SM_StopProhibited_Sign.uasset b/Content/Assetpacks/ModularCity/Meshes/Road_Props/RoadSigns/SM_StopProhibited_Sign.uasset index c0983bfa3..872eee05f 100644 Binary files a/Content/Assetpacks/ModularCity/Meshes/Road_Props/RoadSigns/SM_StopProhibited_Sign.uasset and b/Content/Assetpacks/ModularCity/Meshes/Road_Props/RoadSigns/SM_StopProhibited_Sign.uasset differ diff --git a/Content/Assetpacks/ModularCity/Meshes/Road_Props/Traffic_Light_One_Side_Var2.uasset b/Content/Assetpacks/ModularCity/Meshes/Road_Props/Traffic_Light_One_Side_Var2.uasset index 2311cf98c..5a787723f 100644 Binary files a/Content/Assetpacks/ModularCity/Meshes/Road_Props/Traffic_Light_One_Side_Var2.uasset and b/Content/Assetpacks/ModularCity/Meshes/Road_Props/Traffic_Light_One_Side_Var2.uasset differ diff --git a/Content/Blueprints/Lamp/BP_InteriorLamp.uasset b/Content/Blueprints/Lamp/BP_InteriorLamp.uasset index 32149111a..21a14db53 100644 Binary files a/Content/Blueprints/Lamp/BP_InteriorLamp.uasset and b/Content/Blueprints/Lamp/BP_InteriorLamp.uasset differ diff --git a/Content/Blueprints/Lamp/BP_InteriorLamp_BedroomLamp.uasset b/Content/Blueprints/Lamp/BP_InteriorLamp_BedroomLamp.uasset index bbc31a451..5e732329c 100644 Binary files a/Content/Blueprints/Lamp/BP_InteriorLamp_BedroomLamp.uasset and b/Content/Blueprints/Lamp/BP_InteriorLamp_BedroomLamp.uasset differ diff --git a/Content/Blueprints/Lamp/BP_InteriorLamp_Big_Square_80angle.uasset b/Content/Blueprints/Lamp/BP_InteriorLamp_Big_Square_80angle.uasset index d5d125ab6..d2568869d 100644 Binary files a/Content/Blueprints/Lamp/BP_InteriorLamp_Big_Square_80angle.uasset and b/Content/Blueprints/Lamp/BP_InteriorLamp_Big_Square_80angle.uasset differ diff --git a/Content/Blueprints/Lamp/BP_InteriorLamp_Child.uasset b/Content/Blueprints/Lamp/BP_InteriorLamp_Child.uasset index bf115bdf8..f397a4482 100644 Binary files a/Content/Blueprints/Lamp/BP_InteriorLamp_Child.uasset and b/Content/Blueprints/Lamp/BP_InteriorLamp_Child.uasset differ diff --git a/Content/Blueprints/Lamp/BP_InteriorLamp_CylLamp.uasset b/Content/Blueprints/Lamp/BP_InteriorLamp_CylLamp.uasset index f6b59b7a8..5cfdbedbb 100644 Binary files a/Content/Blueprints/Lamp/BP_InteriorLamp_CylLamp.uasset and b/Content/Blueprints/Lamp/BP_InteriorLamp_CylLamp.uasset differ diff --git a/Content/Blueprints/Lamp/BP_InteriorLamp_FloorLamp.uasset b/Content/Blueprints/Lamp/BP_InteriorLamp_FloorLamp.uasset index fdbb0e0cf..257612598 100644 Binary files a/Content/Blueprints/Lamp/BP_InteriorLamp_FloorLamp.uasset and b/Content/Blueprints/Lamp/BP_InteriorLamp_FloorLamp.uasset differ diff --git a/Content/Blueprints/Lamp/BP_InteriorLamp_Small_Square_80Angle.uasset b/Content/Blueprints/Lamp/BP_InteriorLamp_Small_Square_80Angle.uasset index e654f0383..6f969762c 100644 Binary files a/Content/Blueprints/Lamp/BP_InteriorLamp_Small_Square_80Angle.uasset and b/Content/Blueprints/Lamp/BP_InteriorLamp_Small_Square_80Angle.uasset differ diff --git a/Content/Blueprints/Lamp/BP_Light_Corridor.uasset b/Content/Blueprints/Lamp/BP_Light_Corridor.uasset index c4c83f6e2..b723dd34b 100644 Binary files a/Content/Blueprints/Lamp/BP_Light_Corridor.uasset and b/Content/Blueprints/Lamp/BP_Light_Corridor.uasset differ diff --git a/Content/Blueprints/Lamp/BP_MOP_Lamp_1.uasset b/Content/Blueprints/Lamp/BP_MOP_Lamp_1.uasset index 116568b0e..502f8a9cd 100644 Binary files a/Content/Blueprints/Lamp/BP_MOP_Lamp_1.uasset and b/Content/Blueprints/Lamp/BP_MOP_Lamp_1.uasset differ diff --git a/Content/Blueprints/Lamp/BP_MOP_Lamp_2.uasset b/Content/Blueprints/Lamp/BP_MOP_Lamp_2.uasset index 752c9b6f2..e787e6504 100644 Binary files a/Content/Blueprints/Lamp/BP_MOP_Lamp_2.uasset and b/Content/Blueprints/Lamp/BP_MOP_Lamp_2.uasset differ diff --git a/Content/Blueprints/Lamp/BP_MOP_Lamp_3.uasset b/Content/Blueprints/Lamp/BP_MOP_Lamp_3.uasset index a67601c51..a1e381f60 100644 Binary files a/Content/Blueprints/Lamp/BP_MOP_Lamp_3.uasset and b/Content/Blueprints/Lamp/BP_MOP_Lamp_3.uasset differ diff --git a/Content/Blueprints/Lamp/BP_MOP_Lamp_4.uasset b/Content/Blueprints/Lamp/BP_MOP_Lamp_4.uasset index a95abf335..ebe00fb25 100644 Binary files a/Content/Blueprints/Lamp/BP_MOP_Lamp_4.uasset and b/Content/Blueprints/Lamp/BP_MOP_Lamp_4.uasset differ diff --git a/Content/Blueprints/Lamp/BP_MOP_Lamp_5.uasset b/Content/Blueprints/Lamp/BP_MOP_Lamp_5.uasset index f493c8ad4..722da2a61 100644 Binary files a/Content/Blueprints/Lamp/BP_MOP_Lamp_5.uasset and b/Content/Blueprints/Lamp/BP_MOP_Lamp_5.uasset differ diff --git a/Content/Blueprints/Lamp/BP_streetLamp_yardLamps.uasset b/Content/Blueprints/Lamp/BP_streetLamp_yardLamps.uasset new file mode 100644 index 000000000..45669589a Binary files /dev/null and b/Content/Blueprints/Lamp/BP_streetLamp_yardLamps.uasset differ diff --git a/Content/Blueprints/Player/BP_HouseMesh.uasset b/Content/Blueprints/Player/BP_HouseMesh.uasset index 14de842a6..3731ec118 100644 Binary files a/Content/Blueprints/Player/BP_HouseMesh.uasset and b/Content/Blueprints/Player/BP_HouseMesh.uasset differ diff --git a/Content/Blueprints/UI/Actors/BP_GP2_Cap.uasset b/Content/Blueprints/UI/Actors/BP_GP2_Cap.uasset new file mode 100644 index 000000000..f9e128f03 Binary files /dev/null and b/Content/Blueprints/UI/Actors/BP_GP2_Cap.uasset differ diff --git a/Content/Blueprints/UI/Actors/actorTourHider.uasset b/Content/Blueprints/UI/Actors/actorTourHider.uasset deleted file mode 100644 index 88d577ea6..000000000 Binary files a/Content/Blueprints/UI/Actors/actorTourHider.uasset and /dev/null differ diff --git a/Content/Blueprints/UI/Actors/flatCAP.uasset b/Content/Blueprints/UI/Actors/flatCAP.uasset index f4c03c602..a5436d0a7 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/splineTeleporter.uasset b/Content/Blueprints/UI/Actors/splineTeleporter.uasset index 6e74450a4..74ef7de3b 100644 Binary files a/Content/Blueprints/UI/Actors/splineTeleporter.uasset and b/Content/Blueprints/UI/Actors/splineTeleporter.uasset differ diff --git a/Content/Blueprints/UI/Imgs/Icons/Building.uasset b/Content/Blueprints/UI/Imgs/Icons/Building.uasset new file mode 100644 index 000000000..6bda6a6be Binary files /dev/null and b/Content/Blueprints/UI/Imgs/Icons/Building.uasset differ diff --git a/Content/Blueprints/UI/Imgs/Icons/stairDown.uasset b/Content/Blueprints/UI/Imgs/Icons/stairDown.uasset new file mode 100644 index 000000000..b51473d2d Binary files /dev/null and b/Content/Blueprints/UI/Imgs/Icons/stairDown.uasset differ diff --git a/Content/Blueprints/UI/Imgs/Icons/stairUp.uasset b/Content/Blueprints/UI/Imgs/Icons/stairUp.uasset new file mode 100644 index 000000000..0ea402055 Binary files /dev/null and b/Content/Blueprints/UI/Imgs/Icons/stairUp.uasset differ diff --git a/Content/Blueprints/UI/Imgs/Message.uasset b/Content/Blueprints/UI/Imgs/Message.uasset new file mode 100644 index 000000000..20a06af37 Binary files /dev/null and b/Content/Blueprints/UI/Imgs/Message.uasset differ diff --git a/Content/Blueprints/UI/Imgs/Notification/Help.uasset b/Content/Blueprints/UI/Imgs/Notification/Help.uasset new file mode 100644 index 000000000..38e2bc359 Binary files /dev/null and b/Content/Blueprints/UI/Imgs/Notification/Help.uasset differ diff --git a/Content/Blueprints/UI/Imgs/Notification/Screenshot.uasset b/Content/Blueprints/UI/Imgs/Notification/Screenshot.uasset new file mode 100644 index 000000000..06d6163f1 Binary files /dev/null and b/Content/Blueprints/UI/Imgs/Notification/Screenshot.uasset differ diff --git a/Content/Blueprints/UI/Imgs/Pin/Masharov/base1.uasset b/Content/Blueprints/UI/Imgs/Pin/Masharov/base1.uasset new file mode 100644 index 000000000..a4aa9c79c Binary files /dev/null and b/Content/Blueprints/UI/Imgs/Pin/Masharov/base1.uasset differ diff --git a/Content/Blueprints/UI/Imgs/Pin/stairway.uasset b/Content/Blueprints/UI/Imgs/Pin/stairway.uasset new file mode 100644 index 000000000..4570863bf Binary files /dev/null and b/Content/Blueprints/UI/Imgs/Pin/stairway.uasset differ diff --git a/Content/Blueprints/UI/Imgs/Theatre.uasset b/Content/Blueprints/UI/Imgs/Theatre.uasset new file mode 100644 index 000000000..ff733e63e Binary files /dev/null and b/Content/Blueprints/UI/Imgs/Theatre.uasset differ diff --git a/Content/Blueprints/UI/Imgs/VRPoint/Property.uasset b/Content/Blueprints/UI/Imgs/VRPoint/Property.uasset new file mode 100644 index 000000000..b1a6878bb Binary files /dev/null and b/Content/Blueprints/UI/Imgs/VRPoint/Property.uasset differ diff --git a/Content/Blueprints/UI/Imgs/VRPoint/Property1.uasset b/Content/Blueprints/UI/Imgs/VRPoint/Property1.uasset new file mode 100644 index 000000000..efb54ead3 Binary files /dev/null and b/Content/Blueprints/UI/Imgs/VRPoint/Property1.uasset differ diff --git a/Content/Blueprints/UI/Materials/M_cap.uasset b/Content/Blueprints/UI/Materials/M_cap.uasset index 7a400d5d3..49ebd36b1 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_blue.uasset b/Content/Blueprints/UI/Materials/M_cap_blue.uasset deleted file mode 100644 index c2ef412f6..000000000 Binary files a/Content/Blueprints/UI/Materials/M_cap_blue.uasset and /dev/null differ diff --git a/Content/Blueprints/UI/Materials/M_cap_default.uasset b/Content/Blueprints/UI/Materials/M_cap_default.uasset new file mode 100644 index 000000000..887715f65 Binary files /dev/null and b/Content/Blueprints/UI/Materials/M_cap_default.uasset differ diff --git a/Content/Blueprints/UI/Materials/M_cap_fav.uasset b/Content/Blueprints/UI/Materials/M_cap_fav.uasset new file mode 100644 index 000000000..36216a5e7 Binary files /dev/null and b/Content/Blueprints/UI/Materials/M_cap_fav.uasset differ diff --git a/Content/Blueprints/UI/Materials/M_cap_gold.uasset b/Content/Blueprints/UI/Materials/M_cap_gold.uasset deleted file mode 100644 index 021e4bc10..000000000 Binary files a/Content/Blueprints/UI/Materials/M_cap_gold.uasset and /dev/null differ diff --git a/Content/Blueprints/UI/Materials/M_cap_hall.uasset b/Content/Blueprints/UI/Materials/M_cap_hall.uasset index 9813ab65a..1063f000e 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/Materials/MeshChangeEmis.uasset b/Content/Blueprints/UI/Materials/MeshChangeEmis.uasset deleted file mode 100644 index 3d7e74a31..000000000 Binary files a/Content/Blueprints/UI/Materials/MeshChangeEmis.uasset and /dev/null differ diff --git a/Content/Blueprints/UI/Materials/MovePoint.uasset b/Content/Blueprints/UI/Materials/MovePoint.uasset index df091a230..1a00e8ec9 100644 Binary files a/Content/Blueprints/UI/Materials/MovePoint.uasset and b/Content/Blueprints/UI/Materials/MovePoint.uasset differ diff --git a/Content/Blueprints/UI/Materials/WidgetMatVR_Mask.uasset b/Content/Blueprints/UI/Materials/WidgetMatVR_Mask.uasset index d1cabb415..1db5e446f 100644 Binary files a/Content/Blueprints/UI/Materials/WidgetMatVR_Mask.uasset and b/Content/Blueprints/UI/Materials/WidgetMatVR_Mask.uasset differ diff --git a/Content/Blueprints/UI/WBPS/Menu/aboutInfra.uasset b/Content/Blueprints/UI/WBPS/Menu/aboutInfra.uasset new file mode 100644 index 000000000..63bc51680 Binary files /dev/null and b/Content/Blueprints/UI/WBPS/Menu/aboutInfra.uasset differ diff --git a/Content/Blueprints/UI/WBPS/Menu/screenShotNotif.uasset b/Content/Blueprints/UI/WBPS/Menu/screenShotNotif.uasset new file mode 100644 index 000000000..f17a2cbc0 Binary files /dev/null and b/Content/Blueprints/UI/WBPS/Menu/screenShotNotif.uasset differ diff --git a/Content/Blueprints/UI/WBPS/Menu/touchMessage.uasset b/Content/Blueprints/UI/WBPS/Menu/touchMessage.uasset new file mode 100644 index 000000000..e482364e3 Binary files /dev/null and b/Content/Blueprints/UI/WBPS/Menu/touchMessage.uasset differ diff --git a/Content/Blueprints/UI/WBPS/Pointers/splineTeleporter.uasset b/Content/Blueprints/UI/WBPS/Pointers/splineTeleporter.uasset index a77f923d6..a9b1b7a83 100644 Binary files a/Content/Blueprints/UI/WBPS/Pointers/splineTeleporter.uasset and b/Content/Blueprints/UI/WBPS/Pointers/splineTeleporter.uasset differ diff --git a/Content/Blueprints/Utils/BP_BuildingProcedural.uasset b/Content/Blueprints/Utils/BP_BuildingProcedural.uasset deleted file mode 100644 index b113ec021..000000000 Binary files a/Content/Blueprints/Utils/BP_BuildingProcedural.uasset and /dev/null differ diff --git a/Content/Blueprints/Utils/BP_BuildingProceduralPreview.uasset b/Content/Blueprints/Utils/BP_BuildingProceduralPreview.uasset deleted file mode 100644 index 3e5044f92..000000000 Binary files a/Content/Blueprints/Utils/BP_BuildingProceduralPreview.uasset and /dev/null differ diff --git a/Content/Blueprints/Utils/Generators/HumanAI/manChar_Child.uasset b/Content/Blueprints/Utils/Generators/HumanAI/manChar_Child.uasset index 4816e340a..c405876ab 100644 Binary files a/Content/Blueprints/Utils/Generators/HumanAI/manChar_Child.uasset and b/Content/Blueprints/Utils/Generators/HumanAI/manChar_Child.uasset differ diff --git a/Content/Blueprints/Utils/ParallaxCapturer/M_result_Mat.uasset b/Content/Blueprints/Utils/ParallaxCapturer/M_result_Mat.uasset index 80c17f2ca..15d33e0a4 100644 Binary files a/Content/Blueprints/Utils/ParallaxCapturer/M_result_Mat.uasset and b/Content/Blueprints/Utils/ParallaxCapturer/M_result_Mat.uasset differ diff --git a/Content/Blueprints/Utils/ParallaxCapturer/ParallaxCapturer.uasset b/Content/Blueprints/Utils/ParallaxCapturer/ParallaxCapturer.uasset index afa3d2ccd..ccf1b3d73 100644 Binary files a/Content/Blueprints/Utils/ParallaxCapturer/ParallaxCapturer.uasset and b/Content/Blueprints/Utils/ParallaxCapturer/ParallaxCapturer.uasset differ diff --git a/Content/Blueprints/Utils/ParallaxCapturer/prlxPanel.uasset b/Content/Blueprints/Utils/ParallaxCapturer/prlxPanel.uasset new file mode 100644 index 000000000..6a137fadc Binary files /dev/null and b/Content/Blueprints/Utils/ParallaxCapturer/prlxPanel.uasset differ diff --git a/Content/Blueprints/Utils/ParallaxCapturer/renderer.uasset b/Content/Blueprints/Utils/ParallaxCapturer/renderer.uasset index 12db736ff..25a07828a 100644 Binary files a/Content/Blueprints/Utils/ParallaxCapturer/renderer.uasset and b/Content/Blueprints/Utils/ParallaxCapturer/renderer.uasset differ diff --git a/Content/Blueprints/Utils/RTManage.uasset b/Content/Blueprints/Utils/RTManage.uasset index a6fc4644b..00d38234e 100644 Binary files a/Content/Blueprints/Utils/RTManage.uasset and b/Content/Blueprints/Utils/RTManage.uasset differ diff --git a/Content/Blueprints/Utils/actorHider.uasset b/Content/Blueprints/Utils/actorHider.uasset new file mode 100644 index 000000000..7eb793541 Binary files /dev/null and b/Content/Blueprints/Utils/actorHider.uasset differ diff --git a/Content/Blueprints/Utils/actorHiderComponent.uasset b/Content/Blueprints/Utils/actorHiderComponent.uasset new file mode 100644 index 000000000..ef4356c15 Binary files /dev/null and b/Content/Blueprints/Utils/actorHiderComponent.uasset differ diff --git a/Content/Blueprints/Utils/basketArkade.uasset b/Content/Blueprints/Utils/basketArkade.uasset deleted file mode 100644 index 3d0029953..000000000 Binary files a/Content/Blueprints/Utils/basketArkade.uasset and /dev/null differ diff --git a/Content/Blueprints/Utils/basketCol.uasset b/Content/Blueprints/Utils/basketCol.uasset deleted file mode 100644 index 755ebe2c6..000000000 Binary files a/Content/Blueprints/Utils/basketCol.uasset and /dev/null differ diff --git a/Content/Blueprints/world/BP_Ceiling.uasset b/Content/Blueprints/world/BP_Ceiling.uasset new file mode 100644 index 000000000..c8b9c3fc3 Binary files /dev/null and b/Content/Blueprints/world/BP_Ceiling.uasset differ diff --git a/Content/Blueprints/world/BP_flatSign.uasset b/Content/Blueprints/world/BP_flatSign.uasset index 60977c04e..2cce0e462 100644 Binary files a/Content/Blueprints/world/BP_flatSign.uasset and b/Content/Blueprints/world/BP_flatSign.uasset differ diff --git a/Content/Blueprints/world/BP_flatSignSingle.uasset b/Content/Blueprints/world/BP_flatSignSingle.uasset index 0742151fc..c9140d8a8 100644 Binary files a/Content/Blueprints/world/BP_flatSignSingle.uasset and b/Content/Blueprints/world/BP_flatSignSingle.uasset differ diff --git a/Content/Blueprints/world/BP_floorSign.uasset b/Content/Blueprints/world/BP_floorSign.uasset index 7a1376f97..f365f6427 100644 Binary files a/Content/Blueprints/world/BP_floorSign.uasset and b/Content/Blueprints/world/BP_floorSign.uasset differ diff --git a/Content/Furniture/All/Materials/Inst/Metal/MI_Metal_Brushed_Inst.uasset b/Content/Furniture/All/Materials/Inst/Metal/MI_Metal_Brushed_Inst.uasset index b834003d8..6a6a6ce80 100644 Binary files a/Content/Furniture/All/Materials/Inst/Metal/MI_Metal_Brushed_Inst.uasset and b/Content/Furniture/All/Materials/Inst/Metal/MI_Metal_Brushed_Inst.uasset differ diff --git a/Content/Furniture/All/Materials/Inst/food/M_Orange.uasset b/Content/Furniture/All/Materials/Inst/food/M_Orange.uasset index 89aa16fa1..b39cfff62 100644 Binary files a/Content/Furniture/All/Materials/Inst/food/M_Orange.uasset and b/Content/Furniture/All/Materials/Inst/food/M_Orange.uasset differ diff --git a/Content/Furniture/All/Materials/Inst/food/M_Orange_Cropped.uasset b/Content/Furniture/All/Materials/Inst/food/M_Orange_Cropped.uasset index 9e761c88a..282d9beab 100644 Binary files a/Content/Furniture/All/Materials/Inst/food/M_Orange_Cropped.uasset and b/Content/Furniture/All/Materials/Inst/food/M_Orange_Cropped.uasset differ diff --git a/Content/Furniture/All/Materials/Inst/other/MI_Lamp_Emissive1.uasset b/Content/Furniture/All/Materials/Inst/other/MI_Lamp_Emissive1.uasset index 47f71726e..9f120fdde 100644 Binary files a/Content/Furniture/All/Materials/Inst/other/MI_Lamp_Emissive1.uasset and b/Content/Furniture/All/Materials/Inst/other/MI_Lamp_Emissive1.uasset differ diff --git a/Content/Furniture/All/Meshes/Furniture/Bed/SM_Newbridge.uasset b/Content/Furniture/All/Meshes/Furniture/Bed/SM_Newbridge.uasset index 480164dc1..d217be1a1 100644 Binary files a/Content/Furniture/All/Meshes/Furniture/Bed/SM_Newbridge.uasset and b/Content/Furniture/All/Meshes/Furniture/Bed/SM_Newbridge.uasset differ diff --git a/Content/Furniture/All/Meshes/Furniture/Chairs/furniture_Armchair_002_v1_0.uasset b/Content/Furniture/All/Meshes/Furniture/Chairs/furniture_Armchair_002_v1_0.uasset index c7c9ff7fb..99657f0d5 100644 Binary files a/Content/Furniture/All/Meshes/Furniture/Chairs/furniture_Armchair_002_v1_0.uasset and b/Content/Furniture/All/Meshes/Furniture/Chairs/furniture_Armchair_002_v1_0.uasset differ diff --git a/Content/Furniture/All/Meshes/Furniture/Food/AIUE_V01_002_oranges.uasset b/Content/Furniture/All/Meshes/Furniture/Food/AIUE_V01_002_oranges.uasset index 5bb635050..5845ff6da 100644 Binary files a/Content/Furniture/All/Meshes/Furniture/Food/AIUE_V01_002_oranges.uasset and b/Content/Furniture/All/Meshes/Furniture/Food/AIUE_V01_002_oranges.uasset differ diff --git a/Content/Furniture/All/Meshes/Furniture/Food/AIUE_V1_005_breadNEEDSUBSURFACEMAT.uasset b/Content/Furniture/All/Meshes/Furniture/Food/AIUE_V1_005_breadNEEDSUBSURFACEMAT.uasset index bf94f5a8f..a3e47dbb5 100644 Binary files a/Content/Furniture/All/Meshes/Furniture/Food/AIUE_V1_005_breadNEEDSUBSURFACEMAT.uasset and b/Content/Furniture/All/Meshes/Furniture/Food/AIUE_V1_005_breadNEEDSUBSURFACEMAT.uasset differ diff --git a/Content/Furniture/All/Meshes/Furniture/Food/AIUE_V1_005_breadroll.uasset b/Content/Furniture/All/Meshes/Furniture/Food/AIUE_V1_005_breadroll.uasset index 55fac9e92..b9cde8e46 100644 Binary files a/Content/Furniture/All/Meshes/Furniture/Food/AIUE_V1_005_breadroll.uasset and b/Content/Furniture/All/Meshes/Furniture/Food/AIUE_V1_005_breadroll.uasset differ diff --git a/Content/Furniture/All/Meshes/Furniture/Food/AIUE_V1_005_muffin1_NEEDSUBSURFACEMAT.uasset b/Content/Furniture/All/Meshes/Furniture/Food/AIUE_V1_005_muffin1_NEEDSUBSURFACEMAT.uasset index 9f48fef6d..a0be1b72d 100644 Binary files a/Content/Furniture/All/Meshes/Furniture/Food/AIUE_V1_005_muffin1_NEEDSUBSURFACEMAT.uasset and b/Content/Furniture/All/Meshes/Furniture/Food/AIUE_V1_005_muffin1_NEEDSUBSURFACEMAT.uasset differ diff --git a/Content/Furniture/All/Meshes/Furniture/Food/AIUE_V1_005_muffin2NEEDSUBSURFACEMAT.uasset b/Content/Furniture/All/Meshes/Furniture/Food/AIUE_V1_005_muffin2NEEDSUBSURFACEMAT.uasset index f9d20abe3..93b31bb8e 100644 Binary files a/Content/Furniture/All/Meshes/Furniture/Food/AIUE_V1_005_muffin2NEEDSUBSURFACEMAT.uasset and b/Content/Furniture/All/Meshes/Furniture/Food/AIUE_V1_005_muffin2NEEDSUBSURFACEMAT.uasset differ diff --git a/Content/Furniture/All/Meshes/Furniture/Food/SM_AI_vol5_3_Fruit_obj_00.uasset b/Content/Furniture/All/Meshes/Furniture/Food/SM_AI_vol5_3_Fruit_obj_00.uasset index cb1f19926..13a81bff9 100644 Binary files a/Content/Furniture/All/Meshes/Furniture/Food/SM_AI_vol5_3_Fruit_obj_00.uasset and b/Content/Furniture/All/Meshes/Furniture/Food/SM_AI_vol5_3_Fruit_obj_00.uasset differ diff --git a/Content/Furniture/All/Meshes/Furniture/Food/SM_AI_vol5_3_Fruit_obj_01.uasset b/Content/Furniture/All/Meshes/Furniture/Food/SM_AI_vol5_3_Fruit_obj_01.uasset index 1cf5f1e44..eb6a389de 100644 Binary files a/Content/Furniture/All/Meshes/Furniture/Food/SM_AI_vol5_3_Fruit_obj_01.uasset and b/Content/Furniture/All/Meshes/Furniture/Food/SM_AI_vol5_3_Fruit_obj_01.uasset differ diff --git a/Content/Furniture/All/Meshes/Furniture/Food/SM_AI_vol5_3_Fruit_obj_05.uasset b/Content/Furniture/All/Meshes/Furniture/Food/SM_AI_vol5_3_Fruit_obj_05.uasset index 02c8ff2e5..8722ee06f 100644 Binary files a/Content/Furniture/All/Meshes/Furniture/Food/SM_AI_vol5_3_Fruit_obj_05.uasset and b/Content/Furniture/All/Meshes/Furniture/Food/SM_AI_vol5_3_Fruit_obj_05.uasset differ diff --git a/Content/Furniture/All/Meshes/Furniture/Food/SM_AI_vol5_3_Fruit_obj_13.uasset b/Content/Furniture/All/Meshes/Furniture/Food/SM_AI_vol5_3_Fruit_obj_13.uasset index 50edadc94..df5b72c0f 100644 Binary files a/Content/Furniture/All/Meshes/Furniture/Food/SM_AI_vol5_3_Fruit_obj_13.uasset and b/Content/Furniture/All/Meshes/Furniture/Food/SM_AI_vol5_3_Fruit_obj_13.uasset differ diff --git a/Content/Furniture/All/Meshes/Furniture/Food/SM_AI_vol5_3_Fruit_obj_14.uasset b/Content/Furniture/All/Meshes/Furniture/Food/SM_AI_vol5_3_Fruit_obj_14.uasset index 6d8fbfc4c..fe80f27c6 100644 Binary files a/Content/Furniture/All/Meshes/Furniture/Food/SM_AI_vol5_3_Fruit_obj_14.uasset and b/Content/Furniture/All/Meshes/Furniture/Food/SM_AI_vol5_3_Fruit_obj_14.uasset differ diff --git a/Content/Furniture/All/Meshes/Furniture/Food/SM_AI_vol5_3_Fruit_obj_15.uasset b/Content/Furniture/All/Meshes/Furniture/Food/SM_AI_vol5_3_Fruit_obj_15.uasset index 8224e9ffd..3ec8d1952 100644 Binary files a/Content/Furniture/All/Meshes/Furniture/Food/SM_AI_vol5_3_Fruit_obj_15.uasset and b/Content/Furniture/All/Meshes/Furniture/Food/SM_AI_vol5_3_Fruit_obj_15.uasset differ diff --git a/Content/Furniture/All/Meshes/Furniture/Food/SM_AI_vol5_3_Fruit_obj_24.uasset b/Content/Furniture/All/Meshes/Furniture/Food/SM_AI_vol5_3_Fruit_obj_24.uasset index 22b7e1491..2bd460675 100644 Binary files a/Content/Furniture/All/Meshes/Furniture/Food/SM_AI_vol5_3_Fruit_obj_24.uasset and b/Content/Furniture/All/Meshes/Furniture/Food/SM_AI_vol5_3_Fruit_obj_24.uasset differ diff --git a/Content/Furniture/All/Meshes/Furniture/Food/SM_AI_vol5_3_Fruit_obj_29.uasset b/Content/Furniture/All/Meshes/Furniture/Food/SM_AI_vol5_3_Fruit_obj_29.uasset index 62533240b..7668d8464 100644 Binary files a/Content/Furniture/All/Meshes/Furniture/Food/SM_AI_vol5_3_Fruit_obj_29.uasset and b/Content/Furniture/All/Meshes/Furniture/Food/SM_AI_vol5_3_Fruit_obj_29.uasset differ diff --git a/Content/Furniture/All/Meshes/Furniture/Food/SM_AI_vol5_3_Fruit_obj_32.uasset b/Content/Furniture/All/Meshes/Furniture/Food/SM_AI_vol5_3_Fruit_obj_32.uasset index db117346d..fd3221139 100644 Binary files a/Content/Furniture/All/Meshes/Furniture/Food/SM_AI_vol5_3_Fruit_obj_32.uasset and b/Content/Furniture/All/Meshes/Furniture/Food/SM_AI_vol5_3_Fruit_obj_32.uasset differ diff --git a/Content/Furniture/All/Meshes/Furniture/Food/SM_AI_vol5_3_Fruit_obj_33.uasset b/Content/Furniture/All/Meshes/Furniture/Food/SM_AI_vol5_3_Fruit_obj_33.uasset index 4d5387a62..6698ff8b3 100644 Binary files a/Content/Furniture/All/Meshes/Furniture/Food/SM_AI_vol5_3_Fruit_obj_33.uasset and b/Content/Furniture/All/Meshes/Furniture/Food/SM_AI_vol5_3_Fruit_obj_33.uasset differ diff --git a/Content/Furniture/All/Meshes/Furniture/Food/SM_AI_vol5_3_Fruit_obj_48.uasset b/Content/Furniture/All/Meshes/Furniture/Food/SM_AI_vol5_3_Fruit_obj_48.uasset index e826e4f3b..5efb56986 100644 Binary files a/Content/Furniture/All/Meshes/Furniture/Food/SM_AI_vol5_3_Fruit_obj_48.uasset and b/Content/Furniture/All/Meshes/Furniture/Food/SM_AI_vol5_3_Fruit_obj_48.uasset differ diff --git a/Content/Furniture/All/Meshes/Furniture/Food/SM_AI_vol5_3_Fruit_obj_49.uasset b/Content/Furniture/All/Meshes/Furniture/Food/SM_AI_vol5_3_Fruit_obj_49.uasset index 7cbf21810..f31104b62 100644 Binary files a/Content/Furniture/All/Meshes/Furniture/Food/SM_AI_vol5_3_Fruit_obj_49.uasset and b/Content/Furniture/All/Meshes/Furniture/Food/SM_AI_vol5_3_Fruit_obj_49.uasset differ diff --git a/Content/Furniture/All/Meshes/Furniture/Food/SM_Apple_Green.uasset b/Content/Furniture/All/Meshes/Furniture/Food/SM_Apple_Green.uasset index d9d03422f..b568dda4b 100644 Binary files a/Content/Furniture/All/Meshes/Furniture/Food/SM_Apple_Green.uasset and b/Content/Furniture/All/Meshes/Furniture/Food/SM_Apple_Green.uasset differ diff --git a/Content/Furniture/All/Meshes/Furniture/Food/SM_Apple_Red.uasset b/Content/Furniture/All/Meshes/Furniture/Food/SM_Apple_Red.uasset index c231684f0..22307f961 100644 Binary files a/Content/Furniture/All/Meshes/Furniture/Food/SM_Apple_Red.uasset and b/Content/Furniture/All/Meshes/Furniture/Food/SM_Apple_Red.uasset differ diff --git a/Content/Furniture/All/Meshes/Furniture/Food/SM_Banana.uasset b/Content/Furniture/All/Meshes/Furniture/Food/SM_Banana.uasset index 77e5cfd25..ff5c67d1d 100644 Binary files a/Content/Furniture/All/Meshes/Furniture/Food/SM_Banana.uasset and b/Content/Furniture/All/Meshes/Furniture/Food/SM_Banana.uasset differ diff --git a/Content/Furniture/All/Meshes/Furniture/Kitchen/AIUE_V01_002_bowl_02.uasset b/Content/Furniture/All/Meshes/Furniture/Kitchen/AIUE_V01_002_bowl_02.uasset index 3420ab52a..92e077776 100644 Binary files a/Content/Furniture/All/Meshes/Furniture/Kitchen/AIUE_V01_002_bowl_02.uasset and b/Content/Furniture/All/Meshes/Furniture/Kitchen/AIUE_V01_002_bowl_02.uasset differ diff --git a/Content/Furniture/All/Meshes/Furniture/Kitchen/AIUE_V01_002_kettle_001.uasset b/Content/Furniture/All/Meshes/Furniture/Kitchen/AIUE_V01_002_kettle_001.uasset index 8619866e2..3813f7975 100644 Binary files a/Content/Furniture/All/Meshes/Furniture/Kitchen/AIUE_V01_002_kettle_001.uasset and b/Content/Furniture/All/Meshes/Furniture/Kitchen/AIUE_V01_002_kettle_001.uasset differ diff --git a/Content/Furniture/All/Meshes/Furniture/Kitchen/AIUE_V01_004_coffee_express.uasset b/Content/Furniture/All/Meshes/Furniture/Kitchen/AIUE_V01_004_coffee_express.uasset index 205bb31cd..1b47629f0 100644 Binary files a/Content/Furniture/All/Meshes/Furniture/Kitchen/AIUE_V01_004_coffee_express.uasset and b/Content/Furniture/All/Meshes/Furniture/Kitchen/AIUE_V01_004_coffee_express.uasset differ diff --git a/Content/Furniture/All/Meshes/Furniture/Kitchen/AIUE_V01_004_cuttingboard.uasset b/Content/Furniture/All/Meshes/Furniture/Kitchen/AIUE_V01_004_cuttingboard.uasset index 3a1fc1ad0..576aa17bd 100644 Binary files a/Content/Furniture/All/Meshes/Furniture/Kitchen/AIUE_V01_004_cuttingboard.uasset and b/Content/Furniture/All/Meshes/Furniture/Kitchen/AIUE_V01_004_cuttingboard.uasset differ diff --git a/Content/Furniture/All/Meshes/Furniture/Kitchen/AIUE_V01_004_kettle.uasset b/Content/Furniture/All/Meshes/Furniture/Kitchen/AIUE_V01_004_kettle.uasset index e61980c6f..9269624f3 100644 Binary files a/Content/Furniture/All/Meshes/Furniture/Kitchen/AIUE_V01_004_kettle.uasset and b/Content/Furniture/All/Meshes/Furniture/Kitchen/AIUE_V01_004_kettle.uasset differ diff --git a/Content/Furniture/All/Meshes/Furniture/Kitchen/AIUE_V1_005_cup.uasset b/Content/Furniture/All/Meshes/Furniture/Kitchen/AIUE_V1_005_cup.uasset index 64c77b69c..56c8b491f 100644 Binary files a/Content/Furniture/All/Meshes/Furniture/Kitchen/AIUE_V1_005_cup.uasset and b/Content/Furniture/All/Meshes/Furniture/Kitchen/AIUE_V1_005_cup.uasset differ diff --git a/Content/Furniture/All/Meshes/Furniture/Kitchen/Bowl.uasset b/Content/Furniture/All/Meshes/Furniture/Kitchen/Bowl.uasset index 1a1146178..1fc105d09 100644 Binary files a/Content/Furniture/All/Meshes/Furniture/Kitchen/Bowl.uasset and b/Content/Furniture/All/Meshes/Furniture/Kitchen/Bowl.uasset differ diff --git a/Content/Furniture/All/Meshes/Furniture/Kitchen/Kettle.uasset b/Content/Furniture/All/Meshes/Furniture/Kitchen/Kettle.uasset index cfde45c42..15fc4d60c 100644 Binary files a/Content/Furniture/All/Meshes/Furniture/Kitchen/Kettle.uasset and b/Content/Furniture/All/Meshes/Furniture/Kitchen/Kettle.uasset differ diff --git a/Content/Furniture/All/Meshes/Furniture/Kitchen/Orange.uasset b/Content/Furniture/All/Meshes/Furniture/Kitchen/Orange.uasset index 9f2cfa3d6..60f4c473e 100644 Binary files a/Content/Furniture/All/Meshes/Furniture/Kitchen/Orange.uasset and b/Content/Furniture/All/Meshes/Furniture/Kitchen/Orange.uasset differ diff --git a/Content/Furniture/All/Meshes/Furniture/Kitchen/Pot.uasset b/Content/Furniture/All/Meshes/Furniture/Kitchen/Pot.uasset index 0fbaf64a2..874f21a88 100644 Binary files a/Content/Furniture/All/Meshes/Furniture/Kitchen/Pot.uasset and b/Content/Furniture/All/Meshes/Furniture/Kitchen/Pot.uasset differ diff --git a/Content/Furniture/All/Meshes/Furniture/Kitchen/Pot_Lid.uasset b/Content/Furniture/All/Meshes/Furniture/Kitchen/Pot_Lid.uasset index 6729405f7..dbbcdd7d7 100644 Binary files a/Content/Furniture/All/Meshes/Furniture/Kitchen/Pot_Lid.uasset and b/Content/Furniture/All/Meshes/Furniture/Kitchen/Pot_Lid.uasset differ diff --git a/Content/Furniture/All/Meshes/Furniture/Kitchen/SM_AE_vol1_kitchen_bowl_1.uasset b/Content/Furniture/All/Meshes/Furniture/Kitchen/SM_AE_vol1_kitchen_bowl_1.uasset index 6ff8f60cc..eefba1314 100644 Binary files a/Content/Furniture/All/Meshes/Furniture/Kitchen/SM_AE_vol1_kitchen_bowl_1.uasset and b/Content/Furniture/All/Meshes/Furniture/Kitchen/SM_AE_vol1_kitchen_bowl_1.uasset differ diff --git a/Content/Furniture/All/Meshes/Furniture/Kitchen/SM_AE_vol1_kitchen_bowl_2.uasset b/Content/Furniture/All/Meshes/Furniture/Kitchen/SM_AE_vol1_kitchen_bowl_2.uasset index b8342a200..0adc7efe3 100644 Binary files a/Content/Furniture/All/Meshes/Furniture/Kitchen/SM_AE_vol1_kitchen_bowl_2.uasset and b/Content/Furniture/All/Meshes/Furniture/Kitchen/SM_AE_vol1_kitchen_bowl_2.uasset differ diff --git a/Content/Furniture/All/Meshes/Furniture/Kitchen/SM_AE_vol1_kitchen_cup_b_5.uasset b/Content/Furniture/All/Meshes/Furniture/Kitchen/SM_AE_vol1_kitchen_cup_b_5.uasset index bb274e88d..91321a2b5 100644 Binary files a/Content/Furniture/All/Meshes/Furniture/Kitchen/SM_AE_vol1_kitchen_cup_b_5.uasset and b/Content/Furniture/All/Meshes/Furniture/Kitchen/SM_AE_vol1_kitchen_cup_b_5.uasset differ diff --git a/Content/Furniture/All/Meshes/Furniture/Kitchen/SM_AE_vol1_kitchen_cup_c_5.uasset b/Content/Furniture/All/Meshes/Furniture/Kitchen/SM_AE_vol1_kitchen_cup_c_5.uasset index 5291ec7b9..66de56abf 100644 Binary files a/Content/Furniture/All/Meshes/Furniture/Kitchen/SM_AE_vol1_kitchen_cup_c_5.uasset and b/Content/Furniture/All/Meshes/Furniture/Kitchen/SM_AE_vol1_kitchen_cup_c_5.uasset differ diff --git a/Content/Furniture/All/Meshes/Furniture/Kitchen/SM_AE_vol1_kitchen_glass_2.uasset b/Content/Furniture/All/Meshes/Furniture/Kitchen/SM_AE_vol1_kitchen_glass_2.uasset index bee811a79..17854a72f 100644 Binary files a/Content/Furniture/All/Meshes/Furniture/Kitchen/SM_AE_vol1_kitchen_glass_2.uasset and b/Content/Furniture/All/Meshes/Furniture/Kitchen/SM_AE_vol1_kitchen_glass_2.uasset differ diff --git a/Content/Furniture/All/Meshes/Furniture/Kitchen/SM_AE_vol1_kitchen_jug_metal.uasset b/Content/Furniture/All/Meshes/Furniture/Kitchen/SM_AE_vol1_kitchen_jug_metal.uasset index a3a321553..45ddcb016 100644 Binary files a/Content/Furniture/All/Meshes/Furniture/Kitchen/SM_AE_vol1_kitchen_jug_metal.uasset and b/Content/Furniture/All/Meshes/Furniture/Kitchen/SM_AE_vol1_kitchen_jug_metal.uasset differ diff --git a/Content/Furniture/All/Meshes/Furniture/Kitchen/SM_AE_vol1_kitchen_sauceboat.uasset b/Content/Furniture/All/Meshes/Furniture/Kitchen/SM_AE_vol1_kitchen_sauceboat.uasset index 67dbcc15f..37b634e79 100644 Binary files a/Content/Furniture/All/Meshes/Furniture/Kitchen/SM_AE_vol1_kitchen_sauceboat.uasset and b/Content/Furniture/All/Meshes/Furniture/Kitchen/SM_AE_vol1_kitchen_sauceboat.uasset differ diff --git a/Content/Furniture/All/Meshes/Furniture/Kitchen/SM_AE_vol1_kitchen_teapot.uasset b/Content/Furniture/All/Meshes/Furniture/Kitchen/SM_AE_vol1_kitchen_teapot.uasset index 346cdf271..288fc21f9 100644 Binary files a/Content/Furniture/All/Meshes/Furniture/Kitchen/SM_AE_vol1_kitchen_teapot.uasset and b/Content/Furniture/All/Meshes/Furniture/Kitchen/SM_AE_vol1_kitchen_teapot.uasset differ diff --git a/Content/Furniture/All/Meshes/Furniture/Kitchen/SM_AE_vol1_kitchen_teapot_v2_.uasset b/Content/Furniture/All/Meshes/Furniture/Kitchen/SM_AE_vol1_kitchen_teapot_v2_.uasset index ad0bd404c..ed5757dac 100644 Binary files a/Content/Furniture/All/Meshes/Furniture/Kitchen/SM_AE_vol1_kitchen_teapot_v2_.uasset and b/Content/Furniture/All/Meshes/Furniture/Kitchen/SM_AE_vol1_kitchen_teapot_v2_.uasset differ diff --git a/Content/Furniture/All/Meshes/Furniture/Kitchen/SM_AE_vol1_kitchen_teapot_v3_.uasset b/Content/Furniture/All/Meshes/Furniture/Kitchen/SM_AE_vol1_kitchen_teapot_v3_.uasset index e21224fc4..6d9b74794 100644 Binary files a/Content/Furniture/All/Meshes/Furniture/Kitchen/SM_AE_vol1_kitchen_teapot_v3_.uasset and b/Content/Furniture/All/Meshes/Furniture/Kitchen/SM_AE_vol1_kitchen_teapot_v3_.uasset differ diff --git a/Content/Furniture/All/Meshes/Furniture/Kitchen/SM_AE_vol1_kitchen_wineglass_1.uasset b/Content/Furniture/All/Meshes/Furniture/Kitchen/SM_AE_vol1_kitchen_wineglass_1.uasset index dbe959d43..0f3508636 100644 Binary files a/Content/Furniture/All/Meshes/Furniture/Kitchen/SM_AE_vol1_kitchen_wineglass_1.uasset and b/Content/Furniture/All/Meshes/Furniture/Kitchen/SM_AE_vol1_kitchen_wineglass_1.uasset differ diff --git a/Content/Furniture/All/Meshes/Furniture/Kitchen/SM_AI_Vol5_1_cup_01_01.uasset b/Content/Furniture/All/Meshes/Furniture/Kitchen/SM_AI_Vol5_1_cup_01_01.uasset index 113965a1a..d6fe186b9 100644 Binary files a/Content/Furniture/All/Meshes/Furniture/Kitchen/SM_AI_Vol5_1_cup_01_01.uasset and b/Content/Furniture/All/Meshes/Furniture/Kitchen/SM_AI_Vol5_1_cup_01_01.uasset differ diff --git a/Content/Furniture/All/Meshes/Furniture/Kitchen/SM_AI_Vol5_1_kitchen_hood_01.uasset b/Content/Furniture/All/Meshes/Furniture/Kitchen/SM_AI_Vol5_1_kitchen_hood_01.uasset index 385437dbd..2281b6392 100644 Binary files a/Content/Furniture/All/Meshes/Furniture/Kitchen/SM_AI_Vol5_1_kitchen_hood_01.uasset and b/Content/Furniture/All/Meshes/Furniture/Kitchen/SM_AI_Vol5_1_kitchen_hood_01.uasset differ diff --git a/Content/Furniture/All/Meshes/Furniture/Kitchen/SM_AI_Vol5_1_teapot_01.uasset b/Content/Furniture/All/Meshes/Furniture/Kitchen/SM_AI_Vol5_1_teapot_01.uasset index d903fb737..eb126e348 100644 Binary files a/Content/Furniture/All/Meshes/Furniture/Kitchen/SM_AI_Vol5_1_teapot_01.uasset and b/Content/Furniture/All/Meshes/Furniture/Kitchen/SM_AI_Vol5_1_teapot_01.uasset differ diff --git a/Content/Furniture/All/Meshes/Furniture/Kitchen/SM_AI_vol3_2_bowl_01_0.uasset b/Content/Furniture/All/Meshes/Furniture/Kitchen/SM_AI_vol3_2_bowl_01_0.uasset index b9819f945..845e56438 100644 Binary files a/Content/Furniture/All/Meshes/Furniture/Kitchen/SM_AI_vol3_2_bowl_01_0.uasset and b/Content/Furniture/All/Meshes/Furniture/Kitchen/SM_AI_vol3_2_bowl_01_0.uasset differ diff --git a/Content/Furniture/All/Meshes/Furniture/Kitchen/SM_AI_vol3_2_bowl_02_0.uasset b/Content/Furniture/All/Meshes/Furniture/Kitchen/SM_AI_vol3_2_bowl_02_0.uasset index ae7c9fcb5..3e0a7ecf4 100644 Binary files a/Content/Furniture/All/Meshes/Furniture/Kitchen/SM_AI_vol3_2_bowl_02_0.uasset and b/Content/Furniture/All/Meshes/Furniture/Kitchen/SM_AI_vol3_2_bowl_02_0.uasset differ diff --git a/Content/Furniture/All/Meshes/Furniture/Kitchen/SM_AI_vol3_2_bowl_02_1.uasset b/Content/Furniture/All/Meshes/Furniture/Kitchen/SM_AI_vol3_2_bowl_02_1.uasset index 7c9b3ded4..fa532b621 100644 Binary files a/Content/Furniture/All/Meshes/Furniture/Kitchen/SM_AI_vol3_2_bowl_02_1.uasset and b/Content/Furniture/All/Meshes/Furniture/Kitchen/SM_AI_vol3_2_bowl_02_1.uasset differ diff --git a/Content/Furniture/All/Meshes/Furniture/Kitchen/SM_AI_vol3_2_bowl_03_0.uasset b/Content/Furniture/All/Meshes/Furniture/Kitchen/SM_AI_vol3_2_bowl_03_0.uasset index 57cfdb307..fa8bf2179 100644 Binary files a/Content/Furniture/All/Meshes/Furniture/Kitchen/SM_AI_vol3_2_bowl_03_0.uasset and b/Content/Furniture/All/Meshes/Furniture/Kitchen/SM_AI_vol3_2_bowl_03_0.uasset differ diff --git a/Content/Furniture/All/Meshes/Furniture/Kitchen/SM_AI_vol3_2_bowl_04_0.uasset b/Content/Furniture/All/Meshes/Furniture/Kitchen/SM_AI_vol3_2_bowl_04_0.uasset index fa20bc360..4abe3b2d4 100644 Binary files a/Content/Furniture/All/Meshes/Furniture/Kitchen/SM_AI_vol3_2_bowl_04_0.uasset and b/Content/Furniture/All/Meshes/Furniture/Kitchen/SM_AI_vol3_2_bowl_04_0.uasset differ diff --git a/Content/Furniture/All/Meshes/Furniture/Kitchen/SM_AI_vol3_2_bowl_05_0.uasset b/Content/Furniture/All/Meshes/Furniture/Kitchen/SM_AI_vol3_2_bowl_05_0.uasset index c1d0c4e51..56ce2f93a 100644 Binary files a/Content/Furniture/All/Meshes/Furniture/Kitchen/SM_AI_vol3_2_bowl_05_0.uasset and b/Content/Furniture/All/Meshes/Furniture/Kitchen/SM_AI_vol3_2_bowl_05_0.uasset differ diff --git a/Content/Furniture/All/Meshes/Furniture/Kitchen/SM_AI_vol3_2_box_02_0.uasset b/Content/Furniture/All/Meshes/Furniture/Kitchen/SM_AI_vol3_2_box_02_0.uasset index d7e0213b8..9189e058d 100644 Binary files a/Content/Furniture/All/Meshes/Furniture/Kitchen/SM_AI_vol3_2_box_02_0.uasset and b/Content/Furniture/All/Meshes/Furniture/Kitchen/SM_AI_vol3_2_box_02_0.uasset differ diff --git a/Content/Furniture/All/Meshes/Furniture/Kitchen/SM_AI_vol3_2_container_01_0.uasset b/Content/Furniture/All/Meshes/Furniture/Kitchen/SM_AI_vol3_2_container_01_0.uasset index aae50068c..211244706 100644 Binary files a/Content/Furniture/All/Meshes/Furniture/Kitchen/SM_AI_vol3_2_container_01_0.uasset and b/Content/Furniture/All/Meshes/Furniture/Kitchen/SM_AI_vol3_2_container_01_0.uasset differ diff --git a/Content/Furniture/All/Meshes/Furniture/Kitchen/SM_AI_vol3_2_cup_01_0.uasset b/Content/Furniture/All/Meshes/Furniture/Kitchen/SM_AI_vol3_2_cup_01_0.uasset index d38e8d608..64cf83765 100644 Binary files a/Content/Furniture/All/Meshes/Furniture/Kitchen/SM_AI_vol3_2_cup_01_0.uasset and b/Content/Furniture/All/Meshes/Furniture/Kitchen/SM_AI_vol3_2_cup_01_0.uasset differ diff --git a/Content/Furniture/All/Meshes/Furniture/Kitchen/SM_AI_vol3_2_cup_05_0.uasset b/Content/Furniture/All/Meshes/Furniture/Kitchen/SM_AI_vol3_2_cup_05_0.uasset index 822c6e738..bf2e63d29 100644 Binary files a/Content/Furniture/All/Meshes/Furniture/Kitchen/SM_AI_vol3_2_cup_05_0.uasset and b/Content/Furniture/All/Meshes/Furniture/Kitchen/SM_AI_vol3_2_cup_05_0.uasset differ diff --git a/Content/Furniture/All/Meshes/Furniture/Kitchen/SM_AI_vol3_2_cup_06_0.uasset b/Content/Furniture/All/Meshes/Furniture/Kitchen/SM_AI_vol3_2_cup_06_0.uasset index c06ad3886..7e9f11173 100644 Binary files a/Content/Furniture/All/Meshes/Furniture/Kitchen/SM_AI_vol3_2_cup_06_0.uasset and b/Content/Furniture/All/Meshes/Furniture/Kitchen/SM_AI_vol3_2_cup_06_0.uasset differ diff --git a/Content/Furniture/All/Meshes/Furniture/Kitchen/SM_AI_vol3_2_cup_08_0.uasset b/Content/Furniture/All/Meshes/Furniture/Kitchen/SM_AI_vol3_2_cup_08_0.uasset index 3285e3ad9..30cb1a5d8 100644 Binary files a/Content/Furniture/All/Meshes/Furniture/Kitchen/SM_AI_vol3_2_cup_08_0.uasset and b/Content/Furniture/All/Meshes/Furniture/Kitchen/SM_AI_vol3_2_cup_08_0.uasset differ diff --git a/Content/Furniture/All/Meshes/Furniture/Kitchen/SM_AI_vol3_2_cup_09_0.uasset b/Content/Furniture/All/Meshes/Furniture/Kitchen/SM_AI_vol3_2_cup_09_0.uasset index 287c0c857..2b4c89688 100644 Binary files a/Content/Furniture/All/Meshes/Furniture/Kitchen/SM_AI_vol3_2_cup_09_0.uasset and b/Content/Furniture/All/Meshes/Furniture/Kitchen/SM_AI_vol3_2_cup_09_0.uasset differ diff --git a/Content/Furniture/All/Meshes/Furniture/Kitchen/SM_AI_vol3_2_cuttingboard_01_0.uasset b/Content/Furniture/All/Meshes/Furniture/Kitchen/SM_AI_vol3_2_cuttingboard_01_0.uasset index b479f40ec..84c8d30d9 100644 Binary files a/Content/Furniture/All/Meshes/Furniture/Kitchen/SM_AI_vol3_2_cuttingboard_01_0.uasset and b/Content/Furniture/All/Meshes/Furniture/Kitchen/SM_AI_vol3_2_cuttingboard_01_0.uasset differ diff --git a/Content/Furniture/All/Meshes/Furniture/Kitchen/SM_AI_vol3_2_cuttingboard_02_0.uasset b/Content/Furniture/All/Meshes/Furniture/Kitchen/SM_AI_vol3_2_cuttingboard_02_0.uasset index 8bfd077be..cdbd275bc 100644 Binary files a/Content/Furniture/All/Meshes/Furniture/Kitchen/SM_AI_vol3_2_cuttingboard_02_0.uasset and b/Content/Furniture/All/Meshes/Furniture/Kitchen/SM_AI_vol3_2_cuttingboard_02_0.uasset differ diff --git a/Content/Furniture/All/Meshes/Furniture/Kitchen/SM_AI_vol3_2_cuttingboard_03_0.uasset b/Content/Furniture/All/Meshes/Furniture/Kitchen/SM_AI_vol3_2_cuttingboard_03_0.uasset index 34d0f8ba6..d3116e69b 100644 Binary files a/Content/Furniture/All/Meshes/Furniture/Kitchen/SM_AI_vol3_2_cuttingboard_03_0.uasset and b/Content/Furniture/All/Meshes/Furniture/Kitchen/SM_AI_vol3_2_cuttingboard_03_0.uasset differ diff --git a/Content/Furniture/All/Meshes/Furniture/Kitchen/SM_AI_vol3_2_cuttingboard_04_0.uasset b/Content/Furniture/All/Meshes/Furniture/Kitchen/SM_AI_vol3_2_cuttingboard_04_0.uasset index d72946e13..ca4889430 100644 Binary files a/Content/Furniture/All/Meshes/Furniture/Kitchen/SM_AI_vol3_2_cuttingboard_04_0.uasset and b/Content/Furniture/All/Meshes/Furniture/Kitchen/SM_AI_vol3_2_cuttingboard_04_0.uasset differ diff --git a/Content/Furniture/All/Meshes/Furniture/Kitchen/SM_AI_vol3_2_front_05_0.uasset b/Content/Furniture/All/Meshes/Furniture/Kitchen/SM_AI_vol3_2_front_05_0.uasset index ccf18a119..3e67f263a 100644 Binary files a/Content/Furniture/All/Meshes/Furniture/Kitchen/SM_AI_vol3_2_front_05_0.uasset and b/Content/Furniture/All/Meshes/Furniture/Kitchen/SM_AI_vol3_2_front_05_0.uasset differ diff --git a/Content/Furniture/All/Meshes/Furniture/Kitchen/SM_AI_vol3_2_front_06_0.uasset b/Content/Furniture/All/Meshes/Furniture/Kitchen/SM_AI_vol3_2_front_06_0.uasset index 4eeccce04..4988d98dc 100644 Binary files a/Content/Furniture/All/Meshes/Furniture/Kitchen/SM_AI_vol3_2_front_06_0.uasset and b/Content/Furniture/All/Meshes/Furniture/Kitchen/SM_AI_vol3_2_front_06_0.uasset differ diff --git a/Content/Furniture/All/Meshes/Furniture/Kitchen/SM_AI_vol3_2_hotplate_01_0.uasset b/Content/Furniture/All/Meshes/Furniture/Kitchen/SM_AI_vol3_2_hotplate_01_0.uasset index 057d107dd..b700bacb6 100644 Binary files a/Content/Furniture/All/Meshes/Furniture/Kitchen/SM_AI_vol3_2_hotplate_01_0.uasset and b/Content/Furniture/All/Meshes/Furniture/Kitchen/SM_AI_vol3_2_hotplate_01_0.uasset differ diff --git a/Content/Furniture/All/Meshes/Furniture/Kitchen/SM_AI_vol3_2_olive_01_0.uasset b/Content/Furniture/All/Meshes/Furniture/Kitchen/SM_AI_vol3_2_olive_01_0.uasset index b75d173d3..b1d5b2838 100644 Binary files a/Content/Furniture/All/Meshes/Furniture/Kitchen/SM_AI_vol3_2_olive_01_0.uasset and b/Content/Furniture/All/Meshes/Furniture/Kitchen/SM_AI_vol3_2_olive_01_0.uasset differ diff --git a/Content/Furniture/All/Meshes/Furniture/Kitchen/SM_AI_vol3_2_salt_01_0.uasset b/Content/Furniture/All/Meshes/Furniture/Kitchen/SM_AI_vol3_2_salt_01_0.uasset index 3f615bcec..b75852ea9 100644 Binary files a/Content/Furniture/All/Meshes/Furniture/Kitchen/SM_AI_vol3_2_salt_01_0.uasset and b/Content/Furniture/All/Meshes/Furniture/Kitchen/SM_AI_vol3_2_salt_01_0.uasset differ diff --git a/Content/Furniture/All/Meshes/Furniture/Kitchen/SM_AI_vol3_2_teapot_02_0.uasset b/Content/Furniture/All/Meshes/Furniture/Kitchen/SM_AI_vol3_2_teapot_02_0.uasset index 40a1384d6..acd8c6b5e 100644 Binary files a/Content/Furniture/All/Meshes/Furniture/Kitchen/SM_AI_vol3_2_teapot_02_0.uasset and b/Content/Furniture/All/Meshes/Furniture/Kitchen/SM_AI_vol3_2_teapot_02_0.uasset differ diff --git a/Content/Furniture/All/Meshes/Furniture/Kitchen/SM_AI_vol3_2_vase_01_0.uasset b/Content/Furniture/All/Meshes/Furniture/Kitchen/SM_AI_vol3_2_vase_01_0.uasset index 8d8dbceff..a77d9669d 100644 Binary files a/Content/Furniture/All/Meshes/Furniture/Kitchen/SM_AI_vol3_2_vase_01_0.uasset and b/Content/Furniture/All/Meshes/Furniture/Kitchen/SM_AI_vol3_2_vase_01_0.uasset differ diff --git a/Content/Furniture/All/Meshes/Furniture/Kitchen/SM_AI_vol3_3_hanger_01_0.uasset b/Content/Furniture/All/Meshes/Furniture/Kitchen/SM_AI_vol3_3_hanger_01_0.uasset index ea5d961d3..f22b39d9f 100644 Binary files a/Content/Furniture/All/Meshes/Furniture/Kitchen/SM_AI_vol3_3_hanger_01_0.uasset and b/Content/Furniture/All/Meshes/Furniture/Kitchen/SM_AI_vol3_3_hanger_01_0.uasset differ diff --git a/Content/Furniture/All/Meshes/Furniture/Kitchen/SM_AI_vol4_1_Pot_C.uasset b/Content/Furniture/All/Meshes/Furniture/Kitchen/SM_AI_vol4_1_Pot_C.uasset index 6f21ddf07..b6049580d 100644 Binary files a/Content/Furniture/All/Meshes/Furniture/Kitchen/SM_AI_vol4_1_Pot_C.uasset and b/Content/Furniture/All/Meshes/Furniture/Kitchen/SM_AI_vol4_1_Pot_C.uasset differ diff --git a/Content/Furniture/All/Meshes/Furniture/Kitchen/SM_AI_vol4_1_Salt_Papper.uasset b/Content/Furniture/All/Meshes/Furniture/Kitchen/SM_AI_vol4_1_Salt_Papper.uasset index a9ba097ff..bc548b0cc 100644 Binary files a/Content/Furniture/All/Meshes/Furniture/Kitchen/SM_AI_vol4_1_Salt_Papper.uasset and b/Content/Furniture/All/Meshes/Furniture/Kitchen/SM_AI_vol4_1_Salt_Papper.uasset differ diff --git a/Content/Furniture/All/Meshes/Furniture/Kitchen/SM_AI_vol4_1_Tea_Container.uasset b/Content/Furniture/All/Meshes/Furniture/Kitchen/SM_AI_vol4_1_Tea_Container.uasset index 998aa3a3f..41c18341f 100644 Binary files a/Content/Furniture/All/Meshes/Furniture/Kitchen/SM_AI_vol4_1_Tea_Container.uasset and b/Content/Furniture/All/Meshes/Furniture/Kitchen/SM_AI_vol4_1_Tea_Container.uasset differ diff --git a/Content/Furniture/All/Meshes/Furniture/Kitchen/SM_AI_vol4_1_bread_container.uasset b/Content/Furniture/All/Meshes/Furniture/Kitchen/SM_AI_vol4_1_bread_container.uasset index 6238c177f..46981b1f2 100644 Binary files a/Content/Furniture/All/Meshes/Furniture/Kitchen/SM_AI_vol4_1_bread_container.uasset and b/Content/Furniture/All/Meshes/Furniture/Kitchen/SM_AI_vol4_1_bread_container.uasset differ diff --git a/Content/Furniture/All/Meshes/Furniture/Kitchen/SM_AI_vol4_1_kitchen_sink.uasset b/Content/Furniture/All/Meshes/Furniture/Kitchen/SM_AI_vol4_1_kitchen_sink.uasset index 24c01114e..386f0eef1 100644 Binary files a/Content/Furniture/All/Meshes/Furniture/Kitchen/SM_AI_vol4_1_kitchen_sink.uasset and b/Content/Furniture/All/Meshes/Furniture/Kitchen/SM_AI_vol4_1_kitchen_sink.uasset differ diff --git a/Content/Furniture/All/Meshes/Furniture/Kitchen/SM_AI_vol5_3_Cup_Metal_01.uasset b/Content/Furniture/All/Meshes/Furniture/Kitchen/SM_AI_vol5_3_Cup_Metal_01.uasset index def0449f3..598a6fb8c 100644 Binary files a/Content/Furniture/All/Meshes/Furniture/Kitchen/SM_AI_vol5_3_Cup_Metal_01.uasset and b/Content/Furniture/All/Meshes/Furniture/Kitchen/SM_AI_vol5_3_Cup_Metal_01.uasset differ diff --git a/Content/Furniture/All/Meshes/Furniture/Kitchen/SM_AI_vol5_3_Jar_A.uasset b/Content/Furniture/All/Meshes/Furniture/Kitchen/SM_AI_vol5_3_Jar_A.uasset index a31fafb1c..09d0c0cae 100644 Binary files a/Content/Furniture/All/Meshes/Furniture/Kitchen/SM_AI_vol5_3_Jar_A.uasset and b/Content/Furniture/All/Meshes/Furniture/Kitchen/SM_AI_vol5_3_Jar_A.uasset differ diff --git a/Content/Furniture/All/Meshes/Furniture/Kitchen/SM_AI_vol5_3_Jar_C.uasset b/Content/Furniture/All/Meshes/Furniture/Kitchen/SM_AI_vol5_3_Jar_C.uasset index 49188efb1..2ee31e827 100644 Binary files a/Content/Furniture/All/Meshes/Furniture/Kitchen/SM_AI_vol5_3_Jar_C.uasset and b/Content/Furniture/All/Meshes/Furniture/Kitchen/SM_AI_vol5_3_Jar_C.uasset differ diff --git a/Content/Furniture/All/Meshes/Furniture/Kitchen/SM_AI_vol5_3_Jar_D.uasset b/Content/Furniture/All/Meshes/Furniture/Kitchen/SM_AI_vol5_3_Jar_D.uasset index 29b658bf0..e7838027b 100644 Binary files a/Content/Furniture/All/Meshes/Furniture/Kitchen/SM_AI_vol5_3_Jar_D.uasset and b/Content/Furniture/All/Meshes/Furniture/Kitchen/SM_AI_vol5_3_Jar_D.uasset differ diff --git a/Content/Furniture/All/Meshes/Furniture/Kitchen/SM_AI_vol5_3_Jar_E.uasset b/Content/Furniture/All/Meshes/Furniture/Kitchen/SM_AI_vol5_3_Jar_E.uasset index 40c1d8faf..293d98f87 100644 Binary files a/Content/Furniture/All/Meshes/Furniture/Kitchen/SM_AI_vol5_3_Jar_E.uasset and b/Content/Furniture/All/Meshes/Furniture/Kitchen/SM_AI_vol5_3_Jar_E.uasset differ diff --git a/Content/Furniture/All/Meshes/Furniture/Kitchen/SM_AI_vol5_3_Kitchen_Hanger.uasset b/Content/Furniture/All/Meshes/Furniture/Kitchen/SM_AI_vol5_3_Kitchen_Hanger.uasset index 9079a53b8..d9cc02a20 100644 Binary files a/Content/Furniture/All/Meshes/Furniture/Kitchen/SM_AI_vol5_3_Kitchen_Hanger.uasset and b/Content/Furniture/All/Meshes/Furniture/Kitchen/SM_AI_vol5_3_Kitchen_Hanger.uasset differ diff --git a/Content/Furniture/All/Meshes/Furniture/Kitchen/SM_AI_vol5_3_Kitchen_Scale.uasset b/Content/Furniture/All/Meshes/Furniture/Kitchen/SM_AI_vol5_3_Kitchen_Scale.uasset index 6bb7e27aa..68a21ed6c 100644 Binary files a/Content/Furniture/All/Meshes/Furniture/Kitchen/SM_AI_vol5_3_Kitchen_Scale.uasset and b/Content/Furniture/All/Meshes/Furniture/Kitchen/SM_AI_vol5_3_Kitchen_Scale.uasset differ diff --git a/Content/Furniture/All/Meshes/Furniture/Kitchen/SM_AI_vol5_3_Kitchen_Tool_Set_01.uasset b/Content/Furniture/All/Meshes/Furniture/Kitchen/SM_AI_vol5_3_Kitchen_Tool_Set_01.uasset index 5063e7c38..9b4abd9bc 100644 Binary files a/Content/Furniture/All/Meshes/Furniture/Kitchen/SM_AI_vol5_3_Kitchen_Tool_Set_01.uasset and b/Content/Furniture/All/Meshes/Furniture/Kitchen/SM_AI_vol5_3_Kitchen_Tool_Set_01.uasset differ diff --git a/Content/Furniture/All/Meshes/Furniture/Kitchen/SM_AI_vol5_3_Kitchen_Tool_Set_02.uasset b/Content/Furniture/All/Meshes/Furniture/Kitchen/SM_AI_vol5_3_Kitchen_Tool_Set_02.uasset index 16bdace27..61e87f7ea 100644 Binary files a/Content/Furniture/All/Meshes/Furniture/Kitchen/SM_AI_vol5_3_Kitchen_Tool_Set_02.uasset and b/Content/Furniture/All/Meshes/Furniture/Kitchen/SM_AI_vol5_3_Kitchen_Tool_Set_02.uasset differ diff --git a/Content/Furniture/All/Meshes/Furniture/Kitchen/SM_AI_vol5_3_Kitchen_Tool_Set_03.uasset b/Content/Furniture/All/Meshes/Furniture/Kitchen/SM_AI_vol5_3_Kitchen_Tool_Set_03.uasset index 5bb33c3ab..a60ec0772 100644 Binary files a/Content/Furniture/All/Meshes/Furniture/Kitchen/SM_AI_vol5_3_Kitchen_Tool_Set_03.uasset and b/Content/Furniture/All/Meshes/Furniture/Kitchen/SM_AI_vol5_3_Kitchen_Tool_Set_03.uasset differ diff --git a/Content/Furniture/All/Meshes/Furniture/Kitchen/SM_AI_vol5_3_Ladle.uasset b/Content/Furniture/All/Meshes/Furniture/Kitchen/SM_AI_vol5_3_Ladle.uasset index fd62c2758..cf890dd0c 100644 Binary files a/Content/Furniture/All/Meshes/Furniture/Kitchen/SM_AI_vol5_3_Ladle.uasset and b/Content/Furniture/All/Meshes/Furniture/Kitchen/SM_AI_vol5_3_Ladle.uasset differ diff --git a/Content/Furniture/All/Meshes/Furniture/Kitchen/SM_AI_vol5_3_Pot_A.uasset b/Content/Furniture/All/Meshes/Furniture/Kitchen/SM_AI_vol5_3_Pot_A.uasset index 7ae2952f8..1edeba943 100644 Binary files a/Content/Furniture/All/Meshes/Furniture/Kitchen/SM_AI_vol5_3_Pot_A.uasset and b/Content/Furniture/All/Meshes/Furniture/Kitchen/SM_AI_vol5_3_Pot_A.uasset differ diff --git a/Content/Furniture/All/Meshes/Furniture/Kitchen/SM_AI_vol5_3_Pot_B.uasset b/Content/Furniture/All/Meshes/Furniture/Kitchen/SM_AI_vol5_3_Pot_B.uasset index b149410b9..8522bff62 100644 Binary files a/Content/Furniture/All/Meshes/Furniture/Kitchen/SM_AI_vol5_3_Pot_B.uasset and b/Content/Furniture/All/Meshes/Furniture/Kitchen/SM_AI_vol5_3_Pot_B.uasset differ diff --git a/Content/Furniture/All/Meshes/Furniture/Kitchen/SM_AI_vol5_3_Sink_Chrome.uasset b/Content/Furniture/All/Meshes/Furniture/Kitchen/SM_AI_vol5_3_Sink_Chrome.uasset index 204bc8a0e..156f221af 100644 Binary files a/Content/Furniture/All/Meshes/Furniture/Kitchen/SM_AI_vol5_3_Sink_Chrome.uasset and b/Content/Furniture/All/Meshes/Furniture/Kitchen/SM_AI_vol5_3_Sink_Chrome.uasset differ diff --git a/Content/Furniture/All/Meshes/Furniture/Kitchen/SM_AI_vol5_4_kitchen_plates_03.uasset b/Content/Furniture/All/Meshes/Furniture/Kitchen/SM_AI_vol5_4_kitchen_plates_03.uasset index 1fa884aaa..d1bb3a511 100644 Binary files a/Content/Furniture/All/Meshes/Furniture/Kitchen/SM_AI_vol5_4_kitchen_plates_03.uasset and b/Content/Furniture/All/Meshes/Furniture/Kitchen/SM_AI_vol5_4_kitchen_plates_03.uasset differ diff --git a/Content/Furniture/All/Meshes/Furniture/Kitchen/SM_AI_vol5_4_pan_01.uasset b/Content/Furniture/All/Meshes/Furniture/Kitchen/SM_AI_vol5_4_pan_01.uasset index 8a74ba40a..cd3503653 100644 Binary files a/Content/Furniture/All/Meshes/Furniture/Kitchen/SM_AI_vol5_4_pan_01.uasset and b/Content/Furniture/All/Meshes/Furniture/Kitchen/SM_AI_vol5_4_pan_01.uasset differ diff --git a/Content/Furniture/All/Meshes/Furniture/Kitchen/SM_AI_vol5_5_frypan_01.uasset b/Content/Furniture/All/Meshes/Furniture/Kitchen/SM_AI_vol5_5_frypan_01.uasset index 8e9b60991..b81a9bf6e 100644 Binary files a/Content/Furniture/All/Meshes/Furniture/Kitchen/SM_AI_vol5_5_frypan_01.uasset and b/Content/Furniture/All/Meshes/Furniture/Kitchen/SM_AI_vol5_5_frypan_01.uasset differ diff --git a/Content/Furniture/All/Meshes/Furniture/Kitchen/SM_AI_vol5_5_oven_01.uasset b/Content/Furniture/All/Meshes/Furniture/Kitchen/SM_AI_vol5_5_oven_01.uasset index 89b910fdc..c67bccb11 100644 Binary files a/Content/Furniture/All/Meshes/Furniture/Kitchen/SM_AI_vol5_5_oven_01.uasset and b/Content/Furniture/All/Meshes/Furniture/Kitchen/SM_AI_vol5_5_oven_01.uasset differ diff --git a/Content/Furniture/All/Meshes/Furniture/Kitchen/SM_AI_vol5_5_scandi_props_12_01.uasset b/Content/Furniture/All/Meshes/Furniture/Kitchen/SM_AI_vol5_5_scandi_props_12_01.uasset index 0df1ccd31..13d0ff1ec 100644 Binary files a/Content/Furniture/All/Meshes/Furniture/Kitchen/SM_AI_vol5_5_scandi_props_12_01.uasset and b/Content/Furniture/All/Meshes/Furniture/Kitchen/SM_AI_vol5_5_scandi_props_12_01.uasset differ diff --git a/Content/Furniture/All/Meshes/Furniture/Kitchen/SM_AI_vol5_5_scandi_props_1_01.uasset b/Content/Furniture/All/Meshes/Furniture/Kitchen/SM_AI_vol5_5_scandi_props_1_01.uasset index 38f7a4ff4..9230029a0 100644 Binary files a/Content/Furniture/All/Meshes/Furniture/Kitchen/SM_AI_vol5_5_scandi_props_1_01.uasset and b/Content/Furniture/All/Meshes/Furniture/Kitchen/SM_AI_vol5_5_scandi_props_1_01.uasset differ diff --git a/Content/Furniture/All/Meshes/Furniture/Kitchen/SM_AI_vol5_5_scandi_props_2_01.uasset b/Content/Furniture/All/Meshes/Furniture/Kitchen/SM_AI_vol5_5_scandi_props_2_01.uasset index d6d42c06b..22fb3d402 100644 Binary files a/Content/Furniture/All/Meshes/Furniture/Kitchen/SM_AI_vol5_5_scandi_props_2_01.uasset and b/Content/Furniture/All/Meshes/Furniture/Kitchen/SM_AI_vol5_5_scandi_props_2_01.uasset differ diff --git a/Content/Furniture/All/Meshes/Furniture/Kitchen/SM_AI_vol5_5_scandi_props_3_01.uasset b/Content/Furniture/All/Meshes/Furniture/Kitchen/SM_AI_vol5_5_scandi_props_3_01.uasset index a21e4ef1d..2e87c4fdc 100644 Binary files a/Content/Furniture/All/Meshes/Furniture/Kitchen/SM_AI_vol5_5_scandi_props_3_01.uasset and b/Content/Furniture/All/Meshes/Furniture/Kitchen/SM_AI_vol5_5_scandi_props_3_01.uasset differ diff --git a/Content/Furniture/All/Meshes/Furniture/Kitchen/SM_AI_vol6_1_microwave_01.uasset b/Content/Furniture/All/Meshes/Furniture/Kitchen/SM_AI_vol6_1_microwave_01.uasset index a61b01612..ae12ba650 100644 Binary files a/Content/Furniture/All/Meshes/Furniture/Kitchen/SM_AI_vol6_1_microwave_01.uasset and b/Content/Furniture/All/Meshes/Furniture/Kitchen/SM_AI_vol6_1_microwave_01.uasset differ diff --git a/Content/Furniture/All/Meshes/Furniture/Kitchen/SM_Coffee_maker.uasset b/Content/Furniture/All/Meshes/Furniture/Kitchen/SM_Coffee_maker.uasset index 708298221..368927493 100644 Binary files a/Content/Furniture/All/Meshes/Furniture/Kitchen/SM_Coffee_maker.uasset and b/Content/Furniture/All/Meshes/Furniture/Kitchen/SM_Coffee_maker.uasset differ diff --git a/Content/Furniture/All/Meshes/Furniture/Kitchen/SM_CookingThings.uasset b/Content/Furniture/All/Meshes/Furniture/Kitchen/SM_CookingThings.uasset index 1d86c7b84..f51d5e3a3 100644 Binary files a/Content/Furniture/All/Meshes/Furniture/Kitchen/SM_CookingThings.uasset and b/Content/Furniture/All/Meshes/Furniture/Kitchen/SM_CookingThings.uasset differ diff --git a/Content/Furniture/All/Meshes/Furniture/Kitchen/SM_Decorations12.uasset b/Content/Furniture/All/Meshes/Furniture/Kitchen/SM_Decorations12.uasset index 126f6d6ef..0f84d0996 100644 Binary files a/Content/Furniture/All/Meshes/Furniture/Kitchen/SM_Decorations12.uasset and b/Content/Furniture/All/Meshes/Furniture/Kitchen/SM_Decorations12.uasset differ diff --git a/Content/Furniture/All/Meshes/Furniture/Kitchen/SM_Decorations50.uasset b/Content/Furniture/All/Meshes/Furniture/Kitchen/SM_Decorations50.uasset index 11a2d2fc9..7e7a9a660 100644 Binary files a/Content/Furniture/All/Meshes/Furniture/Kitchen/SM_Decorations50.uasset and b/Content/Furniture/All/Meshes/Furniture/Kitchen/SM_Decorations50.uasset differ diff --git a/Content/Furniture/All/Meshes/Furniture/Kitchen/SM_Decorations8.uasset b/Content/Furniture/All/Meshes/Furniture/Kitchen/SM_Decorations8.uasset index 7ab3addd3..596688e1a 100644 Binary files a/Content/Furniture/All/Meshes/Furniture/Kitchen/SM_Decorations8.uasset and b/Content/Furniture/All/Meshes/Furniture/Kitchen/SM_Decorations8.uasset differ diff --git a/Content/Furniture/All/Meshes/Furniture/Kitchen/SM_Knifelog.uasset b/Content/Furniture/All/Meshes/Furniture/Kitchen/SM_Knifelog.uasset index 30ccf3966..442cfe9ce 100644 Binary files a/Content/Furniture/All/Meshes/Furniture/Kitchen/SM_Knifelog.uasset and b/Content/Furniture/All/Meshes/Furniture/Kitchen/SM_Knifelog.uasset differ diff --git a/Content/Furniture/All/Meshes/Furniture/Kitchen/SM_MERGED_SM_Decorations40.uasset b/Content/Furniture/All/Meshes/Furniture/Kitchen/SM_MERGED_SM_Decorations40.uasset index e565e4e44..6f074739a 100644 Binary files a/Content/Furniture/All/Meshes/Furniture/Kitchen/SM_MERGED_SM_Decorations40.uasset and b/Content/Furniture/All/Meshes/Furniture/Kitchen/SM_MERGED_SM_Decorations40.uasset differ diff --git a/Content/Furniture/All/Meshes/Furniture/Kitchen/SM_MERGED_SM_tableware10.uasset b/Content/Furniture/All/Meshes/Furniture/Kitchen/SM_MERGED_SM_tableware10.uasset index 99bca4ab7..3afcbda9c 100644 Binary files a/Content/Furniture/All/Meshes/Furniture/Kitchen/SM_MERGED_SM_tableware10.uasset and b/Content/Furniture/All/Meshes/Furniture/Kitchen/SM_MERGED_SM_tableware10.uasset differ diff --git a/Content/Furniture/All/Meshes/Furniture/Kitchen/SM_MERGED_SM_tableware14.uasset b/Content/Furniture/All/Meshes/Furniture/Kitchen/SM_MERGED_SM_tableware14.uasset index 4cc39369e..73bee7978 100644 Binary files a/Content/Furniture/All/Meshes/Furniture/Kitchen/SM_MERGED_SM_tableware14.uasset and b/Content/Furniture/All/Meshes/Furniture/Kitchen/SM_MERGED_SM_tableware14.uasset differ diff --git a/Content/Furniture/All/Meshes/Furniture/Kitchen/SM_MERGED_SM_tableware18.uasset b/Content/Furniture/All/Meshes/Furniture/Kitchen/SM_MERGED_SM_tableware18.uasset index 8df54a1ff..88e1521a6 100644 Binary files a/Content/Furniture/All/Meshes/Furniture/Kitchen/SM_MERGED_SM_tableware18.uasset and b/Content/Furniture/All/Meshes/Furniture/Kitchen/SM_MERGED_SM_tableware18.uasset differ diff --git a/Content/Furniture/All/Meshes/Furniture/Kitchen/SM_MERGED_SM_tableware2.uasset b/Content/Furniture/All/Meshes/Furniture/Kitchen/SM_MERGED_SM_tableware2.uasset index f64da54fd..c442e1e54 100644 Binary files a/Content/Furniture/All/Meshes/Furniture/Kitchen/SM_MERGED_SM_tableware2.uasset and b/Content/Furniture/All/Meshes/Furniture/Kitchen/SM_MERGED_SM_tableware2.uasset differ diff --git a/Content/Furniture/All/Meshes/Furniture/Kitchen/SM_Oilbottle.uasset b/Content/Furniture/All/Meshes/Furniture/Kitchen/SM_Oilbottle.uasset index e034612a7..e90672f6a 100644 Binary files a/Content/Furniture/All/Meshes/Furniture/Kitchen/SM_Oilbottle.uasset and b/Content/Furniture/All/Meshes/Furniture/Kitchen/SM_Oilbottle.uasset differ diff --git a/Content/Furniture/All/Meshes/Furniture/Kitchen/SM_Salt_Pepper_Mill.uasset b/Content/Furniture/All/Meshes/Furniture/Kitchen/SM_Salt_Pepper_Mill.uasset index 9374d7eb3..5e41fdd5c 100644 Binary files a/Content/Furniture/All/Meshes/Furniture/Kitchen/SM_Salt_Pepper_Mill.uasset and b/Content/Furniture/All/Meshes/Furniture/Kitchen/SM_Salt_Pepper_Mill.uasset differ diff --git a/Content/Furniture/All/Meshes/Furniture/Kitchen/SM_mixer.uasset b/Content/Furniture/All/Meshes/Furniture/Kitchen/SM_mixer.uasset index 94445a8f2..c6e93f1a4 100644 Binary files a/Content/Furniture/All/Meshes/Furniture/Kitchen/SM_mixer.uasset and b/Content/Furniture/All/Meshes/Furniture/Kitchen/SM_mixer.uasset differ diff --git a/Content/Furniture/All/Meshes/Furniture/Kitchen/SM_tableware6.uasset b/Content/Furniture/All/Meshes/Furniture/Kitchen/SM_tableware6.uasset index e275f8a0b..846c48daa 100644 Binary files a/Content/Furniture/All/Meshes/Furniture/Kitchen/SM_tableware6.uasset and b/Content/Furniture/All/Meshes/Furniture/Kitchen/SM_tableware6.uasset differ diff --git a/Content/Furniture/All/Meshes/Furniture/Kitchen/SquareFruitBowl.uasset b/Content/Furniture/All/Meshes/Furniture/Kitchen/SquareFruitBowl.uasset index 879103ccf..d243e9e8d 100644 Binary files a/Content/Furniture/All/Meshes/Furniture/Kitchen/SquareFruitBowl.uasset and b/Content/Furniture/All/Meshes/Furniture/Kitchen/SquareFruitBowl.uasset differ diff --git a/Content/Furniture/All/Meshes/Furniture/Kitchen/WineBottle.uasset b/Content/Furniture/All/Meshes/Furniture/Kitchen/WineBottle.uasset index dad7ca955..f4df99723 100644 Binary files a/Content/Furniture/All/Meshes/Furniture/Kitchen/WineBottle.uasset and b/Content/Furniture/All/Meshes/Furniture/Kitchen/WineBottle.uasset differ diff --git a/Content/Furniture/All/Meshes/Furniture/Kitchen/WineBottleSealed.uasset b/Content/Furniture/All/Meshes/Furniture/Kitchen/WineBottleSealed.uasset index 72d5a4653..8b94090ad 100644 Binary files a/Content/Furniture/All/Meshes/Furniture/Kitchen/WineBottleSealed.uasset and b/Content/Furniture/All/Meshes/Furniture/Kitchen/WineBottleSealed.uasset differ diff --git a/Content/Furniture/All/Meshes/Furniture/Kitchen/WineGlass.uasset b/Content/Furniture/All/Meshes/Furniture/Kitchen/WineGlass.uasset index 1b02c62b6..2a6e82484 100644 Binary files a/Content/Furniture/All/Meshes/Furniture/Kitchen/WineGlass.uasset and b/Content/Furniture/All/Meshes/Furniture/Kitchen/WineGlass.uasset differ diff --git a/Content/Furniture/All/Meshes/Furniture/Kitchen/cutlery_004_cup_v1.uasset b/Content/Furniture/All/Meshes/Furniture/Kitchen/cutlery_004_cup_v1.uasset index baa785fba..a57d87864 100644 Binary files a/Content/Furniture/All/Meshes/Furniture/Kitchen/cutlery_004_cup_v1.uasset and b/Content/Furniture/All/Meshes/Furniture/Kitchen/cutlery_004_cup_v1.uasset differ diff --git a/Content/Furniture/All/Meshes/Furniture/Kitchen/cutlery_004_cup_v2_0.uasset b/Content/Furniture/All/Meshes/Furniture/Kitchen/cutlery_004_cup_v2_0.uasset index 5e615daf7..72fa16d07 100644 Binary files a/Content/Furniture/All/Meshes/Furniture/Kitchen/cutlery_004_cup_v2_0.uasset and b/Content/Furniture/All/Meshes/Furniture/Kitchen/cutlery_004_cup_v2_0.uasset differ diff --git a/Content/Furniture/All/Meshes/Furniture/Kitchen/cutlery_004_cup_v3_0.uasset b/Content/Furniture/All/Meshes/Furniture/Kitchen/cutlery_004_cup_v3_0.uasset index 929dc2c1e..dc0dd4290 100644 Binary files a/Content/Furniture/All/Meshes/Furniture/Kitchen/cutlery_004_cup_v3_0.uasset and b/Content/Furniture/All/Meshes/Furniture/Kitchen/cutlery_004_cup_v3_0.uasset differ diff --git a/Content/Furniture/All/Meshes/Furniture/Kitchen/kitchen_004_cutboard_v1_0.uasset b/Content/Furniture/All/Meshes/Furniture/Kitchen/kitchen_004_cutboard_v1_0.uasset index 04acc29ba..e611ea420 100644 Binary files a/Content/Furniture/All/Meshes/Furniture/Kitchen/kitchen_004_cutboard_v1_0.uasset and b/Content/Furniture/All/Meshes/Furniture/Kitchen/kitchen_004_cutboard_v1_0.uasset differ diff --git a/Content/Furniture/All/Meshes/Furniture/Lamps/AIUE_V01_004_bedsidelamp_001.uasset b/Content/Furniture/All/Meshes/Furniture/Lamps/AIUE_V01_004_bedsidelamp_001.uasset index 865857d09..ca065e2a8 100644 Binary files a/Content/Furniture/All/Meshes/Furniture/Lamps/AIUE_V01_004_bedsidelamp_001.uasset and b/Content/Furniture/All/Meshes/Furniture/Lamps/AIUE_V01_004_bedsidelamp_001.uasset differ diff --git a/Content/Furniture/All/Meshes/Furniture/Pillows/AIUE_V01_001_Pilow3.uasset b/Content/Furniture/All/Meshes/Furniture/Pillows/AIUE_V01_001_Pilow3.uasset index 1fb216879..0383db4c6 100644 Binary files a/Content/Furniture/All/Meshes/Furniture/Pillows/AIUE_V01_001_Pilow3.uasset and b/Content/Furniture/All/Meshes/Furniture/Pillows/AIUE_V01_001_Pilow3.uasset differ diff --git a/Content/Furniture/All/Meshes/Furniture/Plants/SM_AE_vol1_plant_2_plant.uasset b/Content/Furniture/All/Meshes/Furniture/Plants/SM_AE_vol1_plant_2_plant.uasset index e8aefba36..093d33929 100644 Binary files a/Content/Furniture/All/Meshes/Furniture/Plants/SM_AE_vol1_plant_2_plant.uasset and b/Content/Furniture/All/Meshes/Furniture/Plants/SM_AE_vol1_plant_2_plant.uasset differ diff --git a/Content/Furniture/All/Meshes/Furniture/Sofa/SM_AI_vol3_2_sofa_01_0.uasset b/Content/Furniture/All/Meshes/Furniture/Sofa/SM_AI_vol3_2_sofa_01_0.uasset index 95f3f54be..3164fc068 100644 Binary files a/Content/Furniture/All/Meshes/Furniture/Sofa/SM_AI_vol3_2_sofa_01_0.uasset and b/Content/Furniture/All/Meshes/Furniture/Sofa/SM_AI_vol3_2_sofa_01_0.uasset differ diff --git a/Content/Furniture/Vol2_Unsorted/ELECTRONICS/2_ASSETS/AIR_CONDITIONER/AIR_CONDITIONER_01/BP_Air_Conditioner_01.uasset b/Content/Furniture/Vol2_Unsorted/ELECTRONICS/2_ASSETS/AIR_CONDITIONER/AIR_CONDITIONER_01/BP_Air_Conditioner_01.uasset index 6d35a5a08..137e1f8cc 100644 Binary files a/Content/Furniture/Vol2_Unsorted/ELECTRONICS/2_ASSETS/AIR_CONDITIONER/AIR_CONDITIONER_01/BP_Air_Conditioner_01.uasset and b/Content/Furniture/Vol2_Unsorted/ELECTRONICS/2_ASSETS/AIR_CONDITIONER/AIR_CONDITIONER_01/BP_Air_Conditioner_01.uasset differ diff --git a/Content/Furniture/Vol2_Unsorted/ELECTRONICS/2_ASSETS/AIR_CONDITIONER/PORTABLE_AIR_CONDITIONER_01/BP_portable_air_conditioner_01.uasset b/Content/Furniture/Vol2_Unsorted/ELECTRONICS/2_ASSETS/AIR_CONDITIONER/PORTABLE_AIR_CONDITIONER_01/BP_portable_air_conditioner_01.uasset index 71e9092d3..8a3e06f92 100644 Binary files a/Content/Furniture/Vol2_Unsorted/ELECTRONICS/2_ASSETS/AIR_CONDITIONER/PORTABLE_AIR_CONDITIONER_01/BP_portable_air_conditioner_01.uasset and b/Content/Furniture/Vol2_Unsorted/ELECTRONICS/2_ASSETS/AIR_CONDITIONER/PORTABLE_AIR_CONDITIONER_01/BP_portable_air_conditioner_01.uasset differ diff --git a/Content/Furniture/Vol2_Unsorted/ELECTRONICS/2_ASSETS/BLENDER/BLENDER_01/BP_blender_01.uasset b/Content/Furniture/Vol2_Unsorted/ELECTRONICS/2_ASSETS/BLENDER/BLENDER_01/BP_blender_01.uasset index 553be448f..26e77455e 100644 Binary files a/Content/Furniture/Vol2_Unsorted/ELECTRONICS/2_ASSETS/BLENDER/BLENDER_01/BP_blender_01.uasset and b/Content/Furniture/Vol2_Unsorted/ELECTRONICS/2_ASSETS/BLENDER/BLENDER_01/BP_blender_01.uasset differ diff --git a/Content/Furniture/Vol2_Unsorted/ELECTRONICS/2_ASSETS/BLENDER/BLENDER_01/MI_blender_01.uasset b/Content/Furniture/Vol2_Unsorted/ELECTRONICS/2_ASSETS/BLENDER/BLENDER_01/MI_blender_01.uasset index 43f2e0f39..f5b808e09 100644 Binary files a/Content/Furniture/Vol2_Unsorted/ELECTRONICS/2_ASSETS/BLENDER/BLENDER_01/MI_blender_01.uasset and b/Content/Furniture/Vol2_Unsorted/ELECTRONICS/2_ASSETS/BLENDER/BLENDER_01/MI_blender_01.uasset differ diff --git a/Content/Furniture/Vol2_Unsorted/ELECTRONICS/2_ASSETS/COFFEE_BREWER/COFFEE_BREWER_01/BP_coffee_brewer_01.uasset b/Content/Furniture/Vol2_Unsorted/ELECTRONICS/2_ASSETS/COFFEE_BREWER/COFFEE_BREWER_01/BP_coffee_brewer_01.uasset index 22d5c7680..e9ea9deee 100644 Binary files a/Content/Furniture/Vol2_Unsorted/ELECTRONICS/2_ASSETS/COFFEE_BREWER/COFFEE_BREWER_01/BP_coffee_brewer_01.uasset and b/Content/Furniture/Vol2_Unsorted/ELECTRONICS/2_ASSETS/COFFEE_BREWER/COFFEE_BREWER_01/BP_coffee_brewer_01.uasset differ diff --git a/Content/Furniture/Vol2_Unsorted/ELECTRONICS/2_ASSETS/COFFEE_BREWER/COFFEE_BREWER_01/MI_coffee_brewer_01.uasset b/Content/Furniture/Vol2_Unsorted/ELECTRONICS/2_ASSETS/COFFEE_BREWER/COFFEE_BREWER_01/MI_coffee_brewer_01.uasset index a1a11b662..53fffff1c 100644 Binary files a/Content/Furniture/Vol2_Unsorted/ELECTRONICS/2_ASSETS/COFFEE_BREWER/COFFEE_BREWER_01/MI_coffee_brewer_01.uasset and b/Content/Furniture/Vol2_Unsorted/ELECTRONICS/2_ASSETS/COFFEE_BREWER/COFFEE_BREWER_01/MI_coffee_brewer_01.uasset differ diff --git a/Content/Furniture/Vol2_Unsorted/ELECTRONICS/2_ASSETS/DISH_WASHER/DISH_WASHER_01/BP_dish_washer_01.uasset b/Content/Furniture/Vol2_Unsorted/ELECTRONICS/2_ASSETS/DISH_WASHER/DISH_WASHER_01/BP_dish_washer_01.uasset index 964f306c3..80b32ae0a 100644 Binary files a/Content/Furniture/Vol2_Unsorted/ELECTRONICS/2_ASSETS/DISH_WASHER/DISH_WASHER_01/BP_dish_washer_01.uasset and b/Content/Furniture/Vol2_Unsorted/ELECTRONICS/2_ASSETS/DISH_WASHER/DISH_WASHER_01/BP_dish_washer_01.uasset differ diff --git a/Content/Furniture/Vol2_Unsorted/ELECTRONICS/2_ASSETS/DRYER/DRYER_01/BP_dryer_01.uasset b/Content/Furniture/Vol2_Unsorted/ELECTRONICS/2_ASSETS/DRYER/DRYER_01/BP_dryer_01.uasset index b540ed23e..94b34c99e 100644 Binary files a/Content/Furniture/Vol2_Unsorted/ELECTRONICS/2_ASSETS/DRYER/DRYER_01/BP_dryer_01.uasset and b/Content/Furniture/Vol2_Unsorted/ELECTRONICS/2_ASSETS/DRYER/DRYER_01/BP_dryer_01.uasset differ diff --git a/Content/Furniture/Vol2_Unsorted/ELECTRONICS/2_ASSETS/ELECTRIC_RANGE/ELECTRIC_RANGE_01/BP_electric_range_01.uasset b/Content/Furniture/Vol2_Unsorted/ELECTRONICS/2_ASSETS/ELECTRIC_RANGE/ELECTRIC_RANGE_01/BP_electric_range_01.uasset index cd3830c9c..aa68cd6e3 100644 Binary files a/Content/Furniture/Vol2_Unsorted/ELECTRONICS/2_ASSETS/ELECTRIC_RANGE/ELECTRIC_RANGE_01/BP_electric_range_01.uasset and b/Content/Furniture/Vol2_Unsorted/ELECTRONICS/2_ASSETS/ELECTRIC_RANGE/ELECTRIC_RANGE_01/BP_electric_range_01.uasset differ diff --git a/Content/Furniture/Vol2_Unsorted/ELECTRONICS/2_ASSETS/GAME_STATION/GAME_CONSOLE/MI_game_console.uasset b/Content/Furniture/Vol2_Unsorted/ELECTRONICS/2_ASSETS/GAME_STATION/GAME_CONSOLE/MI_game_console.uasset index 68305c992..5ba440a60 100644 Binary files a/Content/Furniture/Vol2_Unsorted/ELECTRONICS/2_ASSETS/GAME_STATION/GAME_CONSOLE/MI_game_console.uasset and b/Content/Furniture/Vol2_Unsorted/ELECTRONICS/2_ASSETS/GAME_STATION/GAME_CONSOLE/MI_game_console.uasset differ diff --git a/Content/Furniture/Vol2_Unsorted/ELECTRONICS/2_ASSETS/GAME_STATION/GAME_CONTROLLER/BP_game_controller.uasset b/Content/Furniture/Vol2_Unsorted/ELECTRONICS/2_ASSETS/GAME_STATION/GAME_CONTROLLER/BP_game_controller.uasset index c6eed6df9..8ddd904b2 100644 Binary files a/Content/Furniture/Vol2_Unsorted/ELECTRONICS/2_ASSETS/GAME_STATION/GAME_CONTROLLER/BP_game_controller.uasset and b/Content/Furniture/Vol2_Unsorted/ELECTRONICS/2_ASSETS/GAME_STATION/GAME_CONTROLLER/BP_game_controller.uasset differ diff --git a/Content/Furniture/Vol2_Unsorted/ELECTRONICS/2_ASSETS/GAME_STATION/GAME_CONTROLLER/MI_game_controller.uasset b/Content/Furniture/Vol2_Unsorted/ELECTRONICS/2_ASSETS/GAME_STATION/GAME_CONTROLLER/MI_game_controller.uasset index 4aa9d3d17..56f66419a 100644 Binary files a/Content/Furniture/Vol2_Unsorted/ELECTRONICS/2_ASSETS/GAME_STATION/GAME_CONTROLLER/MI_game_controller.uasset and b/Content/Furniture/Vol2_Unsorted/ELECTRONICS/2_ASSETS/GAME_STATION/GAME_CONTROLLER/MI_game_controller.uasset differ diff --git a/Content/Furniture/Vol2_Unsorted/ELECTRONICS/2_ASSETS/GAS_COOKER/GAS_COOKER_01/BP_gas_cooker_01.uasset b/Content/Furniture/Vol2_Unsorted/ELECTRONICS/2_ASSETS/GAS_COOKER/GAS_COOKER_01/BP_gas_cooker_01.uasset index 1f39b2d7b..3c98046d8 100644 Binary files a/Content/Furniture/Vol2_Unsorted/ELECTRONICS/2_ASSETS/GAS_COOKER/GAS_COOKER_01/BP_gas_cooker_01.uasset and b/Content/Furniture/Vol2_Unsorted/ELECTRONICS/2_ASSETS/GAS_COOKER/GAS_COOKER_01/BP_gas_cooker_01.uasset differ diff --git a/Content/Furniture/Vol2_Unsorted/ELECTRONICS/2_ASSETS/HOOD/SMART_HOOD_01/BP_smart_hood_01.uasset b/Content/Furniture/Vol2_Unsorted/ELECTRONICS/2_ASSETS/HOOD/SMART_HOOD_01/BP_smart_hood_01.uasset index e286111a8..7af74c33c 100644 Binary files a/Content/Furniture/Vol2_Unsorted/ELECTRONICS/2_ASSETS/HOOD/SMART_HOOD_01/BP_smart_hood_01.uasset and b/Content/Furniture/Vol2_Unsorted/ELECTRONICS/2_ASSETS/HOOD/SMART_HOOD_01/BP_smart_hood_01.uasset differ diff --git a/Content/Furniture/Vol2_Unsorted/ELECTRONICS/2_ASSETS/IRON/IRON_01/BP_iron_01.uasset b/Content/Furniture/Vol2_Unsorted/ELECTRONICS/2_ASSETS/IRON/IRON_01/BP_iron_01.uasset index f7781673a..b55eb27dd 100644 Binary files a/Content/Furniture/Vol2_Unsorted/ELECTRONICS/2_ASSETS/IRON/IRON_01/BP_iron_01.uasset and b/Content/Furniture/Vol2_Unsorted/ELECTRONICS/2_ASSETS/IRON/IRON_01/BP_iron_01.uasset differ diff --git a/Content/Furniture/Vol2_Unsorted/ELECTRONICS/2_ASSETS/KETTLE/KETTLE_01/BP_kettle_01.uasset b/Content/Furniture/Vol2_Unsorted/ELECTRONICS/2_ASSETS/KETTLE/KETTLE_01/BP_kettle_01.uasset index 7026ab222..6c8ea0637 100644 Binary files a/Content/Furniture/Vol2_Unsorted/ELECTRONICS/2_ASSETS/KETTLE/KETTLE_01/BP_kettle_01.uasset and b/Content/Furniture/Vol2_Unsorted/ELECTRONICS/2_ASSETS/KETTLE/KETTLE_01/BP_kettle_01.uasset differ diff --git a/Content/Furniture/Vol2_Unsorted/ELECTRONICS/2_ASSETS/LAPTOP/LAPTOP_01/BP_laptop_01.uasset b/Content/Furniture/Vol2_Unsorted/ELECTRONICS/2_ASSETS/LAPTOP/LAPTOP_01/BP_laptop_01.uasset index a214c0fb3..b38bdae8f 100644 Binary files a/Content/Furniture/Vol2_Unsorted/ELECTRONICS/2_ASSETS/LAPTOP/LAPTOP_01/BP_laptop_01.uasset and b/Content/Furniture/Vol2_Unsorted/ELECTRONICS/2_ASSETS/LAPTOP/LAPTOP_01/BP_laptop_01.uasset differ diff --git a/Content/Furniture/Vol2_Unsorted/ELECTRONICS/2_ASSETS/MICROWAVE/MICROWAVE_01/BP_Microwave_01.uasset b/Content/Furniture/Vol2_Unsorted/ELECTRONICS/2_ASSETS/MICROWAVE/MICROWAVE_01/BP_Microwave_01.uasset index 784ee421e..78f89b1ac 100644 Binary files a/Content/Furniture/Vol2_Unsorted/ELECTRONICS/2_ASSETS/MICROWAVE/MICROWAVE_01/BP_Microwave_01.uasset and b/Content/Furniture/Vol2_Unsorted/ELECTRONICS/2_ASSETS/MICROWAVE/MICROWAVE_01/BP_Microwave_01.uasset differ diff --git a/Content/Furniture/Vol2_Unsorted/ELECTRONICS/2_ASSETS/OVEN/OVEN_01/BP_oven_01.uasset b/Content/Furniture/Vol2_Unsorted/ELECTRONICS/2_ASSETS/OVEN/OVEN_01/BP_oven_01.uasset index 974af1c8c..0b43be995 100644 Binary files a/Content/Furniture/Vol2_Unsorted/ELECTRONICS/2_ASSETS/OVEN/OVEN_01/BP_oven_01.uasset and b/Content/Furniture/Vol2_Unsorted/ELECTRONICS/2_ASSETS/OVEN/OVEN_01/BP_oven_01.uasset differ diff --git a/Content/Furniture/Vol2_Unsorted/ELECTRONICS/2_ASSETS/PC/KEYBOARD_01/SM_keyboard_01.uasset b/Content/Furniture/Vol2_Unsorted/ELECTRONICS/2_ASSETS/PC/KEYBOARD_01/SM_keyboard_01.uasset index d817bfb9b..a47af3472 100644 Binary files a/Content/Furniture/Vol2_Unsorted/ELECTRONICS/2_ASSETS/PC/KEYBOARD_01/SM_keyboard_01.uasset and b/Content/Furniture/Vol2_Unsorted/ELECTRONICS/2_ASSETS/PC/KEYBOARD_01/SM_keyboard_01.uasset differ diff --git a/Content/Furniture/Vol2_Unsorted/ELECTRONICS/2_ASSETS/PC/MOUSE_01/SM_mouse_01.uasset b/Content/Furniture/Vol2_Unsorted/ELECTRONICS/2_ASSETS/PC/MOUSE_01/SM_mouse_01.uasset index 3cb10b0c1..1ae707bbd 100644 Binary files a/Content/Furniture/Vol2_Unsorted/ELECTRONICS/2_ASSETS/PC/MOUSE_01/SM_mouse_01.uasset and b/Content/Furniture/Vol2_Unsorted/ELECTRONICS/2_ASSETS/PC/MOUSE_01/SM_mouse_01.uasset differ diff --git a/Content/Furniture/Vol2_Unsorted/ELECTRONICS/2_ASSETS/PC/PC_SCREEN_01/BP_PC_screen_01.uasset b/Content/Furniture/Vol2_Unsorted/ELECTRONICS/2_ASSETS/PC/PC_SCREEN_01/BP_PC_screen_01.uasset index 20b46f78d..3dca4d6ec 100644 Binary files a/Content/Furniture/Vol2_Unsorted/ELECTRONICS/2_ASSETS/PC/PC_SCREEN_01/BP_PC_screen_01.uasset and b/Content/Furniture/Vol2_Unsorted/ELECTRONICS/2_ASSETS/PC/PC_SCREEN_01/BP_PC_screen_01.uasset differ diff --git a/Content/Furniture/Vol2_Unsorted/ELECTRONICS/2_ASSETS/PRINTER/PRINTER_01/BP_printer_01.uasset b/Content/Furniture/Vol2_Unsorted/ELECTRONICS/2_ASSETS/PRINTER/PRINTER_01/BP_printer_01.uasset index 72b4dcb76..629f84ec6 100644 Binary files a/Content/Furniture/Vol2_Unsorted/ELECTRONICS/2_ASSETS/PRINTER/PRINTER_01/BP_printer_01.uasset and b/Content/Furniture/Vol2_Unsorted/ELECTRONICS/2_ASSETS/PRINTER/PRINTER_01/BP_printer_01.uasset differ diff --git a/Content/Furniture/Vol2_Unsorted/ELECTRONICS/2_ASSETS/REFRIGERATOR/REFRIGERATOR_01/BP_refrigerator_01.uasset b/Content/Furniture/Vol2_Unsorted/ELECTRONICS/2_ASSETS/REFRIGERATOR/REFRIGERATOR_01/BP_refrigerator_01.uasset index fcb6fa6fa..dc28039d0 100644 Binary files a/Content/Furniture/Vol2_Unsorted/ELECTRONICS/2_ASSETS/REFRIGERATOR/REFRIGERATOR_01/BP_refrigerator_01.uasset and b/Content/Furniture/Vol2_Unsorted/ELECTRONICS/2_ASSETS/REFRIGERATOR/REFRIGERATOR_01/BP_refrigerator_01.uasset differ diff --git a/Content/Furniture/Vol2_Unsorted/ELECTRONICS/2_ASSETS/RICE_COOKER/RICE_COOKER_01/BP_rice_cooker_01.uasset b/Content/Furniture/Vol2_Unsorted/ELECTRONICS/2_ASSETS/RICE_COOKER/RICE_COOKER_01/BP_rice_cooker_01.uasset index a9dda9b69..9733ecb9e 100644 Binary files a/Content/Furniture/Vol2_Unsorted/ELECTRONICS/2_ASSETS/RICE_COOKER/RICE_COOKER_01/BP_rice_cooker_01.uasset and b/Content/Furniture/Vol2_Unsorted/ELECTRONICS/2_ASSETS/RICE_COOKER/RICE_COOKER_01/BP_rice_cooker_01.uasset differ diff --git a/Content/Furniture/Vol2_Unsorted/ELECTRONICS/2_ASSETS/SPEAKER/SPEAKER_01/BP_speaker_01.uasset b/Content/Furniture/Vol2_Unsorted/ELECTRONICS/2_ASSETS/SPEAKER/SPEAKER_01/BP_speaker_01.uasset index 584969f25..7426845ef 100644 Binary files a/Content/Furniture/Vol2_Unsorted/ELECTRONICS/2_ASSETS/SPEAKER/SPEAKER_01/BP_speaker_01.uasset and b/Content/Furniture/Vol2_Unsorted/ELECTRONICS/2_ASSETS/SPEAKER/SPEAKER_01/BP_speaker_01.uasset differ diff --git a/Content/Furniture/Vol2_Unsorted/ELECTRONICS/2_ASSETS/SPEAKER/SPEAKER_01/MI_speaker_01.uasset b/Content/Furniture/Vol2_Unsorted/ELECTRONICS/2_ASSETS/SPEAKER/SPEAKER_01/MI_speaker_01.uasset index 0e97ac146..6fc91483f 100644 Binary files a/Content/Furniture/Vol2_Unsorted/ELECTRONICS/2_ASSETS/SPEAKER/SPEAKER_01/MI_speaker_01.uasset and b/Content/Furniture/Vol2_Unsorted/ELECTRONICS/2_ASSETS/SPEAKER/SPEAKER_01/MI_speaker_01.uasset differ diff --git a/Content/Furniture/Vol2_Unsorted/ELECTRONICS/2_ASSETS/TOASTER/TOASTER_01/BP_toaster_01.uasset b/Content/Furniture/Vol2_Unsorted/ELECTRONICS/2_ASSETS/TOASTER/TOASTER_01/BP_toaster_01.uasset index 362732b81..9a9fabce8 100644 Binary files a/Content/Furniture/Vol2_Unsorted/ELECTRONICS/2_ASSETS/TOASTER/TOASTER_01/BP_toaster_01.uasset and b/Content/Furniture/Vol2_Unsorted/ELECTRONICS/2_ASSETS/TOASTER/TOASTER_01/BP_toaster_01.uasset differ diff --git a/Content/Furniture/Vol2_Unsorted/ELECTRONICS/2_ASSETS/TRASH_BIN/SMART_TRASH_BIN_01/BP_smart_trash_bin_01.uasset b/Content/Furniture/Vol2_Unsorted/ELECTRONICS/2_ASSETS/TRASH_BIN/SMART_TRASH_BIN_01/BP_smart_trash_bin_01.uasset index 8daa6e7a8..ad091d83a 100644 Binary files a/Content/Furniture/Vol2_Unsorted/ELECTRONICS/2_ASSETS/TRASH_BIN/SMART_TRASH_BIN_01/BP_smart_trash_bin_01.uasset and b/Content/Furniture/Vol2_Unsorted/ELECTRONICS/2_ASSETS/TRASH_BIN/SMART_TRASH_BIN_01/BP_smart_trash_bin_01.uasset differ diff --git a/Content/Furniture/Vol2_Unsorted/ELECTRONICS/2_ASSETS/TREADMILL/TREADMILL_01/BP_treadmill_01.uasset b/Content/Furniture/Vol2_Unsorted/ELECTRONICS/2_ASSETS/TREADMILL/TREADMILL_01/BP_treadmill_01.uasset index d3a465005..cbb836347 100644 Binary files a/Content/Furniture/Vol2_Unsorted/ELECTRONICS/2_ASSETS/TREADMILL/TREADMILL_01/BP_treadmill_01.uasset and b/Content/Furniture/Vol2_Unsorted/ELECTRONICS/2_ASSETS/TREADMILL/TREADMILL_01/BP_treadmill_01.uasset differ diff --git a/Content/Furniture/Vol2_Unsorted/ELECTRONICS/2_ASSETS/TV/TV_01/BP_TV_01_standing.uasset b/Content/Furniture/Vol2_Unsorted/ELECTRONICS/2_ASSETS/TV/TV_01/BP_TV_01_standing.uasset index 123ad76da..72d8515e0 100644 Binary files a/Content/Furniture/Vol2_Unsorted/ELECTRONICS/2_ASSETS/TV/TV_01/BP_TV_01_standing.uasset and b/Content/Furniture/Vol2_Unsorted/ELECTRONICS/2_ASSETS/TV/TV_01/BP_TV_01_standing.uasset differ diff --git a/Content/Furniture/Vol2_Unsorted/ELECTRONICS/2_ASSETS/TV/TV_01/SM_TV_01_remote.uasset b/Content/Furniture/Vol2_Unsorted/ELECTRONICS/2_ASSETS/TV/TV_01/SM_TV_01_remote.uasset index 25a31b380..043f29c52 100644 Binary files a/Content/Furniture/Vol2_Unsorted/ELECTRONICS/2_ASSETS/TV/TV_01/SM_TV_01_remote.uasset and b/Content/Furniture/Vol2_Unsorted/ELECTRONICS/2_ASSETS/TV/TV_01/SM_TV_01_remote.uasset differ diff --git a/Content/Furniture/Vol2_Unsorted/ELECTRONICS/2_ASSETS/VACCUM_CLEANER/VACCUM_CLEANER_01/BP_vaccum_cleaner_01.uasset b/Content/Furniture/Vol2_Unsorted/ELECTRONICS/2_ASSETS/VACCUM_CLEANER/VACCUM_CLEANER_01/BP_vaccum_cleaner_01.uasset index f7f676c75..c590e4f08 100644 Binary files a/Content/Furniture/Vol2_Unsorted/ELECTRONICS/2_ASSETS/VACCUM_CLEANER/VACCUM_CLEANER_01/BP_vaccum_cleaner_01.uasset and b/Content/Furniture/Vol2_Unsorted/ELECTRONICS/2_ASSETS/VACCUM_CLEANER/VACCUM_CLEANER_01/BP_vaccum_cleaner_01.uasset differ diff --git a/Content/Furniture/Vol2_Unsorted/ELECTRONICS/2_ASSETS/WASHING_MACHINE/WASHING_MACHINE_01/BP_washing_machine.uasset b/Content/Furniture/Vol2_Unsorted/ELECTRONICS/2_ASSETS/WASHING_MACHINE/WASHING_MACHINE_01/BP_washing_machine.uasset index 8cfaa3ac9..18ada8048 100644 Binary files a/Content/Furniture/Vol2_Unsorted/ELECTRONICS/2_ASSETS/WASHING_MACHINE/WASHING_MACHINE_01/BP_washing_machine.uasset and b/Content/Furniture/Vol2_Unsorted/ELECTRONICS/2_ASSETS/WASHING_MACHINE/WASHING_MACHINE_01/BP_washing_machine.uasset differ diff --git a/Content/Furniture/Vol2_Unsorted/ELECTRONICS/2_ASSETS/WASHING_MACHINE/WASHING_MACHINE_02/BP_washing_machine_02.uasset b/Content/Furniture/Vol2_Unsorted/ELECTRONICS/2_ASSETS/WASHING_MACHINE/WASHING_MACHINE_02/BP_washing_machine_02.uasset index 074ca175d..4630cb232 100644 Binary files a/Content/Furniture/Vol2_Unsorted/ELECTRONICS/2_ASSETS/WASHING_MACHINE/WASHING_MACHINE_02/BP_washing_machine_02.uasset and b/Content/Furniture/Vol2_Unsorted/ELECTRONICS/2_ASSETS/WASHING_MACHINE/WASHING_MACHINE_02/BP_washing_machine_02.uasset differ diff --git a/Content/Furniture/Vol2_Unsorted/FurniturePack/Assets/Furniture/Decoration/SM_Plant_04.uasset b/Content/Furniture/Vol2_Unsorted/FurniturePack/Assets/Furniture/Decoration/SM_Plant_04.uasset index a74f40cc7..ca99eef78 100644 Binary files a/Content/Furniture/Vol2_Unsorted/FurniturePack/Assets/Furniture/Decoration/SM_Plant_04.uasset and b/Content/Furniture/Vol2_Unsorted/FurniturePack/Assets/Furniture/Decoration/SM_Plant_04.uasset differ diff --git a/Content/Furniture/Vol2_Unsorted/FurniturePack/Assets/Furniture/Living_Room/SM_Game_console_controller.uasset b/Content/Furniture/Vol2_Unsorted/FurniturePack/Assets/Furniture/Living_Room/SM_Game_console_controller.uasset index 98f160cf8..c69c32439 100644 Binary files a/Content/Furniture/Vol2_Unsorted/FurniturePack/Assets/Furniture/Living_Room/SM_Game_console_controller.uasset and b/Content/Furniture/Vol2_Unsorted/FurniturePack/Assets/Furniture/Living_Room/SM_Game_console_controller.uasset differ diff --git a/Content/Furniture/Vol2_Unsorted/FurniturePack/Assets/Furniture/Tableware/SM_Set_01_Fork.uasset b/Content/Furniture/Vol2_Unsorted/FurniturePack/Assets/Furniture/Tableware/SM_Set_01_Fork.uasset index ddf235e5b..5e2c7c743 100644 Binary files a/Content/Furniture/Vol2_Unsorted/FurniturePack/Assets/Furniture/Tableware/SM_Set_01_Fork.uasset and b/Content/Furniture/Vol2_Unsorted/FurniturePack/Assets/Furniture/Tableware/SM_Set_01_Fork.uasset differ diff --git a/Content/Furniture/Vol2_Unsorted/FurniturePack/Assets/Furniture/Tableware/SM_Set_01_Knife.uasset b/Content/Furniture/Vol2_Unsorted/FurniturePack/Assets/Furniture/Tableware/SM_Set_01_Knife.uasset index 4d8d7d87c..63143c465 100644 Binary files a/Content/Furniture/Vol2_Unsorted/FurniturePack/Assets/Furniture/Tableware/SM_Set_01_Knife.uasset and b/Content/Furniture/Vol2_Unsorted/FurniturePack/Assets/Furniture/Tableware/SM_Set_01_Knife.uasset differ diff --git a/Content/Furniture/Vol2_Unsorted/FurniturePack/Assets/Furniture/Tableware/SM_Set_01_Spoon.uasset b/Content/Furniture/Vol2_Unsorted/FurniturePack/Assets/Furniture/Tableware/SM_Set_01_Spoon.uasset index 4b12661ef..dc294a49a 100644 Binary files a/Content/Furniture/Vol2_Unsorted/FurniturePack/Assets/Furniture/Tableware/SM_Set_01_Spoon.uasset and b/Content/Furniture/Vol2_Unsorted/FurniturePack/Assets/Furniture/Tableware/SM_Set_01_Spoon.uasset differ diff --git a/Content/Furniture/Vol2_Unsorted/Unimodels_Department_Vol_1/Materials/MastersMaterials/M_Emissive.uasset b/Content/Furniture/Vol2_Unsorted/Unimodels_Department_Vol_1/Materials/MastersMaterials/M_Emissive.uasset index b859d0cdd..9036c0a86 100644 Binary files a/Content/Furniture/Vol2_Unsorted/Unimodels_Department_Vol_1/Materials/MastersMaterials/M_Emissive.uasset and b/Content/Furniture/Vol2_Unsorted/Unimodels_Department_Vol_1/Materials/MastersMaterials/M_Emissive.uasset differ diff --git a/Content/Furniture/Vol2_Unsorted/Unimodels_Department_Vol_1/Meshes/Bathroom/PB_Mirror_No_Light.uasset b/Content/Furniture/Vol2_Unsorted/Unimodels_Department_Vol_1/Meshes/Bathroom/PB_Mirror_No_Light.uasset index 07ca7f7e0..97ef65437 100644 Binary files a/Content/Furniture/Vol2_Unsorted/Unimodels_Department_Vol_1/Meshes/Bathroom/PB_Mirror_No_Light.uasset and b/Content/Furniture/Vol2_Unsorted/Unimodels_Department_Vol_1/Meshes/Bathroom/PB_Mirror_No_Light.uasset differ diff --git a/Content/Furniture/Vol2_Unsorted/Unimodels_Department_Vol_1/Meshes/Bathroom/SM_Towel_006.uasset b/Content/Furniture/Vol2_Unsorted/Unimodels_Department_Vol_1/Meshes/Bathroom/SM_Towel_006.uasset index ea8db51d9..ea8a3e0ad 100644 Binary files a/Content/Furniture/Vol2_Unsorted/Unimodels_Department_Vol_1/Meshes/Bathroom/SM_Towel_006.uasset and b/Content/Furniture/Vol2_Unsorted/Unimodels_Department_Vol_1/Meshes/Bathroom/SM_Towel_006.uasset differ diff --git a/Content/Furniture/Vol2_Unsorted/Unimodels_Department_Vol_1/Meshes/Kitchen/SM_BasePlate_001.uasset b/Content/Furniture/Vol2_Unsorted/Unimodels_Department_Vol_1/Meshes/Kitchen/SM_BasePlate_001.uasset index 421efc690..0dfb89ebc 100644 Binary files a/Content/Furniture/Vol2_Unsorted/Unimodels_Department_Vol_1/Meshes/Kitchen/SM_BasePlate_001.uasset and b/Content/Furniture/Vol2_Unsorted/Unimodels_Department_Vol_1/Meshes/Kitchen/SM_BasePlate_001.uasset differ diff --git a/Content/Furniture/Vol2_Unsorted/Unimodels_Department_Vol_1/Meshes/Kitchen/SM_Bottle_001.uasset b/Content/Furniture/Vol2_Unsorted/Unimodels_Department_Vol_1/Meshes/Kitchen/SM_Bottle_001.uasset index 0a61d1f26..b11dbe186 100644 Binary files a/Content/Furniture/Vol2_Unsorted/Unimodels_Department_Vol_1/Meshes/Kitchen/SM_Bottle_001.uasset and b/Content/Furniture/Vol2_Unsorted/Unimodels_Department_Vol_1/Meshes/Kitchen/SM_Bottle_001.uasset differ diff --git a/Content/Furniture/Vol2_Unsorted/Unimodels_Department_Vol_1/Meshes/Kitchen/SM_Bottle_002.uasset b/Content/Furniture/Vol2_Unsorted/Unimodels_Department_Vol_1/Meshes/Kitchen/SM_Bottle_002.uasset index 70f1a5ca0..0f80c59bc 100644 Binary files a/Content/Furniture/Vol2_Unsorted/Unimodels_Department_Vol_1/Meshes/Kitchen/SM_Bottle_002.uasset and b/Content/Furniture/Vol2_Unsorted/Unimodels_Department_Vol_1/Meshes/Kitchen/SM_Bottle_002.uasset differ diff --git a/Content/Furniture/Vol2_Unsorted/Unimodels_Department_Vol_1/Meshes/Kitchen/SM_Bottle_003.uasset b/Content/Furniture/Vol2_Unsorted/Unimodels_Department_Vol_1/Meshes/Kitchen/SM_Bottle_003.uasset index 5dc8e6ac5..e9fd94497 100644 Binary files a/Content/Furniture/Vol2_Unsorted/Unimodels_Department_Vol_1/Meshes/Kitchen/SM_Bottle_003.uasset and b/Content/Furniture/Vol2_Unsorted/Unimodels_Department_Vol_1/Meshes/Kitchen/SM_Bottle_003.uasset differ diff --git a/Content/Furniture/Vol2_Unsorted/Unimodels_Department_Vol_1/Meshes/Kitchen/SM_Candle.uasset b/Content/Furniture/Vol2_Unsorted/Unimodels_Department_Vol_1/Meshes/Kitchen/SM_Candle.uasset index 69ef3dd42..fd1381853 100644 Binary files a/Content/Furniture/Vol2_Unsorted/Unimodels_Department_Vol_1/Meshes/Kitchen/SM_Candle.uasset and b/Content/Furniture/Vol2_Unsorted/Unimodels_Department_Vol_1/Meshes/Kitchen/SM_Candle.uasset differ diff --git a/Content/Furniture/Vol2_Unsorted/Unimodels_Department_Vol_1/Meshes/Kitchen/SM_CeramicSpoon.uasset b/Content/Furniture/Vol2_Unsorted/Unimodels_Department_Vol_1/Meshes/Kitchen/SM_CeramicSpoon.uasset index fe7fb0ff6..93741a339 100644 Binary files a/Content/Furniture/Vol2_Unsorted/Unimodels_Department_Vol_1/Meshes/Kitchen/SM_CeramicSpoon.uasset and b/Content/Furniture/Vol2_Unsorted/Unimodels_Department_Vol_1/Meshes/Kitchen/SM_CeramicSpoon.uasset differ diff --git a/Content/Furniture/Vol2_Unsorted/Unimodels_Department_Vol_1/Meshes/Kitchen/SM_CockerStrove.uasset b/Content/Furniture/Vol2_Unsorted/Unimodels_Department_Vol_1/Meshes/Kitchen/SM_CockerStrove.uasset index df0ed1a65..e30b173f6 100644 Binary files a/Content/Furniture/Vol2_Unsorted/Unimodels_Department_Vol_1/Meshes/Kitchen/SM_CockerStrove.uasset and b/Content/Furniture/Vol2_Unsorted/Unimodels_Department_Vol_1/Meshes/Kitchen/SM_CockerStrove.uasset differ diff --git a/Content/Furniture/Vol2_Unsorted/Unimodels_Department_Vol_1/Meshes/Kitchen/SM_CoffeMaker.uasset b/Content/Furniture/Vol2_Unsorted/Unimodels_Department_Vol_1/Meshes/Kitchen/SM_CoffeMaker.uasset index a0a6095b2..5fa4588fb 100644 Binary files a/Content/Furniture/Vol2_Unsorted/Unimodels_Department_Vol_1/Meshes/Kitchen/SM_CoffeMaker.uasset and b/Content/Furniture/Vol2_Unsorted/Unimodels_Department_Vol_1/Meshes/Kitchen/SM_CoffeMaker.uasset differ diff --git a/Content/Furniture/Vol2_Unsorted/Unimodels_Department_Vol_1/Meshes/Kitchen/SM_CupPlate_001.uasset b/Content/Furniture/Vol2_Unsorted/Unimodels_Department_Vol_1/Meshes/Kitchen/SM_CupPlate_001.uasset index 0df5f370c..4f6f0767e 100644 Binary files a/Content/Furniture/Vol2_Unsorted/Unimodels_Department_Vol_1/Meshes/Kitchen/SM_CupPlate_001.uasset and b/Content/Furniture/Vol2_Unsorted/Unimodels_Department_Vol_1/Meshes/Kitchen/SM_CupPlate_001.uasset differ diff --git a/Content/Furniture/Vol2_Unsorted/Unimodels_Department_Vol_1/Meshes/Kitchen/SM_Cup_002.uasset b/Content/Furniture/Vol2_Unsorted/Unimodels_Department_Vol_1/Meshes/Kitchen/SM_Cup_002.uasset index 3d6cbdcb7..027904891 100644 Binary files a/Content/Furniture/Vol2_Unsorted/Unimodels_Department_Vol_1/Meshes/Kitchen/SM_Cup_002.uasset and b/Content/Furniture/Vol2_Unsorted/Unimodels_Department_Vol_1/Meshes/Kitchen/SM_Cup_002.uasset differ diff --git a/Content/Furniture/Vol2_Unsorted/Unimodels_Department_Vol_1/Meshes/Kitchen/SM_Cup_003.uasset b/Content/Furniture/Vol2_Unsorted/Unimodels_Department_Vol_1/Meshes/Kitchen/SM_Cup_003.uasset index 0410fdd5b..dfbdd603b 100644 Binary files a/Content/Furniture/Vol2_Unsorted/Unimodels_Department_Vol_1/Meshes/Kitchen/SM_Cup_003.uasset and b/Content/Furniture/Vol2_Unsorted/Unimodels_Department_Vol_1/Meshes/Kitchen/SM_Cup_003.uasset differ diff --git a/Content/Furniture/Vol2_Unsorted/Unimodels_Department_Vol_1/Meshes/Kitchen/SM_Cup_004.uasset b/Content/Furniture/Vol2_Unsorted/Unimodels_Department_Vol_1/Meshes/Kitchen/SM_Cup_004.uasset index 892cff1c7..7c134a055 100644 Binary files a/Content/Furniture/Vol2_Unsorted/Unimodels_Department_Vol_1/Meshes/Kitchen/SM_Cup_004.uasset and b/Content/Furniture/Vol2_Unsorted/Unimodels_Department_Vol_1/Meshes/Kitchen/SM_Cup_004.uasset differ diff --git a/Content/Furniture/Vol2_Unsorted/Unimodels_Department_Vol_1/Meshes/Kitchen/SM_DryDishes.uasset b/Content/Furniture/Vol2_Unsorted/Unimodels_Department_Vol_1/Meshes/Kitchen/SM_DryDishes.uasset index 6437e69a4..61a8029cb 100644 Binary files a/Content/Furniture/Vol2_Unsorted/Unimodels_Department_Vol_1/Meshes/Kitchen/SM_DryDishes.uasset and b/Content/Furniture/Vol2_Unsorted/Unimodels_Department_Vol_1/Meshes/Kitchen/SM_DryDishes.uasset differ diff --git a/Content/Furniture/Vol2_Unsorted/Unimodels_Department_Vol_1/Meshes/Kitchen/SM_ElectricKettle.uasset b/Content/Furniture/Vol2_Unsorted/Unimodels_Department_Vol_1/Meshes/Kitchen/SM_ElectricKettle.uasset index 361ccdd4a..982192033 100644 Binary files a/Content/Furniture/Vol2_Unsorted/Unimodels_Department_Vol_1/Meshes/Kitchen/SM_ElectricKettle.uasset and b/Content/Furniture/Vol2_Unsorted/Unimodels_Department_Vol_1/Meshes/Kitchen/SM_ElectricKettle.uasset differ diff --git a/Content/Furniture/Vol2_Unsorted/Unimodels_Department_Vol_1/Meshes/Kitchen/SM_Faucet_001.uasset b/Content/Furniture/Vol2_Unsorted/Unimodels_Department_Vol_1/Meshes/Kitchen/SM_Faucet_001.uasset index 30dfd76e5..7219c69c8 100644 Binary files a/Content/Furniture/Vol2_Unsorted/Unimodels_Department_Vol_1/Meshes/Kitchen/SM_Faucet_001.uasset and b/Content/Furniture/Vol2_Unsorted/Unimodels_Department_Vol_1/Meshes/Kitchen/SM_Faucet_001.uasset differ diff --git a/Content/Furniture/Vol2_Unsorted/Unimodels_Department_Vol_1/Meshes/Kitchen/SM_Faucet_002.uasset b/Content/Furniture/Vol2_Unsorted/Unimodels_Department_Vol_1/Meshes/Kitchen/SM_Faucet_002.uasset index 46b7da6c6..ce679b244 100644 Binary files a/Content/Furniture/Vol2_Unsorted/Unimodels_Department_Vol_1/Meshes/Kitchen/SM_Faucet_002.uasset and b/Content/Furniture/Vol2_Unsorted/Unimodels_Department_Vol_1/Meshes/Kitchen/SM_Faucet_002.uasset differ diff --git a/Content/Furniture/Vol2_Unsorted/Unimodels_Department_Vol_1/Meshes/Kitchen/SM_Florwerpot_002.uasset b/Content/Furniture/Vol2_Unsorted/Unimodels_Department_Vol_1/Meshes/Kitchen/SM_Florwerpot_002.uasset index f1ae29617..f13f587b5 100644 Binary files a/Content/Furniture/Vol2_Unsorted/Unimodels_Department_Vol_1/Meshes/Kitchen/SM_Florwerpot_002.uasset and b/Content/Furniture/Vol2_Unsorted/Unimodels_Department_Vol_1/Meshes/Kitchen/SM_Florwerpot_002.uasset differ diff --git a/Content/Furniture/Vol2_Unsorted/Unimodels_Department_Vol_1/Meshes/Kitchen/SM_Florwerpot_008.uasset b/Content/Furniture/Vol2_Unsorted/Unimodels_Department_Vol_1/Meshes/Kitchen/SM_Florwerpot_008.uasset index f0ddaff76..dcee759c0 100644 Binary files a/Content/Furniture/Vol2_Unsorted/Unimodels_Department_Vol_1/Meshes/Kitchen/SM_Florwerpot_008.uasset and b/Content/Furniture/Vol2_Unsorted/Unimodels_Department_Vol_1/Meshes/Kitchen/SM_Florwerpot_008.uasset differ diff --git a/Content/Furniture/Vol2_Unsorted/Unimodels_Department_Vol_1/Meshes/Kitchen/SM_Florwerpot_015.uasset b/Content/Furniture/Vol2_Unsorted/Unimodels_Department_Vol_1/Meshes/Kitchen/SM_Florwerpot_015.uasset index 19d1ee89f..f819b3961 100644 Binary files a/Content/Furniture/Vol2_Unsorted/Unimodels_Department_Vol_1/Meshes/Kitchen/SM_Florwerpot_015.uasset and b/Content/Furniture/Vol2_Unsorted/Unimodels_Department_Vol_1/Meshes/Kitchen/SM_Florwerpot_015.uasset differ diff --git a/Content/Furniture/Vol2_Unsorted/Unimodels_Department_Vol_1/Meshes/Kitchen/SM_FlowerPot_002.uasset b/Content/Furniture/Vol2_Unsorted/Unimodels_Department_Vol_1/Meshes/Kitchen/SM_FlowerPot_002.uasset index 3548b13d3..3a97fefc0 100644 Binary files a/Content/Furniture/Vol2_Unsorted/Unimodels_Department_Vol_1/Meshes/Kitchen/SM_FlowerPot_002.uasset and b/Content/Furniture/Vol2_Unsorted/Unimodels_Department_Vol_1/Meshes/Kitchen/SM_FlowerPot_002.uasset differ diff --git a/Content/Furniture/Vol2_Unsorted/Unimodels_Department_Vol_1/Meshes/Kitchen/SM_FlowerPot_003.uasset b/Content/Furniture/Vol2_Unsorted/Unimodels_Department_Vol_1/Meshes/Kitchen/SM_FlowerPot_003.uasset index fa2e64702..05fac0df0 100644 Binary files a/Content/Furniture/Vol2_Unsorted/Unimodels_Department_Vol_1/Meshes/Kitchen/SM_FlowerPot_003.uasset and b/Content/Furniture/Vol2_Unsorted/Unimodels_Department_Vol_1/Meshes/Kitchen/SM_FlowerPot_003.uasset differ diff --git a/Content/Furniture/Vol2_Unsorted/Unimodels_Department_Vol_1/Meshes/Kitchen/SM_FlowerPot_004.uasset b/Content/Furniture/Vol2_Unsorted/Unimodels_Department_Vol_1/Meshes/Kitchen/SM_FlowerPot_004.uasset index f9c41cd77..026c39332 100644 Binary files a/Content/Furniture/Vol2_Unsorted/Unimodels_Department_Vol_1/Meshes/Kitchen/SM_FlowerPot_004.uasset and b/Content/Furniture/Vol2_Unsorted/Unimodels_Department_Vol_1/Meshes/Kitchen/SM_FlowerPot_004.uasset differ diff --git a/Content/Furniture/Vol2_Unsorted/Unimodels_Department_Vol_1/Meshes/Kitchen/SM_FlowerPot_005.uasset b/Content/Furniture/Vol2_Unsorted/Unimodels_Department_Vol_1/Meshes/Kitchen/SM_FlowerPot_005.uasset index 4c7820abb..487976dae 100644 Binary files a/Content/Furniture/Vol2_Unsorted/Unimodels_Department_Vol_1/Meshes/Kitchen/SM_FlowerPot_005.uasset and b/Content/Furniture/Vol2_Unsorted/Unimodels_Department_Vol_1/Meshes/Kitchen/SM_FlowerPot_005.uasset differ diff --git a/Content/Furniture/Vol2_Unsorted/Unimodels_Department_Vol_1/Meshes/Kitchen/SM_FlowerPot_006.uasset b/Content/Furniture/Vol2_Unsorted/Unimodels_Department_Vol_1/Meshes/Kitchen/SM_FlowerPot_006.uasset index dc870e267..e91c51efd 100644 Binary files a/Content/Furniture/Vol2_Unsorted/Unimodels_Department_Vol_1/Meshes/Kitchen/SM_FlowerPot_006.uasset and b/Content/Furniture/Vol2_Unsorted/Unimodels_Department_Vol_1/Meshes/Kitchen/SM_FlowerPot_006.uasset differ diff --git a/Content/Furniture/Vol2_Unsorted/Unimodels_Department_Vol_1/Meshes/Kitchen/SM_FlowerPot_007.uasset b/Content/Furniture/Vol2_Unsorted/Unimodels_Department_Vol_1/Meshes/Kitchen/SM_FlowerPot_007.uasset index c709b6076..9d1bc6409 100644 Binary files a/Content/Furniture/Vol2_Unsorted/Unimodels_Department_Vol_1/Meshes/Kitchen/SM_FlowerPot_007.uasset and b/Content/Furniture/Vol2_Unsorted/Unimodels_Department_Vol_1/Meshes/Kitchen/SM_FlowerPot_007.uasset differ diff --git a/Content/Furniture/Vol2_Unsorted/Unimodels_Department_Vol_1/Meshes/Kitchen/SM_Fork.uasset b/Content/Furniture/Vol2_Unsorted/Unimodels_Department_Vol_1/Meshes/Kitchen/SM_Fork.uasset index 0479c285f..043338aa2 100644 Binary files a/Content/Furniture/Vol2_Unsorted/Unimodels_Department_Vol_1/Meshes/Kitchen/SM_Fork.uasset and b/Content/Furniture/Vol2_Unsorted/Unimodels_Department_Vol_1/Meshes/Kitchen/SM_Fork.uasset differ diff --git a/Content/Furniture/Vol2_Unsorted/Unimodels_Department_Vol_1/Meshes/Kitchen/SM_FruitContainer.uasset b/Content/Furniture/Vol2_Unsorted/Unimodels_Department_Vol_1/Meshes/Kitchen/SM_FruitContainer.uasset index 641f33abc..233b19dc3 100644 Binary files a/Content/Furniture/Vol2_Unsorted/Unimodels_Department_Vol_1/Meshes/Kitchen/SM_FruitContainer.uasset and b/Content/Furniture/Vol2_Unsorted/Unimodels_Department_Vol_1/Meshes/Kitchen/SM_FruitContainer.uasset differ diff --git a/Content/Furniture/Vol2_Unsorted/Unimodels_Department_Vol_1/Meshes/Kitchen/SM_Handle.uasset b/Content/Furniture/Vol2_Unsorted/Unimodels_Department_Vol_1/Meshes/Kitchen/SM_Handle.uasset index 1ffdfed97..56b8acd81 100644 Binary files a/Content/Furniture/Vol2_Unsorted/Unimodels_Department_Vol_1/Meshes/Kitchen/SM_Handle.uasset and b/Content/Furniture/Vol2_Unsorted/Unimodels_Department_Vol_1/Meshes/Kitchen/SM_Handle.uasset differ diff --git a/Content/Furniture/Vol2_Unsorted/Unimodels_Department_Vol_1/Meshes/Kitchen/SM_Handle_001.uasset b/Content/Furniture/Vol2_Unsorted/Unimodels_Department_Vol_1/Meshes/Kitchen/SM_Handle_001.uasset index 800862404..3e6ccb670 100644 Binary files a/Content/Furniture/Vol2_Unsorted/Unimodels_Department_Vol_1/Meshes/Kitchen/SM_Handle_001.uasset and b/Content/Furniture/Vol2_Unsorted/Unimodels_Department_Vol_1/Meshes/Kitchen/SM_Handle_001.uasset differ diff --git a/Content/Furniture/Vol2_Unsorted/Unimodels_Department_Vol_1/Meshes/Kitchen/SM_KitchenFurniture_004.uasset b/Content/Furniture/Vol2_Unsorted/Unimodels_Department_Vol_1/Meshes/Kitchen/SM_KitchenFurniture_004.uasset index 0fb49528d..627526717 100644 Binary files a/Content/Furniture/Vol2_Unsorted/Unimodels_Department_Vol_1/Meshes/Kitchen/SM_KitchenFurniture_004.uasset and b/Content/Furniture/Vol2_Unsorted/Unimodels_Department_Vol_1/Meshes/Kitchen/SM_KitchenFurniture_004.uasset differ diff --git a/Content/Furniture/Vol2_Unsorted/Unimodels_Department_Vol_1/Meshes/Kitchen/SM_Kitchen_001.uasset b/Content/Furniture/Vol2_Unsorted/Unimodels_Department_Vol_1/Meshes/Kitchen/SM_Kitchen_001.uasset index 2cbadfbee..64c89c7c6 100644 Binary files a/Content/Furniture/Vol2_Unsorted/Unimodels_Department_Vol_1/Meshes/Kitchen/SM_Kitchen_001.uasset and b/Content/Furniture/Vol2_Unsorted/Unimodels_Department_Vol_1/Meshes/Kitchen/SM_Kitchen_001.uasset differ diff --git a/Content/Furniture/Vol2_Unsorted/Unimodels_Department_Vol_1/Meshes/Kitchen/SM_Knife.uasset b/Content/Furniture/Vol2_Unsorted/Unimodels_Department_Vol_1/Meshes/Kitchen/SM_Knife.uasset index 058830b7d..6b12a3ec0 100644 Binary files a/Content/Furniture/Vol2_Unsorted/Unimodels_Department_Vol_1/Meshes/Kitchen/SM_Knife.uasset and b/Content/Furniture/Vol2_Unsorted/Unimodels_Department_Vol_1/Meshes/Kitchen/SM_Knife.uasset differ diff --git a/Content/Furniture/Vol2_Unsorted/Unimodels_Department_Vol_1/Meshes/Kitchen/SM_Knife_002.uasset b/Content/Furniture/Vol2_Unsorted/Unimodels_Department_Vol_1/Meshes/Kitchen/SM_Knife_002.uasset index 3532d0426..0b60f031f 100644 Binary files a/Content/Furniture/Vol2_Unsorted/Unimodels_Department_Vol_1/Meshes/Kitchen/SM_Knife_002.uasset and b/Content/Furniture/Vol2_Unsorted/Unimodels_Department_Vol_1/Meshes/Kitchen/SM_Knife_002.uasset differ diff --git a/Content/Furniture/Vol2_Unsorted/Unimodels_Department_Vol_1/Meshes/Kitchen/SM_Lemon.uasset b/Content/Furniture/Vol2_Unsorted/Unimodels_Department_Vol_1/Meshes/Kitchen/SM_Lemon.uasset index 90e5599a2..39e05a74c 100644 Binary files a/Content/Furniture/Vol2_Unsorted/Unimodels_Department_Vol_1/Meshes/Kitchen/SM_Lemon.uasset and b/Content/Furniture/Vol2_Unsorted/Unimodels_Department_Vol_1/Meshes/Kitchen/SM_Lemon.uasset differ diff --git a/Content/Furniture/Vol2_Unsorted/Unimodels_Department_Vol_1/Meshes/Kitchen/SM_Mixer.uasset b/Content/Furniture/Vol2_Unsorted/Unimodels_Department_Vol_1/Meshes/Kitchen/SM_Mixer.uasset index f59186274..10337ed65 100644 Binary files a/Content/Furniture/Vol2_Unsorted/Unimodels_Department_Vol_1/Meshes/Kitchen/SM_Mixer.uasset and b/Content/Furniture/Vol2_Unsorted/Unimodels_Department_Vol_1/Meshes/Kitchen/SM_Mixer.uasset differ diff --git a/Content/Furniture/Vol2_Unsorted/Unimodels_Department_Vol_1/Meshes/Kitchen/SM_Orange.uasset b/Content/Furniture/Vol2_Unsorted/Unimodels_Department_Vol_1/Meshes/Kitchen/SM_Orange.uasset index e2c4ad642..2fba326e7 100644 Binary files a/Content/Furniture/Vol2_Unsorted/Unimodels_Department_Vol_1/Meshes/Kitchen/SM_Orange.uasset and b/Content/Furniture/Vol2_Unsorted/Unimodels_Department_Vol_1/Meshes/Kitchen/SM_Orange.uasset differ diff --git a/Content/Furniture/Vol2_Unsorted/Unimodels_Department_Vol_1/Meshes/Kitchen/SM_Oven.uasset b/Content/Furniture/Vol2_Unsorted/Unimodels_Department_Vol_1/Meshes/Kitchen/SM_Oven.uasset index 85792cdcf..9de32daaa 100644 Binary files a/Content/Furniture/Vol2_Unsorted/Unimodels_Department_Vol_1/Meshes/Kitchen/SM_Oven.uasset and b/Content/Furniture/Vol2_Unsorted/Unimodels_Department_Vol_1/Meshes/Kitchen/SM_Oven.uasset differ diff --git a/Content/Furniture/Vol2_Unsorted/Unimodels_Department_Vol_1/Meshes/Kitchen/SM_Peach.uasset b/Content/Furniture/Vol2_Unsorted/Unimodels_Department_Vol_1/Meshes/Kitchen/SM_Peach.uasset index b6e227630..db343a0a0 100644 Binary files a/Content/Furniture/Vol2_Unsorted/Unimodels_Department_Vol_1/Meshes/Kitchen/SM_Peach.uasset and b/Content/Furniture/Vol2_Unsorted/Unimodels_Department_Vol_1/Meshes/Kitchen/SM_Peach.uasset differ diff --git a/Content/Furniture/Vol2_Unsorted/Unimodels_Department_Vol_1/Meshes/Kitchen/SM_Pear.uasset b/Content/Furniture/Vol2_Unsorted/Unimodels_Department_Vol_1/Meshes/Kitchen/SM_Pear.uasset index c6c070019..4cd5b36dc 100644 Binary files a/Content/Furniture/Vol2_Unsorted/Unimodels_Department_Vol_1/Meshes/Kitchen/SM_Pear.uasset and b/Content/Furniture/Vol2_Unsorted/Unimodels_Department_Vol_1/Meshes/Kitchen/SM_Pear.uasset differ diff --git a/Content/Furniture/Vol2_Unsorted/Unimodels_Department_Vol_1/Meshes/Kitchen/SM_Pepper_001.uasset b/Content/Furniture/Vol2_Unsorted/Unimodels_Department_Vol_1/Meshes/Kitchen/SM_Pepper_001.uasset index 543361fe6..b9688cb51 100644 Binary files a/Content/Furniture/Vol2_Unsorted/Unimodels_Department_Vol_1/Meshes/Kitchen/SM_Pepper_001.uasset and b/Content/Furniture/Vol2_Unsorted/Unimodels_Department_Vol_1/Meshes/Kitchen/SM_Pepper_001.uasset differ diff --git a/Content/Furniture/Vol2_Unsorted/Unimodels_Department_Vol_1/Meshes/Kitchen/SM_Pepper_002.uasset b/Content/Furniture/Vol2_Unsorted/Unimodels_Department_Vol_1/Meshes/Kitchen/SM_Pepper_002.uasset index e918b14e5..09a5bcae3 100644 Binary files a/Content/Furniture/Vol2_Unsorted/Unimodels_Department_Vol_1/Meshes/Kitchen/SM_Pepper_002.uasset and b/Content/Furniture/Vol2_Unsorted/Unimodels_Department_Vol_1/Meshes/Kitchen/SM_Pepper_002.uasset differ diff --git a/Content/Furniture/Vol2_Unsorted/Unimodels_Department_Vol_1/Meshes/Kitchen/SM_Plate_001.uasset b/Content/Furniture/Vol2_Unsorted/Unimodels_Department_Vol_1/Meshes/Kitchen/SM_Plate_001.uasset index fc39c9c9a..5fe4bb0b3 100644 Binary files a/Content/Furniture/Vol2_Unsorted/Unimodels_Department_Vol_1/Meshes/Kitchen/SM_Plate_001.uasset and b/Content/Furniture/Vol2_Unsorted/Unimodels_Department_Vol_1/Meshes/Kitchen/SM_Plate_001.uasset differ diff --git a/Content/Furniture/Vol2_Unsorted/Unimodels_Department_Vol_1/Meshes/Kitchen/SM_Plate_002.uasset b/Content/Furniture/Vol2_Unsorted/Unimodels_Department_Vol_1/Meshes/Kitchen/SM_Plate_002.uasset index b07e6bb29..517847c32 100644 Binary files a/Content/Furniture/Vol2_Unsorted/Unimodels_Department_Vol_1/Meshes/Kitchen/SM_Plate_002.uasset and b/Content/Furniture/Vol2_Unsorted/Unimodels_Department_Vol_1/Meshes/Kitchen/SM_Plate_002.uasset differ diff --git a/Content/Furniture/Vol2_Unsorted/Unimodels_Department_Vol_1/Meshes/Kitchen/SM_Pot_001.uasset b/Content/Furniture/Vol2_Unsorted/Unimodels_Department_Vol_1/Meshes/Kitchen/SM_Pot_001.uasset index 55592fbc5..a3f6e15aa 100644 Binary files a/Content/Furniture/Vol2_Unsorted/Unimodels_Department_Vol_1/Meshes/Kitchen/SM_Pot_001.uasset and b/Content/Furniture/Vol2_Unsorted/Unimodels_Department_Vol_1/Meshes/Kitchen/SM_Pot_001.uasset differ diff --git a/Content/Furniture/Vol2_Unsorted/Unimodels_Department_Vol_1/Meshes/Kitchen/SM_Pot_002.uasset b/Content/Furniture/Vol2_Unsorted/Unimodels_Department_Vol_1/Meshes/Kitchen/SM_Pot_002.uasset index 9163ce241..e327d04dd 100644 Binary files a/Content/Furniture/Vol2_Unsorted/Unimodels_Department_Vol_1/Meshes/Kitchen/SM_Pot_002.uasset and b/Content/Furniture/Vol2_Unsorted/Unimodels_Department_Vol_1/Meshes/Kitchen/SM_Pot_002.uasset differ diff --git a/Content/Furniture/Vol2_Unsorted/Unimodels_Department_Vol_1/Meshes/Kitchen/SM_Pot_003.uasset b/Content/Furniture/Vol2_Unsorted/Unimodels_Department_Vol_1/Meshes/Kitchen/SM_Pot_003.uasset index 57aa89d89..89b5fb77e 100644 Binary files a/Content/Furniture/Vol2_Unsorted/Unimodels_Department_Vol_1/Meshes/Kitchen/SM_Pot_003.uasset and b/Content/Furniture/Vol2_Unsorted/Unimodels_Department_Vol_1/Meshes/Kitchen/SM_Pot_003.uasset differ diff --git a/Content/Furniture/Vol2_Unsorted/Unimodels_Department_Vol_1/Meshes/Kitchen/SM_WhiskyBottle.uasset b/Content/Furniture/Vol2_Unsorted/Unimodels_Department_Vol_1/Meshes/Kitchen/SM_WhiskyBottle.uasset index 94ad7ae02..bc61e4877 100644 Binary files a/Content/Furniture/Vol2_Unsorted/Unimodels_Department_Vol_1/Meshes/Kitchen/SM_WhiskyBottle.uasset and b/Content/Furniture/Vol2_Unsorted/Unimodels_Department_Vol_1/Meshes/Kitchen/SM_WhiskyBottle.uasset differ diff --git a/Content/Furniture/Vol2_Unsorted/Unimodels_Department_Vol_1/Meshes/Kitchen/SM_WhiskyCup_001.uasset b/Content/Furniture/Vol2_Unsorted/Unimodels_Department_Vol_1/Meshes/Kitchen/SM_WhiskyCup_001.uasset index cb55e5ef1..a7a8b6550 100644 Binary files a/Content/Furniture/Vol2_Unsorted/Unimodels_Department_Vol_1/Meshes/Kitchen/SM_WhiskyCup_001.uasset and b/Content/Furniture/Vol2_Unsorted/Unimodels_Department_Vol_1/Meshes/Kitchen/SM_WhiskyCup_001.uasset differ diff --git a/Content/Furniture/Vol2_Unsorted/Unimodels_Department_Vol_1/Meshes/Kitchen/SM_WhiskyCup_002.uasset b/Content/Furniture/Vol2_Unsorted/Unimodels_Department_Vol_1/Meshes/Kitchen/SM_WhiskyCup_002.uasset index ba01484b2..d95cfd994 100644 Binary files a/Content/Furniture/Vol2_Unsorted/Unimodels_Department_Vol_1/Meshes/Kitchen/SM_WhiskyCup_002.uasset and b/Content/Furniture/Vol2_Unsorted/Unimodels_Department_Vol_1/Meshes/Kitchen/SM_WhiskyCup_002.uasset differ diff --git a/Content/Furniture/Vol2_Unsorted/Unimodels_Department_Vol_1/Meshes/Kitchen/SM_WhiskyTray.uasset b/Content/Furniture/Vol2_Unsorted/Unimodels_Department_Vol_1/Meshes/Kitchen/SM_WhiskyTray.uasset index d0a3b1552..a86923892 100644 Binary files a/Content/Furniture/Vol2_Unsorted/Unimodels_Department_Vol_1/Meshes/Kitchen/SM_WhiskyTray.uasset and b/Content/Furniture/Vol2_Unsorted/Unimodels_Department_Vol_1/Meshes/Kitchen/SM_WhiskyTray.uasset differ diff --git a/Content/Furniture/Vol2_Unsorted/Unimodels_Department_Vol_1/Meshes/Kitchen/SM_Wine_Bottle_2.uasset b/Content/Furniture/Vol2_Unsorted/Unimodels_Department_Vol_1/Meshes/Kitchen/SM_Wine_Bottle_2.uasset index 29e632c73..0e4d4456f 100644 Binary files a/Content/Furniture/Vol2_Unsorted/Unimodels_Department_Vol_1/Meshes/Kitchen/SM_Wine_Bottle_2.uasset and b/Content/Furniture/Vol2_Unsorted/Unimodels_Department_Vol_1/Meshes/Kitchen/SM_Wine_Bottle_2.uasset differ diff --git a/Content/Furniture/Vol2_Unsorted/Unimodels_Department_Vol_1/Meshes/Kitchen/SM_WoodenSpoon.uasset b/Content/Furniture/Vol2_Unsorted/Unimodels_Department_Vol_1/Meshes/Kitchen/SM_WoodenSpoon.uasset index 14f895eba..06be61a87 100644 Binary files a/Content/Furniture/Vol2_Unsorted/Unimodels_Department_Vol_1/Meshes/Kitchen/SM_WoodenSpoon.uasset and b/Content/Furniture/Vol2_Unsorted/Unimodels_Department_Vol_1/Meshes/Kitchen/SM_WoodenSpoon.uasset differ diff --git a/Content/Furniture/Vol2_Unsorted/Unimodels_Department_Vol_1/Meshes/Kitchen/SM_WoodenSpoon_1.uasset b/Content/Furniture/Vol2_Unsorted/Unimodels_Department_Vol_1/Meshes/Kitchen/SM_WoodenSpoon_1.uasset index d1180f59b..18bb38c00 100644 Binary files a/Content/Furniture/Vol2_Unsorted/Unimodels_Department_Vol_1/Meshes/Kitchen/SM_WoodenSpoon_1.uasset and b/Content/Furniture/Vol2_Unsorted/Unimodels_Department_Vol_1/Meshes/Kitchen/SM_WoodenSpoon_1.uasset differ diff --git a/Content/Maps/Interior/Bake/Bake_Volumetric_GP2.umap b/Content/Maps/Interior/Bake/Bake_Volumetric_GP2.umap index 0876b04f9..ed69ee41a 100644 Binary files a/Content/Maps/Interior/Bake/Bake_Volumetric_GP2.umap and b/Content/Maps/Interior/Bake/Bake_Volumetric_GP2.umap differ diff --git a/Content/Maps/Interior/Bake/Bakery.umap b/Content/Maps/Interior/Bake/Bakery.umap index a436d00ec..f522cd33e 100644 Binary files a/Content/Maps/Interior/Bake/Bakery.umap and b/Content/Maps/Interior/Bake/Bakery.umap differ diff --git a/Content/Maps/Interior/Bake/SM_Masharov_GP2_pos.uasset b/Content/Maps/Interior/Bake/SM_Masharov_GP2_pos.uasset new file mode 100644 index 000000000..35f577321 Binary files /dev/null and b/Content/Maps/Interior/Bake/SM_Masharov_GP2_pos.uasset differ diff --git a/Content/Maps/Interior/Bake/Volumetric_GP2.umap b/Content/Maps/Interior/Bake/Volumetric_GP2.umap index 6265e4f96..0f2077359 100644 Binary files a/Content/Maps/Interior/Bake/Volumetric_GP2.umap and b/Content/Maps/Interior/Bake/Volumetric_GP2.umap differ diff --git a/Content/Maps/Interior/Bake/showroom.umap b/Content/Maps/Interior/Bake/showroom.umap new file mode 100644 index 000000000..de4287217 Binary files /dev/null and b/Content/Maps/Interior/Bake/showroom.umap differ diff --git a/Content/Maps/Interior/GP2/S02A00.umap b/Content/Maps/Interior/GP2/S02A00.umap index 69dcb82a8..78d326dfe 100644 Binary files a/Content/Maps/Interior/GP2/S02A00.umap and b/Content/Maps/Interior/GP2/S02A00.umap differ diff --git a/Content/Maps/Interior/GP2/S02A01.umap b/Content/Maps/Interior/GP2/S02A01.umap index bef0f1cef..634619b06 100644 Binary files a/Content/Maps/Interior/GP2/S02A01.umap and b/Content/Maps/Interior/GP2/S02A01.umap differ diff --git a/Content/Maps/Interior/GP2/S02A02.umap b/Content/Maps/Interior/GP2/S02A02.umap index d5ebeb67f..4e34190e2 100644 Binary files a/Content/Maps/Interior/GP2/S02A02.umap and b/Content/Maps/Interior/GP2/S02A02.umap differ diff --git a/Content/Maps/Interior/GP2/S02A03.umap b/Content/Maps/Interior/GP2/S02A03.umap index 6b2383e7c..158855a60 100644 Binary files a/Content/Maps/Interior/GP2/S02A03.umap and b/Content/Maps/Interior/GP2/S02A03.umap differ diff --git a/Content/Maps/Interior/GP2/S02A04.umap b/Content/Maps/Interior/GP2/S02A04.umap index 157b5ff67..616155368 100644 Binary files a/Content/Maps/Interior/GP2/S02A04.umap and b/Content/Maps/Interior/GP2/S02A04.umap differ diff --git a/Content/Maps/Interior/GP2/S02A05.umap b/Content/Maps/Interior/GP2/S02A05.umap index c563a0355..7b69f79ee 100644 Binary files a/Content/Maps/Interior/GP2/S02A05.umap and b/Content/Maps/Interior/GP2/S02A05.umap differ diff --git a/Content/Maps/Interior/GP2/S02A06.umap b/Content/Maps/Interior/GP2/S02A06.umap index 373ec2b96..78863c5f3 100644 Binary files a/Content/Maps/Interior/GP2/S02A06.umap and b/Content/Maps/Interior/GP2/S02A06.umap differ diff --git a/Content/Maps/Interior/GP2/S02A07.umap b/Content/Maps/Interior/GP2/S02A07.umap index 971d14d6e..48ce01e84 100644 Binary files a/Content/Maps/Interior/GP2/S02A07.umap and b/Content/Maps/Interior/GP2/S02A07.umap differ diff --git a/Content/Maps/Interior/GP2/S02A08.umap b/Content/Maps/Interior/GP2/S02A08.umap index f0201d682..97691a8b0 100644 Binary files a/Content/Maps/Interior/GP2/S02A08.umap and b/Content/Maps/Interior/GP2/S02A08.umap differ diff --git a/Content/Maps/Interior/GP2/S02A09.umap b/Content/Maps/Interior/GP2/S02A09.umap index 78dd115e5..fba07f762 100644 Binary files a/Content/Maps/Interior/GP2/S02A09.umap and b/Content/Maps/Interior/GP2/S02A09.umap differ diff --git a/Content/Maps/Interior/GP2/S02A10.umap b/Content/Maps/Interior/GP2/S02A10.umap index 75c0a6cfa..0a9edbcd0 100644 Binary files a/Content/Maps/Interior/GP2/S02A10.umap and b/Content/Maps/Interior/GP2/S02A10.umap differ diff --git a/Content/Maps/Interior/GP2/S02A11.umap b/Content/Maps/Interior/GP2/S02A11.umap index 76a9f739e..e5bbe647b 100644 Binary files a/Content/Maps/Interior/GP2/S02A11.umap and b/Content/Maps/Interior/GP2/S02A11.umap differ diff --git a/Content/Maps/Interior/GP2/S02A12.umap b/Content/Maps/Interior/GP2/S02A12.umap index 42aaf97ed..3bf69331f 100644 Binary files a/Content/Maps/Interior/GP2/S02A12.umap and b/Content/Maps/Interior/GP2/S02A12.umap differ diff --git a/Content/Maps/Interior/GP2/S02A13.umap b/Content/Maps/Interior/GP2/S02A13.umap index 3031c7cfb..edb77b78a 100644 Binary files a/Content/Maps/Interior/GP2/S02A13.umap and b/Content/Maps/Interior/GP2/S02A13.umap differ diff --git a/Content/Maps/Interior/GP2/S02A14.umap b/Content/Maps/Interior/GP2/S02A14.umap index c85e6f50d..6ce59587c 100644 Binary files a/Content/Maps/Interior/GP2/S02A14.umap and b/Content/Maps/Interior/GP2/S02A14.umap differ diff --git a/Content/Maps/Interior/GP2/S02A15.umap b/Content/Maps/Interior/GP2/S02A15.umap index abaaea2b0..7c0ca13a2 100644 Binary files a/Content/Maps/Interior/GP2/S02A15.umap and b/Content/Maps/Interior/GP2/S02A15.umap differ diff --git a/Content/Maps/Interior/GP2/S02A16.umap b/Content/Maps/Interior/GP2/S02A16.umap index 94e875933..d634866da 100644 Binary files a/Content/Maps/Interior/GP2/S02A16.umap and b/Content/Maps/Interior/GP2/S02A16.umap differ diff --git a/Content/Maps/Interior/GP2/S02A17.umap b/Content/Maps/Interior/GP2/S02A17.umap index d60149cea..2b7dc7b9c 100644 Binary files a/Content/Maps/Interior/GP2/S02A17.umap and b/Content/Maps/Interior/GP2/S02A17.umap differ diff --git a/Content/Maps/Interior/GP2/S02A18.umap b/Content/Maps/Interior/GP2/S02A18.umap index 367e07d85..875404118 100644 Binary files a/Content/Maps/Interior/GP2/S02A18.umap and b/Content/Maps/Interior/GP2/S02A18.umap differ diff --git a/Content/Maps/Interior/GP2/S02A19.umap b/Content/Maps/Interior/GP2/S02A19.umap index 368a00dca..1412dd6ea 100644 Binary files a/Content/Maps/Interior/GP2/S02A19.umap and b/Content/Maps/Interior/GP2/S02A19.umap differ diff --git a/Content/Maps/Interior/GP2/S02A20.umap b/Content/Maps/Interior/GP2/S02A20.umap index 133a42906..d9a3f8c7e 100644 Binary files a/Content/Maps/Interior/GP2/S02A20.umap and b/Content/Maps/Interior/GP2/S02A20.umap differ diff --git a/Content/Maps/Interior/GP2/S02A21.umap b/Content/Maps/Interior/GP2/S02A21.umap index 86b17832c..e064e8f69 100644 Binary files a/Content/Maps/Interior/GP2/S02A21.umap and b/Content/Maps/Interior/GP2/S02A21.umap differ diff --git a/Content/Maps/Interior/GP2/S02A22.umap b/Content/Maps/Interior/GP2/S02A22.umap index 6c437a08c..45ee3c171 100644 Binary files a/Content/Maps/Interior/GP2/S02A22.umap and b/Content/Maps/Interior/GP2/S02A22.umap differ diff --git a/Content/Maps/Interior/GP2/S02A23.umap b/Content/Maps/Interior/GP2/S02A23.umap index a0bf994ea..c962a1161 100644 Binary files a/Content/Maps/Interior/GP2/S02A23.umap and b/Content/Maps/Interior/GP2/S02A23.umap differ diff --git a/Content/Maps/Interior/GP2/S02A24.umap b/Content/Maps/Interior/GP2/S02A24.umap index f2a711d80..4ee4f45b3 100644 Binary files a/Content/Maps/Interior/GP2/S02A24.umap and b/Content/Maps/Interior/GP2/S02A24.umap differ diff --git a/Content/Maps/Interior/GP2/S02A25.umap b/Content/Maps/Interior/GP2/S02A25.umap index 6931ad535..0f7cdd1be 100644 Binary files a/Content/Maps/Interior/GP2/S02A25.umap and b/Content/Maps/Interior/GP2/S02A25.umap differ diff --git a/Content/Maps/Interior/GP2/S02A26.umap b/Content/Maps/Interior/GP2/S02A26.umap index 5445bd663..4112428d9 100644 Binary files a/Content/Maps/Interior/GP2/S02A26.umap and b/Content/Maps/Interior/GP2/S02A26.umap differ diff --git a/Content/Maps/Interior/GP2/S02A27.umap b/Content/Maps/Interior/GP2/S02A27.umap index 0c5e04c94..60d07d3dc 100644 Binary files a/Content/Maps/Interior/GP2/S02A27.umap and b/Content/Maps/Interior/GP2/S02A27.umap differ diff --git a/Content/Maps/Interior/GP2/S02A28.umap b/Content/Maps/Interior/GP2/S02A28.umap index ed1ec764c..6ea33278a 100644 Binary files a/Content/Maps/Interior/GP2/S02A28.umap and b/Content/Maps/Interior/GP2/S02A28.umap differ diff --git a/Content/Maps/Interior/GP2/S02A29.umap b/Content/Maps/Interior/GP2/S02A29.umap index 9edb1dae7..073a259e0 100644 Binary files a/Content/Maps/Interior/GP2/S02A29.umap and b/Content/Maps/Interior/GP2/S02A29.umap differ diff --git a/Content/Maps/Interior/GP2/S02A30.umap b/Content/Maps/Interior/GP2/S02A30.umap index 004bb5aae..8b7815f23 100644 Binary files a/Content/Maps/Interior/GP2/S02A30.umap and b/Content/Maps/Interior/GP2/S02A30.umap differ diff --git a/Content/Maps/Interior/GP2/S02A31.umap b/Content/Maps/Interior/GP2/S02A31.umap index 9e769a30b..71bfb6672 100644 Binary files a/Content/Maps/Interior/GP2/S02A31.umap and b/Content/Maps/Interior/GP2/S02A31.umap differ diff --git a/Content/Maps/Interior/GP2/S02A32.umap b/Content/Maps/Interior/GP2/S02A32.umap index 1082e11f4..0ade0b1ae 100644 Binary files a/Content/Maps/Interior/GP2/S02A32.umap and b/Content/Maps/Interior/GP2/S02A32.umap differ diff --git a/Content/Maps/Interior/GP2/S02A33.umap b/Content/Maps/Interior/GP2/S02A33.umap index b7328ca7a..fa8a45d17 100644 Binary files a/Content/Maps/Interior/GP2/S02A33.umap and b/Content/Maps/Interior/GP2/S02A33.umap differ diff --git a/Content/Maps/Interior/GP2/S02A34.umap b/Content/Maps/Interior/GP2/S02A34.umap index 7d88bad15..a11d97a5e 100644 Binary files a/Content/Maps/Interior/GP2/S02A34.umap and b/Content/Maps/Interior/GP2/S02A34.umap differ diff --git a/Content/Maps/Interior/GP2/S02A35.umap b/Content/Maps/Interior/GP2/S02A35.umap index eb04181e2..27872cced 100644 Binary files a/Content/Maps/Interior/GP2/S02A35.umap and b/Content/Maps/Interior/GP2/S02A35.umap differ diff --git a/Content/Maps/Interior/GP2/S02A36.umap b/Content/Maps/Interior/GP2/S02A36.umap index 88a50874f..bb549767b 100644 Binary files a/Content/Maps/Interior/GP2/S02A36.umap and b/Content/Maps/Interior/GP2/S02A36.umap differ diff --git a/Content/Maps/Interior/GP2/S02A37.umap b/Content/Maps/Interior/GP2/S02A37.umap index 5bcc0882a..391978209 100644 Binary files a/Content/Maps/Interior/GP2/S02A37.umap and b/Content/Maps/Interior/GP2/S02A37.umap differ diff --git a/Content/Maps/Interior/GP2/S02A38.umap b/Content/Maps/Interior/GP2/S02A38.umap index b8c6c21a0..991a5cbbb 100644 Binary files a/Content/Maps/Interior/GP2/S02A38.umap and b/Content/Maps/Interior/GP2/S02A38.umap differ diff --git a/Content/Maps/Interior/GP2/S02A39.umap b/Content/Maps/Interior/GP2/S02A39.umap index a423fc621..c4d868ce4 100644 Binary files a/Content/Maps/Interior/GP2/S02A39.umap and b/Content/Maps/Interior/GP2/S02A39.umap differ diff --git a/Content/Maps/Interior/GP2/S02A40.umap b/Content/Maps/Interior/GP2/S02A40.umap index 201dd0bad..b6fdbd8d9 100644 Binary files a/Content/Maps/Interior/GP2/S02A40.umap and b/Content/Maps/Interior/GP2/S02A40.umap differ diff --git a/Content/Maps/Interior/GP2/S02A41.umap b/Content/Maps/Interior/GP2/S02A41.umap index a2be4a682..e21106ee8 100644 Binary files a/Content/Maps/Interior/GP2/S02A41.umap and b/Content/Maps/Interior/GP2/S02A41.umap differ diff --git a/Content/Maps/Interior/GP2/S02A42.umap b/Content/Maps/Interior/GP2/S02A42.umap index f2808d25b..c8d1c74e9 100644 Binary files a/Content/Maps/Interior/GP2/S02A42.umap and b/Content/Maps/Interior/GP2/S02A42.umap differ diff --git a/Content/Maps/Interior/GP2/S02A43.umap b/Content/Maps/Interior/GP2/S02A43.umap index e6ec858ea..e1c2dda53 100644 Binary files a/Content/Maps/Interior/GP2/S02A43.umap and b/Content/Maps/Interior/GP2/S02A43.umap differ diff --git a/Content/Maps/Interior/GP2/S02A44.umap b/Content/Maps/Interior/GP2/S02A44.umap index 7a849fd42..d3d321f26 100644 Binary files a/Content/Maps/Interior/GP2/S02A44.umap and b/Content/Maps/Interior/GP2/S02A44.umap differ diff --git a/Content/Maps/Interior/GP2/S02A45.umap b/Content/Maps/Interior/GP2/S02A45.umap index 95f31d002..b7dbd6c13 100644 Binary files a/Content/Maps/Interior/GP2/S02A45.umap and b/Content/Maps/Interior/GP2/S02A45.umap differ diff --git a/Content/Maps/Interior/GP2/S02A46.umap b/Content/Maps/Interior/GP2/S02A46.umap index 2c2e2f589..c0eebb638 100644 Binary files a/Content/Maps/Interior/GP2/S02A46.umap and b/Content/Maps/Interior/GP2/S02A46.umap differ diff --git a/Content/Maps/Interior/GP2/S02A47.umap b/Content/Maps/Interior/GP2/S02A47.umap index c70f73e38..69383046c 100644 Binary files a/Content/Maps/Interior/GP2/S02A47.umap and b/Content/Maps/Interior/GP2/S02A47.umap differ diff --git a/Content/Maps/Interior/GP2/S02A48.umap b/Content/Maps/Interior/GP2/S02A48.umap index fda69c000..b8bc133e5 100644 Binary files a/Content/Maps/Interior/GP2/S02A48.umap and b/Content/Maps/Interior/GP2/S02A48.umap differ diff --git a/Content/Maps/Interior/GP2/S02A49.umap b/Content/Maps/Interior/GP2/S02A49.umap index 24ea067a2..d60628878 100644 Binary files a/Content/Maps/Interior/GP2/S02A49.umap and b/Content/Maps/Interior/GP2/S02A49.umap differ diff --git a/Content/Maps/Interior/GP2/S02A50.umap b/Content/Maps/Interior/GP2/S02A50.umap index 41320695c..f111d7b00 100644 Binary files a/Content/Maps/Interior/GP2/S02A50.umap and b/Content/Maps/Interior/GP2/S02A50.umap differ diff --git a/Content/Maps/Interior/GP2/S02A51.umap b/Content/Maps/Interior/GP2/S02A51.umap index 1cacc794c..38794e81e 100644 Binary files a/Content/Maps/Interior/GP2/S02A51.umap and b/Content/Maps/Interior/GP2/S02A51.umap differ diff --git a/Content/Maps/Interior/GP2/S02A52.umap b/Content/Maps/Interior/GP2/S02A52.umap index 702be14d8..b5bfe143b 100644 Binary files a/Content/Maps/Interior/GP2/S02A52.umap and b/Content/Maps/Interior/GP2/S02A52.umap differ diff --git a/Content/Maps/Interior/GP2/S02A53.umap b/Content/Maps/Interior/GP2/S02A53.umap index ea89d473e..43891e5ee 100644 Binary files a/Content/Maps/Interior/GP2/S02A53.umap and b/Content/Maps/Interior/GP2/S02A53.umap differ diff --git a/Content/Maps/Interior/GP2/S02F01.umap b/Content/Maps/Interior/GP2/S02F01.umap index 4fee69d5c..e2709ea45 100644 Binary files a/Content/Maps/Interior/GP2/S02F01.umap and b/Content/Maps/Interior/GP2/S02F01.umap differ diff --git a/Content/Maps/Interior/GP2/S02F02.umap b/Content/Maps/Interior/GP2/S02F02.umap index 573fc6fce..4f1ca91bf 100644 Binary files a/Content/Maps/Interior/GP2/S02F02.umap and b/Content/Maps/Interior/GP2/S02F02.umap differ diff --git a/Content/Maps/Interior/GP2/S02F02P.umap b/Content/Maps/Interior/GP2/S02F02P.umap index 0f23ffd9a..cf6092966 100644 Binary files a/Content/Maps/Interior/GP2/S02F02P.umap and b/Content/Maps/Interior/GP2/S02F02P.umap differ diff --git a/Content/Maps/Interior/GP2/S02F03-12.umap b/Content/Maps/Interior/GP2/S02F03-12.umap index 461fbafd3..79800bf40 100644 Binary files a/Content/Maps/Interior/GP2/S02F03-12.umap and b/Content/Maps/Interior/GP2/S02F03-12.umap differ diff --git a/Content/Maps/Interior/GP2/S02F03P.umap b/Content/Maps/Interior/GP2/S02F03P.umap index fcb9d1c9b..dc2b64954 100644 Binary files a/Content/Maps/Interior/GP2/S02F03P.umap and b/Content/Maps/Interior/GP2/S02F03P.umap differ diff --git a/Content/Maps/Interior/GP2/S02F04-12P.umap b/Content/Maps/Interior/GP2/S02F04-12P.umap index f41064afa..42ac444ac 100644 Binary files a/Content/Maps/Interior/GP2/S02F04-12P.umap and b/Content/Maps/Interior/GP2/S02F04-12P.umap differ diff --git a/Content/Maps/Interior/GP2/S02F13-16.umap b/Content/Maps/Interior/GP2/S02F13-16.umap index c6c0acf66..9d1d69f0c 100644 Binary files a/Content/Maps/Interior/GP2/S02F13-16.umap and b/Content/Maps/Interior/GP2/S02F13-16.umap differ diff --git a/Content/Maps/Interior/GP2/S02F13-16P.umap b/Content/Maps/Interior/GP2/S02F13-16P.umap index 13e07ca41..f0372459b 100644 Binary files a/Content/Maps/Interior/GP2/S02F13-16P.umap and b/Content/Maps/Interior/GP2/S02F13-16P.umap differ diff --git a/Content/Maps/Interior/GP2/S02F17-18.umap b/Content/Maps/Interior/GP2/S02F17-18.umap index fc9304be4..0012e5804 100644 Binary files a/Content/Maps/Interior/GP2/S02F17-18.umap and b/Content/Maps/Interior/GP2/S02F17-18.umap differ diff --git a/Content/Maps/Interior/GP2/S02F17-18P.umap b/Content/Maps/Interior/GP2/S02F17-18P.umap index 107540248..1e535e51c 100644 Binary files a/Content/Maps/Interior/GP2/S02F17-18P.umap and b/Content/Maps/Interior/GP2/S02F17-18P.umap differ diff --git a/Content/Maps/Interior/GP2/S02F19.umap b/Content/Maps/Interior/GP2/S02F19.umap index 0dd95dd94..cb168671d 100644 Binary files a/Content/Maps/Interior/GP2/S02F19.umap and b/Content/Maps/Interior/GP2/S02F19.umap differ diff --git a/Content/Maps/Interior/GP2/S02F19P.umap b/Content/Maps/Interior/GP2/S02F19P.umap index 90c4f71a2..cc3bc30ff 100644 Binary files a/Content/Maps/Interior/GP2/S02F19P.umap and b/Content/Maps/Interior/GP2/S02F19P.umap differ diff --git a/Content/Maps/Interior/GP2/S02F20.umap b/Content/Maps/Interior/GP2/S02F20.umap index 8a4b55e6f..ebcf82e5d 100644 Binary files a/Content/Maps/Interior/GP2/S02F20.umap and b/Content/Maps/Interior/GP2/S02F20.umap differ diff --git a/Content/Maps/Interior/GP2/S02F20P.umap b/Content/Maps/Interior/GP2/S02F20P.umap index acd46f757..ce981e1b5 100644 Binary files a/Content/Maps/Interior/GP2/S02F20P.umap and b/Content/Maps/Interior/GP2/S02F20P.umap differ diff --git a/Content/Maps/Interior/GP2/S02Lifts.umap b/Content/Maps/Interior/GP2/S02Lifts.umap index ce134ae98..3fff8f8d7 100644 Binary files a/Content/Maps/Interior/GP2/S02Lifts.umap and b/Content/Maps/Interior/GP2/S02Lifts.umap differ diff --git a/Content/Maps/Interior/GP2/S02liftRefl.umap b/Content/Maps/Interior/GP2/S02liftRefl.umap new file mode 100644 index 000000000..c3e30ea42 Binary files /dev/null and b/Content/Maps/Interior/GP2/S02liftRefl.umap differ diff --git a/Content/Maps/Interior/L_Test_Room.umap b/Content/Maps/Interior/L_Test_Room.umap index 38faa9225..e4e29348c 100644 Binary files a/Content/Maps/Interior/L_Test_Room.umap and b/Content/Maps/Interior/L_Test_Room.umap differ diff --git a/Content/Maps/Interior/prlxCaptures.umap b/Content/Maps/Interior/prlxCaptures.umap new file mode 100644 index 000000000..8bd578226 Binary files /dev/null and b/Content/Maps/Interior/prlxCaptures.umap differ diff --git a/Content/Maps/Masharov_Buildings.umap b/Content/Maps/Masharov_Buildings.umap index d4ff1ee88..7266add2e 100644 Binary files a/Content/Maps/Masharov_Buildings.umap and b/Content/Maps/Masharov_Buildings.umap differ diff --git a/Content/Maps/Masharov_Landscape.umap b/Content/Maps/Masharov_Landscape.umap index aefc8f6f6..5fef3a0e3 100644 Binary files a/Content/Maps/Masharov_Landscape.umap and b/Content/Maps/Masharov_Landscape.umap differ diff --git a/Content/Maps/Masharov_Landscape_v2.umap b/Content/Maps/Masharov_Landscape_v2.umap new file mode 100644 index 000000000..75a18d76b Binary files /dev/null and b/Content/Maps/Masharov_Landscape_v2.umap differ diff --git a/Content/Maps/Masharov_Nightlight.umap b/Content/Maps/Masharov_Nightlight.umap index 9b07f999a..86ae0fddd 100644 Binary files a/Content/Maps/Masharov_Nightlight.umap and b/Content/Maps/Masharov_Nightlight.umap differ diff --git a/Content/Maps/Masharov_Yard.umap b/Content/Maps/Masharov_Yard.umap index 8f552cd24..a307dc2ef 100644 Binary files a/Content/Maps/Masharov_Yard.umap and b/Content/Maps/Masharov_Yard.umap differ diff --git a/Content/Maps/Masharov_cars.umap b/Content/Maps/Masharov_cars.umap index 829949504..c566bed9d 100644 Binary files a/Content/Maps/Masharov_cars.umap and b/Content/Maps/Masharov_cars.umap differ diff --git a/Content/Maps/Masharov_people.umap b/Content/Maps/Masharov_people.umap index 931587a9a..e2650e168 100644 Binary files a/Content/Maps/Masharov_people.umap and b/Content/Maps/Masharov_people.umap differ diff --git a/Content/Maps/Z_Car_Spline.umap b/Content/Maps/Z_Car_Spline.umap new file mode 100644 index 000000000..0e9521696 Binary files /dev/null and b/Content/Maps/Z_Car_Spline.umap differ diff --git a/Content/Maps/mainScene.umap b/Content/Maps/mainScene.umap index e1d036d61..c3a79ed33 100644 Binary files a/Content/Maps/mainScene.umap and b/Content/Maps/mainScene.umap differ diff --git a/Content/Materials/FakeInteriors/MI_CubeRoom_1.uasset b/Content/Materials/FakeInteriors/MI_CubeRoom_1.uasset index 006c6e91a..b0c0fce76 100644 Binary files a/Content/Materials/FakeInteriors/MI_CubeRoom_1.uasset and b/Content/Materials/FakeInteriors/MI_CubeRoom_1.uasset differ diff --git a/Content/Materials/FakeInteriors/MI_CubeRoom_2.uasset b/Content/Materials/FakeInteriors/MI_CubeRoom_2.uasset index 03c470720..6f620f0a5 100644 Binary files a/Content/Materials/FakeInteriors/MI_CubeRoom_2.uasset and b/Content/Materials/FakeInteriors/MI_CubeRoom_2.uasset differ diff --git a/Content/Materials/FakeInteriors/MI_CubeRoom_3.uasset b/Content/Materials/FakeInteriors/MI_CubeRoom_3.uasset index be009eae8..e739d3f08 100644 Binary files a/Content/Materials/FakeInteriors/MI_CubeRoom_3.uasset and b/Content/Materials/FakeInteriors/MI_CubeRoom_3.uasset differ diff --git a/Content/Materials/FakeInteriors/MI_CubeRoom_5.uasset b/Content/Materials/FakeInteriors/MI_CubeRoom_5.uasset index 11b0b0217..afd9ef7a2 100644 Binary files a/Content/Materials/FakeInteriors/MI_CubeRoom_5.uasset and b/Content/Materials/FakeInteriors/MI_CubeRoom_5.uasset differ diff --git a/Content/Materials/FakeInteriors/MI_CubeRoom_6.uasset b/Content/Materials/FakeInteriors/MI_CubeRoom_6.uasset index 3d63db509..4fc699181 100644 Binary files a/Content/Materials/FakeInteriors/MI_CubeRoom_6.uasset and b/Content/Materials/FakeInteriors/MI_CubeRoom_6.uasset differ diff --git a/Content/Materials/FakeInteriors/MI_CubeRoom_7.uasset b/Content/Materials/FakeInteriors/MI_CubeRoom_7.uasset index 893b02fed..9fe0bc9a5 100644 Binary files a/Content/Materials/FakeInteriors/MI_CubeRoom_7.uasset and b/Content/Materials/FakeInteriors/MI_CubeRoom_7.uasset differ diff --git a/Content/Materials/Instances/Atlas/MI_Atlas.uasset b/Content/Materials/Instances/Atlas/MI_Atlas.uasset index 1962821a0..0ae0291f7 100644 Binary files a/Content/Materials/Instances/Atlas/MI_Atlas.uasset and b/Content/Materials/Instances/Atlas/MI_Atlas.uasset differ diff --git a/Content/Materials/Instances/Glass/MI_Glass.uasset b/Content/Materials/Instances/Glass/MI_Glass.uasset index e5cd0be67..1499dba63 100644 Binary files a/Content/Materials/Instances/Glass/MI_Glass.uasset and b/Content/Materials/Instances/Glass/MI_Glass.uasset differ diff --git a/Content/Materials/Instances/Metal/MI_Metal_Black14.uasset b/Content/Materials/Instances/Metal/MI_Metal_Black14.uasset new file mode 100644 index 000000000..b29b7c06d Binary files /dev/null and b/Content/Materials/Instances/Metal/MI_Metal_Black14.uasset differ diff --git a/Content/Materials/Instances/Metal/MI_Metal_Black15.uasset b/Content/Materials/Instances/Metal/MI_Metal_Black15.uasset new file mode 100644 index 000000000..64d3378c5 Binary files /dev/null and b/Content/Materials/Instances/Metal/MI_Metal_Black15.uasset differ diff --git a/Content/Materials/Instances/Pavestone/MI_Pavestone_Red1.uasset b/Content/Materials/Instances/Pavestone/MI_Pavestone_Red1.uasset new file mode 100644 index 000000000..6c7f46a0e Binary files /dev/null and b/Content/Materials/Instances/Pavestone/MI_Pavestone_Red1.uasset differ diff --git a/Content/Materials/Instances/Plaster/MI_Plaster_White1_Inst15.uasset b/Content/Materials/Instances/Plaster/MI_Plaster_White1_Inst15.uasset index a28ff0360..80c4e5bf5 100644 Binary files a/Content/Materials/Instances/Plaster/MI_Plaster_White1_Inst15.uasset and b/Content/Materials/Instances/Plaster/MI_Plaster_White1_Inst15.uasset differ diff --git a/Content/Materials/Instances/Plaster/MI_Plaster_White1_Inst18.uasset b/Content/Materials/Instances/Plaster/MI_Plaster_White1_Inst18.uasset new file mode 100644 index 000000000..73ea82c60 Binary files /dev/null and b/Content/Materials/Instances/Plaster/MI_Plaster_White1_Inst18.uasset differ diff --git a/Content/Materials/Instances/Plaster/MI_Plaster_White1_Inst19.uasset b/Content/Materials/Instances/Plaster/MI_Plaster_White1_Inst19.uasset new file mode 100644 index 000000000..9573386e6 Binary files /dev/null and b/Content/Materials/Instances/Plaster/MI_Plaster_White1_Inst19.uasset differ diff --git a/Content/Materials/Masharov_Interior/MOPs/MI_MetalBlack_Fade.uasset b/Content/Materials/Masharov_Interior/MOPs/MI_MetalBlack_Fade.uasset index 03d2638b0..084344c78 100644 Binary files a/Content/Materials/Masharov_Interior/MOPs/MI_MetalBlack_Fade.uasset and b/Content/Materials/Masharov_Interior/MOPs/MI_MetalBlack_Fade.uasset differ diff --git a/Content/Materials/Masharov_Interior/MOPs/MI_Metal_Fade.uasset b/Content/Materials/Masharov_Interior/MOPs/MI_Metal_Fade.uasset index 8e673cd36..e2fe71493 100644 Binary files a/Content/Materials/Masharov_Interior/MOPs/MI_Metal_Fade.uasset and b/Content/Materials/Masharov_Interior/MOPs/MI_Metal_Fade.uasset differ diff --git a/Content/Materials/Masharov_Interior/MOPs/MI_Metal_Fade_LightBrown.uasset b/Content/Materials/Masharov_Interior/MOPs/MI_Metal_Fade_LightBrown.uasset index a113380df..ac95436af 100644 Binary files a/Content/Materials/Masharov_Interior/MOPs/MI_Metal_Fade_LightBrown.uasset and b/Content/Materials/Masharov_Interior/MOPs/MI_Metal_Fade_LightBrown.uasset differ diff --git a/Content/Materials/Masharov_Interior/MOPs/MI_Wood_Mash1.uasset b/Content/Materials/Masharov_Interior/MOPs/MI_Wood_Mash1.uasset index 910d7945d..8abae2cc5 100644 Binary files a/Content/Materials/Masharov_Interior/MOPs/MI_Wood_Mash1.uasset and b/Content/Materials/Masharov_Interior/MOPs/MI_Wood_Mash1.uasset differ diff --git a/Content/Materials/Masharov_Interior/Palette/MI_Emissive_0_Power_Warm.uasset b/Content/Materials/Masharov_Interior/Palette/MI_Emissive_0_Power_Warm.uasset index 7c3548122..d75d39240 100644 Binary files a/Content/Materials/Masharov_Interior/Palette/MI_Emissive_0_Power_Warm.uasset and b/Content/Materials/Masharov_Interior/Palette/MI_Emissive_0_Power_Warm.uasset differ diff --git a/Content/Materials/Masharov_Interior/Palette/MI_Fabric_Carpet_Mash1.uasset b/Content/Materials/Masharov_Interior/Palette/MI_Fabric_Carpet_Mash1.uasset index e9024e6ab..19b430ebf 100644 Binary files a/Content/Materials/Masharov_Interior/Palette/MI_Fabric_Carpet_Mash1.uasset and b/Content/Materials/Masharov_Interior/Palette/MI_Fabric_Carpet_Mash1.uasset differ diff --git a/Content/Materials/Masharov_Interior/Palette/MI_Floor_Ceramic_Mash.uasset b/Content/Materials/Masharov_Interior/Palette/MI_Floor_Ceramic_Mash.uasset index e78cbd463..828b71b24 100644 Binary files a/Content/Materials/Masharov_Interior/Palette/MI_Floor_Ceramic_Mash.uasset and b/Content/Materials/Masharov_Interior/Palette/MI_Floor_Ceramic_Mash.uasset differ diff --git a/Content/Materials/Masharov_Interior/Palette/MI_Glass_Mash.uasset b/Content/Materials/Masharov_Interior/Palette/MI_Glass_Mash.uasset index fb2dfeae6..21544010d 100644 Binary files a/Content/Materials/Masharov_Interior/Palette/MI_Glass_Mash.uasset and b/Content/Materials/Masharov_Interior/Palette/MI_Glass_Mash.uasset differ diff --git a/Content/Materials/Masharov_Interior/Palette/MI_Matte_Biege_PMash.uasset b/Content/Materials/Masharov_Interior/Palette/MI_Matte_Biege_PMash.uasset new file mode 100644 index 000000000..47d9ae2bd Binary files /dev/null and b/Content/Materials/Masharov_Interior/Palette/MI_Matte_Biege_PMash.uasset differ diff --git a/Content/Materials/Masharov_Interior/Palette/MI_Matte_Biege_PlintusMash.uasset b/Content/Materials/Masharov_Interior/Palette/MI_Matte_Biege_PlintusMash.uasset index 2d6768f61..31bb3c101 100644 Binary files a/Content/Materials/Masharov_Interior/Palette/MI_Matte_Biege_PlintusMash.uasset and b/Content/Materials/Masharov_Interior/Palette/MI_Matte_Biege_PlintusMash.uasset differ diff --git a/Content/Materials/Masharov_Interior/Palette/MI_Wall_Bedroom_Matte_Bordo_Mash1.uasset b/Content/Materials/Masharov_Interior/Palette/MI_Wall_Bedroom_Matte_Bordo_Mash1.uasset index 7f0ac61d6..3ba950fe2 100644 Binary files a/Content/Materials/Masharov_Interior/Palette/MI_Wall_Bedroom_Matte_Bordo_Mash1.uasset and b/Content/Materials/Masharov_Interior/Palette/MI_Wall_Bedroom_Matte_Bordo_Mash1.uasset differ diff --git a/Content/Materials/Masharov_Interior/Palette/MI_Wall_Bedroom_Matte_Bordo_Plintus.uasset b/Content/Materials/Masharov_Interior/Palette/MI_Wall_Bedroom_Matte_Bordo_Plintus.uasset new file mode 100644 index 000000000..1ed70ace1 Binary files /dev/null and b/Content/Materials/Masharov_Interior/Palette/MI_Wall_Bedroom_Matte_Bordo_Plintus.uasset differ diff --git a/Content/Materials/Masharov_Interior/Palette/MI_Wall_Children_Dark_Grey_Mash3.uasset b/Content/Materials/Masharov_Interior/Palette/MI_Wall_Children_Dark_Grey_Mash3.uasset index e12ff29b2..358a3a129 100644 Binary files a/Content/Materials/Masharov_Interior/Palette/MI_Wall_Children_Dark_Grey_Mash3.uasset and b/Content/Materials/Masharov_Interior/Palette/MI_Wall_Children_Dark_Grey_Mash3.uasset differ diff --git a/Content/Materials/Masharov_Interior/Palette/MI_Wall_Children_Dark_Grey_Plintus.uasset b/Content/Materials/Masharov_Interior/Palette/MI_Wall_Children_Dark_Grey_Plintus.uasset new file mode 100644 index 000000000..04c37073a Binary files /dev/null and b/Content/Materials/Masharov_Interior/Palette/MI_Wall_Children_Dark_Grey_Plintus.uasset differ diff --git a/Content/Materials/Masharov_Interior/Palette/MI_Wall_Matte_Biege_Mash.uasset b/Content/Materials/Masharov_Interior/Palette/MI_Wall_Matte_Biege_Mash.uasset index 59ede48c4..8ac07467d 100644 Binary files a/Content/Materials/Masharov_Interior/Palette/MI_Wall_Matte_Biege_Mash.uasset and b/Content/Materials/Masharov_Interior/Palette/MI_Wall_Matte_Biege_Mash.uasset differ diff --git a/Content/Materials/Masharov_Interior/Palette/MI_Wall_Matte_Biege_Plintus.uasset b/Content/Materials/Masharov_Interior/Palette/MI_Wall_Matte_Biege_Plintus.uasset new file mode 100644 index 000000000..12d44b409 Binary files /dev/null and b/Content/Materials/Masharov_Interior/Palette/MI_Wall_Matte_Biege_Plintus.uasset differ diff --git a/Content/Materials/Masharov_Interior/Palette/MI_Wall_Office_Matte_Grey_Mash1.uasset b/Content/Materials/Masharov_Interior/Palette/MI_Wall_Office_Matte_Grey_Mash1.uasset index b68825169..75945f25e 100644 Binary files a/Content/Materials/Masharov_Interior/Palette/MI_Wall_Office_Matte_Grey_Mash1.uasset and b/Content/Materials/Masharov_Interior/Palette/MI_Wall_Office_Matte_Grey_Mash1.uasset differ diff --git a/Content/Materials/Masharov_Interior/Palette/MI_Wall_Office_Matte_Grey_Mash_Plintus.uasset b/Content/Materials/Masharov_Interior/Palette/MI_Wall_Office_Matte_Grey_Mash_Plintus.uasset new file mode 100644 index 000000000..229ef37b0 Binary files /dev/null and b/Content/Materials/Masharov_Interior/Palette/MI_Wall_Office_Matte_Grey_Mash_Plintus.uasset differ diff --git a/Content/Materials/Masharov_Interior/Palette/MI_Wood_Dark_Triplanar1.uasset b/Content/Materials/Masharov_Interior/Palette/MI_Wood_Dark_Triplanar1.uasset index 3d9269e92..8d8ded8d0 100644 Binary files a/Content/Materials/Masharov_Interior/Palette/MI_Wood_Dark_Triplanar1.uasset and b/Content/Materials/Masharov_Interior/Palette/MI_Wood_Dark_Triplanar1.uasset differ diff --git a/Content/Materials/Master/M_FakeInterior_Freestyle.uasset b/Content/Materials/Master/M_FakeInterior_Freestyle.uasset index fa25bbe73..e9c866776 100644 Binary files a/Content/Materials/Master/M_FakeInterior_Freestyle.uasset and b/Content/Materials/Master/M_FakeInterior_Freestyle.uasset differ diff --git a/Content/Materials/Masters/Common/M_Emissive_Day_Night.uasset b/Content/Materials/Masters/Common/M_Emissive_Day_Night.uasset new file mode 100644 index 000000000..154ba1d99 Binary files /dev/null and b/Content/Materials/Masters/Common/M_Emissive_Day_Night.uasset differ diff --git a/Content/Materials/Masters/Common/M_Emissive_Day_Night_Inst.uasset b/Content/Materials/Masters/Common/M_Emissive_Day_Night_Inst.uasset new file mode 100644 index 000000000..95f0e9eec Binary files /dev/null and b/Content/Materials/Masters/Common/M_Emissive_Day_Night_Inst.uasset differ diff --git a/Content/Materials/Masters/Common/M_Emissive_Inst.uasset b/Content/Materials/Masters/Common/M_Emissive_Inst.uasset new file mode 100644 index 000000000..cd251f7f1 Binary files /dev/null and b/Content/Materials/Masters/Common/M_Emissive_Inst.uasset differ diff --git a/Content/Materials/Masters/Common/M_Glass_ThinRaytraced.uasset b/Content/Materials/Masters/Common/M_Glass_ThinRaytraced.uasset new file mode 100644 index 000000000..aac8917dc Binary files /dev/null and b/Content/Materials/Masters/Common/M_Glass_ThinRaytraced.uasset differ diff --git a/Content/Materials/Masters/Decal/M_Decal_Inst14.uasset b/Content/Materials/Masters/Decal/M_Decal_Inst14.uasset index e07594cb1..54ad75b75 100644 Binary files a/Content/Materials/Masters/Decal/M_Decal_Inst14.uasset and b/Content/Materials/Masters/Decal/M_Decal_Inst14.uasset differ diff --git a/Content/Materials/Masters/Decal/M_Decal_outside_all1.uasset b/Content/Materials/Masters/Decal/M_Decal_outside_all1.uasset new file mode 100644 index 000000000..4c7b4abca Binary files /dev/null and b/Content/Materials/Masters/Decal/M_Decal_outside_all1.uasset differ diff --git a/Content/Materials/Masters/Decal/T_Outside_all_op_2.uasset b/Content/Materials/Masters/Decal/T_Outside_all_op_2.uasset new file mode 100644 index 000000000..55bbd20bf Binary files /dev/null and b/Content/Materials/Masters/Decal/T_Outside_all_op_2.uasset differ diff --git a/Content/Materials/Masters/Decal/T_Outside_all_op_2_N.uasset b/Content/Materials/Masters/Decal/T_Outside_all_op_2_N.uasset new file mode 100644 index 000000000..8bc398f1d Binary files /dev/null and b/Content/Materials/Masters/Decal/T_Outside_all_op_2_N.uasset differ diff --git a/Content/Materials/Masters/NewMaterial.uasset b/Content/Materials/Masters/NewMaterial.uasset new file mode 100644 index 000000000..e23e63d40 Binary files /dev/null and b/Content/Materials/Masters/NewMaterial.uasset differ diff --git a/Content/Meshes/Exterior/Buildings_Groups/Bordo/SM_Masharov_Bordo_Hohryakova_80.uasset b/Content/Meshes/Exterior/Buildings_Groups/Bordo/SM_Masharov_Bordo_Hohryakova_80.uasset index 19cdeba84..0ff1f8e67 100644 Binary files a/Content/Meshes/Exterior/Buildings_Groups/Bordo/SM_Masharov_Bordo_Hohryakova_80.uasset and b/Content/Meshes/Exterior/Buildings_Groups/Bordo/SM_Masharov_Bordo_Hohryakova_80.uasset differ diff --git a/Content/Meshes/Exterior/Buildings_Groups/Bordo/SM_Masharov_Bordo_Hohryakova_97.uasset b/Content/Meshes/Exterior/Buildings_Groups/Bordo/SM_Masharov_Bordo_Hohryakova_97.uasset index fb1a48366..b7ddcf0c3 100644 Binary files a/Content/Meshes/Exterior/Buildings_Groups/Bordo/SM_Masharov_Bordo_Hohryakova_97.uasset and b/Content/Meshes/Exterior/Buildings_Groups/Bordo/SM_Masharov_Bordo_Hohryakova_97.uasset differ diff --git a/Content/Meshes/Exterior/Buildings_Groups/Bordo/SM_Masharov_Bordo_Sovietskaya_126.uasset b/Content/Meshes/Exterior/Buildings_Groups/Bordo/SM_Masharov_Bordo_Sovietskaya_126.uasset index 39301a1c0..ada1b394a 100644 Binary files a/Content/Meshes/Exterior/Buildings_Groups/Bordo/SM_Masharov_Bordo_Sovietskaya_126.uasset and b/Content/Meshes/Exterior/Buildings_Groups/Bordo/SM_Masharov_Bordo_Sovietskaya_126.uasset differ diff --git a/Content/Meshes/Exterior/Buildings_Groups/DramTeatr/SM_Bench01_LOD0.uasset b/Content/Meshes/Exterior/Buildings_Groups/DramTeatr/SM_Bench01_LOD0.uasset index b6c0167e8..6ce7a4c4c 100644 Binary files a/Content/Meshes/Exterior/Buildings_Groups/DramTeatr/SM_Bench01_LOD0.uasset and b/Content/Meshes/Exterior/Buildings_Groups/DramTeatr/SM_Bench01_LOD0.uasset differ diff --git a/Content/Meshes/Exterior/Buildings_Groups/DramTeatr/SM_Bench02_LOD0.uasset b/Content/Meshes/Exterior/Buildings_Groups/DramTeatr/SM_Bench02_LOD0.uasset index c7afb916c..20c1beedf 100644 Binary files a/Content/Meshes/Exterior/Buildings_Groups/DramTeatr/SM_Bench02_LOD0.uasset and b/Content/Meshes/Exterior/Buildings_Groups/DramTeatr/SM_Bench02_LOD0.uasset differ diff --git a/Content/Meshes/Exterior/Buildings_Groups/DramTeatr/SM_Bench_Circular_LOD0.uasset b/Content/Meshes/Exterior/Buildings_Groups/DramTeatr/SM_Bench_Circular_LOD0.uasset index d701558f1..4c34185b0 100644 Binary files a/Content/Meshes/Exterior/Buildings_Groups/DramTeatr/SM_Bench_Circular_LOD0.uasset and b/Content/Meshes/Exterior/Buildings_Groups/DramTeatr/SM_Bench_Circular_LOD0.uasset differ diff --git a/Content/Meshes/Exterior/Buildings_Groups/DramTeatr/SM_Flowers_Pot_LOD0.uasset b/Content/Meshes/Exterior/Buildings_Groups/DramTeatr/SM_Flowers_Pot_LOD0.uasset index 448837147..c5b499f0b 100644 Binary files a/Content/Meshes/Exterior/Buildings_Groups/DramTeatr/SM_Flowers_Pot_LOD0.uasset and b/Content/Meshes/Exterior/Buildings_Groups/DramTeatr/SM_Flowers_Pot_LOD0.uasset differ diff --git a/Content/Meshes/Exterior/Buildings_Groups/DramTeatr/SM_LampPost03_LOD0.uasset b/Content/Meshes/Exterior/Buildings_Groups/DramTeatr/SM_LampPost03_LOD0.uasset index bf36f810a..366f1ee34 100644 Binary files a/Content/Meshes/Exterior/Buildings_Groups/DramTeatr/SM_LampPost03_LOD0.uasset and b/Content/Meshes/Exterior/Buildings_Groups/DramTeatr/SM_LampPost03_LOD0.uasset differ diff --git a/Content/Meshes/Exterior/Buildings_Groups/ENV/SM_ENV_H23.uasset b/Content/Meshes/Exterior/Buildings_Groups/ENV/SM_ENV_H23.uasset index 5ef2fc06b..9651683c7 100644 Binary files a/Content/Meshes/Exterior/Buildings_Groups/ENV/SM_ENV_H23.uasset and b/Content/Meshes/Exterior/Buildings_Groups/ENV/SM_ENV_H23.uasset differ diff --git a/Content/Meshes/Exterior/Buildings_Groups/ENV/SM_ENV_H26.uasset b/Content/Meshes/Exterior/Buildings_Groups/ENV/SM_ENV_H26.uasset index de90f083e..8a32c3979 100644 Binary files a/Content/Meshes/Exterior/Buildings_Groups/ENV/SM_ENV_H26.uasset and b/Content/Meshes/Exterior/Buildings_Groups/ENV/SM_ENV_H26.uasset differ diff --git a/Content/Meshes/Exterior/Buildings_Groups/Green/SM_MaksimGorky_Build.uasset b/Content/Meshes/Exterior/Buildings_Groups/Green/SM_MaksimGorky_Build.uasset index aa539c8e5..1d722c9ca 100644 Binary files a/Content/Meshes/Exterior/Buildings_Groups/Green/SM_MaksimGorky_Build.uasset and b/Content/Meshes/Exterior/Buildings_Groups/Green/SM_MaksimGorky_Build.uasset differ diff --git a/Content/Meshes/Exterior/Buildings_Groups/Yellow/SM_Yellow_006.uasset b/Content/Meshes/Exterior/Buildings_Groups/Yellow/SM_Yellow_006.uasset index 945220983..65ba10002 100644 Binary files a/Content/Meshes/Exterior/Buildings_Groups/Yellow/SM_Yellow_006.uasset and b/Content/Meshes/Exterior/Buildings_Groups/Yellow/SM_Yellow_006.uasset differ diff --git a/Content/Meshes/Exterior/Main/New/Grass/SM_Grass_massive_Yard_1.uasset b/Content/Meshes/Exterior/Main/New/Grass/SM_Grass_massive_Yard_1.uasset new file mode 100644 index 000000000..cff558b31 Binary files /dev/null and b/Content/Meshes/Exterior/Main/New/Grass/SM_Grass_massive_Yard_1.uasset differ diff --git a/Content/Meshes/Exterior/Main/New/Grass/SM_Grass_massive_Yard_10.uasset b/Content/Meshes/Exterior/Main/New/Grass/SM_Grass_massive_Yard_10.uasset new file mode 100644 index 000000000..07dba88cd Binary files /dev/null and b/Content/Meshes/Exterior/Main/New/Grass/SM_Grass_massive_Yard_10.uasset differ diff --git a/Content/Meshes/Exterior/Main/New/Grass/SM_Grass_massive_Yard_11.uasset b/Content/Meshes/Exterior/Main/New/Grass/SM_Grass_massive_Yard_11.uasset new file mode 100644 index 000000000..f600b0ae5 Binary files /dev/null and b/Content/Meshes/Exterior/Main/New/Grass/SM_Grass_massive_Yard_11.uasset differ diff --git a/Content/Meshes/Exterior/Main/New/Grass/SM_Grass_massive_Yard_12.uasset b/Content/Meshes/Exterior/Main/New/Grass/SM_Grass_massive_Yard_12.uasset new file mode 100644 index 000000000..c9d65c0b0 Binary files /dev/null and b/Content/Meshes/Exterior/Main/New/Grass/SM_Grass_massive_Yard_12.uasset differ diff --git a/Content/Meshes/Exterior/Main/New/Grass/SM_Grass_massive_Yard_13.uasset b/Content/Meshes/Exterior/Main/New/Grass/SM_Grass_massive_Yard_13.uasset new file mode 100644 index 000000000..1cce29284 Binary files /dev/null and b/Content/Meshes/Exterior/Main/New/Grass/SM_Grass_massive_Yard_13.uasset differ diff --git a/Content/Meshes/Exterior/Main/New/Grass/SM_Grass_massive_Yard_14.uasset b/Content/Meshes/Exterior/Main/New/Grass/SM_Grass_massive_Yard_14.uasset new file mode 100644 index 000000000..7169f17fc Binary files /dev/null and b/Content/Meshes/Exterior/Main/New/Grass/SM_Grass_massive_Yard_14.uasset differ diff --git a/Content/Meshes/Exterior/Main/New/Grass/SM_Grass_massive_Yard_15.uasset b/Content/Meshes/Exterior/Main/New/Grass/SM_Grass_massive_Yard_15.uasset new file mode 100644 index 000000000..91e9ba6da Binary files /dev/null and b/Content/Meshes/Exterior/Main/New/Grass/SM_Grass_massive_Yard_15.uasset differ diff --git a/Content/Meshes/Exterior/Main/New/Grass/SM_Grass_massive_Yard_16.uasset b/Content/Meshes/Exterior/Main/New/Grass/SM_Grass_massive_Yard_16.uasset new file mode 100644 index 000000000..adeac2e02 Binary files /dev/null and b/Content/Meshes/Exterior/Main/New/Grass/SM_Grass_massive_Yard_16.uasset differ diff --git a/Content/Meshes/Exterior/Main/New/Grass/SM_Grass_massive_Yard_17.uasset b/Content/Meshes/Exterior/Main/New/Grass/SM_Grass_massive_Yard_17.uasset new file mode 100644 index 000000000..a6455267a Binary files /dev/null and b/Content/Meshes/Exterior/Main/New/Grass/SM_Grass_massive_Yard_17.uasset differ diff --git a/Content/Meshes/Exterior/Main/New/Grass/SM_Grass_massive_Yard_18.uasset b/Content/Meshes/Exterior/Main/New/Grass/SM_Grass_massive_Yard_18.uasset new file mode 100644 index 000000000..f293ad441 Binary files /dev/null and b/Content/Meshes/Exterior/Main/New/Grass/SM_Grass_massive_Yard_18.uasset differ diff --git a/Content/Meshes/Exterior/Main/New/Grass/SM_Grass_massive_Yard_19.uasset b/Content/Meshes/Exterior/Main/New/Grass/SM_Grass_massive_Yard_19.uasset new file mode 100644 index 000000000..2cb0f3661 Binary files /dev/null and b/Content/Meshes/Exterior/Main/New/Grass/SM_Grass_massive_Yard_19.uasset differ diff --git a/Content/Meshes/Exterior/Main/New/Grass/SM_Grass_massive_Yard_2.uasset b/Content/Meshes/Exterior/Main/New/Grass/SM_Grass_massive_Yard_2.uasset new file mode 100644 index 000000000..d9796ed97 Binary files /dev/null and b/Content/Meshes/Exterior/Main/New/Grass/SM_Grass_massive_Yard_2.uasset differ diff --git a/Content/Meshes/Exterior/Main/New/Grass/SM_Grass_massive_Yard_20.uasset b/Content/Meshes/Exterior/Main/New/Grass/SM_Grass_massive_Yard_20.uasset new file mode 100644 index 000000000..6b09a39f5 Binary files /dev/null and b/Content/Meshes/Exterior/Main/New/Grass/SM_Grass_massive_Yard_20.uasset differ diff --git a/Content/Meshes/Exterior/Main/New/Grass/SM_Grass_massive_Yard_21.uasset b/Content/Meshes/Exterior/Main/New/Grass/SM_Grass_massive_Yard_21.uasset new file mode 100644 index 000000000..434344ed9 Binary files /dev/null and b/Content/Meshes/Exterior/Main/New/Grass/SM_Grass_massive_Yard_21.uasset differ diff --git a/Content/Meshes/Exterior/Main/New/Grass/SM_Grass_massive_Yard_22.uasset b/Content/Meshes/Exterior/Main/New/Grass/SM_Grass_massive_Yard_22.uasset new file mode 100644 index 000000000..f51d837ad Binary files /dev/null and b/Content/Meshes/Exterior/Main/New/Grass/SM_Grass_massive_Yard_22.uasset differ diff --git a/Content/Meshes/Exterior/Main/New/Grass/SM_Grass_massive_Yard_23.uasset b/Content/Meshes/Exterior/Main/New/Grass/SM_Grass_massive_Yard_23.uasset new file mode 100644 index 000000000..e46f15ae4 Binary files /dev/null and b/Content/Meshes/Exterior/Main/New/Grass/SM_Grass_massive_Yard_23.uasset differ diff --git a/Content/Meshes/Exterior/Main/New/Grass/SM_Grass_massive_Yard_24.uasset b/Content/Meshes/Exterior/Main/New/Grass/SM_Grass_massive_Yard_24.uasset new file mode 100644 index 000000000..8b4d74014 Binary files /dev/null and b/Content/Meshes/Exterior/Main/New/Grass/SM_Grass_massive_Yard_24.uasset differ diff --git a/Content/Meshes/Exterior/Main/New/Grass/SM_Grass_massive_Yard_3.uasset b/Content/Meshes/Exterior/Main/New/Grass/SM_Grass_massive_Yard_3.uasset new file mode 100644 index 000000000..8b1db4738 Binary files /dev/null and b/Content/Meshes/Exterior/Main/New/Grass/SM_Grass_massive_Yard_3.uasset differ diff --git a/Content/Meshes/Exterior/Main/New/Grass/SM_Grass_massive_Yard_4.uasset b/Content/Meshes/Exterior/Main/New/Grass/SM_Grass_massive_Yard_4.uasset new file mode 100644 index 000000000..0b42e32e9 Binary files /dev/null and b/Content/Meshes/Exterior/Main/New/Grass/SM_Grass_massive_Yard_4.uasset differ diff --git a/Content/Meshes/Exterior/Main/New/Grass/SM_Grass_massive_Yard_5.uasset b/Content/Meshes/Exterior/Main/New/Grass/SM_Grass_massive_Yard_5.uasset new file mode 100644 index 000000000..eb3f3819c Binary files /dev/null and b/Content/Meshes/Exterior/Main/New/Grass/SM_Grass_massive_Yard_5.uasset differ diff --git a/Content/Meshes/Exterior/Main/New/Grass/SM_Grass_massive_Yard_6.uasset b/Content/Meshes/Exterior/Main/New/Grass/SM_Grass_massive_Yard_6.uasset new file mode 100644 index 000000000..e0e298653 Binary files /dev/null and b/Content/Meshes/Exterior/Main/New/Grass/SM_Grass_massive_Yard_6.uasset differ diff --git a/Content/Meshes/Exterior/Main/New/Grass/SM_Grass_massive_Yard_7.uasset b/Content/Meshes/Exterior/Main/New/Grass/SM_Grass_massive_Yard_7.uasset new file mode 100644 index 000000000..f375b4f58 Binary files /dev/null and b/Content/Meshes/Exterior/Main/New/Grass/SM_Grass_massive_Yard_7.uasset differ diff --git a/Content/Meshes/Exterior/Main/New/Grass/SM_Grass_massive_Yard_8.uasset b/Content/Meshes/Exterior/Main/New/Grass/SM_Grass_massive_Yard_8.uasset new file mode 100644 index 000000000..ab77730ca Binary files /dev/null and b/Content/Meshes/Exterior/Main/New/Grass/SM_Grass_massive_Yard_8.uasset differ diff --git a/Content/Meshes/Exterior/Main/New/Grass/SM_Grass_massive_Yard_9.uasset b/Content/Meshes/Exterior/Main/New/Grass/SM_Grass_massive_Yard_9.uasset new file mode 100644 index 000000000..37d30b1c0 Binary files /dev/null and b/Content/Meshes/Exterior/Main/New/Grass/SM_Grass_massive_Yard_9.uasset differ diff --git a/Content/Meshes/Exterior/Main/New/SM_Genplan_RDY.uasset b/Content/Meshes/Exterior/Main/New/SM_Genplan_RDY.uasset index 9dda18ac9..ca9e8e2b2 100644 Binary files a/Content/Meshes/Exterior/Main/New/SM_Genplan_RDY.uasset and b/Content/Meshes/Exterior/Main/New/SM_Genplan_RDY.uasset differ diff --git a/Content/Meshes/Exterior/Main/New/SM_Genplan_Yard_Colors.uasset b/Content/Meshes/Exterior/Main/New/SM_Genplan_Yard_Colors.uasset new file mode 100644 index 000000000..a4a9faab7 Binary files /dev/null and b/Content/Meshes/Exterior/Main/New/SM_Genplan_Yard_Colors.uasset differ diff --git a/Content/Meshes/Exterior/Main/New/SM_Grass_border.uasset b/Content/Meshes/Exterior/Main/New/SM_Grass_border.uasset new file mode 100644 index 000000000..8a3c8471b Binary files /dev/null and b/Content/Meshes/Exterior/Main/New/SM_Grass_border.uasset differ diff --git a/Content/Meshes/Exterior/Main/New/SM_Roof_GP1.uasset b/Content/Meshes/Exterior/Main/New/SM_Roof_GP1.uasset index f3e56c483..d2fa080cd 100644 Binary files a/Content/Meshes/Exterior/Main/New/SM_Roof_GP1.uasset and b/Content/Meshes/Exterior/Main/New/SM_Roof_GP1.uasset differ diff --git a/Content/Meshes/Exterior/Main/New/SM_border_2.uasset b/Content/Meshes/Exterior/Main/New/SM_border_2.uasset new file mode 100644 index 000000000..f85017e79 Binary files /dev/null and b/Content/Meshes/Exterior/Main/New/SM_border_2.uasset differ diff --git a/Content/Meshes/Exterior/Main/SM_BT_pos.uasset b/Content/Meshes/Exterior/Main/SM_BT_pos.uasset index f102f2456..764d0cba1 100644 Binary files a/Content/Meshes/Exterior/Main/SM_BT_pos.uasset and b/Content/Meshes/Exterior/Main/SM_BT_pos.uasset differ diff --git a/Content/Meshes/Exterior/Main/SM_Building_3_pos.uasset b/Content/Meshes/Exterior/Main/SM_Building_3_pos.uasset index afc62c201..ac8fdbcb3 100644 Binary files a/Content/Meshes/Exterior/Main/SM_Building_3_pos.uasset and b/Content/Meshes/Exterior/Main/SM_Building_3_pos.uasset differ diff --git a/Content/Meshes/Exterior/Main/SM_Building_3_pos_2_frame.uasset b/Content/Meshes/Exterior/Main/SM_Building_3_pos_2_frame.uasset new file mode 100644 index 000000000..13f50ddca Binary files /dev/null and b/Content/Meshes/Exterior/Main/SM_Building_3_pos_2_frame.uasset differ diff --git a/Content/Meshes/Exterior/Main/SM_Building_4_2_pos.uasset b/Content/Meshes/Exterior/Main/SM_Building_4_2_pos.uasset index efaee646d..3c827fff1 100644 Binary files a/Content/Meshes/Exterior/Main/SM_Building_4_2_pos.uasset and b/Content/Meshes/Exterior/Main/SM_Building_4_2_pos.uasset differ diff --git a/Content/Meshes/Exterior/Main/SM_Building_4_fl1_pos_1_frame.uasset b/Content/Meshes/Exterior/Main/SM_Building_4_fl1_pos_1_frame.uasset new file mode 100644 index 000000000..b5d728ee7 Binary files /dev/null and b/Content/Meshes/Exterior/Main/SM_Building_4_fl1_pos_1_frame.uasset differ diff --git a/Content/Meshes/Exterior/Main/SM_Building_4_pos.uasset b/Content/Meshes/Exterior/Main/SM_Building_4_pos.uasset index 2b012c7d4..8f59a1bab 100644 Binary files a/Content/Meshes/Exterior/Main/SM_Building_4_pos.uasset and b/Content/Meshes/Exterior/Main/SM_Building_4_pos.uasset differ diff --git a/Content/Meshes/Exterior/Main/SM_Fence_glass_GP3_GP4.uasset b/Content/Meshes/Exterior/Main/SM_Fence_glass_GP3_GP4.uasset new file mode 100644 index 000000000..2140ecb31 Binary files /dev/null and b/Content/Meshes/Exterior/Main/SM_Fence_glass_GP3_GP4.uasset differ diff --git a/Content/Meshes/Exterior/Main/SM_Ladder_MOP_Entrance.uasset b/Content/Meshes/Exterior/Main/SM_Ladder_MOP_Entrance.uasset new file mode 100644 index 000000000..da2e98eeb Binary files /dev/null and b/Content/Meshes/Exterior/Main/SM_Ladder_MOP_Entrance.uasset differ diff --git a/Content/Meshes/Exterior/Main/SM_Main_secondary_3.uasset b/Content/Meshes/Exterior/Main/SM_Main_secondary_3.uasset index 3d30e3295..1efbb1275 100644 Binary files a/Content/Meshes/Exterior/Main/SM_Main_secondary_3.uasset and b/Content/Meshes/Exterior/Main/SM_Main_secondary_3.uasset differ diff --git a/Content/Meshes/Exterior/Main/SM_Main_secondary_4.uasset b/Content/Meshes/Exterior/Main/SM_Main_secondary_4.uasset index effd18d3a..367f76e73 100644 Binary files a/Content/Meshes/Exterior/Main/SM_Main_secondary_4.uasset and b/Content/Meshes/Exterior/Main/SM_Main_secondary_4.uasset differ diff --git a/Content/Meshes/Exterior/Main/SM_Masharov_GP1_pos.uasset b/Content/Meshes/Exterior/Main/SM_Masharov_GP1_pos.uasset index fdc762e8d..19fa0f287 100644 Binary files a/Content/Meshes/Exterior/Main/SM_Masharov_GP1_pos.uasset and b/Content/Meshes/Exterior/Main/SM_Masharov_GP1_pos.uasset differ diff --git a/Content/Meshes/Exterior/Main/SM_Masharov_GP2_pos.uasset b/Content/Meshes/Exterior/Main/SM_Masharov_GP2_pos.uasset index 1035eed86..1cf13f5ca 100644 Binary files a/Content/Meshes/Exterior/Main/SM_Masharov_GP2_pos.uasset and b/Content/Meshes/Exterior/Main/SM_Masharov_GP2_pos.uasset differ diff --git a/Content/Meshes/Exterior/SM_Landscape_circle.uasset b/Content/Meshes/Exterior/SM_Landscape_circle.uasset new file mode 100644 index 000000000..8df6dbdae Binary files /dev/null and b/Content/Meshes/Exterior/SM_Landscape_circle.uasset differ diff --git a/Content/Meshes/Interior/Commerce/GP1_Commerce.uasset b/Content/Meshes/Interior/Commerce/GP1_Commerce.uasset new file mode 100644 index 000000000..010908ad1 Binary files /dev/null and b/Content/Meshes/Interior/Commerce/GP1_Commerce.uasset differ diff --git a/Content/Meshes/Interior/Commerce/MI_Glass_Black1.uasset b/Content/Meshes/Interior/Commerce/MI_Glass_Black1.uasset new file mode 100644 index 000000000..56f574a88 Binary files /dev/null and b/Content/Meshes/Interior/Commerce/MI_Glass_Black1.uasset differ diff --git a/Content/Meshes/Interior/Commerce/MI_Glass_Black_BT.uasset b/Content/Meshes/Interior/Commerce/MI_Glass_Black_BT.uasset new file mode 100644 index 000000000..9f067e04f Binary files /dev/null and b/Content/Meshes/Interior/Commerce/MI_Glass_Black_BT.uasset differ diff --git a/Content/Meshes/Interior/Commerce/MI_MOP_Plaster_Green1.uasset b/Content/Meshes/Interior/Commerce/MI_MOP_Plaster_Green1.uasset new file mode 100644 index 000000000..983c76290 Binary files /dev/null and b/Content/Meshes/Interior/Commerce/MI_MOP_Plaster_Green1.uasset differ diff --git a/Content/Meshes/Interior/Commerce/M_Glass_ThinRaytraced_1.uasset b/Content/Meshes/Interior/Commerce/M_Glass_ThinRaytraced_1.uasset new file mode 100644 index 000000000..ba38301a7 Binary files /dev/null and b/Content/Meshes/Interior/Commerce/M_Glass_ThinRaytraced_1.uasset differ diff --git a/Content/Meshes/Interior/Commerce/M_Glass_ThinRaytraced_2.uasset b/Content/Meshes/Interior/Commerce/M_Glass_ThinRaytraced_2.uasset new file mode 100644 index 000000000..27dc4fdc2 Binary files /dev/null and b/Content/Meshes/Interior/Commerce/M_Glass_ThinRaytraced_2.uasset differ diff --git a/Content/Meshes/Interior/Commerce/M_Glass_ThinRaytraced_3.uasset b/Content/Meshes/Interior/Commerce/M_Glass_ThinRaytraced_3.uasset new file mode 100644 index 000000000..d6fa17d96 Binary files /dev/null and b/Content/Meshes/Interior/Commerce/M_Glass_ThinRaytraced_3.uasset differ diff --git a/Content/Meshes/Interior/Commerce/M_Glass_ThinRaytraced_BT.uasset b/Content/Meshes/Interior/Commerce/M_Glass_ThinRaytraced_BT.uasset new file mode 100644 index 000000000..5ec6c3213 Binary files /dev/null and b/Content/Meshes/Interior/Commerce/M_Glass_ThinRaytraced_BT.uasset differ diff --git a/Content/Meshes/Interior/Commerce/SM_CummerciaGP5.uasset b/Content/Meshes/Interior/Commerce/SM_CummerciaGP5.uasset new file mode 100644 index 000000000..139e020f7 Binary files /dev/null and b/Content/Meshes/Interior/Commerce/SM_CummerciaGP5.uasset differ diff --git a/Content/Meshes/Interior/Commerce/SM_CummerciaVusotski.uasset b/Content/Meshes/Interior/Commerce/SM_CummerciaVusotski.uasset new file mode 100644 index 000000000..566694646 Binary files /dev/null and b/Content/Meshes/Interior/Commerce/SM_CummerciaVusotski.uasset differ diff --git a/Content/Meshes/Interior/Commerce/SM_GP2_Commerce.uasset b/Content/Meshes/Interior/Commerce/SM_GP2_Commerce.uasset new file mode 100644 index 000000000..179265a96 Binary files /dev/null and b/Content/Meshes/Interior/Commerce/SM_GP2_Commerce.uasset differ diff --git a/Content/Meshes/Interior/Commerce/SM_Wall_Floor1_GP3.uasset b/Content/Meshes/Interior/Commerce/SM_Wall_Floor1_GP3.uasset new file mode 100644 index 000000000..402e0c124 Binary files /dev/null and b/Content/Meshes/Interior/Commerce/SM_Wall_Floor1_GP3.uasset differ diff --git a/Content/Meshes/Interior/Furniture/337/SM_Fridge_337.uasset b/Content/Meshes/Interior/Furniture/337/SM_Fridge_337.uasset index a6857d6d6..c62e396db 100644 Binary files a/Content/Meshes/Interior/Furniture/337/SM_Fridge_337.uasset and b/Content/Meshes/Interior/Furniture/337/SM_Fridge_337.uasset differ diff --git a/Content/Meshes/Interior/Furniture/337/SM_Locker_337.uasset b/Content/Meshes/Interior/Furniture/337/SM_Locker_337.uasset index 2c50854f2..e5a4e2835 100644 Binary files a/Content/Meshes/Interior/Furniture/337/SM_Locker_337.uasset and b/Content/Meshes/Interior/Furniture/337/SM_Locker_337.uasset differ diff --git a/Content/Meshes/Interior/Furniture/337/SM_Shelfs_337.uasset b/Content/Meshes/Interior/Furniture/337/SM_Shelfs_337.uasset index 52c9110fa..5146a6c79 100644 Binary files a/Content/Meshes/Interior/Furniture/337/SM_Shelfs_337.uasset and b/Content/Meshes/Interior/Furniture/337/SM_Shelfs_337.uasset differ diff --git a/Content/Meshes/Interior/Furniture/Kitchen/Modular/SM_Down_Locker.uasset b/Content/Meshes/Interior/Furniture/Kitchen/Modular/SM_Down_Locker.uasset index 1ebbcc866..3e0eab212 100644 Binary files a/Content/Meshes/Interior/Furniture/Kitchen/Modular/SM_Down_Locker.uasset and b/Content/Meshes/Interior/Furniture/Kitchen/Modular/SM_Down_Locker.uasset differ diff --git a/Content/Meshes/Interior/Furniture/Kitchen/Modular/SM_Down_Locker_With_Sink.uasset b/Content/Meshes/Interior/Furniture/Kitchen/Modular/SM_Down_Locker_With_Sink.uasset index 490c6a9f0..c10bbf324 100644 Binary files a/Content/Meshes/Interior/Furniture/Kitchen/Modular/SM_Down_Locker_With_Sink.uasset and b/Content/Meshes/Interior/Furniture/Kitchen/Modular/SM_Down_Locker_With_Sink.uasset differ diff --git a/Content/Meshes/Interior/Furniture/Kitchen/Modular/SM_Oven_Microwave.uasset b/Content/Meshes/Interior/Furniture/Kitchen/Modular/SM_Oven_Microwave.uasset index 5b7521aac..543a5a2c5 100644 Binary files a/Content/Meshes/Interior/Furniture/Kitchen/Modular/SM_Oven_Microwave.uasset and b/Content/Meshes/Interior/Furniture/Kitchen/Modular/SM_Oven_Microwave.uasset differ diff --git a/Content/Meshes/Interior/Furniture/Lamp_Mesh/SM_CylLamp_AI.uasset b/Content/Meshes/Interior/Furniture/Lamp_Mesh/SM_CylLamp_AI.uasset index db0fa1dad..b3624e5d3 100644 Binary files a/Content/Meshes/Interior/Furniture/Lamp_Mesh/SM_CylLamp_AI.uasset and b/Content/Meshes/Interior/Furniture/Lamp_Mesh/SM_CylLamp_AI.uasset differ diff --git a/Content/Meshes/Interior/Furniture/Living_Room/SM_Shelf.uasset b/Content/Meshes/Interior/Furniture/Living_Room/SM_Shelf.uasset index 33321e1c8..e2eacc1a2 100644 Binary files a/Content/Meshes/Interior/Furniture/Living_Room/SM_Shelf.uasset and b/Content/Meshes/Interior/Furniture/Living_Room/SM_Shelf.uasset differ diff --git a/Content/Meshes/Interior/Furniture/Other/SM_Door_Invis_Contour.uasset b/Content/Meshes/Interior/Furniture/Other/SM_Door_Invis_Contour.uasset index 78d1dd551..e108d23d6 100644 Binary files a/Content/Meshes/Interior/Furniture/Other/SM_Door_Invis_Contour.uasset and b/Content/Meshes/Interior/Furniture/Other/SM_Door_Invis_Contour.uasset differ diff --git a/Content/Meshes/Interior/GP2/Cap/High_Lights/SM_S02A00_Cap.uasset b/Content/Meshes/Interior/GP2/Cap/High_Lights/SM_S02A00_Cap.uasset index 0d642dac2..34716fb79 100644 Binary files a/Content/Meshes/Interior/GP2/Cap/High_Lights/SM_S02A00_Cap.uasset and b/Content/Meshes/Interior/GP2/Cap/High_Lights/SM_S02A00_Cap.uasset differ diff --git a/Content/Meshes/Interior/GP2/Cap/High_Lights/SM_S02A01_Cap.uasset b/Content/Meshes/Interior/GP2/Cap/High_Lights/SM_S02A01_Cap.uasset index f57ea9004..26b3a630c 100644 Binary files a/Content/Meshes/Interior/GP2/Cap/High_Lights/SM_S02A01_Cap.uasset and b/Content/Meshes/Interior/GP2/Cap/High_Lights/SM_S02A01_Cap.uasset differ diff --git a/Content/Meshes/Interior/GP2/Cap/High_Lights/SM_S02A02_Cap.uasset b/Content/Meshes/Interior/GP2/Cap/High_Lights/SM_S02A02_Cap.uasset index d7b7fb63f..660be9034 100644 Binary files a/Content/Meshes/Interior/GP2/Cap/High_Lights/SM_S02A02_Cap.uasset and b/Content/Meshes/Interior/GP2/Cap/High_Lights/SM_S02A02_Cap.uasset differ diff --git a/Content/Meshes/Interior/GP2/Cap/High_Lights/SM_S02A03_Cap.uasset b/Content/Meshes/Interior/GP2/Cap/High_Lights/SM_S02A03_Cap.uasset index 41146092c..47d8f5650 100644 Binary files a/Content/Meshes/Interior/GP2/Cap/High_Lights/SM_S02A03_Cap.uasset and b/Content/Meshes/Interior/GP2/Cap/High_Lights/SM_S02A03_Cap.uasset differ diff --git a/Content/Meshes/Interior/GP2/Cap/High_Lights/SM_S02A04_Cap.uasset b/Content/Meshes/Interior/GP2/Cap/High_Lights/SM_S02A04_Cap.uasset index 71c5f6dc8..3cdac3866 100644 Binary files a/Content/Meshes/Interior/GP2/Cap/High_Lights/SM_S02A04_Cap.uasset and b/Content/Meshes/Interior/GP2/Cap/High_Lights/SM_S02A04_Cap.uasset differ diff --git a/Content/Meshes/Interior/GP2/Cap/High_Lights/SM_S02A05_Cap.uasset b/Content/Meshes/Interior/GP2/Cap/High_Lights/SM_S02A05_Cap.uasset index 7f5efaf6f..0432b894f 100644 Binary files a/Content/Meshes/Interior/GP2/Cap/High_Lights/SM_S02A05_Cap.uasset and b/Content/Meshes/Interior/GP2/Cap/High_Lights/SM_S02A05_Cap.uasset differ diff --git a/Content/Meshes/Interior/GP2/Cap/High_Lights/SM_S02A06_Cap.uasset b/Content/Meshes/Interior/GP2/Cap/High_Lights/SM_S02A06_Cap.uasset index de62cf500..84c031fdc 100644 Binary files a/Content/Meshes/Interior/GP2/Cap/High_Lights/SM_S02A06_Cap.uasset and b/Content/Meshes/Interior/GP2/Cap/High_Lights/SM_S02A06_Cap.uasset differ diff --git a/Content/Meshes/Interior/GP2/Cap/High_Lights/SM_S02A07_Cap.uasset b/Content/Meshes/Interior/GP2/Cap/High_Lights/SM_S02A07_Cap.uasset index c6b7aeb36..49a4959b0 100644 Binary files a/Content/Meshes/Interior/GP2/Cap/High_Lights/SM_S02A07_Cap.uasset and b/Content/Meshes/Interior/GP2/Cap/High_Lights/SM_S02A07_Cap.uasset differ diff --git a/Content/Meshes/Interior/GP2/Cap/High_Lights/SM_S02A08_Cap.uasset b/Content/Meshes/Interior/GP2/Cap/High_Lights/SM_S02A08_Cap.uasset index 7bfa2c7a3..3ea369739 100644 Binary files a/Content/Meshes/Interior/GP2/Cap/High_Lights/SM_S02A08_Cap.uasset and b/Content/Meshes/Interior/GP2/Cap/High_Lights/SM_S02A08_Cap.uasset differ diff --git a/Content/Meshes/Interior/GP2/Cap/High_Lights/SM_S02A09_Cap.uasset b/Content/Meshes/Interior/GP2/Cap/High_Lights/SM_S02A09_Cap.uasset index 1942f7936..8c4c58a8f 100644 Binary files a/Content/Meshes/Interior/GP2/Cap/High_Lights/SM_S02A09_Cap.uasset and b/Content/Meshes/Interior/GP2/Cap/High_Lights/SM_S02A09_Cap.uasset differ diff --git a/Content/Meshes/Interior/GP2/Cap/High_Lights/SM_S02A10_Cap.uasset b/Content/Meshes/Interior/GP2/Cap/High_Lights/SM_S02A10_Cap.uasset index 81181e7fb..fa7ae9cbd 100644 Binary files a/Content/Meshes/Interior/GP2/Cap/High_Lights/SM_S02A10_Cap.uasset and b/Content/Meshes/Interior/GP2/Cap/High_Lights/SM_S02A10_Cap.uasset differ diff --git a/Content/Meshes/Interior/GP2/Cap/High_Lights/SM_S02A11_Cap.uasset b/Content/Meshes/Interior/GP2/Cap/High_Lights/SM_S02A11_Cap.uasset index 1f4f14d4b..fa62c1a25 100644 Binary files a/Content/Meshes/Interior/GP2/Cap/High_Lights/SM_S02A11_Cap.uasset and b/Content/Meshes/Interior/GP2/Cap/High_Lights/SM_S02A11_Cap.uasset differ diff --git a/Content/Meshes/Interior/GP2/Cap/High_Lights/SM_S02A12_Cap.uasset b/Content/Meshes/Interior/GP2/Cap/High_Lights/SM_S02A12_Cap.uasset index c01868ee2..6769daa62 100644 Binary files a/Content/Meshes/Interior/GP2/Cap/High_Lights/SM_S02A12_Cap.uasset and b/Content/Meshes/Interior/GP2/Cap/High_Lights/SM_S02A12_Cap.uasset differ diff --git a/Content/Meshes/Interior/GP2/Cap/High_Lights/SM_S02A13_Cap.uasset b/Content/Meshes/Interior/GP2/Cap/High_Lights/SM_S02A13_Cap.uasset index d8e6dc238..68a5330a5 100644 Binary files a/Content/Meshes/Interior/GP2/Cap/High_Lights/SM_S02A13_Cap.uasset and b/Content/Meshes/Interior/GP2/Cap/High_Lights/SM_S02A13_Cap.uasset differ diff --git a/Content/Meshes/Interior/GP2/Cap/High_Lights/SM_S02A14_Cap.uasset b/Content/Meshes/Interior/GP2/Cap/High_Lights/SM_S02A14_Cap.uasset index 2c0fd997a..6338d089b 100644 Binary files a/Content/Meshes/Interior/GP2/Cap/High_Lights/SM_S02A14_Cap.uasset and b/Content/Meshes/Interior/GP2/Cap/High_Lights/SM_S02A14_Cap.uasset differ diff --git a/Content/Meshes/Interior/GP2/Cap/High_Lights/SM_S02A15_Cap.uasset b/Content/Meshes/Interior/GP2/Cap/High_Lights/SM_S02A15_Cap.uasset index 642ea6425..0cf0a2e41 100644 Binary files a/Content/Meshes/Interior/GP2/Cap/High_Lights/SM_S02A15_Cap.uasset and b/Content/Meshes/Interior/GP2/Cap/High_Lights/SM_S02A15_Cap.uasset differ diff --git a/Content/Meshes/Interior/GP2/Cap/High_Lights/SM_S02A16_Cap.uasset b/Content/Meshes/Interior/GP2/Cap/High_Lights/SM_S02A16_Cap.uasset index 5c0647c65..88b3fbdf2 100644 Binary files a/Content/Meshes/Interior/GP2/Cap/High_Lights/SM_S02A16_Cap.uasset and b/Content/Meshes/Interior/GP2/Cap/High_Lights/SM_S02A16_Cap.uasset differ diff --git a/Content/Meshes/Interior/GP2/Cap/High_Lights/SM_S02A17_Cap.uasset b/Content/Meshes/Interior/GP2/Cap/High_Lights/SM_S02A17_Cap.uasset index f1351ae44..099539f28 100644 Binary files a/Content/Meshes/Interior/GP2/Cap/High_Lights/SM_S02A17_Cap.uasset and b/Content/Meshes/Interior/GP2/Cap/High_Lights/SM_S02A17_Cap.uasset differ diff --git a/Content/Meshes/Interior/GP2/Cap/High_Lights/SM_S02A18_Cap.uasset b/Content/Meshes/Interior/GP2/Cap/High_Lights/SM_S02A18_Cap.uasset index 51b266a3c..a834cf506 100644 Binary files a/Content/Meshes/Interior/GP2/Cap/High_Lights/SM_S02A18_Cap.uasset and b/Content/Meshes/Interior/GP2/Cap/High_Lights/SM_S02A18_Cap.uasset differ diff --git a/Content/Meshes/Interior/GP2/Cap/High_Lights/SM_S02A19_Cap.uasset b/Content/Meshes/Interior/GP2/Cap/High_Lights/SM_S02A19_Cap.uasset index 51133d15d..d15854670 100644 Binary files a/Content/Meshes/Interior/GP2/Cap/High_Lights/SM_S02A19_Cap.uasset and b/Content/Meshes/Interior/GP2/Cap/High_Lights/SM_S02A19_Cap.uasset differ diff --git a/Content/Meshes/Interior/GP2/Cap/High_Lights/SM_S02A20_Cap.uasset b/Content/Meshes/Interior/GP2/Cap/High_Lights/SM_S02A20_Cap.uasset index 4df388b1d..5f081a837 100644 Binary files a/Content/Meshes/Interior/GP2/Cap/High_Lights/SM_S02A20_Cap.uasset and b/Content/Meshes/Interior/GP2/Cap/High_Lights/SM_S02A20_Cap.uasset differ diff --git a/Content/Meshes/Interior/GP2/Cap/High_Lights/SM_S02A21_Cap.uasset b/Content/Meshes/Interior/GP2/Cap/High_Lights/SM_S02A21_Cap.uasset index 94f032a4e..f74a83259 100644 Binary files a/Content/Meshes/Interior/GP2/Cap/High_Lights/SM_S02A21_Cap.uasset and b/Content/Meshes/Interior/GP2/Cap/High_Lights/SM_S02A21_Cap.uasset differ diff --git a/Content/Meshes/Interior/GP2/Cap/High_Lights/SM_S02A22_Cap.uasset b/Content/Meshes/Interior/GP2/Cap/High_Lights/SM_S02A22_Cap.uasset index e1e4d885a..e6b9718e9 100644 Binary files a/Content/Meshes/Interior/GP2/Cap/High_Lights/SM_S02A22_Cap.uasset and b/Content/Meshes/Interior/GP2/Cap/High_Lights/SM_S02A22_Cap.uasset differ diff --git a/Content/Meshes/Interior/GP2/Cap/High_Lights/SM_S02A23_Cap.uasset b/Content/Meshes/Interior/GP2/Cap/High_Lights/SM_S02A23_Cap.uasset index 64ece8d6c..f215375fb 100644 Binary files a/Content/Meshes/Interior/GP2/Cap/High_Lights/SM_S02A23_Cap.uasset and b/Content/Meshes/Interior/GP2/Cap/High_Lights/SM_S02A23_Cap.uasset differ diff --git a/Content/Meshes/Interior/GP2/Cap/High_Lights/SM_S02A24_Cap.uasset b/Content/Meshes/Interior/GP2/Cap/High_Lights/SM_S02A24_Cap.uasset index 839205e69..f431fdedd 100644 Binary files a/Content/Meshes/Interior/GP2/Cap/High_Lights/SM_S02A24_Cap.uasset and b/Content/Meshes/Interior/GP2/Cap/High_Lights/SM_S02A24_Cap.uasset differ diff --git a/Content/Meshes/Interior/GP2/Cap/High_Lights/SM_S02A25_Cap.uasset b/Content/Meshes/Interior/GP2/Cap/High_Lights/SM_S02A25_Cap.uasset index 636991e4b..782656a54 100644 Binary files a/Content/Meshes/Interior/GP2/Cap/High_Lights/SM_S02A25_Cap.uasset and b/Content/Meshes/Interior/GP2/Cap/High_Lights/SM_S02A25_Cap.uasset differ diff --git a/Content/Meshes/Interior/GP2/Cap/High_Lights/SM_S02A26_Cap.uasset b/Content/Meshes/Interior/GP2/Cap/High_Lights/SM_S02A26_Cap.uasset index 0c5c8a6fd..4c0db107c 100644 Binary files a/Content/Meshes/Interior/GP2/Cap/High_Lights/SM_S02A26_Cap.uasset and b/Content/Meshes/Interior/GP2/Cap/High_Lights/SM_S02A26_Cap.uasset differ diff --git a/Content/Meshes/Interior/GP2/Cap/High_Lights/SM_S02A27_Cap.uasset b/Content/Meshes/Interior/GP2/Cap/High_Lights/SM_S02A27_Cap.uasset index 371002b0c..69a8c4710 100644 Binary files a/Content/Meshes/Interior/GP2/Cap/High_Lights/SM_S02A27_Cap.uasset and b/Content/Meshes/Interior/GP2/Cap/High_Lights/SM_S02A27_Cap.uasset differ diff --git a/Content/Meshes/Interior/GP2/Cap/High_Lights/SM_S02A28_Cap.uasset b/Content/Meshes/Interior/GP2/Cap/High_Lights/SM_S02A28_Cap.uasset index e62976167..0182b7780 100644 Binary files a/Content/Meshes/Interior/GP2/Cap/High_Lights/SM_S02A28_Cap.uasset and b/Content/Meshes/Interior/GP2/Cap/High_Lights/SM_S02A28_Cap.uasset differ diff --git a/Content/Meshes/Interior/GP2/Cap/High_Lights/SM_S02A29_Cap.uasset b/Content/Meshes/Interior/GP2/Cap/High_Lights/SM_S02A29_Cap.uasset index 29d399286..30ef38816 100644 Binary files a/Content/Meshes/Interior/GP2/Cap/High_Lights/SM_S02A29_Cap.uasset and b/Content/Meshes/Interior/GP2/Cap/High_Lights/SM_S02A29_Cap.uasset differ diff --git a/Content/Meshes/Interior/GP2/Cap/High_Lights/SM_S02A30_Cap.uasset b/Content/Meshes/Interior/GP2/Cap/High_Lights/SM_S02A30_Cap.uasset index da8662535..368005901 100644 Binary files a/Content/Meshes/Interior/GP2/Cap/High_Lights/SM_S02A30_Cap.uasset and b/Content/Meshes/Interior/GP2/Cap/High_Lights/SM_S02A30_Cap.uasset differ diff --git a/Content/Meshes/Interior/GP2/Cap/High_Lights/SM_S02A31_Cap.uasset b/Content/Meshes/Interior/GP2/Cap/High_Lights/SM_S02A31_Cap.uasset index 803f5dc95..0a2e1b2e0 100644 Binary files a/Content/Meshes/Interior/GP2/Cap/High_Lights/SM_S02A31_Cap.uasset and b/Content/Meshes/Interior/GP2/Cap/High_Lights/SM_S02A31_Cap.uasset differ diff --git a/Content/Meshes/Interior/GP2/Cap/High_Lights/SM_S02A32_Cap.uasset b/Content/Meshes/Interior/GP2/Cap/High_Lights/SM_S02A32_Cap.uasset index 5f3358a9c..37673e306 100644 Binary files a/Content/Meshes/Interior/GP2/Cap/High_Lights/SM_S02A32_Cap.uasset and b/Content/Meshes/Interior/GP2/Cap/High_Lights/SM_S02A32_Cap.uasset differ diff --git a/Content/Meshes/Interior/GP2/Cap/High_Lights/SM_S02A33_Cap.uasset b/Content/Meshes/Interior/GP2/Cap/High_Lights/SM_S02A33_Cap.uasset index 1c8a052e1..19d173ad8 100644 Binary files a/Content/Meshes/Interior/GP2/Cap/High_Lights/SM_S02A33_Cap.uasset and b/Content/Meshes/Interior/GP2/Cap/High_Lights/SM_S02A33_Cap.uasset differ diff --git a/Content/Meshes/Interior/GP2/Cap/High_Lights/SM_S02A34_Cap.uasset b/Content/Meshes/Interior/GP2/Cap/High_Lights/SM_S02A34_Cap.uasset index 9490c46c3..92308b8ac 100644 Binary files a/Content/Meshes/Interior/GP2/Cap/High_Lights/SM_S02A34_Cap.uasset and b/Content/Meshes/Interior/GP2/Cap/High_Lights/SM_S02A34_Cap.uasset differ diff --git a/Content/Meshes/Interior/GP2/Cap/High_Lights/SM_S02A35_Cap.uasset b/Content/Meshes/Interior/GP2/Cap/High_Lights/SM_S02A35_Cap.uasset index 2be985eae..03370b08e 100644 Binary files a/Content/Meshes/Interior/GP2/Cap/High_Lights/SM_S02A35_Cap.uasset and b/Content/Meshes/Interior/GP2/Cap/High_Lights/SM_S02A35_Cap.uasset differ diff --git a/Content/Meshes/Interior/GP2/Cap/High_Lights/SM_S02A36_Cap.uasset b/Content/Meshes/Interior/GP2/Cap/High_Lights/SM_S02A36_Cap.uasset index 1bd091e1d..6c53aa1c2 100644 Binary files a/Content/Meshes/Interior/GP2/Cap/High_Lights/SM_S02A36_Cap.uasset and b/Content/Meshes/Interior/GP2/Cap/High_Lights/SM_S02A36_Cap.uasset differ diff --git a/Content/Meshes/Interior/GP2/Cap/High_Lights/SM_S02A37_Cap.uasset b/Content/Meshes/Interior/GP2/Cap/High_Lights/SM_S02A37_Cap.uasset index 26c7eff77..ed8b52c7e 100644 Binary files a/Content/Meshes/Interior/GP2/Cap/High_Lights/SM_S02A37_Cap.uasset and b/Content/Meshes/Interior/GP2/Cap/High_Lights/SM_S02A37_Cap.uasset differ diff --git a/Content/Meshes/Interior/GP2/Cap/High_Lights/SM_S02A38_Cap.uasset b/Content/Meshes/Interior/GP2/Cap/High_Lights/SM_S02A38_Cap.uasset index 2fa41ad8d..4ff2eb6e4 100644 Binary files a/Content/Meshes/Interior/GP2/Cap/High_Lights/SM_S02A38_Cap.uasset and b/Content/Meshes/Interior/GP2/Cap/High_Lights/SM_S02A38_Cap.uasset differ diff --git a/Content/Meshes/Interior/GP2/Cap/High_Lights/SM_S02A39_Cap.uasset b/Content/Meshes/Interior/GP2/Cap/High_Lights/SM_S02A39_Cap.uasset index 1eeaf3f72..d2223fa10 100644 Binary files a/Content/Meshes/Interior/GP2/Cap/High_Lights/SM_S02A39_Cap.uasset and b/Content/Meshes/Interior/GP2/Cap/High_Lights/SM_S02A39_Cap.uasset differ diff --git a/Content/Meshes/Interior/GP2/Cap/High_Lights/SM_S02A40_Cap.uasset b/Content/Meshes/Interior/GP2/Cap/High_Lights/SM_S02A40_Cap.uasset index 93d7e39b1..47ea6d344 100644 Binary files a/Content/Meshes/Interior/GP2/Cap/High_Lights/SM_S02A40_Cap.uasset and b/Content/Meshes/Interior/GP2/Cap/High_Lights/SM_S02A40_Cap.uasset differ diff --git a/Content/Meshes/Interior/GP2/Cap/High_Lights/SM_S02A41_Cap.uasset b/Content/Meshes/Interior/GP2/Cap/High_Lights/SM_S02A41_Cap.uasset index 01e2c52a0..5bcf88472 100644 Binary files a/Content/Meshes/Interior/GP2/Cap/High_Lights/SM_S02A41_Cap.uasset and b/Content/Meshes/Interior/GP2/Cap/High_Lights/SM_S02A41_Cap.uasset differ diff --git a/Content/Meshes/Interior/GP2/Cap/High_Lights/SM_S02A42_Cap.uasset b/Content/Meshes/Interior/GP2/Cap/High_Lights/SM_S02A42_Cap.uasset index 361fb3c64..ed1b31040 100644 Binary files a/Content/Meshes/Interior/GP2/Cap/High_Lights/SM_S02A42_Cap.uasset and b/Content/Meshes/Interior/GP2/Cap/High_Lights/SM_S02A42_Cap.uasset differ diff --git a/Content/Meshes/Interior/GP2/Cap/High_Lights/SM_S02A43_Cap.uasset b/Content/Meshes/Interior/GP2/Cap/High_Lights/SM_S02A43_Cap.uasset index b05188642..43614954d 100644 Binary files a/Content/Meshes/Interior/GP2/Cap/High_Lights/SM_S02A43_Cap.uasset and b/Content/Meshes/Interior/GP2/Cap/High_Lights/SM_S02A43_Cap.uasset differ diff --git a/Content/Meshes/Interior/GP2/Cap/High_Lights/SM_S02A44_Cap.uasset b/Content/Meshes/Interior/GP2/Cap/High_Lights/SM_S02A44_Cap.uasset index b9892f0b5..d6e4ba5bf 100644 Binary files a/Content/Meshes/Interior/GP2/Cap/High_Lights/SM_S02A44_Cap.uasset and b/Content/Meshes/Interior/GP2/Cap/High_Lights/SM_S02A44_Cap.uasset differ diff --git a/Content/Meshes/Interior/GP2/Cap/High_Lights/SM_S02A45_Cap.uasset b/Content/Meshes/Interior/GP2/Cap/High_Lights/SM_S02A45_Cap.uasset index 75fe3552f..f6afa9efa 100644 Binary files a/Content/Meshes/Interior/GP2/Cap/High_Lights/SM_S02A45_Cap.uasset and b/Content/Meshes/Interior/GP2/Cap/High_Lights/SM_S02A45_Cap.uasset differ diff --git a/Content/Meshes/Interior/GP2/Cap/High_Lights/SM_S02A46_Cap.uasset b/Content/Meshes/Interior/GP2/Cap/High_Lights/SM_S02A46_Cap.uasset index 46d75e73a..77b6f104b 100644 Binary files a/Content/Meshes/Interior/GP2/Cap/High_Lights/SM_S02A46_Cap.uasset and b/Content/Meshes/Interior/GP2/Cap/High_Lights/SM_S02A46_Cap.uasset differ diff --git a/Content/Meshes/Interior/GP2/Cap/High_Lights/SM_S02A47_Cap.uasset b/Content/Meshes/Interior/GP2/Cap/High_Lights/SM_S02A47_Cap.uasset index 5a4143b1a..133f23c21 100644 Binary files a/Content/Meshes/Interior/GP2/Cap/High_Lights/SM_S02A47_Cap.uasset and b/Content/Meshes/Interior/GP2/Cap/High_Lights/SM_S02A47_Cap.uasset differ diff --git a/Content/Meshes/Interior/GP2/Cap/High_Lights/SM_S02A48_Cap.uasset b/Content/Meshes/Interior/GP2/Cap/High_Lights/SM_S02A48_Cap.uasset index 1c8aeec21..808f3bf7d 100644 Binary files a/Content/Meshes/Interior/GP2/Cap/High_Lights/SM_S02A48_Cap.uasset and b/Content/Meshes/Interior/GP2/Cap/High_Lights/SM_S02A48_Cap.uasset differ diff --git a/Content/Meshes/Interior/GP2/Cap/High_Lights/SM_S02A49_Cap.uasset b/Content/Meshes/Interior/GP2/Cap/High_Lights/SM_S02A49_Cap.uasset index fb0eed3c0..5f726af6b 100644 Binary files a/Content/Meshes/Interior/GP2/Cap/High_Lights/SM_S02A49_Cap.uasset and b/Content/Meshes/Interior/GP2/Cap/High_Lights/SM_S02A49_Cap.uasset differ diff --git a/Content/Meshes/Interior/GP2/Cap/High_Lights/SM_S02A50__Cap.uasset b/Content/Meshes/Interior/GP2/Cap/High_Lights/SM_S02A50__Cap.uasset index 8976381fa..770fce04c 100644 Binary files a/Content/Meshes/Interior/GP2/Cap/High_Lights/SM_S02A50__Cap.uasset and b/Content/Meshes/Interior/GP2/Cap/High_Lights/SM_S02A50__Cap.uasset differ diff --git a/Content/Meshes/Interior/GP2/Cap/High_Lights/SM_S02A51_Cap.uasset b/Content/Meshes/Interior/GP2/Cap/High_Lights/SM_S02A51_Cap.uasset index fbcb3d4b5..c8ddcb1c6 100644 Binary files a/Content/Meshes/Interior/GP2/Cap/High_Lights/SM_S02A51_Cap.uasset and b/Content/Meshes/Interior/GP2/Cap/High_Lights/SM_S02A51_Cap.uasset differ diff --git a/Content/Meshes/Interior/GP2/Cap/High_Lights/SM_S02A52_Cap.uasset b/Content/Meshes/Interior/GP2/Cap/High_Lights/SM_S02A52_Cap.uasset index e1141f74e..6e5e17daa 100644 Binary files a/Content/Meshes/Interior/GP2/Cap/High_Lights/SM_S02A52_Cap.uasset and b/Content/Meshes/Interior/GP2/Cap/High_Lights/SM_S02A52_Cap.uasset differ diff --git a/Content/Meshes/Interior/GP2/Cap/High_Lights/SM_S02A53_Cap.uasset b/Content/Meshes/Interior/GP2/Cap/High_Lights/SM_S02A53_Cap.uasset index 70d444425..411308dbd 100644 Binary files a/Content/Meshes/Interior/GP2/Cap/High_Lights/SM_S02A53_Cap.uasset and b/Content/Meshes/Interior/GP2/Cap/High_Lights/SM_S02A53_Cap.uasset differ diff --git a/Content/Meshes/Interior/GP2/Cap/SM_GP2_Cap_F02.uasset b/Content/Meshes/Interior/GP2/Cap/SM_GP2_Cap_F02.uasset index 910fa87e4..6dc2df484 100644 Binary files a/Content/Meshes/Interior/GP2/Cap/SM_GP2_Cap_F02.uasset and b/Content/Meshes/Interior/GP2/Cap/SM_GP2_Cap_F02.uasset differ diff --git a/Content/Meshes/Interior/GP2/Cap/SM_GP2_Cap_F03_06_09_12.uasset b/Content/Meshes/Interior/GP2/Cap/SM_GP2_Cap_F03_06_09_12.uasset index 7c9fd5523..8846001c0 100644 Binary files a/Content/Meshes/Interior/GP2/Cap/SM_GP2_Cap_F03_06_09_12.uasset and b/Content/Meshes/Interior/GP2/Cap/SM_GP2_Cap_F03_06_09_12.uasset differ diff --git a/Content/Meshes/Interior/GP2/Cap/SM_GP2_Cap_F04_05.uasset b/Content/Meshes/Interior/GP2/Cap/SM_GP2_Cap_F04_05.uasset index f3e4b7bbd..57a81f626 100644 Binary files a/Content/Meshes/Interior/GP2/Cap/SM_GP2_Cap_F04_05.uasset and b/Content/Meshes/Interior/GP2/Cap/SM_GP2_Cap_F04_05.uasset differ diff --git a/Content/Meshes/Interior/GP2/Cap/SM_GP2_Cap_F07_08.uasset b/Content/Meshes/Interior/GP2/Cap/SM_GP2_Cap_F07_08.uasset index b9828de78..ee4e3468e 100644 Binary files a/Content/Meshes/Interior/GP2/Cap/SM_GP2_Cap_F07_08.uasset and b/Content/Meshes/Interior/GP2/Cap/SM_GP2_Cap_F07_08.uasset differ diff --git a/Content/Meshes/Interior/GP2/Cap/SM_GP2_Cap_F10_11.uasset b/Content/Meshes/Interior/GP2/Cap/SM_GP2_Cap_F10_11.uasset index 03a03793b..cc9652f2e 100644 Binary files a/Content/Meshes/Interior/GP2/Cap/SM_GP2_Cap_F10_11.uasset and b/Content/Meshes/Interior/GP2/Cap/SM_GP2_Cap_F10_11.uasset differ diff --git a/Content/Meshes/Interior/GP2/Cap/SM_GP2_Cap_F13_14_15.uasset b/Content/Meshes/Interior/GP2/Cap/SM_GP2_Cap_F13_14_15.uasset index 5c5157aa4..ba922d779 100644 Binary files a/Content/Meshes/Interior/GP2/Cap/SM_GP2_Cap_F13_14_15.uasset and b/Content/Meshes/Interior/GP2/Cap/SM_GP2_Cap_F13_14_15.uasset differ diff --git a/Content/Meshes/Interior/GP2/Cap/SM_GP2_Cap_F16.uasset b/Content/Meshes/Interior/GP2/Cap/SM_GP2_Cap_F16.uasset index bc6409ad8..5c9127cd6 100644 Binary files a/Content/Meshes/Interior/GP2/Cap/SM_GP2_Cap_F16.uasset and b/Content/Meshes/Interior/GP2/Cap/SM_GP2_Cap_F16.uasset differ diff --git a/Content/Meshes/Interior/GP2/Cap/SM_GP2_Cap_F17_18.uasset b/Content/Meshes/Interior/GP2/Cap/SM_GP2_Cap_F17_18.uasset index cc1f9b536..8f73dc2f0 100644 Binary files a/Content/Meshes/Interior/GP2/Cap/SM_GP2_Cap_F17_18.uasset and b/Content/Meshes/Interior/GP2/Cap/SM_GP2_Cap_F17_18.uasset differ diff --git a/Content/Meshes/Interior/GP2/Cap/SM_GP2_Cap_F19.uasset b/Content/Meshes/Interior/GP2/Cap/SM_GP2_Cap_F19.uasset index 9e50c6046..8fa8ae08b 100644 Binary files a/Content/Meshes/Interior/GP2/Cap/SM_GP2_Cap_F19.uasset and b/Content/Meshes/Interior/GP2/Cap/SM_GP2_Cap_F19.uasset differ diff --git a/Content/Meshes/Interior/GP2/Cap/SM_GP2_Cap_F20.uasset b/Content/Meshes/Interior/GP2/Cap/SM_GP2_Cap_F20.uasset index d049bd6a8..4959d404b 100644 Binary files a/Content/Meshes/Interior/GP2/Cap/SM_GP2_Cap_F20.uasset and b/Content/Meshes/Interior/GP2/Cap/SM_GP2_Cap_F20.uasset differ diff --git a/Content/Meshes/Interior/GP2/Ceiling_Corridor/SM_S02F02_Ceiling.uasset b/Content/Meshes/Interior/GP2/Ceiling_Corridor/SM_S02F02_Ceiling.uasset index 753bf6a6f..759601c0c 100644 Binary files a/Content/Meshes/Interior/GP2/Ceiling_Corridor/SM_S02F02_Ceiling.uasset and b/Content/Meshes/Interior/GP2/Ceiling_Corridor/SM_S02F02_Ceiling.uasset differ diff --git a/Content/Meshes/Interior/GP2/Ceiling_Corridor/SM_S02F03-12_Ceiling.uasset b/Content/Meshes/Interior/GP2/Ceiling_Corridor/SM_S02F03-12_Ceiling.uasset index 5f2335d00..ba6fc7296 100644 Binary files a/Content/Meshes/Interior/GP2/Ceiling_Corridor/SM_S02F03-12_Ceiling.uasset and b/Content/Meshes/Interior/GP2/Ceiling_Corridor/SM_S02F03-12_Ceiling.uasset differ diff --git a/Content/Meshes/Interior/GP2/Ceiling_Corridor/SM_S02F13-16_Ceiling.uasset b/Content/Meshes/Interior/GP2/Ceiling_Corridor/SM_S02F13-16_Ceiling.uasset index 9c6ea7b3c..e16f01c7b 100644 Binary files a/Content/Meshes/Interior/GP2/Ceiling_Corridor/SM_S02F13-16_Ceiling.uasset and b/Content/Meshes/Interior/GP2/Ceiling_Corridor/SM_S02F13-16_Ceiling.uasset differ diff --git a/Content/Meshes/Interior/GP2/Ceiling_Corridor/SM_S02F17-18_Ceiling.uasset b/Content/Meshes/Interior/GP2/Ceiling_Corridor/SM_S02F17-18_Ceiling.uasset index dc1404f49..1b3375dfa 100644 Binary files a/Content/Meshes/Interior/GP2/Ceiling_Corridor/SM_S02F17-18_Ceiling.uasset and b/Content/Meshes/Interior/GP2/Ceiling_Corridor/SM_S02F17-18_Ceiling.uasset differ diff --git a/Content/Meshes/Interior/GP2/Ceiling_Corridor/SM_S02F19_Ceiling.uasset b/Content/Meshes/Interior/GP2/Ceiling_Corridor/SM_S02F19_Ceiling.uasset index ac051f719..e47512229 100644 Binary files a/Content/Meshes/Interior/GP2/Ceiling_Corridor/SM_S02F19_Ceiling.uasset and b/Content/Meshes/Interior/GP2/Ceiling_Corridor/SM_S02F19_Ceiling.uasset differ diff --git a/Content/Meshes/Interior/GP2/Ceiling_Corridor/SM_S02F20_Ceiling.uasset b/Content/Meshes/Interior/GP2/Ceiling_Corridor/SM_S02F20_Ceiling.uasset index c833b1564..a80f09f1f 100644 Binary files a/Content/Meshes/Interior/GP2/Ceiling_Corridor/SM_S02F20_Ceiling.uasset and b/Content/Meshes/Interior/GP2/Ceiling_Corridor/SM_S02F20_Ceiling.uasset differ diff --git a/Content/Meshes/Interior/GP2/MOP/HallDoor/SM_Door_Inner_275.uasset b/Content/Meshes/Interior/GP2/MOP/HallDoor/SM_Door_Inner_275.uasset index 19fb4c02e..86dd21ba2 100644 Binary files a/Content/Meshes/Interior/GP2/MOP/HallDoor/SM_Door_Inner_275.uasset and b/Content/Meshes/Interior/GP2/MOP/HallDoor/SM_Door_Inner_275.uasset differ diff --git a/Content/Meshes/Interior/GP2/MOP/HallDoor/SM_Door_Inner_305.uasset b/Content/Meshes/Interior/GP2/MOP/HallDoor/SM_Door_Inner_305.uasset index a0b5911c8..2dcf5ab2b 100644 Binary files a/Content/Meshes/Interior/GP2/MOP/HallDoor/SM_Door_Inner_305.uasset and b/Content/Meshes/Interior/GP2/MOP/HallDoor/SM_Door_Inner_305.uasset differ diff --git a/Content/Meshes/Interior/GP2/MOP/HallDoor/SM_Door_Inner_330.uasset b/Content/Meshes/Interior/GP2/MOP/HallDoor/SM_Door_Inner_330.uasset index 69b72a748..a0f04269e 100644 Binary files a/Content/Meshes/Interior/GP2/MOP/HallDoor/SM_Door_Inner_330.uasset and b/Content/Meshes/Interior/GP2/MOP/HallDoor/SM_Door_Inner_330.uasset differ diff --git a/Content/Meshes/Interior/GP2/MOP/HallDoor/SM_Door_Outer.uasset b/Content/Meshes/Interior/GP2/MOP/HallDoor/SM_Door_Outer.uasset index dd9df4738..8a3f3826e 100644 Binary files a/Content/Meshes/Interior/GP2/MOP/HallDoor/SM_Door_Outer.uasset and b/Content/Meshes/Interior/GP2/MOP/HallDoor/SM_Door_Outer.uasset differ diff --git a/Content/Meshes/Interior/GP2/MOP/HallDoor/Sm_Door_Inner.uasset b/Content/Meshes/Interior/GP2/MOP/HallDoor/Sm_Door_Inner.uasset index a4432902f..42283c4d0 100644 Binary files a/Content/Meshes/Interior/GP2/MOP/HallDoor/Sm_Door_Inner.uasset and b/Content/Meshes/Interior/GP2/MOP/HallDoor/Sm_Door_Inner.uasset differ diff --git a/Content/Meshes/Interior/GP2/MOP/HallDoor/Sm_Door_Inner_2.uasset b/Content/Meshes/Interior/GP2/MOP/HallDoor/Sm_Door_Inner_2.uasset index 287fbdcae..fc9bf2161 100644 Binary files a/Content/Meshes/Interior/GP2/MOP/HallDoor/Sm_Door_Inner_2.uasset and b/Content/Meshes/Interior/GP2/MOP/HallDoor/Sm_Door_Inner_2.uasset differ diff --git a/Content/Meshes/Interior/GP2/MOP/SM_DoorJoint.uasset b/Content/Meshes/Interior/GP2/MOP/SM_DoorJoint.uasset index 4f095ce38..3bbb7828f 100644 Binary files a/Content/Meshes/Interior/GP2/MOP/SM_DoorJoint.uasset and b/Content/Meshes/Interior/GP2/MOP/SM_DoorJoint.uasset differ diff --git a/Content/Meshes/Interior/GP2/MOP/SM_Door_Simple_High.uasset b/Content/Meshes/Interior/GP2/MOP/SM_Door_Simple_High.uasset index d8296d259..6696120be 100644 Binary files a/Content/Meshes/Interior/GP2/MOP/SM_Door_Simple_High.uasset and b/Content/Meshes/Interior/GP2/MOP/SM_Door_Simple_High.uasset differ diff --git a/Content/Meshes/Interior/GP2/MOP/Signs/SM_FloorSign_-.uasset b/Content/Meshes/Interior/GP2/MOP/Signs/SM_FloorSign_-.uasset index eb3e27a71..fee1e0a86 100644 Binary files a/Content/Meshes/Interior/GP2/MOP/Signs/SM_FloorSign_-.uasset and b/Content/Meshes/Interior/GP2/MOP/Signs/SM_FloorSign_-.uasset differ diff --git a/Content/Meshes/Interior/GP2/MOP/Signs/SM_FloorSign_0.uasset b/Content/Meshes/Interior/GP2/MOP/Signs/SM_FloorSign_0.uasset index cc2463b09..314e6c7a7 100644 Binary files a/Content/Meshes/Interior/GP2/MOP/Signs/SM_FloorSign_0.uasset and b/Content/Meshes/Interior/GP2/MOP/Signs/SM_FloorSign_0.uasset differ diff --git a/Content/Meshes/Interior/GP2/MOP/Signs/SM_FloorSign_1.uasset b/Content/Meshes/Interior/GP2/MOP/Signs/SM_FloorSign_1.uasset index a9674e41e..0b91e7b4e 100644 Binary files a/Content/Meshes/Interior/GP2/MOP/Signs/SM_FloorSign_1.uasset and b/Content/Meshes/Interior/GP2/MOP/Signs/SM_FloorSign_1.uasset differ diff --git a/Content/Meshes/Interior/GP2/MOP/Signs/SM_FloorSign_2.uasset b/Content/Meshes/Interior/GP2/MOP/Signs/SM_FloorSign_2.uasset index 55a212fc9..425d904c6 100644 Binary files a/Content/Meshes/Interior/GP2/MOP/Signs/SM_FloorSign_2.uasset and b/Content/Meshes/Interior/GP2/MOP/Signs/SM_FloorSign_2.uasset differ diff --git a/Content/Meshes/Interior/GP2/MOP/Signs/SM_FloorSign_3.uasset b/Content/Meshes/Interior/GP2/MOP/Signs/SM_FloorSign_3.uasset index b308fe8b7..069ba47fc 100644 Binary files a/Content/Meshes/Interior/GP2/MOP/Signs/SM_FloorSign_3.uasset and b/Content/Meshes/Interior/GP2/MOP/Signs/SM_FloorSign_3.uasset differ diff --git a/Content/Meshes/Interior/GP2/MOP/Signs/SM_FloorSign_4.uasset b/Content/Meshes/Interior/GP2/MOP/Signs/SM_FloorSign_4.uasset index c8323065c..c899f0c4d 100644 Binary files a/Content/Meshes/Interior/GP2/MOP/Signs/SM_FloorSign_4.uasset and b/Content/Meshes/Interior/GP2/MOP/Signs/SM_FloorSign_4.uasset differ diff --git a/Content/Meshes/Interior/GP2/MOP/Signs/SM_FloorSign_5.uasset b/Content/Meshes/Interior/GP2/MOP/Signs/SM_FloorSign_5.uasset index c7943e9a1..1489e2a69 100644 Binary files a/Content/Meshes/Interior/GP2/MOP/Signs/SM_FloorSign_5.uasset and b/Content/Meshes/Interior/GP2/MOP/Signs/SM_FloorSign_5.uasset differ diff --git a/Content/Meshes/Interior/GP2/MOP/Signs/SM_FloorSign_6.uasset b/Content/Meshes/Interior/GP2/MOP/Signs/SM_FloorSign_6.uasset index 27681ad49..1593c47f3 100644 Binary files a/Content/Meshes/Interior/GP2/MOP/Signs/SM_FloorSign_6.uasset and b/Content/Meshes/Interior/GP2/MOP/Signs/SM_FloorSign_6.uasset differ diff --git a/Content/Meshes/Interior/GP2/MOP/Signs/SM_FloorSign_7.uasset b/Content/Meshes/Interior/GP2/MOP/Signs/SM_FloorSign_7.uasset index 94d7faca3..9df86859a 100644 Binary files a/Content/Meshes/Interior/GP2/MOP/Signs/SM_FloorSign_7.uasset and b/Content/Meshes/Interior/GP2/MOP/Signs/SM_FloorSign_7.uasset differ diff --git a/Content/Meshes/Interior/GP2/MOP/Signs/SM_FloorSign_8.uasset b/Content/Meshes/Interior/GP2/MOP/Signs/SM_FloorSign_8.uasset index f844d8aef..7490eeb5a 100644 Binary files a/Content/Meshes/Interior/GP2/MOP/Signs/SM_FloorSign_8.uasset and b/Content/Meshes/Interior/GP2/MOP/Signs/SM_FloorSign_8.uasset differ diff --git a/Content/Meshes/Interior/GP2/MOP/Signs/SM_FloorSign_9.uasset b/Content/Meshes/Interior/GP2/MOP/Signs/SM_FloorSign_9.uasset index 3526ab51f..1438166df 100644 Binary files a/Content/Meshes/Interior/GP2/MOP/Signs/SM_FloorSign_9.uasset and b/Content/Meshes/Interior/GP2/MOP/Signs/SM_FloorSign_9.uasset differ diff --git a/Content/Meshes/Interior/GP2/MOP/Signs/SM_Sign_-.uasset b/Content/Meshes/Interior/GP2/MOP/Signs/SM_Sign_-.uasset index 7c8eea411..020a065ad 100644 Binary files a/Content/Meshes/Interior/GP2/MOP/Signs/SM_Sign_-.uasset and b/Content/Meshes/Interior/GP2/MOP/Signs/SM_Sign_-.uasset differ diff --git a/Content/Meshes/Interior/GP2/MOP/Signs/SM_Sign_0.uasset b/Content/Meshes/Interior/GP2/MOP/Signs/SM_Sign_0.uasset index 529cade29..c9ce1af70 100644 Binary files a/Content/Meshes/Interior/GP2/MOP/Signs/SM_Sign_0.uasset and b/Content/Meshes/Interior/GP2/MOP/Signs/SM_Sign_0.uasset differ diff --git a/Content/Meshes/Interior/GP2/MOP/Signs/SM_Sign_1.uasset b/Content/Meshes/Interior/GP2/MOP/Signs/SM_Sign_1.uasset index 41e076521..88da910ea 100644 Binary files a/Content/Meshes/Interior/GP2/MOP/Signs/SM_Sign_1.uasset and b/Content/Meshes/Interior/GP2/MOP/Signs/SM_Sign_1.uasset differ diff --git a/Content/Meshes/Interior/GP2/MOP/Signs/SM_Sign_2.uasset b/Content/Meshes/Interior/GP2/MOP/Signs/SM_Sign_2.uasset index 4e86a773e..eb4a8aea6 100644 Binary files a/Content/Meshes/Interior/GP2/MOP/Signs/SM_Sign_2.uasset and b/Content/Meshes/Interior/GP2/MOP/Signs/SM_Sign_2.uasset differ diff --git a/Content/Meshes/Interior/GP2/MOP/Signs/SM_Sign_3.uasset b/Content/Meshes/Interior/GP2/MOP/Signs/SM_Sign_3.uasset index aa66b60f4..e72285fee 100644 Binary files a/Content/Meshes/Interior/GP2/MOP/Signs/SM_Sign_3.uasset and b/Content/Meshes/Interior/GP2/MOP/Signs/SM_Sign_3.uasset differ diff --git a/Content/Meshes/Interior/GP2/MOP/Signs/SM_Sign_4.uasset b/Content/Meshes/Interior/GP2/MOP/Signs/SM_Sign_4.uasset index a89e2a1a1..c0bdacc6e 100644 Binary files a/Content/Meshes/Interior/GP2/MOP/Signs/SM_Sign_4.uasset and b/Content/Meshes/Interior/GP2/MOP/Signs/SM_Sign_4.uasset differ diff --git a/Content/Meshes/Interior/GP2/MOP/Signs/SM_Sign_5.uasset b/Content/Meshes/Interior/GP2/MOP/Signs/SM_Sign_5.uasset index 6add5c9d0..90b6baf19 100644 Binary files a/Content/Meshes/Interior/GP2/MOP/Signs/SM_Sign_5.uasset and b/Content/Meshes/Interior/GP2/MOP/Signs/SM_Sign_5.uasset differ diff --git a/Content/Meshes/Interior/GP2/MOP/Signs/SM_Sign_6.uasset b/Content/Meshes/Interior/GP2/MOP/Signs/SM_Sign_6.uasset index 3acb24b2a..431f405d7 100644 Binary files a/Content/Meshes/Interior/GP2/MOP/Signs/SM_Sign_6.uasset and b/Content/Meshes/Interior/GP2/MOP/Signs/SM_Sign_6.uasset differ diff --git a/Content/Meshes/Interior/GP2/MOP/Signs/SM_Sign_7.uasset b/Content/Meshes/Interior/GP2/MOP/Signs/SM_Sign_7.uasset index c74e3a2af..0afcb7c89 100644 Binary files a/Content/Meshes/Interior/GP2/MOP/Signs/SM_Sign_7.uasset and b/Content/Meshes/Interior/GP2/MOP/Signs/SM_Sign_7.uasset differ diff --git a/Content/Meshes/Interior/GP2/MOP/Signs/SM_Sign_8.uasset b/Content/Meshes/Interior/GP2/MOP/Signs/SM_Sign_8.uasset index daba9ffd3..fc419d098 100644 Binary files a/Content/Meshes/Interior/GP2/MOP/Signs/SM_Sign_8.uasset and b/Content/Meshes/Interior/GP2/MOP/Signs/SM_Sign_8.uasset differ diff --git a/Content/Meshes/Interior/GP2/MOP/Signs/SM_Sign_9.uasset b/Content/Meshes/Interior/GP2/MOP/Signs/SM_Sign_9.uasset index 8ec26ab7d..01639d5f2 100644 Binary files a/Content/Meshes/Interior/GP2/MOP/Signs/SM_Sign_9.uasset and b/Content/Meshes/Interior/GP2/MOP/Signs/SM_Sign_9.uasset differ diff --git a/Content/Meshes/Interior/GP2/MOP/Signs/SM_Sign_Arrow.uasset b/Content/Meshes/Interior/GP2/MOP/Signs/SM_Sign_Arrow.uasset index 88713d24f..12a03c104 100644 Binary files a/Content/Meshes/Interior/GP2/MOP/Signs/SM_Sign_Arrow.uasset and b/Content/Meshes/Interior/GP2/MOP/Signs/SM_Sign_Arrow.uasset differ diff --git a/Content/Meshes/Interior/GP2/MOP/Signs/SM_Sign_minus.uasset b/Content/Meshes/Interior/GP2/MOP/Signs/SM_Sign_minus.uasset index 87162efa0..41ac3935f 100644 Binary files a/Content/Meshes/Interior/GP2/MOP/Signs/SM_Sign_minus.uasset and b/Content/Meshes/Interior/GP2/MOP/Signs/SM_Sign_minus.uasset differ diff --git a/Content/Meshes/Interior/GP2/SM_S02F02.uasset b/Content/Meshes/Interior/GP2/SM_S02F02.uasset index b757b1418..5b9c8c76c 100644 Binary files a/Content/Meshes/Interior/GP2/SM_S02F02.uasset and b/Content/Meshes/Interior/GP2/SM_S02F02.uasset differ diff --git a/Content/Meshes/Interior/Window/F2_Windows/SM_GP2_Windows.uasset b/Content/Meshes/Interior/Window/F2_Windows/SM_GP2_Windows.uasset new file mode 100644 index 000000000..767627f3d Binary files /dev/null and b/Content/Meshes/Interior/Window/F2_Windows/SM_GP2_Windows.uasset differ diff --git a/Content/Meshes/Interior/Window/F2_Windows/SM_GP2_Windows_Flat00.uasset b/Content/Meshes/Interior/Window/F2_Windows/SM_GP2_Windows_Flat00.uasset new file mode 100644 index 000000000..7bbe0b81e Binary files /dev/null and b/Content/Meshes/Interior/Window/F2_Windows/SM_GP2_Windows_Flat00.uasset differ diff --git a/Content/Meshes/Interior/Window/F2_Windows/SM_GP2_Windows_Flat01.uasset b/Content/Meshes/Interior/Window/F2_Windows/SM_GP2_Windows_Flat01.uasset new file mode 100644 index 000000000..a98cceb7f Binary files /dev/null and b/Content/Meshes/Interior/Window/F2_Windows/SM_GP2_Windows_Flat01.uasset differ diff --git a/Content/Meshes/Interior/Window/F2_Windows/SM_GP2_Windows_Flat02.uasset b/Content/Meshes/Interior/Window/F2_Windows/SM_GP2_Windows_Flat02.uasset new file mode 100644 index 000000000..0e9866876 Binary files /dev/null and b/Content/Meshes/Interior/Window/F2_Windows/SM_GP2_Windows_Flat02.uasset differ diff --git a/Content/Meshes/Interior/Window/F2_Windows/SM_GP2_Windows_Flat03.uasset b/Content/Meshes/Interior/Window/F2_Windows/SM_GP2_Windows_Flat03.uasset new file mode 100644 index 000000000..c689c5cd8 Binary files /dev/null and b/Content/Meshes/Interior/Window/F2_Windows/SM_GP2_Windows_Flat03.uasset differ diff --git a/Content/Meshes/Interior/Window/F2_Windows/SM_GP2_Windows_Flat04.uasset b/Content/Meshes/Interior/Window/F2_Windows/SM_GP2_Windows_Flat04.uasset new file mode 100644 index 000000000..4accc2405 Binary files /dev/null and b/Content/Meshes/Interior/Window/F2_Windows/SM_GP2_Windows_Flat04.uasset differ diff --git a/Content/Meshes/Interior/Window/F2_Windows/SM_GP2_Windows_Flat05.uasset b/Content/Meshes/Interior/Window/F2_Windows/SM_GP2_Windows_Flat05.uasset new file mode 100644 index 000000000..df2c2c7c2 Binary files /dev/null and b/Content/Meshes/Interior/Window/F2_Windows/SM_GP2_Windows_Flat05.uasset differ diff --git a/Content/Meshes/Interior/Window/F2_Windows/SM_GP2_Windows_Flat06.uasset b/Content/Meshes/Interior/Window/F2_Windows/SM_GP2_Windows_Flat06.uasset new file mode 100644 index 000000000..d16462625 Binary files /dev/null and b/Content/Meshes/Interior/Window/F2_Windows/SM_GP2_Windows_Flat06.uasset differ diff --git a/Content/Meshes/Interior/Window/F2_Windows/SM_GP2_Windows_Flat07.uasset b/Content/Meshes/Interior/Window/F2_Windows/SM_GP2_Windows_Flat07.uasset new file mode 100644 index 000000000..cee3754be Binary files /dev/null and b/Content/Meshes/Interior/Window/F2_Windows/SM_GP2_Windows_Flat07.uasset differ diff --git a/Content/Meshes/Interior/Window/F2_Windows/SM_GP2_Windows_MOP.uasset b/Content/Meshes/Interior/Window/F2_Windows/SM_GP2_Windows_MOP.uasset new file mode 100644 index 000000000..f4a755b9a Binary files /dev/null and b/Content/Meshes/Interior/Window/F2_Windows/SM_GP2_Windows_MOP.uasset differ diff --git a/Content/Meshes/Interior/Window/SM_GP2_WinDoor.uasset b/Content/Meshes/Interior/Window/SM_GP2_WinDoor.uasset new file mode 100644 index 000000000..bfbc0fc0f Binary files /dev/null and b/Content/Meshes/Interior/Window/SM_GP2_WinDoor.uasset differ diff --git a/Content/Meshes/Interior/Window/SM_GP2_Windows_8_withoutDoor.uasset b/Content/Meshes/Interior/Window/SM_GP2_Windows_8_withoutDoor.uasset new file mode 100644 index 000000000..6e6ac2cf8 Binary files /dev/null and b/Content/Meshes/Interior/Window/SM_GP2_Windows_8_withoutDoor.uasset differ diff --git a/Content/Meshes/Interior/Window/SM__GP2_Windows_TwoSided_1.uasset b/Content/Meshes/Interior/Window/SM__GP2_Windows_TwoSided_1.uasset new file mode 100644 index 000000000..a0a9e4f55 Binary files /dev/null and b/Content/Meshes/Interior/Window/SM__GP2_Windows_TwoSided_1.uasset differ diff --git a/Content/Meshes/Interior/Window/SM__GP2_Windows_TwoSided_4.uasset b/Content/Meshes/Interior/Window/SM__GP2_Windows_TwoSided_4.uasset new file mode 100644 index 000000000..635e31120 Binary files /dev/null and b/Content/Meshes/Interior/Window/SM__GP2_Windows_TwoSided_4.uasset differ diff --git a/Content/Meshes/Interior/Window/SM__GP2_Windows_TwoSided_5.uasset b/Content/Meshes/Interior/Window/SM__GP2_Windows_TwoSided_5.uasset new file mode 100644 index 000000000..dcbb0707b Binary files /dev/null and b/Content/Meshes/Interior/Window/SM__GP2_Windows_TwoSided_5.uasset differ diff --git a/Content/Meshes/Interior/Window/SM__GP2_Windows_TwoSided_8.uasset b/Content/Meshes/Interior/Window/SM__GP2_Windows_TwoSided_8.uasset new file mode 100644 index 000000000..68ca1079a Binary files /dev/null and b/Content/Meshes/Interior/Window/SM__GP2_Windows_TwoSided_8.uasset differ diff --git a/Content/Meshes/Interior/Window/SM__GP2_Windows_TwoSided_9.uasset b/Content/Meshes/Interior/Window/SM__GP2_Windows_TwoSided_9.uasset new file mode 100644 index 000000000..162eefa35 Binary files /dev/null and b/Content/Meshes/Interior/Window/SM__GP2_Windows_TwoSided_9.uasset differ diff --git a/Content/Meshes/MAF/Game_complex_STROYKA_TRIO/SM_Game_complex_STROYKA_TRIO.uasset b/Content/Meshes/MAF/Game_complex_STROYKA_TRIO/SM_Game_complex_STROYKA_TRIO.uasset new file mode 100644 index 000000000..2195f0ae9 Binary files /dev/null and b/Content/Meshes/MAF/Game_complex_STROYKA_TRIO/SM_Game_complex_STROYKA_TRIO.uasset differ diff --git a/Content/Meshes/MAF/Luminous_Swing_Ring/MI_Metal_Black14.uasset b/Content/Meshes/MAF/Luminous_Swing_Ring/MI_Metal_Black14.uasset new file mode 100644 index 000000000..65979f28f Binary files /dev/null and b/Content/Meshes/MAF/Luminous_Swing_Ring/MI_Metal_Black14.uasset differ diff --git a/Content/Meshes/MAF/Luminous_Swing_Ring/MI_Rope.uasset b/Content/Meshes/MAF/Luminous_Swing_Ring/MI_Rope.uasset new file mode 100644 index 000000000..ead4b9847 Binary files /dev/null and b/Content/Meshes/MAF/Luminous_Swing_Ring/MI_Rope.uasset differ diff --git a/Content/Meshes/MAF/Luminous_Swing_Ring/MI_Rope1.uasset b/Content/Meshes/MAF/Luminous_Swing_Ring/MI_Rope1.uasset new file mode 100644 index 000000000..a00f48d29 Binary files /dev/null and b/Content/Meshes/MAF/Luminous_Swing_Ring/MI_Rope1.uasset differ diff --git a/Content/Meshes/MAF/Luminous_Swing_Ring/M_Emissive_Fresnel.uasset b/Content/Meshes/MAF/Luminous_Swing_Ring/M_Emissive_Fresnel.uasset new file mode 100644 index 000000000..1393654ab Binary files /dev/null and b/Content/Meshes/MAF/Luminous_Swing_Ring/M_Emissive_Fresnel.uasset differ diff --git a/Content/Meshes/MAF/Luminous_Swing_Ring/M_Emissive_Fresnel_Inst.uasset b/Content/Meshes/MAF/Luminous_Swing_Ring/M_Emissive_Fresnel_Inst.uasset new file mode 100644 index 000000000..0bdc37dc9 Binary files /dev/null and b/Content/Meshes/MAF/Luminous_Swing_Ring/M_Emissive_Fresnel_Inst.uasset differ diff --git a/Content/Meshes/MAF/Luminous_Swing_Ring/M_MAF_Swing_Cassiopeia_chain_AO.uasset b/Content/Meshes/MAF/Luminous_Swing_Ring/M_MAF_Swing_Cassiopeia_chain_AO.uasset new file mode 100644 index 000000000..f3a4e47d7 Binary files /dev/null and b/Content/Meshes/MAF/Luminous_Swing_Ring/M_MAF_Swing_Cassiopeia_chain_AO.uasset differ diff --git a/Content/Meshes/MAF/Luminous_Swing_Ring/M_MAF_Swing_Cassiopeia_chain_Mask.uasset b/Content/Meshes/MAF/Luminous_Swing_Ring/M_MAF_Swing_Cassiopeia_chain_Mask.uasset new file mode 100644 index 000000000..607e5b047 Binary files /dev/null and b/Content/Meshes/MAF/Luminous_Swing_Ring/M_MAF_Swing_Cassiopeia_chain_Mask.uasset differ diff --git a/Content/Meshes/MAF/Luminous_Swing_Ring/M_MAF_Swing_Cassiopeia_chain_N.uasset b/Content/Meshes/MAF/Luminous_Swing_Ring/M_MAF_Swing_Cassiopeia_chain_N.uasset new file mode 100644 index 000000000..31f3f9288 Binary files /dev/null and b/Content/Meshes/MAF/Luminous_Swing_Ring/M_MAF_Swing_Cassiopeia_chain_N.uasset differ diff --git a/Content/Meshes/MAF/Luminous_Swing_Ring/SM_Luminous_Swing_Ring.uasset b/Content/Meshes/MAF/Luminous_Swing_Ring/SM_Luminous_Swing_Ring.uasset new file mode 100644 index 000000000..11b228874 Binary files /dev/null and b/Content/Meshes/MAF/Luminous_Swing_Ring/SM_Luminous_Swing_Ring.uasset differ diff --git a/Content/Meshes/MAF/Luminous_Swing_Ring/T_Rope_BC.uasset b/Content/Meshes/MAF/Luminous_Swing_Ring/T_Rope_BC.uasset new file mode 100644 index 000000000..cb9b6e899 Binary files /dev/null and b/Content/Meshes/MAF/Luminous_Swing_Ring/T_Rope_BC.uasset differ diff --git a/Content/Meshes/MAF/Luminous_Swing_Ring/T_Rope_N.uasset b/Content/Meshes/MAF/Luminous_Swing_Ring/T_Rope_N.uasset new file mode 100644 index 000000000..c3a5ebb08 Binary files /dev/null and b/Content/Meshes/MAF/Luminous_Swing_Ring/T_Rope_N.uasset differ diff --git a/Content/Meshes/MAF/Luminous_Swing_Ring/T_Rope_ORM.uasset b/Content/Meshes/MAF/Luminous_Swing_Ring/T_Rope_ORM.uasset new file mode 100644 index 000000000..dbfcf7326 Binary files /dev/null and b/Content/Meshes/MAF/Luminous_Swing_Ring/T_Rope_ORM.uasset differ diff --git a/Content/Meshes/MAF/SM_Bars/SM_Bars.uasset b/Content/Meshes/MAF/SM_Bars/SM_Bars.uasset index 0b3d42bfa..f5334baf1 100644 Binary files a/Content/Meshes/MAF/SM_Bars/SM_Bars.uasset and b/Content/Meshes/MAF/SM_Bars/SM_Bars.uasset differ diff --git a/Content/Meshes/MAF/SM_Bench_1/SM_Bench_1.uasset b/Content/Meshes/MAF/SM_Bench_1/SM_Bench_1.uasset index 1c605417f..37cdfae06 100644 Binary files a/Content/Meshes/MAF/SM_Bench_1/SM_Bench_1.uasset and b/Content/Meshes/MAF/SM_Bench_1/SM_Bench_1.uasset differ diff --git a/Content/Meshes/MAF/SM_Bench_rock_circle.uasset b/Content/Meshes/MAF/SM_Bench_rock_circle.uasset new file mode 100644 index 000000000..62f2d5c60 Binary files /dev/null and b/Content/Meshes/MAF/SM_Bench_rock_circle.uasset differ diff --git a/Content/Meshes/MAF/SM_GravelLight_Big.uasset b/Content/Meshes/MAF/SM_GravelLight_Big.uasset new file mode 100644 index 000000000..05c90a1b3 Binary files /dev/null and b/Content/Meshes/MAF/SM_GravelLight_Big.uasset differ diff --git a/Content/Meshes/MAF/SM_GravelLight_Small.uasset b/Content/Meshes/MAF/SM_GravelLight_Small.uasset new file mode 100644 index 000000000..1478151fd Binary files /dev/null and b/Content/Meshes/MAF/SM_GravelLight_Small.uasset differ diff --git a/Content/Meshes/MAF/SM_Ladder/SM_Ladder.uasset b/Content/Meshes/MAF/SM_Ladder/SM_Ladder.uasset index 51d411fd2..4dc47b121 100644 Binary files a/Content/Meshes/MAF/SM_Ladder/SM_Ladder.uasset and b/Content/Meshes/MAF/SM_Ladder/SM_Ladder.uasset differ diff --git a/Content/Meshes/MAF/SM_MAF_HouseE5002/SM_MAF_HouseE5002.uasset b/Content/Meshes/MAF/SM_MAF_HouseE5002/SM_MAF_HouseE5002.uasset index f92d70fc7..3b7837ea5 100644 Binary files a/Content/Meshes/MAF/SM_MAF_HouseE5002/SM_MAF_HouseE5002.uasset and b/Content/Meshes/MAF/SM_MAF_HouseE5002/SM_MAF_HouseE5002.uasset differ diff --git a/Content/Meshes/MAF/SM_RingTrainer/SM_RingTrainer.uasset b/Content/Meshes/MAF/SM_RingTrainer/SM_RingTrainer.uasset index d4a7db22a..8fe64d01a 100644 Binary files a/Content/Meshes/MAF/SM_RingTrainer/SM_RingTrainer.uasset and b/Content/Meshes/MAF/SM_RingTrainer/SM_RingTrainer.uasset differ diff --git a/Content/Meshes/MAF/SM_Swings_2/SM_Climbing_frame_1.uasset b/Content/Meshes/MAF/SM_Swings_2/SM_Climbing_frame_1.uasset index 46f1f2913..ffdf9dc58 100644 Binary files a/Content/Meshes/MAF/SM_Swings_2/SM_Climbing_frame_1.uasset and b/Content/Meshes/MAF/SM_Swings_2/SM_Climbing_frame_1.uasset differ diff --git a/Content/Meshes/MAF/SM_Swings_2/SM_Climbing_frame_2.uasset b/Content/Meshes/MAF/SM_Swings_2/SM_Climbing_frame_2.uasset index cdef568cc..30d33a66f 100644 Binary files a/Content/Meshes/MAF/SM_Swings_2/SM_Climbing_frame_2.uasset and b/Content/Meshes/MAF/SM_Swings_2/SM_Climbing_frame_2.uasset differ diff --git a/Content/Meshes/MAF/SM_Swings_2/SM_Climbing_frame_3.uasset b/Content/Meshes/MAF/SM_Swings_2/SM_Climbing_frame_3.uasset index bfe49ae0b..ec4319521 100644 Binary files a/Content/Meshes/MAF/SM_Swings_2/SM_Climbing_frame_3.uasset and b/Content/Meshes/MAF/SM_Swings_2/SM_Climbing_frame_3.uasset differ diff --git a/Content/Meshes/MAF/SM_Swings_2/SM_Swings_2.uasset b/Content/Meshes/MAF/SM_Swings_2/SM_Swings_2.uasset index 6fcb3bb53..0117f9c75 100644 Binary files a/Content/Meshes/MAF/SM_Swings_2/SM_Swings_2.uasset and b/Content/Meshes/MAF/SM_Swings_2/SM_Swings_2.uasset differ diff --git a/Content/MigrateIvazovsky/Materials/FakeInteriors/MI_FakeEmpty1.uasset b/Content/MigrateIvazovsky/Materials/FakeInteriors/MI_FakeEmpty1.uasset index f089c4fc0..966b90177 100644 Binary files a/Content/MigrateIvazovsky/Materials/FakeInteriors/MI_FakeEmpty1.uasset and b/Content/MigrateIvazovsky/Materials/FakeInteriors/MI_FakeEmpty1.uasset differ diff --git a/Content/MigrateIvazovsky/MigrateFortis/Otrada/Asset/SpeedTree/TreeMats/MM_Foliage.uasset b/Content/MigrateIvazovsky/MigrateFortis/Otrada/Asset/SpeedTree/TreeMats/MM_Foliage.uasset new file mode 100644 index 000000000..17d9b75b8 Binary files /dev/null and b/Content/MigrateIvazovsky/MigrateFortis/Otrada/Asset/SpeedTree/TreeMats/MM_Foliage.uasset differ diff --git a/Content/MigrateIvazovsky/MigrateFortis/Otrada/Asset/SpeedTree/TreeMats/MM_Functions/MF_FoliageFunction.uasset b/Content/MigrateIvazovsky/MigrateFortis/Otrada/Asset/SpeedTree/TreeMats/MM_Functions/MF_FoliageFunction.uasset new file mode 100644 index 000000000..563ea4b70 Binary files /dev/null and b/Content/MigrateIvazovsky/MigrateFortis/Otrada/Asset/SpeedTree/TreeMats/MM_Functions/MF_FoliageFunction.uasset differ diff --git a/Content/MigrateIvazovsky/MigrateFortis/Otrada/Asset/SpeedTree/TreeMats/MM_Functions/MF_Specular_Correction.uasset b/Content/MigrateIvazovsky/MigrateFortis/Otrada/Asset/SpeedTree/TreeMats/MM_Functions/MF_Specular_Correction.uasset new file mode 100644 index 000000000..3f5690d1d Binary files /dev/null and b/Content/MigrateIvazovsky/MigrateFortis/Otrada/Asset/SpeedTree/TreeMats/MM_Functions/MF_Specular_Correction.uasset differ diff --git a/Content/MigrateIvazovsky/MigrateFortis/Otrada/Asset/SpeedTree/TreeMats/MM_Functions/MF_SpeedTree_Wind.uasset b/Content/MigrateIvazovsky/MigrateFortis/Otrada/Asset/SpeedTree/TreeMats/MM_Functions/MF_SpeedTree_Wind.uasset new file mode 100644 index 000000000..b3318dac8 Binary files /dev/null and b/Content/MigrateIvazovsky/MigrateFortis/Otrada/Asset/SpeedTree/TreeMats/MM_Functions/MF_SpeedTree_Wind.uasset differ diff --git a/Content/MigrateIvazovsky/MigrateFortis/Otrada/Asset/SpeedTree/TreeMats/MM_Grass.uasset b/Content/MigrateIvazovsky/MigrateFortis/Otrada/Asset/SpeedTree/TreeMats/MM_Grass.uasset new file mode 100644 index 000000000..2e33f36e6 Binary files /dev/null and b/Content/MigrateIvazovsky/MigrateFortis/Otrada/Asset/SpeedTree/TreeMats/MM_Grass.uasset differ diff --git a/Content/MigrateIvazovsky/MigrateFortis/Otrada/Asset/SpeedTree/TreeMats/Unreal_Utility/Dummy/T_Dummy_BC.uasset b/Content/MigrateIvazovsky/MigrateFortis/Otrada/Asset/SpeedTree/TreeMats/Unreal_Utility/Dummy/T_Dummy_BC.uasset new file mode 100644 index 000000000..d596cd831 Binary files /dev/null and b/Content/MigrateIvazovsky/MigrateFortis/Otrada/Asset/SpeedTree/TreeMats/Unreal_Utility/Dummy/T_Dummy_BC.uasset differ diff --git a/Content/MigrateIvazovsky/MigrateFortis/Otrada/Asset/SpeedTree/TreeMats/Unreal_Utility/Dummy/T_Dummy_N.uasset b/Content/MigrateIvazovsky/MigrateFortis/Otrada/Asset/SpeedTree/TreeMats/Unreal_Utility/Dummy/T_Dummy_N.uasset new file mode 100644 index 000000000..484af3c9b Binary files /dev/null and b/Content/MigrateIvazovsky/MigrateFortis/Otrada/Asset/SpeedTree/TreeMats/Unreal_Utility/Dummy/T_Dummy_N.uasset differ diff --git a/Content/MigrateIvazovsky/MigrateFortis/Otrada/FoliagePacks/ExpensiveFoliage/Textures/T_AM_vol4_grass_01_N.uasset b/Content/MigrateIvazovsky/MigrateFortis/Otrada/FoliagePacks/ExpensiveFoliage/Textures/T_AM_vol4_grass_01_N.uasset new file mode 100644 index 000000000..e205b94d2 Binary files /dev/null and b/Content/MigrateIvazovsky/MigrateFortis/Otrada/FoliagePacks/ExpensiveFoliage/Textures/T_AM_vol4_grass_01_N.uasset differ diff --git a/Content/MigrateIvazovsky/MigrateFortis/Otrada/FoliagePacks/ExpensiveFoliage/Textures/T_AM_vol4_grass_02_BC.uasset b/Content/MigrateIvazovsky/MigrateFortis/Otrada/FoliagePacks/ExpensiveFoliage/Textures/T_AM_vol4_grass_02_BC.uasset new file mode 100644 index 000000000..2f38ea170 Binary files /dev/null and b/Content/MigrateIvazovsky/MigrateFortis/Otrada/FoliagePacks/ExpensiveFoliage/Textures/T_AM_vol4_grass_02_BC.uasset differ diff --git a/Content/MigrateIvazovsky/MigrateMavisTrees/AM_vol4/Materials/MI_AM_vol4_bark_42.uasset b/Content/MigrateIvazovsky/MigrateMavisTrees/AM_vol4/Materials/MI_AM_vol4_bark_42.uasset new file mode 100644 index 000000000..bb8d06685 Binary files /dev/null and b/Content/MigrateIvazovsky/MigrateMavisTrees/AM_vol4/Materials/MI_AM_vol4_bark_42.uasset differ diff --git a/Content/MigrateIvazovsky/MigrateMavisTrees/AM_vol4/Materials/MI_AM_vol4_leaf_43.uasset b/Content/MigrateIvazovsky/MigrateMavisTrees/AM_vol4/Materials/MI_AM_vol4_leaf_43.uasset new file mode 100644 index 000000000..5a36e81d8 Binary files /dev/null and b/Content/MigrateIvazovsky/MigrateMavisTrees/AM_vol4/Materials/MI_AM_vol4_leaf_43.uasset differ diff --git a/Content/MigrateIvazovsky/MigrateMavisTrees/AM_vol4/Materials/MI_AM_vol4_leaf_44.uasset b/Content/MigrateIvazovsky/MigrateMavisTrees/AM_vol4/Materials/MI_AM_vol4_leaf_44.uasset new file mode 100644 index 000000000..3a69ba474 Binary files /dev/null and b/Content/MigrateIvazovsky/MigrateMavisTrees/AM_vol4/Materials/MI_AM_vol4_leaf_44.uasset differ diff --git a/Content/MigrateIvazovsky/MigrateMavisTrees/AM_vol4/Materials/MI_AM_vol4_leaf_45.uasset b/Content/MigrateIvazovsky/MigrateMavisTrees/AM_vol4/Materials/MI_AM_vol4_leaf_45.uasset new file mode 100644 index 000000000..21fa47570 Binary files /dev/null and b/Content/MigrateIvazovsky/MigrateMavisTrees/AM_vol4/Materials/MI_AM_vol4_leaf_45.uasset differ diff --git a/Content/MigrateIvazovsky/MigrateMavisTrees/AM_vol4/Materials/MI_AM_vol4_leaf_46.uasset b/Content/MigrateIvazovsky/MigrateMavisTrees/AM_vol4/Materials/MI_AM_vol4_leaf_46.uasset new file mode 100644 index 000000000..a8f10acaa Binary files /dev/null and b/Content/MigrateIvazovsky/MigrateMavisTrees/AM_vol4/Materials/MI_AM_vol4_leaf_46.uasset differ diff --git a/Content/MigrateIvazovsky/MigrateMavisTrees/AM_vol4/Materials/MPC_global_wind_intensity.uasset b/Content/MigrateIvazovsky/MigrateMavisTrees/AM_vol4/Materials/MPC_global_wind_intensity.uasset new file mode 100644 index 000000000..da8a64ee0 Binary files /dev/null and b/Content/MigrateIvazovsky/MigrateMavisTrees/AM_vol4/Materials/MPC_global_wind_intensity.uasset differ diff --git a/Content/MigrateIvazovsky/MigrateMavisTrees/AM_vol4/Materials/M_main_tree-bark.uasset b/Content/MigrateIvazovsky/MigrateMavisTrees/AM_vol4/Materials/M_main_tree-bark.uasset new file mode 100644 index 000000000..1a426e800 Binary files /dev/null and b/Content/MigrateIvazovsky/MigrateMavisTrees/AM_vol4/Materials/M_main_tree-bark.uasset differ diff --git a/Content/MigrateIvazovsky/MigrateMavisTrees/AM_vol4/Textures/T_AM_vol4_leaf_33_BC.uasset b/Content/MigrateIvazovsky/MigrateMavisTrees/AM_vol4/Textures/T_AM_vol4_leaf_33_BC.uasset new file mode 100644 index 000000000..c8ec42795 Binary files /dev/null and b/Content/MigrateIvazovsky/MigrateMavisTrees/AM_vol4/Textures/T_AM_vol4_leaf_33_BC.uasset differ diff --git a/Content/MigrateIvazovsky/MigrateMavisTrees/AM_vol4/Textures/T_AM_vol4_leaf_33_N.uasset b/Content/MigrateIvazovsky/MigrateMavisTrees/AM_vol4/Textures/T_AM_vol4_leaf_33_N.uasset new file mode 100644 index 000000000..cf9065ab5 Binary files /dev/null and b/Content/MigrateIvazovsky/MigrateMavisTrees/AM_vol4/Textures/T_AM_vol4_leaf_33_N.uasset differ diff --git a/Content/MigrateIvazovsky/MigrateMavisTrees/AM_vol4/Textures/T_AM_vol4_trunk_42_BC.uasset b/Content/MigrateIvazovsky/MigrateMavisTrees/AM_vol4/Textures/T_AM_vol4_trunk_42_BC.uasset new file mode 100644 index 000000000..a7b1fd9a2 Binary files /dev/null and b/Content/MigrateIvazovsky/MigrateMavisTrees/AM_vol4/Textures/T_AM_vol4_trunk_42_BC.uasset differ diff --git a/Content/MigrateIvazovsky/MigrateMavisTrees/AM_vol4/Textures/T_AM_vol4_trunk_42_N.uasset b/Content/MigrateIvazovsky/MigrateMavisTrees/AM_vol4/Textures/T_AM_vol4_trunk_42_N.uasset new file mode 100644 index 000000000..706d9543b Binary files /dev/null and b/Content/MigrateIvazovsky/MigrateMavisTrees/AM_vol4/Textures/T_AM_vol4_trunk_42_N.uasset differ diff --git a/Content/MigrateIvazovsky/MigrateMavisTrees/Flowers_Plants_Part1/Materials/Collections/MPC_Global.uasset b/Content/MigrateIvazovsky/MigrateMavisTrees/Flowers_Plants_Part1/Materials/Collections/MPC_Global.uasset new file mode 100644 index 000000000..b658071b5 Binary files /dev/null and b/Content/MigrateIvazovsky/MigrateMavisTrees/Flowers_Plants_Part1/Materials/Collections/MPC_Global.uasset differ diff --git a/Content/MigrateIvazovsky/MigrateMavisTrees/Flowers_Plants_Part1/Materials/Collections/MPC_Location.uasset b/Content/MigrateIvazovsky/MigrateMavisTrees/Flowers_Plants_Part1/Materials/Collections/MPC_Location.uasset new file mode 100644 index 000000000..76a46869a Binary files /dev/null and b/Content/MigrateIvazovsky/MigrateMavisTrees/Flowers_Plants_Part1/Materials/Collections/MPC_Location.uasset differ diff --git a/Content/MigrateIvazovsky/MigrateMavisTrees/Flowers_Plants_Part1/Materials/Functions/MF_ColorCorrectionFlowers.uasset b/Content/MigrateIvazovsky/MigrateMavisTrees/Flowers_Plants_Part1/Materials/Functions/MF_ColorCorrectionFlowers.uasset new file mode 100644 index 000000000..77a17f5d1 Binary files /dev/null and b/Content/MigrateIvazovsky/MigrateMavisTrees/Flowers_Plants_Part1/Materials/Functions/MF_ColorCorrectionFlowers.uasset differ diff --git a/Content/MigrateIvazovsky/MigrateMavisTrees/Flowers_Plants_Part1/Materials/Functions/MF_Interaction.uasset b/Content/MigrateIvazovsky/MigrateMavisTrees/Flowers_Plants_Part1/Materials/Functions/MF_Interaction.uasset new file mode 100644 index 000000000..ce6cf39ef Binary files /dev/null and b/Content/MigrateIvazovsky/MigrateMavisTrees/Flowers_Plants_Part1/Materials/Functions/MF_Interaction.uasset differ diff --git a/Content/MigrateIvazovsky/MigrateMavisTrees/Flowers_Plants_Part1/Materials/Instances/Billboards/MI_CornusAlbaBB_01.uasset b/Content/MigrateIvazovsky/MigrateMavisTrees/Flowers_Plants_Part1/Materials/Instances/Billboards/MI_CornusAlbaBB_01.uasset new file mode 100644 index 000000000..417408f66 Binary files /dev/null and b/Content/MigrateIvazovsky/MigrateMavisTrees/Flowers_Plants_Part1/Materials/Instances/Billboards/MI_CornusAlbaBB_01.uasset differ diff --git a/Content/MigrateIvazovsky/MigrateMavisTrees/Flowers_Plants_Part1/Materials/Instances/MI_01PlantsMasterInstance.uasset b/Content/MigrateIvazovsky/MigrateMavisTrees/Flowers_Plants_Part1/Materials/Instances/MI_01PlantsMasterInstance.uasset new file mode 100644 index 000000000..e851e8a00 Binary files /dev/null and b/Content/MigrateIvazovsky/MigrateMavisTrees/Flowers_Plants_Part1/Materials/Instances/MI_01PlantsMasterInstance.uasset differ diff --git a/Content/MigrateIvazovsky/MigrateMavisTrees/Flowers_Plants_Part1/Materials/Instances/MI_CornusAlba_01.uasset b/Content/MigrateIvazovsky/MigrateMavisTrees/Flowers_Plants_Part1/Materials/Instances/MI_CornusAlba_01.uasset new file mode 100644 index 000000000..07bd43c6c Binary files /dev/null and b/Content/MigrateIvazovsky/MigrateMavisTrees/Flowers_Plants_Part1/Materials/Instances/MI_CornusAlba_01.uasset differ diff --git a/Content/MigrateIvazovsky/MigrateMavisTrees/Flowers_Plants_Part1/Materials/M_PlantsMasterMaterial.uasset b/Content/MigrateIvazovsky/MigrateMavisTrees/Flowers_Plants_Part1/Materials/M_PlantsMasterMaterial.uasset new file mode 100644 index 000000000..09286a17d Binary files /dev/null and b/Content/MigrateIvazovsky/MigrateMavisTrees/Flowers_Plants_Part1/Materials/M_PlantsMasterMaterial.uasset differ diff --git a/Content/MigrateIvazovsky/MigrateMavisTrees/Flowers_Plants_Part1/Meshes/BP_CornusAlba_01.uasset b/Content/MigrateIvazovsky/MigrateMavisTrees/Flowers_Plants_Part1/Meshes/BP_CornusAlba_01.uasset new file mode 100644 index 000000000..319784098 Binary files /dev/null and b/Content/MigrateIvazovsky/MigrateMavisTrees/Flowers_Plants_Part1/Meshes/BP_CornusAlba_01.uasset differ diff --git a/Content/MigrateIvazovsky/MigrateMavisTrees/Flowers_Plants_Part1/Meshes/BP_CornusAlba_02.uasset b/Content/MigrateIvazovsky/MigrateMavisTrees/Flowers_Plants_Part1/Meshes/BP_CornusAlba_02.uasset new file mode 100644 index 000000000..18231a113 Binary files /dev/null and b/Content/MigrateIvazovsky/MigrateMavisTrees/Flowers_Plants_Part1/Meshes/BP_CornusAlba_02.uasset differ diff --git a/Content/MigrateIvazovsky/MigrateMavisTrees/Flowers_Plants_Part1/Meshes/BP_RosaAlba_02.uasset b/Content/MigrateIvazovsky/MigrateMavisTrees/Flowers_Plants_Part1/Meshes/BP_RosaAlba_02.uasset new file mode 100644 index 000000000..e1c74ffd9 Binary files /dev/null and b/Content/MigrateIvazovsky/MigrateMavisTrees/Flowers_Plants_Part1/Meshes/BP_RosaAlba_02.uasset differ diff --git a/Content/MigrateIvazovsky/MigrateMavisTrees/Flowers_Plants_Part1/Meshes/BP_RosaAlba_03.uasset b/Content/MigrateIvazovsky/MigrateMavisTrees/Flowers_Plants_Part1/Meshes/BP_RosaAlba_03.uasset new file mode 100644 index 000000000..25dc3b3da Binary files /dev/null and b/Content/MigrateIvazovsky/MigrateMavisTrees/Flowers_Plants_Part1/Meshes/BP_RosaAlba_03.uasset differ diff --git a/Content/MigrateIvazovsky/MigrateMavisTrees/Flowers_Plants_Part1/Meshes/FA_CornusAlba_01.uasset b/Content/MigrateIvazovsky/MigrateMavisTrees/Flowers_Plants_Part1/Meshes/FA_CornusAlba_01.uasset new file mode 100644 index 000000000..f6834d4e7 Binary files /dev/null and b/Content/MigrateIvazovsky/MigrateMavisTrees/Flowers_Plants_Part1/Meshes/FA_CornusAlba_01.uasset differ diff --git a/Content/MigrateIvazovsky/MigrateMavisTrees/Flowers_Plants_Part1/Meshes/FA_CornusAlba_02.uasset b/Content/MigrateIvazovsky/MigrateMavisTrees/Flowers_Plants_Part1/Meshes/FA_CornusAlba_02.uasset new file mode 100644 index 000000000..45d83f023 Binary files /dev/null and b/Content/MigrateIvazovsky/MigrateMavisTrees/Flowers_Plants_Part1/Meshes/FA_CornusAlba_02.uasset differ diff --git a/Content/MigrateIvazovsky/MigrateMavisTrees/Flowers_Plants_Part1/Meshes/FA_RosaAlba_02.uasset b/Content/MigrateIvazovsky/MigrateMavisTrees/Flowers_Plants_Part1/Meshes/FA_RosaAlba_02.uasset new file mode 100644 index 000000000..ead0d0b35 Binary files /dev/null and b/Content/MigrateIvazovsky/MigrateMavisTrees/Flowers_Plants_Part1/Meshes/FA_RosaAlba_02.uasset differ diff --git a/Content/MigrateIvazovsky/MigrateMavisTrees/Flowers_Plants_Part1/Meshes/FA_RosaAlba_03.uasset b/Content/MigrateIvazovsky/MigrateMavisTrees/Flowers_Plants_Part1/Meshes/FA_RosaAlba_03.uasset new file mode 100644 index 000000000..40a37ef0a Binary files /dev/null and b/Content/MigrateIvazovsky/MigrateMavisTrees/Flowers_Plants_Part1/Meshes/FA_RosaAlba_03.uasset differ diff --git a/Content/MigrateIvazovsky/MigrateMavisTrees/Flowers_Plants_Part1/Meshes/SM_CornusAlba_01.uasset b/Content/MigrateIvazovsky/MigrateMavisTrees/Flowers_Plants_Part1/Meshes/SM_CornusAlba_01.uasset new file mode 100644 index 000000000..7b7bf1126 Binary files /dev/null and b/Content/MigrateIvazovsky/MigrateMavisTrees/Flowers_Plants_Part1/Meshes/SM_CornusAlba_01.uasset differ diff --git a/Content/MigrateIvazovsky/MigrateMavisTrees/Flowers_Plants_Part1/Meshes/SM_CornusAlba_02.uasset b/Content/MigrateIvazovsky/MigrateMavisTrees/Flowers_Plants_Part1/Meshes/SM_CornusAlba_02.uasset new file mode 100644 index 000000000..16d7118d4 Binary files /dev/null and b/Content/MigrateIvazovsky/MigrateMavisTrees/Flowers_Plants_Part1/Meshes/SM_CornusAlba_02.uasset differ diff --git a/Content/MigrateIvazovsky/MigrateMavisTrees/Flowers_Plants_Part1/Meshes/SM_Flowers_flat.uasset b/Content/MigrateIvazovsky/MigrateMavisTrees/Flowers_Plants_Part1/Meshes/SM_Flowers_flat.uasset new file mode 100644 index 000000000..5031b9dbe Binary files /dev/null and b/Content/MigrateIvazovsky/MigrateMavisTrees/Flowers_Plants_Part1/Meshes/SM_Flowers_flat.uasset differ diff --git a/Content/MigrateIvazovsky/MigrateMavisTrees/Flowers_Plants_Part1/Meshes/SM_Flowers_flat1.uasset b/Content/MigrateIvazovsky/MigrateMavisTrees/Flowers_Plants_Part1/Meshes/SM_Flowers_flat1.uasset new file mode 100644 index 000000000..545efd457 Binary files /dev/null and b/Content/MigrateIvazovsky/MigrateMavisTrees/Flowers_Plants_Part1/Meshes/SM_Flowers_flat1.uasset differ diff --git a/Content/MigrateIvazovsky/MigrateMavisTrees/Flowers_Plants_Part1/Meshes/SM_RosaAlba_02.uasset b/Content/MigrateIvazovsky/MigrateMavisTrees/Flowers_Plants_Part1/Meshes/SM_RosaAlba_02.uasset new file mode 100644 index 000000000..926277f00 Binary files /dev/null and b/Content/MigrateIvazovsky/MigrateMavisTrees/Flowers_Plants_Part1/Meshes/SM_RosaAlba_02.uasset differ diff --git a/Content/MigrateIvazovsky/MigrateMavisTrees/Flowers_Plants_Part1/Meshes/SM_RosaAlba_03.uasset b/Content/MigrateIvazovsky/MigrateMavisTrees/Flowers_Plants_Part1/Meshes/SM_RosaAlba_03.uasset new file mode 100644 index 000000000..b132f5565 Binary files /dev/null and b/Content/MigrateIvazovsky/MigrateMavisTrees/Flowers_Plants_Part1/Meshes/SM_RosaAlba_03.uasset differ diff --git a/Content/MigrateIvazovsky/MigrateMavisTrees/Flowers_Plants_Part1/Textures/T_Blank_2048_N.uasset b/Content/MigrateIvazovsky/MigrateMavisTrees/Flowers_Plants_Part1/Textures/T_Blank_2048_N.uasset new file mode 100644 index 000000000..5a1c3922c Binary files /dev/null and b/Content/MigrateIvazovsky/MigrateMavisTrees/Flowers_Plants_Part1/Textures/T_Blank_2048_N.uasset differ diff --git a/Content/MigrateIvazovsky/MigrateMavisTrees/Flowers_Plants_Part1/Textures/T_Blank_2048_RMA.uasset b/Content/MigrateIvazovsky/MigrateMavisTrees/Flowers_Plants_Part1/Textures/T_Blank_2048_RMA.uasset new file mode 100644 index 000000000..b151d6a1f Binary files /dev/null and b/Content/MigrateIvazovsky/MigrateMavisTrees/Flowers_Plants_Part1/Textures/T_Blank_2048_RMA.uasset differ diff --git a/Content/MigrateIvazovsky/MigrateMavisTrees/Flowers_Plants_Part1/Textures/T_CornusAlba01_2048_B.uasset b/Content/MigrateIvazovsky/MigrateMavisTrees/Flowers_Plants_Part1/Textures/T_CornusAlba01_2048_B.uasset new file mode 100644 index 000000000..9c4da0bdc Binary files /dev/null and b/Content/MigrateIvazovsky/MigrateMavisTrees/Flowers_Plants_Part1/Textures/T_CornusAlba01_2048_B.uasset differ diff --git a/Content/MigrateIvazovsky/MigrateMavisTrees/Flowers_Plants_Part1/Textures/T_CornusAlba01_2048_M.uasset b/Content/MigrateIvazovsky/MigrateMavisTrees/Flowers_Plants_Part1/Textures/T_CornusAlba01_2048_M.uasset new file mode 100644 index 000000000..2e1dbca23 Binary files /dev/null and b/Content/MigrateIvazovsky/MigrateMavisTrees/Flowers_Plants_Part1/Textures/T_CornusAlba01_2048_M.uasset differ diff --git a/Content/MigrateIvazovsky/MigrateMavisTrees/Flowers_Plants_Part1/Textures/T_CornusAlba01_2048_N.uasset b/Content/MigrateIvazovsky/MigrateMavisTrees/Flowers_Plants_Part1/Textures/T_CornusAlba01_2048_N.uasset new file mode 100644 index 000000000..b951b5f01 Binary files /dev/null and b/Content/MigrateIvazovsky/MigrateMavisTrees/Flowers_Plants_Part1/Textures/T_CornusAlba01_2048_N.uasset differ diff --git a/Content/MigrateIvazovsky/MigrateMavisTrees/Flowers_Plants_Part1/Textures/T_CornusAlba01_2048_RMA.uasset b/Content/MigrateIvazovsky/MigrateMavisTrees/Flowers_Plants_Part1/Textures/T_CornusAlba01_2048_RMA.uasset new file mode 100644 index 000000000..f8dbd24f9 Binary files /dev/null and b/Content/MigrateIvazovsky/MigrateMavisTrees/Flowers_Plants_Part1/Textures/T_CornusAlba01_2048_RMA.uasset differ diff --git a/Content/MigrateIvazovsky/MigrateMavisTrees/Flowers_Plants_Part1/Textures/T_CornusAlbaBB01_2048_B.uasset b/Content/MigrateIvazovsky/MigrateMavisTrees/Flowers_Plants_Part1/Textures/T_CornusAlbaBB01_2048_B.uasset new file mode 100644 index 000000000..159184199 Binary files /dev/null and b/Content/MigrateIvazovsky/MigrateMavisTrees/Flowers_Plants_Part1/Textures/T_CornusAlbaBB01_2048_B.uasset differ diff --git a/Content/MigrateIvazovsky/MigrateMavisTrees/Flowers_Plants_Part1/Textures/T_CornusAlbaBB01_2048_M.uasset b/Content/MigrateIvazovsky/MigrateMavisTrees/Flowers_Plants_Part1/Textures/T_CornusAlbaBB01_2048_M.uasset new file mode 100644 index 000000000..a535e5a58 Binary files /dev/null and b/Content/MigrateIvazovsky/MigrateMavisTrees/Flowers_Plants_Part1/Textures/T_CornusAlbaBB01_2048_M.uasset differ diff --git a/Content/MigrateIvazovsky/MigrateMavisTrees/Flowers_Plants_Part1/Textures/T_DefaultBase_512_B.uasset b/Content/MigrateIvazovsky/MigrateMavisTrees/Flowers_Plants_Part1/Textures/T_DefaultBase_512_B.uasset new file mode 100644 index 000000000..941cfff1b Binary files /dev/null and b/Content/MigrateIvazovsky/MigrateMavisTrees/Flowers_Plants_Part1/Textures/T_DefaultBase_512_B.uasset differ diff --git a/Content/MigrateIvazovsky/MigrateMavisTrees/Flowers_Plants_Part1/Textures/T_DefaultMask_512_M.uasset b/Content/MigrateIvazovsky/MigrateMavisTrees/Flowers_Plants_Part1/Textures/T_DefaultMask_512_M.uasset new file mode 100644 index 000000000..4011a17fc Binary files /dev/null and b/Content/MigrateIvazovsky/MigrateMavisTrees/Flowers_Plants_Part1/Textures/T_DefaultMask_512_M.uasset differ diff --git a/Content/MigrateIvazovsky/MigrateMavisTrees/Flowers_Plants_Part1/Textures/T_DefaultNormal_512_N.uasset b/Content/MigrateIvazovsky/MigrateMavisTrees/Flowers_Plants_Part1/Textures/T_DefaultNormal_512_N.uasset new file mode 100644 index 000000000..73cb4baab Binary files /dev/null and b/Content/MigrateIvazovsky/MigrateMavisTrees/Flowers_Plants_Part1/Textures/T_DefaultNormal_512_N.uasset differ diff --git a/Content/MigrateIvazovsky/MigrateMavisTrees/Flowers_Plants_Part1/Textures/T_DefaultRMA_512_RMA.uasset b/Content/MigrateIvazovsky/MigrateMavisTrees/Flowers_Plants_Part1/Textures/T_DefaultRMA_512_RMA.uasset new file mode 100644 index 000000000..2049a7b6b Binary files /dev/null and b/Content/MigrateIvazovsky/MigrateMavisTrees/Flowers_Plants_Part1/Textures/T_DefaultRMA_512_RMA.uasset differ diff --git a/Content/MigrateIvazovsky/MigrateMavisTrees/Flowers_Plants_Part1/Textures/T_RosaAlba01_2048_B.uasset b/Content/MigrateIvazovsky/MigrateMavisTrees/Flowers_Plants_Part1/Textures/T_RosaAlba01_2048_B.uasset new file mode 100644 index 000000000..cc0af7661 Binary files /dev/null and b/Content/MigrateIvazovsky/MigrateMavisTrees/Flowers_Plants_Part1/Textures/T_RosaAlba01_2048_B.uasset differ diff --git a/Content/MigrateIvazovsky/MigrateMavisTrees/Flowers_Plants_Part1/Textures/T_RosaAlba01_2048_Blue.uasset b/Content/MigrateIvazovsky/MigrateMavisTrees/Flowers_Plants_Part1/Textures/T_RosaAlba01_2048_Blue.uasset new file mode 100644 index 000000000..4f2edc1b3 Binary files /dev/null and b/Content/MigrateIvazovsky/MigrateMavisTrees/Flowers_Plants_Part1/Textures/T_RosaAlba01_2048_Blue.uasset differ diff --git a/Content/MigrateIvazovsky/MigrateMavisTrees/Flowers_Plants_Part1/Textures/T_RosaAlba01_2048_N.uasset b/Content/MigrateIvazovsky/MigrateMavisTrees/Flowers_Plants_Part1/Textures/T_RosaAlba01_2048_N.uasset new file mode 100644 index 000000000..0dde8e3ce Binary files /dev/null and b/Content/MigrateIvazovsky/MigrateMavisTrees/Flowers_Plants_Part1/Textures/T_RosaAlba01_2048_N.uasset differ diff --git a/Content/MigrateIvazovsky/MigrateMavisTrees/clouds_voronoi_smooth.uasset b/Content/MigrateIvazovsky/MigrateMavisTrees/clouds_voronoi_smooth.uasset new file mode 100644 index 000000000..0582c2dac Binary files /dev/null and b/Content/MigrateIvazovsky/MigrateMavisTrees/clouds_voronoi_smooth.uasset differ diff --git a/Content/MigrateIvazovsky/SpeedTree/Elgantissima/BP_Longer_Atlas_HM_Var.uasset b/Content/MigrateIvazovsky/SpeedTree/Elgantissima/BP_Longer_Atlas_HM_Var.uasset new file mode 100644 index 000000000..c97c9ccf0 Binary files /dev/null and b/Content/MigrateIvazovsky/SpeedTree/Elgantissima/BP_Longer_Atlas_HM_Var.uasset differ diff --git a/Content/MigrateIvazovsky/SpeedTree/Elgantissima/FA_Longer_Atlas_HM_Var.uasset b/Content/MigrateIvazovsky/SpeedTree/Elgantissima/FA_Longer_Atlas_HM_Var.uasset new file mode 100644 index 000000000..516698fea Binary files /dev/null and b/Content/MigrateIvazovsky/SpeedTree/Elgantissima/FA_Longer_Atlas_HM_Var.uasset differ diff --git a/Content/MigrateIvazovsky/SpeedTree/Elgantissima/Longer_Atlas_HM_Var.uasset b/Content/MigrateIvazovsky/SpeedTree/Elgantissima/Longer_Atlas_HM_Var.uasset new file mode 100644 index 000000000..f3bbe5dbd Binary files /dev/null and b/Content/MigrateIvazovsky/SpeedTree/Elgantissima/Longer_Atlas_HM_Var.uasset differ diff --git a/Content/MigrateIvazovsky/SpeedTree/Elgantissima/Longer_Atlas_HM_Var1.uasset b/Content/MigrateIvazovsky/SpeedTree/Elgantissima/Longer_Atlas_HM_Var1.uasset new file mode 100644 index 000000000..ee2e88319 Binary files /dev/null and b/Content/MigrateIvazovsky/SpeedTree/Elgantissima/Longer_Atlas_HM_Var1.uasset differ diff --git a/Content/MigrateIvazovsky/SpeedTree/Elgantissima/Longer_Atlas_HM_Var1_FoliageType.uasset b/Content/MigrateIvazovsky/SpeedTree/Elgantissima/Longer_Atlas_HM_Var1_FoliageType.uasset new file mode 100644 index 000000000..c437db483 Binary files /dev/null and b/Content/MigrateIvazovsky/SpeedTree/Elgantissima/Longer_Atlas_HM_Var1_FoliageType.uasset differ diff --git a/Content/MigrateIvazovsky/SpeedTree/Elgantissima/Longer_Atlas_HM_Var_Billboard_Billboard_Mat.uasset b/Content/MigrateIvazovsky/SpeedTree/Elgantissima/Longer_Atlas_HM_Var_Billboard_Billboard_Mat.uasset new file mode 100644 index 000000000..98b710667 Binary files /dev/null and b/Content/MigrateIvazovsky/SpeedTree/Elgantissima/Longer_Atlas_HM_Var_Billboard_Billboard_Mat.uasset differ diff --git a/Content/MigrateIvazovsky/SpeedTree/Elgantissima/Longer_Atlas_HM_Var_Billboard_Billboard_Mat_Inst.uasset b/Content/MigrateIvazovsky/SpeedTree/Elgantissima/Longer_Atlas_HM_Var_Billboard_Billboard_Mat_Inst.uasset new file mode 100644 index 000000000..88fa0e2cc Binary files /dev/null and b/Content/MigrateIvazovsky/SpeedTree/Elgantissima/Longer_Atlas_HM_Var_Billboard_Billboard_Mat_Inst.uasset differ diff --git a/Content/MigrateIvazovsky/SpeedTree/Elgantissima/Longer_Atlas_HM_Var_Billboard_Color_png_Tex.uasset b/Content/MigrateIvazovsky/SpeedTree/Elgantissima/Longer_Atlas_HM_Var_Billboard_Color_png_Tex.uasset new file mode 100644 index 000000000..89a17aad0 Binary files /dev/null and b/Content/MigrateIvazovsky/SpeedTree/Elgantissima/Longer_Atlas_HM_Var_Billboard_Color_png_Tex.uasset differ diff --git a/Content/MigrateIvazovsky/SpeedTree/Elgantissima/Longer_Atlas_HM_Var_Billboard_Normal_png_Tex.uasset b/Content/MigrateIvazovsky/SpeedTree/Elgantissima/Longer_Atlas_HM_Var_Billboard_Normal_png_Tex.uasset new file mode 100644 index 000000000..c117eee11 Binary files /dev/null and b/Content/MigrateIvazovsky/SpeedTree/Elgantissima/Longer_Atlas_HM_Var_Billboard_Normal_png_Tex.uasset differ diff --git a/Content/MigrateIvazovsky/SpeedTree/Elgantissima/Longer_Atlas_HM_Var_Billboard_Subsurface_png_Tex.uasset b/Content/MigrateIvazovsky/SpeedTree/Elgantissima/Longer_Atlas_HM_Var_Billboard_Subsurface_png_Tex.uasset new file mode 100644 index 000000000..ff8e28d2e Binary files /dev/null and b/Content/MigrateIvazovsky/SpeedTree/Elgantissima/Longer_Atlas_HM_Var_Billboard_Subsurface_png_Tex.uasset differ diff --git a/Content/MigrateIvazovsky/SpeedTree/Elgantissima/Longer_Atlas_HM_Var_Branch_Mat.uasset b/Content/MigrateIvazovsky/SpeedTree/Elgantissima/Longer_Atlas_HM_Var_Branch_Mat.uasset new file mode 100644 index 000000000..4f0287401 Binary files /dev/null and b/Content/MigrateIvazovsky/SpeedTree/Elgantissima/Longer_Atlas_HM_Var_Branch_Mat.uasset differ diff --git a/Content/MigrateIvazovsky/SpeedTree/Elgantissima/Longer_Atlas_HM_Var_Color_png_Tex.uasset b/Content/MigrateIvazovsky/SpeedTree/Elgantissima/Longer_Atlas_HM_Var_Color_png_Tex.uasset new file mode 100644 index 000000000..a4f73951c Binary files /dev/null and b/Content/MigrateIvazovsky/SpeedTree/Elgantissima/Longer_Atlas_HM_Var_Color_png_Tex.uasset differ diff --git a/Content/MigrateIvazovsky/SpeedTree/Elgantissima/Longer_Atlas_HM_Var_FoliageType.uasset b/Content/MigrateIvazovsky/SpeedTree/Elgantissima/Longer_Atlas_HM_Var_FoliageType.uasset new file mode 100644 index 000000000..b768fc58c Binary files /dev/null and b/Content/MigrateIvazovsky/SpeedTree/Elgantissima/Longer_Atlas_HM_Var_FoliageType.uasset differ diff --git a/Content/MigrateIvazovsky/SpeedTree/Elgantissima/Longer_Atlas_HM_Var_Leaf_Mat.uasset b/Content/MigrateIvazovsky/SpeedTree/Elgantissima/Longer_Atlas_HM_Var_Leaf_Mat.uasset new file mode 100644 index 000000000..fb4d2d36e Binary files /dev/null and b/Content/MigrateIvazovsky/SpeedTree/Elgantissima/Longer_Atlas_HM_Var_Leaf_Mat.uasset differ diff --git a/Content/MigrateIvazovsky/SpeedTree/Elgantissima/Longer_Atlas_HM_Var_Leaf_Mat1.uasset b/Content/MigrateIvazovsky/SpeedTree/Elgantissima/Longer_Atlas_HM_Var_Leaf_Mat1.uasset new file mode 100644 index 000000000..08f0a22c3 Binary files /dev/null and b/Content/MigrateIvazovsky/SpeedTree/Elgantissima/Longer_Atlas_HM_Var_Leaf_Mat1.uasset differ diff --git a/Content/MigrateIvazovsky/SpeedTree/Elgantissima/Longer_Atlas_HM_Var_Leaf_Mat_Inst.uasset b/Content/MigrateIvazovsky/SpeedTree/Elgantissima/Longer_Atlas_HM_Var_Leaf_Mat_Inst.uasset new file mode 100644 index 000000000..b259d670c Binary files /dev/null and b/Content/MigrateIvazovsky/SpeedTree/Elgantissima/Longer_Atlas_HM_Var_Leaf_Mat_Inst.uasset differ diff --git a/Content/MigrateIvazovsky/SpeedTree/Elgantissima/Longer_Atlas_HM_Var_Leaf_Mat_Inst1.uasset b/Content/MigrateIvazovsky/SpeedTree/Elgantissima/Longer_Atlas_HM_Var_Leaf_Mat_Inst1.uasset new file mode 100644 index 000000000..dd60de165 Binary files /dev/null and b/Content/MigrateIvazovsky/SpeedTree/Elgantissima/Longer_Atlas_HM_Var_Leaf_Mat_Inst1.uasset differ diff --git a/Content/MigrateIvazovsky/SpeedTree/Elgantissima/Longer_Atlas_HM_Var_Normal_png_Tex.uasset b/Content/MigrateIvazovsky/SpeedTree/Elgantissima/Longer_Atlas_HM_Var_Normal_png_Tex.uasset new file mode 100644 index 000000000..eb7a9648b Binary files /dev/null and b/Content/MigrateIvazovsky/SpeedTree/Elgantissima/Longer_Atlas_HM_Var_Normal_png_Tex.uasset differ diff --git a/Content/MigrateIvazovsky/SpeedTree/Elgantissima/Longer_Atlas_HM_Var_Subsurface_png_Tex.uasset b/Content/MigrateIvazovsky/SpeedTree/Elgantissima/Longer_Atlas_HM_Var_Subsurface_png_Tex.uasset new file mode 100644 index 000000000..1113f013a Binary files /dev/null and b/Content/MigrateIvazovsky/SpeedTree/Elgantissima/Longer_Atlas_HM_Var_Subsurface_png_Tex.uasset differ diff --git a/Content/Movies/M_TV.uasset b/Content/Movies/M_TV.uasset index 5c3722abb..0f4237b25 100644 Binary files a/Content/Movies/M_TV.uasset and b/Content/Movies/M_TV.uasset differ diff --git a/Content/Movies/Movie_Masharov.uasset b/Content/Movies/Movie_Masharov.uasset new file mode 100644 index 000000000..1c2f01877 Binary files /dev/null and b/Content/Movies/Movie_Masharov.uasset differ diff --git a/Content/Movies/TV_Video.uasset b/Content/Movies/TV_Video.uasset index 48c2dfc05..861ebbb7a 100644 Binary files a/Content/Movies/TV_Video.uasset and b/Content/Movies/TV_Video.uasset differ diff --git a/Content/Movies/tvVideo.mp4 b/Content/Movies/tvVideo.mp4 new file mode 100644 index 000000000..2037b6543 Binary files /dev/null and b/Content/Movies/tvVideo.mp4 differ diff --git a/Content/Peoples/Animation/HumanChild_Skeleton_AnimBlueprint.uasset b/Content/Peoples/Animation/HumanChild_Skeleton_AnimBlueprint.uasset index e8a7d47a5..6e27e3153 100644 Binary files a/Content/Peoples/Animation/HumanChild_Skeleton_AnimBlueprint.uasset and b/Content/Peoples/Animation/HumanChild_Skeleton_AnimBlueprint.uasset differ diff --git a/Content/Peoples/Animation/newHumanChild_Skeleton_AnimBlueprint.uasset b/Content/Peoples/Animation/newHumanChild_Skeleton_AnimBlueprint.uasset new file mode 100644 index 000000000..5f5773888 Binary files /dev/null and b/Content/Peoples/Animation/newHumanChild_Skeleton_AnimBlueprint.uasset differ diff --git a/Content/Peoples/Animation/newHumanShoes_Skeleton_AnimBlueprint.uasset b/Content/Peoples/Animation/newHumanShoes_Skeleton_AnimBlueprint.uasset new file mode 100644 index 000000000..be3c97392 Binary files /dev/null and b/Content/Peoples/Animation/newHumanShoes_Skeleton_AnimBlueprint.uasset differ diff --git a/Content/Peoples/Animation/newHuman_Skeleton_AnimBlueprint.uasset b/Content/Peoples/Animation/newHuman_Skeleton_AnimBlueprint.uasset new file mode 100644 index 000000000..f3183fc52 Binary files /dev/null and b/Content/Peoples/Animation/newHuman_Skeleton_AnimBlueprint.uasset differ diff --git a/Content/Peoples/NewPeoples/SM_Female_Choes_07/Materials/SM_Female_Choes_07/3_meshes_Merge_Inst.uasset b/Content/Peoples/NewPeoples/SM_Female_Choes_07/Materials/SM_Female_Choes_07/3_meshes_Merge_Inst.uasset index 76c347ef3..8cd98b058 100644 Binary files a/Content/Peoples/NewPeoples/SM_Female_Choes_07/Materials/SM_Female_Choes_07/3_meshes_Merge_Inst.uasset and b/Content/Peoples/NewPeoples/SM_Female_Choes_07/Materials/SM_Female_Choes_07/3_meshes_Merge_Inst.uasset differ diff --git a/Content/Peoples/NewPeoples/SM_Female_Choes_07/SM_Female_Choes_07_fbm/3_meshes_Merge_Opacity.uasset b/Content/Peoples/NewPeoples/SM_Female_Choes_07/SM_Female_Choes_07_fbm/3_meshes_Merge_Opacity.uasset deleted file mode 100644 index 943aa825c..000000000 Binary files a/Content/Peoples/NewPeoples/SM_Female_Choes_07/SM_Female_Choes_07_fbm/3_meshes_Merge_Opacity.uasset and /dev/null differ diff --git a/Content/Peoples/NewPeoples/SM_Female_Choes_07/textures/SM_Female_Choes_07/4_meshes_Merge_ResourceMap_Position.uasset b/Content/Peoples/NewPeoples/SM_Female_Choes_07/textures/SM_Female_Choes_07/4_meshes_Merge_ResourceMap_Position.uasset deleted file mode 100644 index db6dc04a7..000000000 Binary files a/Content/Peoples/NewPeoples/SM_Female_Choes_07/textures/SM_Female_Choes_07/4_meshes_Merge_ResourceMap_Position.uasset and /dev/null differ diff --git a/Content/Peoples/NewPeoples/SM_Female_Choes_07/textures/SM_Female_Choes_07/4_meshes_Merge_ResourceMap_WSNormal.uasset b/Content/Peoples/NewPeoples/SM_Female_Choes_07/textures/SM_Female_Choes_07/4_meshes_Merge_ResourceMap_WSNormal.uasset deleted file mode 100644 index 34592acf0..000000000 Binary files a/Content/Peoples/NewPeoples/SM_Female_Choes_07/textures/SM_Female_Choes_07/4_meshes_Merge_ResourceMap_WSNormal.uasset and /dev/null differ diff --git a/Content/Peoples/NewPeoples/SM_Male_170_01.uasset b/Content/Peoples/NewPeoples/SM_Male_170_01.uasset new file mode 100644 index 000000000..a5cc34de9 Binary files /dev/null and b/Content/Peoples/NewPeoples/SM_Male_170_01.uasset differ diff --git a/Content/Peoples/NewPeoples/SM_Male_170_01/Materials/SM_Male_170_01/3_meshes_Merge_Inst.uasset b/Content/Peoples/NewPeoples/SM_Male_170_01/Materials/SM_Male_170_01/3_meshes_Merge_Inst.uasset new file mode 100644 index 000000000..d7c80c7d6 Binary files /dev/null and b/Content/Peoples/NewPeoples/SM_Male_170_01/Materials/SM_Male_170_01/3_meshes_Merge_Inst.uasset differ diff --git a/Content/Peoples/NewPeoples/SM_Male_170_01/Materials/SM_Male_170_01/4_meshes_Merge_Inst.uasset b/Content/Peoples/NewPeoples/SM_Male_170_01/Materials/SM_Male_170_01/4_meshes_Merge_Inst.uasset new file mode 100644 index 000000000..36e805c4b Binary files /dev/null and b/Content/Peoples/NewPeoples/SM_Male_170_01/Materials/SM_Male_170_01/4_meshes_Merge_Inst.uasset differ diff --git a/Content/Peoples/NewPeoples/SM_Male_170_01/Materials/SM_Male_170_01/RL_HairMesh_Merge_Inst.uasset b/Content/Peoples/NewPeoples/SM_Male_170_01/Materials/SM_Male_170_01/RL_HairMesh_Merge_Inst.uasset new file mode 100644 index 000000000..d7ba7cf38 Binary files /dev/null and b/Content/Peoples/NewPeoples/SM_Male_170_01/Materials/SM_Male_170_01/RL_HairMesh_Merge_Inst.uasset differ diff --git a/Content/Peoples/NewPeoples/SM_Male_170_01/Materials/SM_Male_170_01/default_Merge_Inst.uasset b/Content/Peoples/NewPeoples/SM_Male_170_01/Materials/SM_Male_170_01/default_Merge_Inst.uasset new file mode 100644 index 000000000..8e88523fd Binary files /dev/null and b/Content/Peoples/NewPeoples/SM_Male_170_01/Materials/SM_Male_170_01/default_Merge_Inst.uasset differ diff --git a/Content/Peoples/NewPeoples/SM_Male_170_01/SM_Male_170_01_PhysicsAsset.uasset b/Content/Peoples/NewPeoples/SM_Male_170_01/SM_Male_170_01_PhysicsAsset.uasset new file mode 100644 index 000000000..b483ffa7d Binary files /dev/null and b/Content/Peoples/NewPeoples/SM_Male_170_01/SM_Male_170_01_PhysicsAsset.uasset differ diff --git a/Content/Peoples/NewPeoples/SM_Male_170_01/SM_Male_170_01_fbm/3_meshes_Merge_Diffuse.uasset b/Content/Peoples/NewPeoples/SM_Male_170_01/SM_Male_170_01_fbm/3_meshes_Merge_Diffuse.uasset new file mode 100644 index 000000000..7ab0b078c Binary files /dev/null and b/Content/Peoples/NewPeoples/SM_Male_170_01/SM_Male_170_01_fbm/3_meshes_Merge_Diffuse.uasset differ diff --git a/Content/Peoples/NewPeoples/SM_Male_170_01/SM_Male_170_01_fbm/3_meshes_Merge_Normal.uasset b/Content/Peoples/NewPeoples/SM_Male_170_01/SM_Male_170_01_fbm/3_meshes_Merge_Normal.uasset new file mode 100644 index 000000000..204554b6a Binary files /dev/null and b/Content/Peoples/NewPeoples/SM_Male_170_01/SM_Male_170_01_fbm/3_meshes_Merge_Normal.uasset differ diff --git a/Content/Peoples/NewPeoples/SM_Male_170_01/SM_Male_170_01_fbm/4_meshes_Merge_Diffuse.uasset b/Content/Peoples/NewPeoples/SM_Male_170_01/SM_Male_170_01_fbm/4_meshes_Merge_Diffuse.uasset new file mode 100644 index 000000000..916f55d87 Binary files /dev/null and b/Content/Peoples/NewPeoples/SM_Male_170_01/SM_Male_170_01_fbm/4_meshes_Merge_Diffuse.uasset differ diff --git a/Content/Peoples/NewPeoples/SM_Male_170_01/SM_Male_170_01_fbm/4_meshes_Merge_Normal.uasset b/Content/Peoples/NewPeoples/SM_Male_170_01/SM_Male_170_01_fbm/4_meshes_Merge_Normal.uasset new file mode 100644 index 000000000..edb9b7a7f Binary files /dev/null and b/Content/Peoples/NewPeoples/SM_Male_170_01/SM_Male_170_01_fbm/4_meshes_Merge_Normal.uasset differ diff --git a/Content/Peoples/NewPeoples/SM_Male_170_01/SM_Male_170_01_fbm/4_meshes_Merge_Opacity.uasset b/Content/Peoples/NewPeoples/SM_Male_170_01/SM_Male_170_01_fbm/4_meshes_Merge_Opacity.uasset new file mode 100644 index 000000000..aec89b63a Binary files /dev/null and b/Content/Peoples/NewPeoples/SM_Male_170_01/SM_Male_170_01_fbm/4_meshes_Merge_Opacity.uasset differ diff --git a/Content/Peoples/NewPeoples/SM_Male_170_01/SM_Male_170_01_fbm/RL_HairMesh_Merge_Diffuse.uasset b/Content/Peoples/NewPeoples/SM_Male_170_01/SM_Male_170_01_fbm/RL_HairMesh_Merge_Diffuse.uasset new file mode 100644 index 000000000..8f6fabc6f Binary files /dev/null and b/Content/Peoples/NewPeoples/SM_Male_170_01/SM_Male_170_01_fbm/RL_HairMesh_Merge_Diffuse.uasset differ diff --git a/Content/Peoples/NewPeoples/SM_Male_170_01/SM_Male_170_01_fbm/RL_HairMesh_Merge_Opacity.uasset b/Content/Peoples/NewPeoples/SM_Male_170_01/SM_Male_170_01_fbm/RL_HairMesh_Merge_Opacity.uasset new file mode 100644 index 000000000..ff6ea1e7b Binary files /dev/null and b/Content/Peoples/NewPeoples/SM_Male_170_01/SM_Male_170_01_fbm/RL_HairMesh_Merge_Opacity.uasset differ diff --git a/Content/Peoples/NewPeoples/SM_Male_170_01/SM_Male_170_01_fbm/default_Merge_Diffuse.uasset b/Content/Peoples/NewPeoples/SM_Male_170_01/SM_Male_170_01_fbm/default_Merge_Diffuse.uasset new file mode 100644 index 000000000..3d9c93471 Binary files /dev/null and b/Content/Peoples/NewPeoples/SM_Male_170_01/SM_Male_170_01_fbm/default_Merge_Diffuse.uasset differ diff --git a/Content/Peoples/NewPeoples/SM_Male_170_01/SM_Male_170_01_fbm/default_Merge_Normal.uasset b/Content/Peoples/NewPeoples/SM_Male_170_01/SM_Male_170_01_fbm/default_Merge_Normal.uasset new file mode 100644 index 000000000..582c2306e Binary files /dev/null and b/Content/Peoples/NewPeoples/SM_Male_170_01/SM_Male_170_01_fbm/default_Merge_Normal.uasset differ diff --git a/Content/Peoples/NewPeoples/SM_Male_170_01/SM_Male_170_01_fbm/default_Merge_Opacity.uasset b/Content/Peoples/NewPeoples/SM_Male_170_01/SM_Male_170_01_fbm/default_Merge_Opacity.uasset new file mode 100644 index 000000000..69c8c1add Binary files /dev/null and b/Content/Peoples/NewPeoples/SM_Male_170_01/SM_Male_170_01_fbm/default_Merge_Opacity.uasset differ diff --git a/Content/Peoples/NewPeoples/SM_Male_170_01/textures/SM_Male_170_01/3_meshes_Merge_ORM.uasset b/Content/Peoples/NewPeoples/SM_Male_170_01/textures/SM_Male_170_01/3_meshes_Merge_ORM.uasset new file mode 100644 index 000000000..a4c9ff13e Binary files /dev/null and b/Content/Peoples/NewPeoples/SM_Male_170_01/textures/SM_Male_170_01/3_meshes_Merge_ORM.uasset differ diff --git a/Content/Peoples/NewPeoples/SM_Male_170_01/textures/SM_Male_170_01/4_meshes_Merge_ORM.uasset b/Content/Peoples/NewPeoples/SM_Male_170_01/textures/SM_Male_170_01/4_meshes_Merge_ORM.uasset new file mode 100644 index 000000000..9a7d1d6f1 Binary files /dev/null and b/Content/Peoples/NewPeoples/SM_Male_170_01/textures/SM_Male_170_01/4_meshes_Merge_ORM.uasset differ diff --git a/Content/Peoples/NewPeoples/SM_Male_170_01/textures/SM_Male_170_01/RL_HairMesh_Merge_ORM.uasset b/Content/Peoples/NewPeoples/SM_Male_170_01/textures/SM_Male_170_01/RL_HairMesh_Merge_ORM.uasset new file mode 100644 index 000000000..edb0fe078 Binary files /dev/null and b/Content/Peoples/NewPeoples/SM_Male_170_01/textures/SM_Male_170_01/RL_HairMesh_Merge_ORM.uasset differ diff --git a/Content/Peoples/NewPeoples/SM_Male_170_01/textures/SM_Male_170_01/default_Merge_ORM.uasset b/Content/Peoples/NewPeoples/SM_Male_170_01/textures/SM_Male_170_01/default_Merge_ORM.uasset new file mode 100644 index 000000000..9a937c5bf Binary files /dev/null and b/Content/Peoples/NewPeoples/SM_Male_170_01/textures/SM_Male_170_01/default_Merge_ORM.uasset differ diff --git a/Content/Peoples/NewPeoples/SM_Male_170_02.uasset b/Content/Peoples/NewPeoples/SM_Male_170_02.uasset new file mode 100644 index 000000000..5767d1183 Binary files /dev/null and b/Content/Peoples/NewPeoples/SM_Male_170_02.uasset differ diff --git a/Content/Peoples/NewPeoples/SM_Male_170_02/Materials/SM_Male_170_02/4_meshes_Merge_0_Inst.uasset b/Content/Peoples/NewPeoples/SM_Male_170_02/Materials/SM_Male_170_02/4_meshes_Merge_0_Inst.uasset new file mode 100644 index 000000000..38ffeede5 Binary files /dev/null and b/Content/Peoples/NewPeoples/SM_Male_170_02/Materials/SM_Male_170_02/4_meshes_Merge_0_Inst.uasset differ diff --git a/Content/Peoples/NewPeoples/SM_Male_170_02/Materials/SM_Male_170_02/4_meshes_Merge_Inst.uasset b/Content/Peoples/NewPeoples/SM_Male_170_02/Materials/SM_Male_170_02/4_meshes_Merge_Inst.uasset new file mode 100644 index 000000000..6b9afd980 Binary files /dev/null and b/Content/Peoples/NewPeoples/SM_Male_170_02/Materials/SM_Male_170_02/4_meshes_Merge_Inst.uasset differ diff --git a/Content/Peoples/NewPeoples/SM_Male_170_02/Materials/SM_Male_170_02/Chin_Curtain_Sparse_Merge_Inst.uasset b/Content/Peoples/NewPeoples/SM_Male_170_02/Materials/SM_Male_170_02/Chin_Curtain_Sparse_Merge_Inst.uasset new file mode 100644 index 000000000..3f60a74a6 Binary files /dev/null and b/Content/Peoples/NewPeoples/SM_Male_170_02/Materials/SM_Male_170_02/Chin_Curtain_Sparse_Merge_Inst.uasset differ diff --git a/Content/Peoples/NewPeoples/SM_Male_170_02/Materials/SM_Male_170_02/RL_HairMesh_0__Merge_Inst.uasset b/Content/Peoples/NewPeoples/SM_Male_170_02/Materials/SM_Male_170_02/RL_HairMesh_0__Merge_Inst.uasset new file mode 100644 index 000000000..1f01aca40 Binary files /dev/null and b/Content/Peoples/NewPeoples/SM_Male_170_02/Materials/SM_Male_170_02/RL_HairMesh_0__Merge_Inst.uasset differ diff --git a/Content/Peoples/NewPeoples/SM_Male_170_02/SM_Male_170_02_PhysicsAsset.uasset b/Content/Peoples/NewPeoples/SM_Male_170_02/SM_Male_170_02_PhysicsAsset.uasset new file mode 100644 index 000000000..6de3cbbd0 Binary files /dev/null and b/Content/Peoples/NewPeoples/SM_Male_170_02/SM_Male_170_02_PhysicsAsset.uasset differ diff --git a/Content/Peoples/NewPeoples/SM_Male_170_02/SM_Male_170_02_fbm/4_meshes_Merge_0_Diffuse.uasset b/Content/Peoples/NewPeoples/SM_Male_170_02/SM_Male_170_02_fbm/4_meshes_Merge_0_Diffuse.uasset new file mode 100644 index 000000000..48971abfb Binary files /dev/null and b/Content/Peoples/NewPeoples/SM_Male_170_02/SM_Male_170_02_fbm/4_meshes_Merge_0_Diffuse.uasset differ diff --git a/Content/Peoples/NewPeoples/SM_Male_170_02/SM_Male_170_02_fbm/4_meshes_Merge_0_Normal.uasset b/Content/Peoples/NewPeoples/SM_Male_170_02/SM_Male_170_02_fbm/4_meshes_Merge_0_Normal.uasset new file mode 100644 index 000000000..00f939e61 Binary files /dev/null and b/Content/Peoples/NewPeoples/SM_Male_170_02/SM_Male_170_02_fbm/4_meshes_Merge_0_Normal.uasset differ diff --git a/Content/Peoples/NewPeoples/SM_Male_170_02/SM_Male_170_02_fbm/4_meshes_Merge_0_Opacity.uasset b/Content/Peoples/NewPeoples/SM_Male_170_02/SM_Male_170_02_fbm/4_meshes_Merge_0_Opacity.uasset new file mode 100644 index 000000000..f8d26cb9b Binary files /dev/null and b/Content/Peoples/NewPeoples/SM_Male_170_02/SM_Male_170_02_fbm/4_meshes_Merge_0_Opacity.uasset differ diff --git a/Content/Peoples/NewPeoples/SM_Male_170_02/SM_Male_170_02_fbm/4_meshes_Merge_Diffuse.uasset b/Content/Peoples/NewPeoples/SM_Male_170_02/SM_Male_170_02_fbm/4_meshes_Merge_Diffuse.uasset new file mode 100644 index 000000000..31994f574 Binary files /dev/null and b/Content/Peoples/NewPeoples/SM_Male_170_02/SM_Male_170_02_fbm/4_meshes_Merge_Diffuse.uasset differ diff --git a/Content/Peoples/NewPeoples/SM_Male_170_02/SM_Male_170_02_fbm/4_meshes_Merge_Normal.uasset b/Content/Peoples/NewPeoples/SM_Male_170_02/SM_Male_170_02_fbm/4_meshes_Merge_Normal.uasset new file mode 100644 index 000000000..9b487bdf0 Binary files /dev/null and b/Content/Peoples/NewPeoples/SM_Male_170_02/SM_Male_170_02_fbm/4_meshes_Merge_Normal.uasset differ diff --git a/Content/Peoples/NewPeoples/SM_Male_170_02/SM_Male_170_02_fbm/4_meshes_Merge_Opacity.uasset b/Content/Peoples/NewPeoples/SM_Male_170_02/SM_Male_170_02_fbm/4_meshes_Merge_Opacity.uasset new file mode 100644 index 000000000..eac8c1287 Binary files /dev/null and b/Content/Peoples/NewPeoples/SM_Male_170_02/SM_Male_170_02_fbm/4_meshes_Merge_Opacity.uasset differ diff --git a/Content/Peoples/NewPeoples/SM_Male_170_02/SM_Male_170_02_fbm/Chin_Curtain_Sparse_Merge_Diffuse.uasset b/Content/Peoples/NewPeoples/SM_Male_170_02/SM_Male_170_02_fbm/Chin_Curtain_Sparse_Merge_Diffuse.uasset new file mode 100644 index 000000000..b29f175d2 Binary files /dev/null and b/Content/Peoples/NewPeoples/SM_Male_170_02/SM_Male_170_02_fbm/Chin_Curtain_Sparse_Merge_Diffuse.uasset differ diff --git a/Content/Peoples/NewPeoples/SM_Male_170_02/SM_Male_170_02_fbm/Chin_Curtain_Sparse_Merge_Opacity.uasset b/Content/Peoples/NewPeoples/SM_Male_170_02/SM_Male_170_02_fbm/Chin_Curtain_Sparse_Merge_Opacity.uasset new file mode 100644 index 000000000..d0e009c32 Binary files /dev/null and b/Content/Peoples/NewPeoples/SM_Male_170_02/SM_Male_170_02_fbm/Chin_Curtain_Sparse_Merge_Opacity.uasset differ diff --git a/Content/Peoples/NewPeoples/SM_Male_170_02/SM_Male_170_02_fbm/RL_HairMesh_0__Merge_Diffuse.uasset b/Content/Peoples/NewPeoples/SM_Male_170_02/SM_Male_170_02_fbm/RL_HairMesh_0__Merge_Diffuse.uasset new file mode 100644 index 000000000..b8663efb3 Binary files /dev/null and b/Content/Peoples/NewPeoples/SM_Male_170_02/SM_Male_170_02_fbm/RL_HairMesh_0__Merge_Diffuse.uasset differ diff --git a/Content/Peoples/NewPeoples/SM_Male_170_02/SM_Male_170_02_fbm/RL_HairMesh_0__Merge_Opacity.uasset b/Content/Peoples/NewPeoples/SM_Male_170_02/SM_Male_170_02_fbm/RL_HairMesh_0__Merge_Opacity.uasset new file mode 100644 index 000000000..bcfb5b145 Binary files /dev/null and b/Content/Peoples/NewPeoples/SM_Male_170_02/SM_Male_170_02_fbm/RL_HairMesh_0__Merge_Opacity.uasset differ diff --git a/Content/Peoples/NewPeoples/SM_Male_170_02/textures/SM_Male_170_02/4_meshes_Merge_0_ORM.uasset b/Content/Peoples/NewPeoples/SM_Male_170_02/textures/SM_Male_170_02/4_meshes_Merge_0_ORM.uasset new file mode 100644 index 000000000..a24961f02 Binary files /dev/null and b/Content/Peoples/NewPeoples/SM_Male_170_02/textures/SM_Male_170_02/4_meshes_Merge_0_ORM.uasset differ diff --git a/Content/Peoples/NewPeoples/SM_Male_170_02/textures/SM_Male_170_02/4_meshes_Merge_ORM.uasset b/Content/Peoples/NewPeoples/SM_Male_170_02/textures/SM_Male_170_02/4_meshes_Merge_ORM.uasset new file mode 100644 index 000000000..53831a1d1 Binary files /dev/null and b/Content/Peoples/NewPeoples/SM_Male_170_02/textures/SM_Male_170_02/4_meshes_Merge_ORM.uasset differ diff --git a/Content/Peoples/NewPeoples/SM_Male_170_02/textures/SM_Male_170_02/Chin_Curtain_Sparse_Merge_ORM.uasset b/Content/Peoples/NewPeoples/SM_Male_170_02/textures/SM_Male_170_02/Chin_Curtain_Sparse_Merge_ORM.uasset new file mode 100644 index 000000000..bc707a772 Binary files /dev/null and b/Content/Peoples/NewPeoples/SM_Male_170_02/textures/SM_Male_170_02/Chin_Curtain_Sparse_Merge_ORM.uasset differ diff --git a/Content/Peoples/NewPeoples/SM_Male_170_03.uasset b/Content/Peoples/NewPeoples/SM_Male_170_03.uasset new file mode 100644 index 000000000..1a7a47cf1 Binary files /dev/null and b/Content/Peoples/NewPeoples/SM_Male_170_03.uasset differ diff --git a/Content/Peoples/NewPeoples/SM_Male_170_03/Materials/SM_Male_170_03/4_meshes_Merge_0_Inst.uasset b/Content/Peoples/NewPeoples/SM_Male_170_03/Materials/SM_Male_170_03/4_meshes_Merge_0_Inst.uasset new file mode 100644 index 000000000..2ba15bf6a Binary files /dev/null and b/Content/Peoples/NewPeoples/SM_Male_170_03/Materials/SM_Male_170_03/4_meshes_Merge_0_Inst.uasset differ diff --git a/Content/Peoples/NewPeoples/SM_Male_170_03/Materials/SM_Male_170_03/4_meshes_Merge_Inst.uasset b/Content/Peoples/NewPeoples/SM_Male_170_03/Materials/SM_Male_170_03/4_meshes_Merge_Inst.uasset new file mode 100644 index 000000000..4c79884bf Binary files /dev/null and b/Content/Peoples/NewPeoples/SM_Male_170_03/Materials/SM_Male_170_03/4_meshes_Merge_Inst.uasset differ diff --git a/Content/Peoples/NewPeoples/SM_Male_170_03/Materials/SM_Male_170_03/RL_HairMesh_0__Merge_Inst.uasset b/Content/Peoples/NewPeoples/SM_Male_170_03/Materials/SM_Male_170_03/RL_HairMesh_0__Merge_Inst.uasset new file mode 100644 index 000000000..91353e655 Binary files /dev/null and b/Content/Peoples/NewPeoples/SM_Male_170_03/Materials/SM_Male_170_03/RL_HairMesh_0__Merge_Inst.uasset differ diff --git a/Content/Peoples/NewPeoples/SM_Male_170_03/SM_Male_170_03_PhysicsAsset.uasset b/Content/Peoples/NewPeoples/SM_Male_170_03/SM_Male_170_03_PhysicsAsset.uasset new file mode 100644 index 000000000..824413455 Binary files /dev/null and b/Content/Peoples/NewPeoples/SM_Male_170_03/SM_Male_170_03_PhysicsAsset.uasset differ diff --git a/Content/Peoples/NewPeoples/SM_Male_170_03/SM_Male_170_03_fbm/4_meshes_Merge_0_Diffuse.uasset b/Content/Peoples/NewPeoples/SM_Male_170_03/SM_Male_170_03_fbm/4_meshes_Merge_0_Diffuse.uasset new file mode 100644 index 000000000..a76d8583f Binary files /dev/null and b/Content/Peoples/NewPeoples/SM_Male_170_03/SM_Male_170_03_fbm/4_meshes_Merge_0_Diffuse.uasset differ diff --git a/Content/Peoples/NewPeoples/SM_Male_170_03/SM_Male_170_03_fbm/4_meshes_Merge_0_Normal.uasset b/Content/Peoples/NewPeoples/SM_Male_170_03/SM_Male_170_03_fbm/4_meshes_Merge_0_Normal.uasset new file mode 100644 index 000000000..49219e112 Binary files /dev/null and b/Content/Peoples/NewPeoples/SM_Male_170_03/SM_Male_170_03_fbm/4_meshes_Merge_0_Normal.uasset differ diff --git a/Content/Peoples/NewPeoples/SM_Male_170_03/SM_Male_170_03_fbm/4_meshes_Merge_0_Opacity.uasset b/Content/Peoples/NewPeoples/SM_Male_170_03/SM_Male_170_03_fbm/4_meshes_Merge_0_Opacity.uasset new file mode 100644 index 000000000..ff9a3f6c6 Binary files /dev/null and b/Content/Peoples/NewPeoples/SM_Male_170_03/SM_Male_170_03_fbm/4_meshes_Merge_0_Opacity.uasset differ diff --git a/Content/Peoples/NewPeoples/SM_Male_170_03/SM_Male_170_03_fbm/4_meshes_Merge_Diffuse.uasset b/Content/Peoples/NewPeoples/SM_Male_170_03/SM_Male_170_03_fbm/4_meshes_Merge_Diffuse.uasset new file mode 100644 index 000000000..790944a18 Binary files /dev/null and b/Content/Peoples/NewPeoples/SM_Male_170_03/SM_Male_170_03_fbm/4_meshes_Merge_Diffuse.uasset differ diff --git a/Content/Peoples/NewPeoples/SM_Male_170_03/SM_Male_170_03_fbm/4_meshes_Merge_Normal.uasset b/Content/Peoples/NewPeoples/SM_Male_170_03/SM_Male_170_03_fbm/4_meshes_Merge_Normal.uasset new file mode 100644 index 000000000..2397153f0 Binary files /dev/null and b/Content/Peoples/NewPeoples/SM_Male_170_03/SM_Male_170_03_fbm/4_meshes_Merge_Normal.uasset differ diff --git a/Content/Peoples/NewPeoples/SM_Male_170_03/SM_Male_170_03_fbm/4_meshes_Merge_Opacity.uasset b/Content/Peoples/NewPeoples/SM_Male_170_03/SM_Male_170_03_fbm/4_meshes_Merge_Opacity.uasset new file mode 100644 index 000000000..8a55d3b13 Binary files /dev/null and b/Content/Peoples/NewPeoples/SM_Male_170_03/SM_Male_170_03_fbm/4_meshes_Merge_Opacity.uasset differ diff --git a/Content/Peoples/NewPeoples/SM_Male_170_03/SM_Male_170_03_fbm/RL_HairMesh_0__Merge_Bump.uasset b/Content/Peoples/NewPeoples/SM_Male_170_03/SM_Male_170_03_fbm/RL_HairMesh_0__Merge_Bump.uasset new file mode 100644 index 000000000..431f47a13 Binary files /dev/null and b/Content/Peoples/NewPeoples/SM_Male_170_03/SM_Male_170_03_fbm/RL_HairMesh_0__Merge_Bump.uasset differ diff --git a/Content/Peoples/NewPeoples/SM_Male_170_03/SM_Male_170_03_fbm/RL_HairMesh_0__Merge_Diffuse.uasset b/Content/Peoples/NewPeoples/SM_Male_170_03/SM_Male_170_03_fbm/RL_HairMesh_0__Merge_Diffuse.uasset new file mode 100644 index 000000000..e0189b917 Binary files /dev/null and b/Content/Peoples/NewPeoples/SM_Male_170_03/SM_Male_170_03_fbm/RL_HairMesh_0__Merge_Diffuse.uasset differ diff --git a/Content/Peoples/NewPeoples/SM_Male_170_03/SM_Male_170_03_fbm/RL_HairMesh_0__Merge_Opacity.uasset b/Content/Peoples/NewPeoples/SM_Male_170_03/SM_Male_170_03_fbm/RL_HairMesh_0__Merge_Opacity.uasset new file mode 100644 index 000000000..bb23e2e3f Binary files /dev/null and b/Content/Peoples/NewPeoples/SM_Male_170_03/SM_Male_170_03_fbm/RL_HairMesh_0__Merge_Opacity.uasset differ diff --git a/Content/Peoples/NewPeoples/SM_Male_170_03/SM_Male_170_03_fbm/RL_HairMesh_0__Merge_Specular.uasset b/Content/Peoples/NewPeoples/SM_Male_170_03/SM_Male_170_03_fbm/RL_HairMesh_0__Merge_Specular.uasset new file mode 100644 index 000000000..2e0019077 Binary files /dev/null and b/Content/Peoples/NewPeoples/SM_Male_170_03/SM_Male_170_03_fbm/RL_HairMesh_0__Merge_Specular.uasset differ diff --git a/Content/Peoples/NewPeoples/SM_Male_170_03/textures/SM_Male_170_03/4_meshes_Merge_0_ORM.uasset b/Content/Peoples/NewPeoples/SM_Male_170_03/textures/SM_Male_170_03/4_meshes_Merge_0_ORM.uasset new file mode 100644 index 000000000..c4cea3c85 Binary files /dev/null and b/Content/Peoples/NewPeoples/SM_Male_170_03/textures/SM_Male_170_03/4_meshes_Merge_0_ORM.uasset differ diff --git a/Content/Peoples/NewPeoples/SM_Male_170_03/textures/SM_Male_170_03/4_meshes_Merge_ORM.uasset b/Content/Peoples/NewPeoples/SM_Male_170_03/textures/SM_Male_170_03/4_meshes_Merge_ORM.uasset new file mode 100644 index 000000000..d5c72e3c1 Binary files /dev/null and b/Content/Peoples/NewPeoples/SM_Male_170_03/textures/SM_Male_170_03/4_meshes_Merge_ORM.uasset differ diff --git a/Content/Peoples/NewPeoples/SM_Male_170_04.uasset b/Content/Peoples/NewPeoples/SM_Male_170_04.uasset new file mode 100644 index 000000000..6bc15c0c5 Binary files /dev/null and b/Content/Peoples/NewPeoples/SM_Male_170_04.uasset differ diff --git a/Content/Peoples/NewPeoples/SM_Male_170_04/Materials/SM_Male_170_04/4_meshes_Merge_Inst.uasset b/Content/Peoples/NewPeoples/SM_Male_170_04/Materials/SM_Male_170_04/4_meshes_Merge_Inst.uasset new file mode 100644 index 000000000..a4405227b Binary files /dev/null and b/Content/Peoples/NewPeoples/SM_Male_170_04/Materials/SM_Male_170_04/4_meshes_Merge_Inst.uasset differ diff --git a/Content/Peoples/NewPeoples/SM_Male_170_04/Materials/SM_Male_170_04/5_meshes_Merge_Inst.uasset b/Content/Peoples/NewPeoples/SM_Male_170_04/Materials/SM_Male_170_04/5_meshes_Merge_Inst.uasset new file mode 100644 index 000000000..dd58aac91 Binary files /dev/null and b/Content/Peoples/NewPeoples/SM_Male_170_04/Materials/SM_Male_170_04/5_meshes_Merge_Inst.uasset differ diff --git a/Content/Peoples/NewPeoples/SM_Male_170_04/Materials/SM_Male_170_04/RL_HairMesh_Merge_Inst.uasset b/Content/Peoples/NewPeoples/SM_Male_170_04/Materials/SM_Male_170_04/RL_HairMesh_Merge_Inst.uasset new file mode 100644 index 000000000..d954894a3 Binary files /dev/null and b/Content/Peoples/NewPeoples/SM_Male_170_04/Materials/SM_Male_170_04/RL_HairMesh_Merge_Inst.uasset differ diff --git a/Content/Peoples/NewPeoples/SM_Male_170_04/SM_Male_170_04_PhysicsAsset.uasset b/Content/Peoples/NewPeoples/SM_Male_170_04/SM_Male_170_04_PhysicsAsset.uasset new file mode 100644 index 000000000..e0b50a3d7 Binary files /dev/null and b/Content/Peoples/NewPeoples/SM_Male_170_04/SM_Male_170_04_PhysicsAsset.uasset differ diff --git a/Content/Peoples/NewPeoples/SM_Male_170_04/SM_Male_170_04_fbm/4_meshes_Merge_Diffuse.uasset b/Content/Peoples/NewPeoples/SM_Male_170_04/SM_Male_170_04_fbm/4_meshes_Merge_Diffuse.uasset new file mode 100644 index 000000000..fa909dd72 Binary files /dev/null and b/Content/Peoples/NewPeoples/SM_Male_170_04/SM_Male_170_04_fbm/4_meshes_Merge_Diffuse.uasset differ diff --git a/Content/Peoples/NewPeoples/SM_Male_170_04/SM_Male_170_04_fbm/4_meshes_Merge_Normal.uasset b/Content/Peoples/NewPeoples/SM_Male_170_04/SM_Male_170_04_fbm/4_meshes_Merge_Normal.uasset new file mode 100644 index 000000000..44a7d9750 Binary files /dev/null and b/Content/Peoples/NewPeoples/SM_Male_170_04/SM_Male_170_04_fbm/4_meshes_Merge_Normal.uasset differ diff --git a/Content/Peoples/NewPeoples/SM_Male_170_04/SM_Male_170_04_fbm/4_meshes_Merge_Opacity.uasset b/Content/Peoples/NewPeoples/SM_Male_170_04/SM_Male_170_04_fbm/4_meshes_Merge_Opacity.uasset new file mode 100644 index 000000000..ba7a26c5f Binary files /dev/null and b/Content/Peoples/NewPeoples/SM_Male_170_04/SM_Male_170_04_fbm/4_meshes_Merge_Opacity.uasset differ diff --git a/Content/Peoples/NewPeoples/SM_Male_170_04/SM_Male_170_04_fbm/5_meshes_Merge_Diffuse.uasset b/Content/Peoples/NewPeoples/SM_Male_170_04/SM_Male_170_04_fbm/5_meshes_Merge_Diffuse.uasset new file mode 100644 index 000000000..879264a81 Binary files /dev/null and b/Content/Peoples/NewPeoples/SM_Male_170_04/SM_Male_170_04_fbm/5_meshes_Merge_Diffuse.uasset differ diff --git a/Content/Peoples/NewPeoples/SM_Male_170_04/SM_Male_170_04_fbm/5_meshes_Merge_Normal.uasset b/Content/Peoples/NewPeoples/SM_Male_170_04/SM_Male_170_04_fbm/5_meshes_Merge_Normal.uasset new file mode 100644 index 000000000..8e5774cc5 Binary files /dev/null and b/Content/Peoples/NewPeoples/SM_Male_170_04/SM_Male_170_04_fbm/5_meshes_Merge_Normal.uasset differ diff --git a/Content/Peoples/NewPeoples/SM_Male_170_04/SM_Male_170_04_fbm/RL_HairMesh_Merge_Diffuse.uasset b/Content/Peoples/NewPeoples/SM_Male_170_04/SM_Male_170_04_fbm/RL_HairMesh_Merge_Diffuse.uasset new file mode 100644 index 000000000..2a1007702 Binary files /dev/null and b/Content/Peoples/NewPeoples/SM_Male_170_04/SM_Male_170_04_fbm/RL_HairMesh_Merge_Diffuse.uasset differ diff --git a/Content/Peoples/NewPeoples/SM_Male_170_04/SM_Male_170_04_fbm/RL_HairMesh_Merge_Opacity.uasset b/Content/Peoples/NewPeoples/SM_Male_170_04/SM_Male_170_04_fbm/RL_HairMesh_Merge_Opacity.uasset new file mode 100644 index 000000000..de2c94d11 Binary files /dev/null and b/Content/Peoples/NewPeoples/SM_Male_170_04/SM_Male_170_04_fbm/RL_HairMesh_Merge_Opacity.uasset differ diff --git a/Content/Peoples/NewPeoples/SM_Male_170_04/textures/SM_Male_170_04/4_meshes_Merge_ORM.uasset b/Content/Peoples/NewPeoples/SM_Male_170_04/textures/SM_Male_170_04/4_meshes_Merge_ORM.uasset new file mode 100644 index 000000000..7da9732b1 Binary files /dev/null and b/Content/Peoples/NewPeoples/SM_Male_170_04/textures/SM_Male_170_04/4_meshes_Merge_ORM.uasset differ diff --git a/Content/Peoples/NewPeoples/SM_Male_170_04/textures/SM_Male_170_04/5_meshes_Merge_ORM.uasset b/Content/Peoples/NewPeoples/SM_Male_170_04/textures/SM_Male_170_04/5_meshes_Merge_ORM.uasset new file mode 100644 index 000000000..7409c647c Binary files /dev/null and b/Content/Peoples/NewPeoples/SM_Male_170_04/textures/SM_Male_170_04/5_meshes_Merge_ORM.uasset differ diff --git a/Content/Peoples/NewPeoples/SM_Male_170_04/textures/SM_Male_170_04/RL_HairMesh_Merge_ORM.uasset b/Content/Peoples/NewPeoples/SM_Male_170_04/textures/SM_Male_170_04/RL_HairMesh_Merge_ORM.uasset new file mode 100644 index 000000000..500f97e2f Binary files /dev/null and b/Content/Peoples/NewPeoples/SM_Male_170_04/textures/SM_Male_170_04/RL_HairMesh_Merge_ORM.uasset differ diff --git a/Content/Peoples/NewPeoples/SM_Male_170_05.uasset b/Content/Peoples/NewPeoples/SM_Male_170_05.uasset new file mode 100644 index 000000000..5c792ef9c Binary files /dev/null and b/Content/Peoples/NewPeoples/SM_Male_170_05.uasset differ diff --git a/Content/Peoples/NewPeoples/SM_Male_170_05/Materials/SM_Male_170_05/3_meshes_Merge_Inst.uasset b/Content/Peoples/NewPeoples/SM_Male_170_05/Materials/SM_Male_170_05/3_meshes_Merge_Inst.uasset new file mode 100644 index 000000000..3d521cda0 Binary files /dev/null and b/Content/Peoples/NewPeoples/SM_Male_170_05/Materials/SM_Male_170_05/3_meshes_Merge_Inst.uasset differ diff --git a/Content/Peoples/NewPeoples/SM_Male_170_05/Materials/SM_Male_170_05/4_meshes_Merge_Inst.uasset b/Content/Peoples/NewPeoples/SM_Male_170_05/Materials/SM_Male_170_05/4_meshes_Merge_Inst.uasset new file mode 100644 index 000000000..9978e5188 Binary files /dev/null and b/Content/Peoples/NewPeoples/SM_Male_170_05/Materials/SM_Male_170_05/4_meshes_Merge_Inst.uasset differ diff --git a/Content/Peoples/NewPeoples/SM_Male_170_05/Materials/SM_Male_170_05/RL_HairMesh_0__Merge_Inst.uasset b/Content/Peoples/NewPeoples/SM_Male_170_05/Materials/SM_Male_170_05/RL_HairMesh_0__Merge_Inst.uasset new file mode 100644 index 000000000..15ce6f018 Binary files /dev/null and b/Content/Peoples/NewPeoples/SM_Male_170_05/Materials/SM_Male_170_05/RL_HairMesh_0__Merge_Inst.uasset differ diff --git a/Content/Peoples/NewPeoples/SM_Male_170_05/SM_Male_170_05_PhysicsAsset.uasset b/Content/Peoples/NewPeoples/SM_Male_170_05/SM_Male_170_05_PhysicsAsset.uasset new file mode 100644 index 000000000..77fa15b9b Binary files /dev/null and b/Content/Peoples/NewPeoples/SM_Male_170_05/SM_Male_170_05_PhysicsAsset.uasset differ diff --git a/Content/Peoples/NewPeoples/SM_Male_170_05/SM_Male_170_05_fbm/3_meshes_Merge_Diffuse.uasset b/Content/Peoples/NewPeoples/SM_Male_170_05/SM_Male_170_05_fbm/3_meshes_Merge_Diffuse.uasset new file mode 100644 index 000000000..549c1e4f1 Binary files /dev/null and b/Content/Peoples/NewPeoples/SM_Male_170_05/SM_Male_170_05_fbm/3_meshes_Merge_Diffuse.uasset differ diff --git a/Content/Peoples/NewPeoples/SM_Male_170_05/SM_Male_170_05_fbm/3_meshes_Merge_Normal.uasset b/Content/Peoples/NewPeoples/SM_Male_170_05/SM_Male_170_05_fbm/3_meshes_Merge_Normal.uasset new file mode 100644 index 000000000..972aab94e Binary files /dev/null and b/Content/Peoples/NewPeoples/SM_Male_170_05/SM_Male_170_05_fbm/3_meshes_Merge_Normal.uasset differ diff --git a/Content/Peoples/NewPeoples/SM_Male_170_05/SM_Male_170_05_fbm/4_meshes_Merge_Diffuse.uasset b/Content/Peoples/NewPeoples/SM_Male_170_05/SM_Male_170_05_fbm/4_meshes_Merge_Diffuse.uasset new file mode 100644 index 000000000..8e7dad26c Binary files /dev/null and b/Content/Peoples/NewPeoples/SM_Male_170_05/SM_Male_170_05_fbm/4_meshes_Merge_Diffuse.uasset differ diff --git a/Content/Peoples/NewPeoples/SM_Male_170_05/SM_Male_170_05_fbm/4_meshes_Merge_Normal.uasset b/Content/Peoples/NewPeoples/SM_Male_170_05/SM_Male_170_05_fbm/4_meshes_Merge_Normal.uasset new file mode 100644 index 000000000..6e95c4212 Binary files /dev/null and b/Content/Peoples/NewPeoples/SM_Male_170_05/SM_Male_170_05_fbm/4_meshes_Merge_Normal.uasset differ diff --git a/Content/Peoples/NewPeoples/SM_Male_170_05/SM_Male_170_05_fbm/4_meshes_Merge_Opacity.uasset b/Content/Peoples/NewPeoples/SM_Male_170_05/SM_Male_170_05_fbm/4_meshes_Merge_Opacity.uasset new file mode 100644 index 000000000..2bb13e5dc Binary files /dev/null and b/Content/Peoples/NewPeoples/SM_Male_170_05/SM_Male_170_05_fbm/4_meshes_Merge_Opacity.uasset differ diff --git a/Content/Peoples/NewPeoples/SM_Male_170_05/SM_Male_170_05_fbm/RL_HairMesh_0__Merge_Diffuse.uasset b/Content/Peoples/NewPeoples/SM_Male_170_05/SM_Male_170_05_fbm/RL_HairMesh_0__Merge_Diffuse.uasset new file mode 100644 index 000000000..3cc50c635 Binary files /dev/null and b/Content/Peoples/NewPeoples/SM_Male_170_05/SM_Male_170_05_fbm/RL_HairMesh_0__Merge_Diffuse.uasset differ diff --git a/Content/Peoples/NewPeoples/SM_Male_170_05/SM_Male_170_05_fbm/RL_HairMesh_0__Merge_Opacity.uasset b/Content/Peoples/NewPeoples/SM_Male_170_05/SM_Male_170_05_fbm/RL_HairMesh_0__Merge_Opacity.uasset new file mode 100644 index 000000000..ad4eebb8a Binary files /dev/null and b/Content/Peoples/NewPeoples/SM_Male_170_05/SM_Male_170_05_fbm/RL_HairMesh_0__Merge_Opacity.uasset differ diff --git a/Content/Peoples/NewPeoples/SM_Male_170_05/textures/SM_Male_170_05/3_meshes_Merge_ORM.uasset b/Content/Peoples/NewPeoples/SM_Male_170_05/textures/SM_Male_170_05/3_meshes_Merge_ORM.uasset new file mode 100644 index 000000000..c39b1b8ae Binary files /dev/null and b/Content/Peoples/NewPeoples/SM_Male_170_05/textures/SM_Male_170_05/3_meshes_Merge_ORM.uasset differ diff --git a/Content/Peoples/NewPeoples/SM_Male_170_05/textures/SM_Male_170_05/4_meshes_Merge_ORM.uasset b/Content/Peoples/NewPeoples/SM_Male_170_05/textures/SM_Male_170_05/4_meshes_Merge_ORM.uasset new file mode 100644 index 000000000..53b1a4a1b Binary files /dev/null and b/Content/Peoples/NewPeoples/SM_Male_170_05/textures/SM_Male_170_05/4_meshes_Merge_ORM.uasset differ diff --git a/Content/Peoples/NewPeoples/SM_Male_170_05/textures/SM_Male_170_05/RL_HairMesh_0__Merge_ORM.uasset b/Content/Peoples/NewPeoples/SM_Male_170_05/textures/SM_Male_170_05/RL_HairMesh_0__Merge_ORM.uasset new file mode 100644 index 000000000..4fb540975 Binary files /dev/null and b/Content/Peoples/NewPeoples/SM_Male_170_05/textures/SM_Male_170_05/RL_HairMesh_0__Merge_ORM.uasset differ diff --git a/Content/Peoples/NewPeoples/SM_Male_170_06.uasset b/Content/Peoples/NewPeoples/SM_Male_170_06.uasset new file mode 100644 index 000000000..a47a742ea Binary files /dev/null and b/Content/Peoples/NewPeoples/SM_Male_170_06.uasset differ diff --git a/Content/Peoples/NewPeoples/SM_Male_170_06/Materials/SM_Male_170_06/3_meshes_Merge_Inst.uasset b/Content/Peoples/NewPeoples/SM_Male_170_06/Materials/SM_Male_170_06/3_meshes_Merge_Inst.uasset new file mode 100644 index 000000000..b4af03fc5 Binary files /dev/null and b/Content/Peoples/NewPeoples/SM_Male_170_06/Materials/SM_Male_170_06/3_meshes_Merge_Inst.uasset differ diff --git a/Content/Peoples/NewPeoples/SM_Male_170_06/Materials/SM_Male_170_06/4_meshes_Merge_Inst.uasset b/Content/Peoples/NewPeoples/SM_Male_170_06/Materials/SM_Male_170_06/4_meshes_Merge_Inst.uasset new file mode 100644 index 000000000..2665a9879 Binary files /dev/null and b/Content/Peoples/NewPeoples/SM_Male_170_06/Materials/SM_Male_170_06/4_meshes_Merge_Inst.uasset differ diff --git a/Content/Peoples/NewPeoples/SM_Male_170_06/Materials/SM_Male_170_06/RL_HairMesh_Merge_Inst.uasset b/Content/Peoples/NewPeoples/SM_Male_170_06/Materials/SM_Male_170_06/RL_HairMesh_Merge_Inst.uasset new file mode 100644 index 000000000..96cad81d0 Binary files /dev/null and b/Content/Peoples/NewPeoples/SM_Male_170_06/Materials/SM_Male_170_06/RL_HairMesh_Merge_Inst.uasset differ diff --git a/Content/Peoples/NewPeoples/SM_Male_170_06/SM_Male_170_06_PhysicsAsset.uasset b/Content/Peoples/NewPeoples/SM_Male_170_06/SM_Male_170_06_PhysicsAsset.uasset new file mode 100644 index 000000000..176f8bd05 Binary files /dev/null and b/Content/Peoples/NewPeoples/SM_Male_170_06/SM_Male_170_06_PhysicsAsset.uasset differ diff --git a/Content/Peoples/NewPeoples/SM_Male_170_06/SM_Male_170_06_fbm/3_meshes_Merge_Diffuse.uasset b/Content/Peoples/NewPeoples/SM_Male_170_06/SM_Male_170_06_fbm/3_meshes_Merge_Diffuse.uasset new file mode 100644 index 000000000..0b7ec6802 Binary files /dev/null and b/Content/Peoples/NewPeoples/SM_Male_170_06/SM_Male_170_06_fbm/3_meshes_Merge_Diffuse.uasset differ diff --git a/Content/Peoples/NewPeoples/SM_Male_170_06/SM_Male_170_06_fbm/3_meshes_Merge_Normal.uasset b/Content/Peoples/NewPeoples/SM_Male_170_06/SM_Male_170_06_fbm/3_meshes_Merge_Normal.uasset new file mode 100644 index 000000000..467bf2512 Binary files /dev/null and b/Content/Peoples/NewPeoples/SM_Male_170_06/SM_Male_170_06_fbm/3_meshes_Merge_Normal.uasset differ diff --git a/Content/Peoples/NewPeoples/SM_Male_170_06/SM_Male_170_06_fbm/4_meshes_Merge_Diffuse.uasset b/Content/Peoples/NewPeoples/SM_Male_170_06/SM_Male_170_06_fbm/4_meshes_Merge_Diffuse.uasset new file mode 100644 index 000000000..82688f711 Binary files /dev/null and b/Content/Peoples/NewPeoples/SM_Male_170_06/SM_Male_170_06_fbm/4_meshes_Merge_Diffuse.uasset differ diff --git a/Content/Peoples/NewPeoples/SM_Male_170_06/SM_Male_170_06_fbm/4_meshes_Merge_Normal.uasset b/Content/Peoples/NewPeoples/SM_Male_170_06/SM_Male_170_06_fbm/4_meshes_Merge_Normal.uasset new file mode 100644 index 000000000..25f8c0043 Binary files /dev/null and b/Content/Peoples/NewPeoples/SM_Male_170_06/SM_Male_170_06_fbm/4_meshes_Merge_Normal.uasset differ diff --git a/Content/Peoples/NewPeoples/SM_Male_170_06/SM_Male_170_06_fbm/4_meshes_Merge_Opacity.uasset b/Content/Peoples/NewPeoples/SM_Male_170_06/SM_Male_170_06_fbm/4_meshes_Merge_Opacity.uasset new file mode 100644 index 000000000..9aad0e5fe Binary files /dev/null and b/Content/Peoples/NewPeoples/SM_Male_170_06/SM_Male_170_06_fbm/4_meshes_Merge_Opacity.uasset differ diff --git a/Content/Peoples/NewPeoples/SM_Male_170_06/SM_Male_170_06_fbm/RL_HairMesh_Merge_Diffuse.uasset b/Content/Peoples/NewPeoples/SM_Male_170_06/SM_Male_170_06_fbm/RL_HairMesh_Merge_Diffuse.uasset new file mode 100644 index 000000000..afd04cb1e Binary files /dev/null and b/Content/Peoples/NewPeoples/SM_Male_170_06/SM_Male_170_06_fbm/RL_HairMesh_Merge_Diffuse.uasset differ diff --git a/Content/Peoples/NewPeoples/SM_Male_170_06/SM_Male_170_06_fbm/RL_HairMesh_Merge_Opacity.uasset b/Content/Peoples/NewPeoples/SM_Male_170_06/SM_Male_170_06_fbm/RL_HairMesh_Merge_Opacity.uasset new file mode 100644 index 000000000..7c9144dfe Binary files /dev/null and b/Content/Peoples/NewPeoples/SM_Male_170_06/SM_Male_170_06_fbm/RL_HairMesh_Merge_Opacity.uasset differ diff --git a/Content/Peoples/NewPeoples/SM_Male_170_06/textures/SM_Male_170_06/3_meshes_Merge_ORM.uasset b/Content/Peoples/NewPeoples/SM_Male_170_06/textures/SM_Male_170_06/3_meshes_Merge_ORM.uasset new file mode 100644 index 000000000..a13b1405d Binary files /dev/null and b/Content/Peoples/NewPeoples/SM_Male_170_06/textures/SM_Male_170_06/3_meshes_Merge_ORM.uasset differ diff --git a/Content/Peoples/NewPeoples/SM_Male_170_06/textures/SM_Male_170_06/4_meshes_Merge_ORM.uasset b/Content/Peoples/NewPeoples/SM_Male_170_06/textures/SM_Male_170_06/4_meshes_Merge_ORM.uasset new file mode 100644 index 000000000..0e1bcd334 Binary files /dev/null and b/Content/Peoples/NewPeoples/SM_Male_170_06/textures/SM_Male_170_06/4_meshes_Merge_ORM.uasset differ diff --git a/Content/Peoples/NewPeoples/SM_Male_170_06/textures/SM_Male_170_06/RL_HairMesh_Merge_ORM.uasset b/Content/Peoples/NewPeoples/SM_Male_170_06/textures/SM_Male_170_06/RL_HairMesh_Merge_ORM.uasset new file mode 100644 index 000000000..080b54983 Binary files /dev/null and b/Content/Peoples/NewPeoples/SM_Male_170_06/textures/SM_Male_170_06/RL_HairMesh_Merge_ORM.uasset differ diff --git a/Content/Peoples/NewPeoples/SM_Male_170_07.uasset b/Content/Peoples/NewPeoples/SM_Male_170_07.uasset new file mode 100644 index 000000000..e6b92399c Binary files /dev/null and b/Content/Peoples/NewPeoples/SM_Male_170_07.uasset differ diff --git a/Content/Peoples/NewPeoples/SM_Male_170_07/Materials/SM_Male_170_07/4_meshes_Merge_0_Inst.uasset b/Content/Peoples/NewPeoples/SM_Male_170_07/Materials/SM_Male_170_07/4_meshes_Merge_0_Inst.uasset new file mode 100644 index 000000000..978c45765 Binary files /dev/null and b/Content/Peoples/NewPeoples/SM_Male_170_07/Materials/SM_Male_170_07/4_meshes_Merge_0_Inst.uasset differ diff --git a/Content/Peoples/NewPeoples/SM_Male_170_07/Materials/SM_Male_170_07/4_meshes_Merge_Inst.uasset b/Content/Peoples/NewPeoples/SM_Male_170_07/Materials/SM_Male_170_07/4_meshes_Merge_Inst.uasset new file mode 100644 index 000000000..f6355ebd7 Binary files /dev/null and b/Content/Peoples/NewPeoples/SM_Male_170_07/Materials/SM_Male_170_07/4_meshes_Merge_Inst.uasset differ diff --git a/Content/Peoples/NewPeoples/SM_Male_170_07/SM_Male_170_07_PhysicsAsset.uasset b/Content/Peoples/NewPeoples/SM_Male_170_07/SM_Male_170_07_PhysicsAsset.uasset new file mode 100644 index 000000000..45324e95a Binary files /dev/null and b/Content/Peoples/NewPeoples/SM_Male_170_07/SM_Male_170_07_PhysicsAsset.uasset differ diff --git a/Content/Peoples/NewPeoples/SM_Male_170_07/SM_Male_170_07_fbm/4_meshes_Merge_0_Diffuse.uasset b/Content/Peoples/NewPeoples/SM_Male_170_07/SM_Male_170_07_fbm/4_meshes_Merge_0_Diffuse.uasset new file mode 100644 index 000000000..290f78ed4 Binary files /dev/null and b/Content/Peoples/NewPeoples/SM_Male_170_07/SM_Male_170_07_fbm/4_meshes_Merge_0_Diffuse.uasset differ diff --git a/Content/Peoples/NewPeoples/SM_Male_170_07/SM_Male_170_07_fbm/4_meshes_Merge_0_Normal.uasset b/Content/Peoples/NewPeoples/SM_Male_170_07/SM_Male_170_07_fbm/4_meshes_Merge_0_Normal.uasset new file mode 100644 index 000000000..69c41f9b7 Binary files /dev/null and b/Content/Peoples/NewPeoples/SM_Male_170_07/SM_Male_170_07_fbm/4_meshes_Merge_0_Normal.uasset differ diff --git a/Content/Peoples/NewPeoples/SM_Male_170_07/SM_Male_170_07_fbm/4_meshes_Merge_0_Opacity.uasset b/Content/Peoples/NewPeoples/SM_Male_170_07/SM_Male_170_07_fbm/4_meshes_Merge_0_Opacity.uasset new file mode 100644 index 000000000..de77b73bb Binary files /dev/null and b/Content/Peoples/NewPeoples/SM_Male_170_07/SM_Male_170_07_fbm/4_meshes_Merge_0_Opacity.uasset differ diff --git a/Content/Peoples/NewPeoples/SM_Male_170_07/SM_Male_170_07_fbm/4_meshes_Merge_Diffuse.uasset b/Content/Peoples/NewPeoples/SM_Male_170_07/SM_Male_170_07_fbm/4_meshes_Merge_Diffuse.uasset new file mode 100644 index 000000000..107719831 Binary files /dev/null and b/Content/Peoples/NewPeoples/SM_Male_170_07/SM_Male_170_07_fbm/4_meshes_Merge_Diffuse.uasset differ diff --git a/Content/Peoples/NewPeoples/SM_Male_170_07/SM_Male_170_07_fbm/4_meshes_Merge_Normal.uasset b/Content/Peoples/NewPeoples/SM_Male_170_07/SM_Male_170_07_fbm/4_meshes_Merge_Normal.uasset new file mode 100644 index 000000000..e97d04411 Binary files /dev/null and b/Content/Peoples/NewPeoples/SM_Male_170_07/SM_Male_170_07_fbm/4_meshes_Merge_Normal.uasset differ diff --git a/Content/Peoples/NewPeoples/SM_Male_170_07/SM_Male_170_07_fbm/4_meshes_Merge_Opacity.uasset b/Content/Peoples/NewPeoples/SM_Male_170_07/SM_Male_170_07_fbm/4_meshes_Merge_Opacity.uasset new file mode 100644 index 000000000..5b8d821f1 Binary files /dev/null and b/Content/Peoples/NewPeoples/SM_Male_170_07/SM_Male_170_07_fbm/4_meshes_Merge_Opacity.uasset differ diff --git a/Content/Peoples/NewPeoples/SM_Male_170_07/textures/SM_Male_170_07/4_meshes_Merge_0_ORM.uasset b/Content/Peoples/NewPeoples/SM_Male_170_07/textures/SM_Male_170_07/4_meshes_Merge_0_ORM.uasset new file mode 100644 index 000000000..b075426d2 Binary files /dev/null and b/Content/Peoples/NewPeoples/SM_Male_170_07/textures/SM_Male_170_07/4_meshes_Merge_0_ORM.uasset differ diff --git a/Content/Peoples/NewPeoples/SM_Male_170_07/textures/SM_Male_170_07/4_meshes_Merge_ORM.uasset b/Content/Peoples/NewPeoples/SM_Male_170_07/textures/SM_Male_170_07/4_meshes_Merge_ORM.uasset new file mode 100644 index 000000000..15f6b71a3 Binary files /dev/null and b/Content/Peoples/NewPeoples/SM_Male_170_07/textures/SM_Male_170_07/4_meshes_Merge_ORM.uasset differ diff --git a/Content/Peoples/NewPeoples/SM_Male_170_07/textures/SM_Male_170_07/4_meshes_Merge_ResourceMap_Position.uasset b/Content/Peoples/NewPeoples/SM_Male_170_07/textures/SM_Male_170_07/4_meshes_Merge_ResourceMap_Position.uasset new file mode 100644 index 000000000..16468a14c Binary files /dev/null and b/Content/Peoples/NewPeoples/SM_Male_170_07/textures/SM_Male_170_07/4_meshes_Merge_ResourceMap_Position.uasset differ diff --git a/Content/Peoples/NewPeoples/SM_Male_170_08.uasset b/Content/Peoples/NewPeoples/SM_Male_170_08.uasset new file mode 100644 index 000000000..9c3462535 Binary files /dev/null and b/Content/Peoples/NewPeoples/SM_Male_170_08.uasset differ diff --git a/Content/Peoples/NewPeoples/SM_Male_170_08/Materials/SM_Male_170_08/4_meshes_Merge_0_Inst.uasset b/Content/Peoples/NewPeoples/SM_Male_170_08/Materials/SM_Male_170_08/4_meshes_Merge_0_Inst.uasset new file mode 100644 index 000000000..b3382fa34 Binary files /dev/null and b/Content/Peoples/NewPeoples/SM_Male_170_08/Materials/SM_Male_170_08/4_meshes_Merge_0_Inst.uasset differ diff --git a/Content/Peoples/NewPeoples/SM_Male_170_08/Materials/SM_Male_170_08/4_meshes_Merge_Inst.uasset b/Content/Peoples/NewPeoples/SM_Male_170_08/Materials/SM_Male_170_08/4_meshes_Merge_Inst.uasset new file mode 100644 index 000000000..192108a86 Binary files /dev/null and b/Content/Peoples/NewPeoples/SM_Male_170_08/Materials/SM_Male_170_08/4_meshes_Merge_Inst.uasset differ diff --git a/Content/Peoples/NewPeoples/SM_Male_170_08/Materials/SM_Male_170_08/hair002_Merge_Inst.uasset b/Content/Peoples/NewPeoples/SM_Male_170_08/Materials/SM_Male_170_08/hair002_Merge_Inst.uasset new file mode 100644 index 000000000..d36e3b9e6 Binary files /dev/null and b/Content/Peoples/NewPeoples/SM_Male_170_08/Materials/SM_Male_170_08/hair002_Merge_Inst.uasset differ diff --git a/Content/Peoples/NewPeoples/SM_Male_170_08/SM_Male_170_08.uasset b/Content/Peoples/NewPeoples/SM_Male_170_08/SM_Male_170_08.uasset new file mode 100644 index 000000000..5b28d3e13 Binary files /dev/null and b/Content/Peoples/NewPeoples/SM_Male_170_08/SM_Male_170_08.uasset differ diff --git a/Content/Peoples/NewPeoples/SM_Male_170_08/SM_Male_170_08_PhysicsAsset.uasset b/Content/Peoples/NewPeoples/SM_Male_170_08/SM_Male_170_08_PhysicsAsset.uasset new file mode 100644 index 000000000..b24c16a08 Binary files /dev/null and b/Content/Peoples/NewPeoples/SM_Male_170_08/SM_Male_170_08_PhysicsAsset.uasset differ diff --git a/Content/Peoples/NewPeoples/SM_Male_170_08/SM_Male_170_08_fbm/4_meshes_Merge_0_Diffuse.uasset b/Content/Peoples/NewPeoples/SM_Male_170_08/SM_Male_170_08_fbm/4_meshes_Merge_0_Diffuse.uasset new file mode 100644 index 000000000..823aa41fa Binary files /dev/null and b/Content/Peoples/NewPeoples/SM_Male_170_08/SM_Male_170_08_fbm/4_meshes_Merge_0_Diffuse.uasset differ diff --git a/Content/Peoples/NewPeoples/SM_Male_170_08/SM_Male_170_08_fbm/4_meshes_Merge_0_Normal.uasset b/Content/Peoples/NewPeoples/SM_Male_170_08/SM_Male_170_08_fbm/4_meshes_Merge_0_Normal.uasset new file mode 100644 index 000000000..3cf6824ff Binary files /dev/null and b/Content/Peoples/NewPeoples/SM_Male_170_08/SM_Male_170_08_fbm/4_meshes_Merge_0_Normal.uasset differ diff --git a/Content/Peoples/NewPeoples/SM_Male_170_08/SM_Male_170_08_fbm/4_meshes_Merge_0_Opacity.uasset b/Content/Peoples/NewPeoples/SM_Male_170_08/SM_Male_170_08_fbm/4_meshes_Merge_0_Opacity.uasset new file mode 100644 index 000000000..dc9470de7 Binary files /dev/null and b/Content/Peoples/NewPeoples/SM_Male_170_08/SM_Male_170_08_fbm/4_meshes_Merge_0_Opacity.uasset differ diff --git a/Content/Peoples/NewPeoples/SM_Male_170_08/SM_Male_170_08_fbm/4_meshes_Merge_Diffuse.uasset b/Content/Peoples/NewPeoples/SM_Male_170_08/SM_Male_170_08_fbm/4_meshes_Merge_Diffuse.uasset new file mode 100644 index 000000000..bf3c00d90 Binary files /dev/null and b/Content/Peoples/NewPeoples/SM_Male_170_08/SM_Male_170_08_fbm/4_meshes_Merge_Diffuse.uasset differ diff --git a/Content/Peoples/NewPeoples/SM_Male_170_08/SM_Male_170_08_fbm/4_meshes_Merge_Normal.uasset b/Content/Peoples/NewPeoples/SM_Male_170_08/SM_Male_170_08_fbm/4_meshes_Merge_Normal.uasset new file mode 100644 index 000000000..20e6cc432 Binary files /dev/null and b/Content/Peoples/NewPeoples/SM_Male_170_08/SM_Male_170_08_fbm/4_meshes_Merge_Normal.uasset differ diff --git a/Content/Peoples/NewPeoples/SM_Male_170_08/SM_Male_170_08_fbm/4_meshes_Merge_Opacity.uasset b/Content/Peoples/NewPeoples/SM_Male_170_08/SM_Male_170_08_fbm/4_meshes_Merge_Opacity.uasset new file mode 100644 index 000000000..47f70c7fd Binary files /dev/null and b/Content/Peoples/NewPeoples/SM_Male_170_08/SM_Male_170_08_fbm/4_meshes_Merge_Opacity.uasset differ diff --git a/Content/Peoples/NewPeoples/SM_Male_170_08/SM_Male_170_08_fbm/hair002_Merge_Diffuse.uasset b/Content/Peoples/NewPeoples/SM_Male_170_08/SM_Male_170_08_fbm/hair002_Merge_Diffuse.uasset new file mode 100644 index 000000000..da076d7ff Binary files /dev/null and b/Content/Peoples/NewPeoples/SM_Male_170_08/SM_Male_170_08_fbm/hair002_Merge_Diffuse.uasset differ diff --git a/Content/Peoples/NewPeoples/SM_Male_170_08/SM_Male_170_08_fbm/hair002_Merge_Opacity.uasset b/Content/Peoples/NewPeoples/SM_Male_170_08/SM_Male_170_08_fbm/hair002_Merge_Opacity.uasset new file mode 100644 index 000000000..dcd3e0b1f Binary files /dev/null and b/Content/Peoples/NewPeoples/SM_Male_170_08/SM_Male_170_08_fbm/hair002_Merge_Opacity.uasset differ diff --git a/Content/Peoples/NewPeoples/SM_Male_170_08/textures/SM_Male_170_08/4_meshes_Merge_0_ORM.uasset b/Content/Peoples/NewPeoples/SM_Male_170_08/textures/SM_Male_170_08/4_meshes_Merge_0_ORM.uasset new file mode 100644 index 000000000..044958d22 Binary files /dev/null and b/Content/Peoples/NewPeoples/SM_Male_170_08/textures/SM_Male_170_08/4_meshes_Merge_0_ORM.uasset differ diff --git a/Content/Peoples/NewPeoples/SM_Male_170_08/textures/SM_Male_170_08/4_meshes_Merge_ORM.uasset b/Content/Peoples/NewPeoples/SM_Male_170_08/textures/SM_Male_170_08/4_meshes_Merge_ORM.uasset new file mode 100644 index 000000000..7dd14db83 Binary files /dev/null and b/Content/Peoples/NewPeoples/SM_Male_170_08/textures/SM_Male_170_08/4_meshes_Merge_ORM.uasset differ diff --git a/Content/Peoples/NewPeoples/SM_Male_170_08/textures/SM_Male_170_08/hair002_Merge_ORM.uasset b/Content/Peoples/NewPeoples/SM_Male_170_08/textures/SM_Male_170_08/hair002_Merge_ORM.uasset new file mode 100644 index 000000000..f3288ae6b Binary files /dev/null and b/Content/Peoples/NewPeoples/SM_Male_170_08/textures/SM_Male_170_08/hair002_Merge_ORM.uasset differ diff --git a/Content/Peoples/NewPeoples/SM_Male_170_08/textures/SM_Male_170_08/hair002_Merge_blend_multiply.uasset b/Content/Peoples/NewPeoples/SM_Male_170_08/textures/SM_Male_170_08/hair002_Merge_blend_multiply.uasset new file mode 100644 index 000000000..aa8b5f891 Binary files /dev/null and b/Content/Peoples/NewPeoples/SM_Male_170_08/textures/SM_Male_170_08/hair002_Merge_blend_multiply.uasset differ diff --git a/Content/Peoples/NewPeoples/SM_Male_180_05/SM_Male_180_05_fbm/Mask.uasset b/Content/Peoples/NewPeoples/SM_Male_180_05/SM_Male_180_05_fbm/Mask.uasset deleted file mode 100644 index b0649b12f..000000000 Binary files a/Content/Peoples/NewPeoples/SM_Male_180_05/SM_Male_180_05_fbm/Mask.uasset and /dev/null differ diff --git a/Content/Sequence/shots.uasset b/Content/Sequence/shots.uasset index 87a9384f8..86b115f6b 100644 Binary files a/Content/Sequence/shots.uasset and b/Content/Sequence/shots.uasset differ diff --git a/Content/Sequence/tour.uasset b/Content/Sequence/tour.uasset index 6e48ae42c..5a488facc 100644 Binary files a/Content/Sequence/tour.uasset and b/Content/Sequence/tour.uasset differ diff --git a/Content/Textures/Masharov_Interior/T_Ceramic_Mash_R.uasset b/Content/Textures/Masharov_Interior/T_Ceramic_Mash_R.uasset new file mode 100644 index 000000000..71ff0a1c2 Binary files /dev/null and b/Content/Textures/Masharov_Interior/T_Ceramic_Mash_R.uasset differ diff --git a/Content/Textures/Masharov_Interior/T_Wood_Mash_R.uasset b/Content/Textures/Masharov_Interior/T_Wood_Mash_R.uasset index ec5570b68..36cb003a1 100644 Binary files a/Content/Textures/Masharov_Interior/T_Wood_Mash_R.uasset and b/Content/Textures/Masharov_Interior/T_Wood_Mash_R.uasset differ diff --git a/Content/Textures/Megascan/Bricks/brick_modern_ugjiecjs/MI_Metal_Black16.uasset b/Content/Textures/Megascan/Bricks/brick_modern_ugjiecjs/MI_Metal_Black16.uasset new file mode 100644 index 000000000..89d62af39 Binary files /dev/null and b/Content/Textures/Megascan/Bricks/brick_modern_ugjiecjs/MI_Metal_Black16.uasset differ diff --git a/Content/Textures/Megascan/Pavestone/tile_grout_vl0regvew/MI_Metal_Black22.uasset b/Content/Textures/Megascan/Pavestone/tile_grout_vl0regvew/MI_Metal_Black22.uasset new file mode 100644 index 000000000..a71486036 Binary files /dev/null and b/Content/Textures/Megascan/Pavestone/tile_grout_vl0regvew/MI_Metal_Black22.uasset differ diff --git a/Content/Textures/liftCubemap.uasset b/Content/Textures/liftCubemap.uasset new file mode 100644 index 000000000..dca46074a Binary files /dev/null and b/Content/Textures/liftCubemap.uasset differ diff --git a/Content/Textures/parallaxFlats/T_prlxSM_S02A00_2.uasset b/Content/Textures/parallaxFlats/T_prlxSM_S02A00_2.uasset new file mode 100644 index 000000000..ad4426e57 Binary files /dev/null and b/Content/Textures/parallaxFlats/T_prlxSM_S02A00_2.uasset differ diff --git a/Content/Textures/parallaxFlats/T_prlxSM_S02A01_2.uasset b/Content/Textures/parallaxFlats/T_prlxSM_S02A01_2.uasset new file mode 100644 index 000000000..6d6dceded Binary files /dev/null and b/Content/Textures/parallaxFlats/T_prlxSM_S02A01_2.uasset differ diff --git a/Content/Textures/parallaxFlats/T_prlxSM_S02A02_2.uasset b/Content/Textures/parallaxFlats/T_prlxSM_S02A02_2.uasset new file mode 100644 index 000000000..2162739a4 Binary files /dev/null and b/Content/Textures/parallaxFlats/T_prlxSM_S02A02_2.uasset differ diff --git a/Content/Textures/parallaxFlats/T_prlxSM_S02A03_2.uasset b/Content/Textures/parallaxFlats/T_prlxSM_S02A03_2.uasset new file mode 100644 index 000000000..81834e138 Binary files /dev/null and b/Content/Textures/parallaxFlats/T_prlxSM_S02A03_2.uasset differ diff --git a/Content/Textures/parallaxFlats/T_prlxSM_S02A04_2.uasset b/Content/Textures/parallaxFlats/T_prlxSM_S02A04_2.uasset new file mode 100644 index 000000000..a940cecc1 Binary files /dev/null and b/Content/Textures/parallaxFlats/T_prlxSM_S02A04_2.uasset differ diff --git a/Content/Textures/parallaxFlats/T_prlxSM_S02A05_2.uasset b/Content/Textures/parallaxFlats/T_prlxSM_S02A05_2.uasset new file mode 100644 index 000000000..7beb831a3 Binary files /dev/null and b/Content/Textures/parallaxFlats/T_prlxSM_S02A05_2.uasset differ diff --git a/Content/Textures/parallaxFlats/T_prlxSM_S02A06_2.uasset b/Content/Textures/parallaxFlats/T_prlxSM_S02A06_2.uasset new file mode 100644 index 000000000..f6e474173 Binary files /dev/null and b/Content/Textures/parallaxFlats/T_prlxSM_S02A06_2.uasset differ diff --git a/Content/Textures/parallaxFlats/T_prlxSM_S02A07_2.uasset b/Content/Textures/parallaxFlats/T_prlxSM_S02A07_2.uasset new file mode 100644 index 000000000..6f67d9b6c Binary files /dev/null and b/Content/Textures/parallaxFlats/T_prlxSM_S02A07_2.uasset differ diff --git a/Content/Textures/parallaxFlats/T_prlxSM_S02A08_2.uasset b/Content/Textures/parallaxFlats/T_prlxSM_S02A08_2.uasset new file mode 100644 index 000000000..8b2340785 Binary files /dev/null and b/Content/Textures/parallaxFlats/T_prlxSM_S02A08_2.uasset differ diff --git a/Content/Textures/parallaxFlats/T_prlxSM_S02A09_2.uasset b/Content/Textures/parallaxFlats/T_prlxSM_S02A09_2.uasset new file mode 100644 index 000000000..4c2a4ad30 Binary files /dev/null and b/Content/Textures/parallaxFlats/T_prlxSM_S02A09_2.uasset differ diff --git a/Content/Textures/parallaxFlats/T_prlxSM_S02A10_2.uasset b/Content/Textures/parallaxFlats/T_prlxSM_S02A10_2.uasset new file mode 100644 index 000000000..909b61cfa Binary files /dev/null and b/Content/Textures/parallaxFlats/T_prlxSM_S02A10_2.uasset differ diff --git a/Content/Textures/parallaxFlats/T_prlxSM_S02A11_2.uasset b/Content/Textures/parallaxFlats/T_prlxSM_S02A11_2.uasset new file mode 100644 index 000000000..df0d2c5b1 Binary files /dev/null and b/Content/Textures/parallaxFlats/T_prlxSM_S02A11_2.uasset differ diff --git a/Content/Textures/parallaxFlats/T_prlxSM_S02A12_2.uasset b/Content/Textures/parallaxFlats/T_prlxSM_S02A12_2.uasset new file mode 100644 index 000000000..f442eb69f Binary files /dev/null and b/Content/Textures/parallaxFlats/T_prlxSM_S02A12_2.uasset differ diff --git a/Content/Textures/parallaxFlats/T_prlxSM_S02A13_2.uasset b/Content/Textures/parallaxFlats/T_prlxSM_S02A13_2.uasset new file mode 100644 index 000000000..b0a20f66f Binary files /dev/null and b/Content/Textures/parallaxFlats/T_prlxSM_S02A13_2.uasset differ diff --git a/Content/Textures/parallaxFlats/T_prlxSM_S02A14_2.uasset b/Content/Textures/parallaxFlats/T_prlxSM_S02A14_2.uasset new file mode 100644 index 000000000..29b5cf2ce Binary files /dev/null and b/Content/Textures/parallaxFlats/T_prlxSM_S02A14_2.uasset differ diff --git a/Content/Textures/parallaxFlats/T_prlxSM_S02A15_2.uasset b/Content/Textures/parallaxFlats/T_prlxSM_S02A15_2.uasset new file mode 100644 index 000000000..c0ec8bc25 Binary files /dev/null and b/Content/Textures/parallaxFlats/T_prlxSM_S02A15_2.uasset differ diff --git a/Content/Textures/parallaxFlats/T_prlxSM_S02A16_2.uasset b/Content/Textures/parallaxFlats/T_prlxSM_S02A16_2.uasset new file mode 100644 index 000000000..1c2d2135c Binary files /dev/null and b/Content/Textures/parallaxFlats/T_prlxSM_S02A16_2.uasset differ diff --git a/Content/Textures/parallaxFlats/T_prlxSM_S02A17_6.uasset b/Content/Textures/parallaxFlats/T_prlxSM_S02A17_6.uasset new file mode 100644 index 000000000..886b32f79 Binary files /dev/null and b/Content/Textures/parallaxFlats/T_prlxSM_S02A17_6.uasset differ diff --git a/Content/Textures/parallaxFlats/T_prlxSM_S02A18_2.uasset b/Content/Textures/parallaxFlats/T_prlxSM_S02A18_2.uasset new file mode 100644 index 000000000..bd791d8ef Binary files /dev/null and b/Content/Textures/parallaxFlats/T_prlxSM_S02A18_2.uasset differ diff --git a/Content/Textures/parallaxFlats/T_prlxSM_S02A19_2.uasset b/Content/Textures/parallaxFlats/T_prlxSM_S02A19_2.uasset new file mode 100644 index 000000000..9c45abaf7 Binary files /dev/null and b/Content/Textures/parallaxFlats/T_prlxSM_S02A19_2.uasset differ diff --git a/Content/Textures/parallaxFlats/T_prlxSM_S02A20_2.uasset b/Content/Textures/parallaxFlats/T_prlxSM_S02A20_2.uasset new file mode 100644 index 000000000..b39d48f98 Binary files /dev/null and b/Content/Textures/parallaxFlats/T_prlxSM_S02A20_2.uasset differ diff --git a/Content/Textures/parallaxFlats/T_prlxSM_S02A21_2.uasset b/Content/Textures/parallaxFlats/T_prlxSM_S02A21_2.uasset new file mode 100644 index 000000000..299ebefc0 Binary files /dev/null and b/Content/Textures/parallaxFlats/T_prlxSM_S02A21_2.uasset differ diff --git a/Content/Textures/parallaxFlats/T_prlxSM_S02A22_2.uasset b/Content/Textures/parallaxFlats/T_prlxSM_S02A22_2.uasset new file mode 100644 index 000000000..b454301fc Binary files /dev/null and b/Content/Textures/parallaxFlats/T_prlxSM_S02A22_2.uasset differ diff --git a/Content/Textures/parallaxFlats/T_prlxSM_S02A23_2.uasset b/Content/Textures/parallaxFlats/T_prlxSM_S02A23_2.uasset new file mode 100644 index 000000000..ec0d69c4e Binary files /dev/null and b/Content/Textures/parallaxFlats/T_prlxSM_S02A23_2.uasset differ diff --git a/Content/Textures/parallaxFlats/T_prlxSM_S02A24_2.uasset b/Content/Textures/parallaxFlats/T_prlxSM_S02A24_2.uasset new file mode 100644 index 000000000..31de43fb4 Binary files /dev/null and b/Content/Textures/parallaxFlats/T_prlxSM_S02A24_2.uasset differ diff --git a/Content/Textures/parallaxFlats/T_prlxSM_S02A25_2.uasset b/Content/Textures/parallaxFlats/T_prlxSM_S02A25_2.uasset new file mode 100644 index 000000000..b233bb95c Binary files /dev/null and b/Content/Textures/parallaxFlats/T_prlxSM_S02A25_2.uasset differ diff --git a/Content/Textures/parallaxFlats/T_prlxSM_S02A26_2.uasset b/Content/Textures/parallaxFlats/T_prlxSM_S02A26_2.uasset new file mode 100644 index 000000000..83d5887b5 Binary files /dev/null and b/Content/Textures/parallaxFlats/T_prlxSM_S02A26_2.uasset differ diff --git a/Content/Textures/parallaxFlats/T_prlxSM_S02A27_2.uasset b/Content/Textures/parallaxFlats/T_prlxSM_S02A27_2.uasset new file mode 100644 index 000000000..9086885d7 Binary files /dev/null and b/Content/Textures/parallaxFlats/T_prlxSM_S02A27_2.uasset differ diff --git a/Content/Textures/parallaxFlats/T_prlxSM_S02A28.uasset b/Content/Textures/parallaxFlats/T_prlxSM_S02A28.uasset new file mode 100644 index 000000000..9bff14064 Binary files /dev/null and b/Content/Textures/parallaxFlats/T_prlxSM_S02A28.uasset differ diff --git a/Content/Textures/parallaxFlats/T_prlxSM_S02A29_2.uasset b/Content/Textures/parallaxFlats/T_prlxSM_S02A29_2.uasset new file mode 100644 index 000000000..d62019ad4 Binary files /dev/null and b/Content/Textures/parallaxFlats/T_prlxSM_S02A29_2.uasset differ diff --git a/Content/Textures/parallaxFlats/T_prlxSM_S02A30_2.uasset b/Content/Textures/parallaxFlats/T_prlxSM_S02A30_2.uasset new file mode 100644 index 000000000..4a9a1b2a7 Binary files /dev/null and b/Content/Textures/parallaxFlats/T_prlxSM_S02A30_2.uasset differ diff --git a/Content/Textures/parallaxFlats/T_prlxSM_S02A31_2.uasset b/Content/Textures/parallaxFlats/T_prlxSM_S02A31_2.uasset new file mode 100644 index 000000000..24fc96a7e Binary files /dev/null and b/Content/Textures/parallaxFlats/T_prlxSM_S02A31_2.uasset differ diff --git a/Content/Textures/parallaxFlats/T_prlxSM_S02A32_2.uasset b/Content/Textures/parallaxFlats/T_prlxSM_S02A32_2.uasset new file mode 100644 index 000000000..73fa7c23d Binary files /dev/null and b/Content/Textures/parallaxFlats/T_prlxSM_S02A32_2.uasset differ diff --git a/Content/Textures/parallaxFlats/T_prlxSM_S02A33_2.uasset b/Content/Textures/parallaxFlats/T_prlxSM_S02A33_2.uasset new file mode 100644 index 000000000..8625e315b Binary files /dev/null and b/Content/Textures/parallaxFlats/T_prlxSM_S02A33_2.uasset differ diff --git a/Content/Textures/parallaxFlats/T_prlxSM_S02A34_2.uasset b/Content/Textures/parallaxFlats/T_prlxSM_S02A34_2.uasset new file mode 100644 index 000000000..3739967ea Binary files /dev/null and b/Content/Textures/parallaxFlats/T_prlxSM_S02A34_2.uasset differ diff --git a/Content/Textures/parallaxFlats/T_prlxSM_S02A35_2.uasset b/Content/Textures/parallaxFlats/T_prlxSM_S02A35_2.uasset new file mode 100644 index 000000000..92e81aef5 Binary files /dev/null and b/Content/Textures/parallaxFlats/T_prlxSM_S02A35_2.uasset differ diff --git a/Content/Textures/parallaxFlats/T_prlxSM_S02A36_2.uasset b/Content/Textures/parallaxFlats/T_prlxSM_S02A36_2.uasset new file mode 100644 index 000000000..185480626 Binary files /dev/null and b/Content/Textures/parallaxFlats/T_prlxSM_S02A36_2.uasset differ diff --git a/Content/Textures/parallaxFlats/T_prlxSM_S02A37_2.uasset b/Content/Textures/parallaxFlats/T_prlxSM_S02A37_2.uasset new file mode 100644 index 000000000..7b2c4eb59 Binary files /dev/null and b/Content/Textures/parallaxFlats/T_prlxSM_S02A37_2.uasset differ diff --git a/Content/Textures/parallaxFlats/T_prlxSM_S02A38_2.uasset b/Content/Textures/parallaxFlats/T_prlxSM_S02A38_2.uasset new file mode 100644 index 000000000..fb86f5b99 Binary files /dev/null and b/Content/Textures/parallaxFlats/T_prlxSM_S02A38_2.uasset differ diff --git a/Content/Textures/parallaxFlats/T_prlxSM_S02A39_2.uasset b/Content/Textures/parallaxFlats/T_prlxSM_S02A39_2.uasset new file mode 100644 index 000000000..8657029b4 Binary files /dev/null and b/Content/Textures/parallaxFlats/T_prlxSM_S02A39_2.uasset differ diff --git a/Content/Textures/parallaxFlats/T_prlxSM_S02A40_2.uasset b/Content/Textures/parallaxFlats/T_prlxSM_S02A40_2.uasset new file mode 100644 index 000000000..26ab739ba Binary files /dev/null and b/Content/Textures/parallaxFlats/T_prlxSM_S02A40_2.uasset differ diff --git a/Content/Textures/parallaxFlats/T_prlxSM_S02A41_2.uasset b/Content/Textures/parallaxFlats/T_prlxSM_S02A41_2.uasset new file mode 100644 index 000000000..f7a056bad Binary files /dev/null and b/Content/Textures/parallaxFlats/T_prlxSM_S02A41_2.uasset differ diff --git a/Content/Textures/parallaxFlats/T_prlxSM_S02A42_2.uasset b/Content/Textures/parallaxFlats/T_prlxSM_S02A42_2.uasset new file mode 100644 index 000000000..b8b0bed97 Binary files /dev/null and b/Content/Textures/parallaxFlats/T_prlxSM_S02A42_2.uasset differ diff --git a/Content/Textures/parallaxFlats/T_prlxSM_S02A43_2.uasset b/Content/Textures/parallaxFlats/T_prlxSM_S02A43_2.uasset new file mode 100644 index 000000000..d6437ba61 Binary files /dev/null and b/Content/Textures/parallaxFlats/T_prlxSM_S02A43_2.uasset differ diff --git a/Content/Textures/parallaxFlats/T_prlxSM_S02A44_2.uasset b/Content/Textures/parallaxFlats/T_prlxSM_S02A44_2.uasset new file mode 100644 index 000000000..1d91bf4cd Binary files /dev/null and b/Content/Textures/parallaxFlats/T_prlxSM_S02A44_2.uasset differ diff --git a/Content/Textures/parallaxFlats/T_prlxSM_S02A45_2.uasset b/Content/Textures/parallaxFlats/T_prlxSM_S02A45_2.uasset new file mode 100644 index 000000000..4f3533eed Binary files /dev/null and b/Content/Textures/parallaxFlats/T_prlxSM_S02A45_2.uasset differ diff --git a/Content/Textures/parallaxFlats/T_prlxSM_S02A46_2.uasset b/Content/Textures/parallaxFlats/T_prlxSM_S02A46_2.uasset new file mode 100644 index 000000000..763255b8e Binary files /dev/null and b/Content/Textures/parallaxFlats/T_prlxSM_S02A46_2.uasset differ diff --git a/Content/Textures/parallaxFlats/T_prlxSM_S02A47_2.uasset b/Content/Textures/parallaxFlats/T_prlxSM_S02A47_2.uasset new file mode 100644 index 000000000..8fe0ca232 Binary files /dev/null and b/Content/Textures/parallaxFlats/T_prlxSM_S02A47_2.uasset differ diff --git a/Content/Textures/parallaxFlats/T_prlxSM_S02A48_2.uasset b/Content/Textures/parallaxFlats/T_prlxSM_S02A48_2.uasset new file mode 100644 index 000000000..9eabc1cd0 Binary files /dev/null and b/Content/Textures/parallaxFlats/T_prlxSM_S02A48_2.uasset differ diff --git a/Content/Textures/parallaxFlats/T_prlxSM_S02A49_2.uasset b/Content/Textures/parallaxFlats/T_prlxSM_S02A49_2.uasset new file mode 100644 index 000000000..23cf6e7f3 Binary files /dev/null and b/Content/Textures/parallaxFlats/T_prlxSM_S02A49_2.uasset differ diff --git a/Content/Textures/parallaxFlats/T_prlxSM_S02A50_2.uasset b/Content/Textures/parallaxFlats/T_prlxSM_S02A50_2.uasset new file mode 100644 index 000000000..1d605ca47 Binary files /dev/null and b/Content/Textures/parallaxFlats/T_prlxSM_S02A50_2.uasset differ diff --git a/Content/Textures/parallaxFlats/T_prlxSM_S02A51_2.uasset b/Content/Textures/parallaxFlats/T_prlxSM_S02A51_2.uasset new file mode 100644 index 000000000..5d2fab96c Binary files /dev/null and b/Content/Textures/parallaxFlats/T_prlxSM_S02A51_2.uasset differ diff --git a/Content/Textures/parallaxFlats/T_prlxSM_S02A52_2.uasset b/Content/Textures/parallaxFlats/T_prlxSM_S02A52_2.uasset new file mode 100644 index 000000000..275cba315 Binary files /dev/null and b/Content/Textures/parallaxFlats/T_prlxSM_S02A52_2.uasset differ diff --git a/Content/Textures/parallaxFlats/instances/MI_result_Mat_Inst.uasset b/Content/Textures/parallaxFlats/instances/MI_result_Mat_Inst.uasset new file mode 100644 index 000000000..8c23c77a4 Binary files /dev/null and b/Content/Textures/parallaxFlats/instances/MI_result_Mat_Inst.uasset differ diff --git a/Content/Textures/parallaxFlats/instances/MI_result_Mat_Inst1.uasset b/Content/Textures/parallaxFlats/instances/MI_result_Mat_Inst1.uasset new file mode 100644 index 000000000..6fdde40bc Binary files /dev/null and b/Content/Textures/parallaxFlats/instances/MI_result_Mat_Inst1.uasset differ diff --git a/Content/Textures/parallaxFlats/instances/MI_result_Mat_Inst10.uasset b/Content/Textures/parallaxFlats/instances/MI_result_Mat_Inst10.uasset new file mode 100644 index 000000000..69f056f27 Binary files /dev/null and b/Content/Textures/parallaxFlats/instances/MI_result_Mat_Inst10.uasset differ diff --git a/Content/Textures/parallaxFlats/instances/MI_result_Mat_Inst11.uasset b/Content/Textures/parallaxFlats/instances/MI_result_Mat_Inst11.uasset new file mode 100644 index 000000000..5a8848255 Binary files /dev/null and b/Content/Textures/parallaxFlats/instances/MI_result_Mat_Inst11.uasset differ diff --git a/Content/Textures/parallaxFlats/instances/MI_result_Mat_Inst12.uasset b/Content/Textures/parallaxFlats/instances/MI_result_Mat_Inst12.uasset new file mode 100644 index 000000000..f899ebd6a Binary files /dev/null and b/Content/Textures/parallaxFlats/instances/MI_result_Mat_Inst12.uasset differ diff --git a/Content/Textures/parallaxFlats/instances/MI_result_Mat_Inst13.uasset b/Content/Textures/parallaxFlats/instances/MI_result_Mat_Inst13.uasset new file mode 100644 index 000000000..6842245d7 Binary files /dev/null and b/Content/Textures/parallaxFlats/instances/MI_result_Mat_Inst13.uasset differ diff --git a/Content/Textures/parallaxFlats/instances/MI_result_Mat_Inst14.uasset b/Content/Textures/parallaxFlats/instances/MI_result_Mat_Inst14.uasset new file mode 100644 index 000000000..50ecc327b Binary files /dev/null and b/Content/Textures/parallaxFlats/instances/MI_result_Mat_Inst14.uasset differ diff --git a/Content/Textures/parallaxFlats/instances/MI_result_Mat_Inst15.uasset b/Content/Textures/parallaxFlats/instances/MI_result_Mat_Inst15.uasset new file mode 100644 index 000000000..51813baa6 Binary files /dev/null and b/Content/Textures/parallaxFlats/instances/MI_result_Mat_Inst15.uasset differ diff --git a/Content/Textures/parallaxFlats/instances/MI_result_Mat_Inst16.uasset b/Content/Textures/parallaxFlats/instances/MI_result_Mat_Inst16.uasset new file mode 100644 index 000000000..773ceb593 Binary files /dev/null and b/Content/Textures/parallaxFlats/instances/MI_result_Mat_Inst16.uasset differ diff --git a/Content/Textures/parallaxFlats/instances/MI_result_Mat_Inst17.uasset b/Content/Textures/parallaxFlats/instances/MI_result_Mat_Inst17.uasset new file mode 100644 index 000000000..96005c541 Binary files /dev/null and b/Content/Textures/parallaxFlats/instances/MI_result_Mat_Inst17.uasset differ diff --git a/Content/Textures/parallaxFlats/instances/MI_result_Mat_Inst18.uasset b/Content/Textures/parallaxFlats/instances/MI_result_Mat_Inst18.uasset new file mode 100644 index 000000000..81a86f7b5 Binary files /dev/null and b/Content/Textures/parallaxFlats/instances/MI_result_Mat_Inst18.uasset differ diff --git a/Content/Textures/parallaxFlats/instances/MI_result_Mat_Inst19.uasset b/Content/Textures/parallaxFlats/instances/MI_result_Mat_Inst19.uasset new file mode 100644 index 000000000..8358eef8c Binary files /dev/null and b/Content/Textures/parallaxFlats/instances/MI_result_Mat_Inst19.uasset differ diff --git a/Content/Textures/parallaxFlats/instances/MI_result_Mat_Inst2.uasset b/Content/Textures/parallaxFlats/instances/MI_result_Mat_Inst2.uasset new file mode 100644 index 000000000..1bbea45cc Binary files /dev/null and b/Content/Textures/parallaxFlats/instances/MI_result_Mat_Inst2.uasset differ diff --git a/Content/Textures/parallaxFlats/instances/MI_result_Mat_Inst20.uasset b/Content/Textures/parallaxFlats/instances/MI_result_Mat_Inst20.uasset new file mode 100644 index 000000000..062b2f97f Binary files /dev/null and b/Content/Textures/parallaxFlats/instances/MI_result_Mat_Inst20.uasset differ diff --git a/Content/Textures/parallaxFlats/instances/MI_result_Mat_Inst21.uasset b/Content/Textures/parallaxFlats/instances/MI_result_Mat_Inst21.uasset new file mode 100644 index 000000000..d1e40bf70 Binary files /dev/null and b/Content/Textures/parallaxFlats/instances/MI_result_Mat_Inst21.uasset differ diff --git a/Content/Textures/parallaxFlats/instances/MI_result_Mat_Inst22.uasset b/Content/Textures/parallaxFlats/instances/MI_result_Mat_Inst22.uasset new file mode 100644 index 000000000..bc4e6eb12 Binary files /dev/null and b/Content/Textures/parallaxFlats/instances/MI_result_Mat_Inst22.uasset differ diff --git a/Content/Textures/parallaxFlats/instances/MI_result_Mat_Inst23.uasset b/Content/Textures/parallaxFlats/instances/MI_result_Mat_Inst23.uasset new file mode 100644 index 000000000..48f25d07c Binary files /dev/null and b/Content/Textures/parallaxFlats/instances/MI_result_Mat_Inst23.uasset differ diff --git a/Content/Textures/parallaxFlats/instances/MI_result_Mat_Inst24.uasset b/Content/Textures/parallaxFlats/instances/MI_result_Mat_Inst24.uasset new file mode 100644 index 000000000..962d269e7 Binary files /dev/null and b/Content/Textures/parallaxFlats/instances/MI_result_Mat_Inst24.uasset differ diff --git a/Content/Textures/parallaxFlats/instances/MI_result_Mat_Inst25.uasset b/Content/Textures/parallaxFlats/instances/MI_result_Mat_Inst25.uasset new file mode 100644 index 000000000..36764080e Binary files /dev/null and b/Content/Textures/parallaxFlats/instances/MI_result_Mat_Inst25.uasset differ diff --git a/Content/Textures/parallaxFlats/instances/MI_result_Mat_Inst26.uasset b/Content/Textures/parallaxFlats/instances/MI_result_Mat_Inst26.uasset new file mode 100644 index 000000000..36bbdef1c Binary files /dev/null and b/Content/Textures/parallaxFlats/instances/MI_result_Mat_Inst26.uasset differ diff --git a/Content/Textures/parallaxFlats/instances/MI_result_Mat_Inst27.uasset b/Content/Textures/parallaxFlats/instances/MI_result_Mat_Inst27.uasset new file mode 100644 index 000000000..738823f40 Binary files /dev/null and b/Content/Textures/parallaxFlats/instances/MI_result_Mat_Inst27.uasset differ diff --git a/Content/Textures/parallaxFlats/instances/MI_result_Mat_Inst28.uasset b/Content/Textures/parallaxFlats/instances/MI_result_Mat_Inst28.uasset new file mode 100644 index 000000000..8fcfc47a3 Binary files /dev/null and b/Content/Textures/parallaxFlats/instances/MI_result_Mat_Inst28.uasset differ diff --git a/Content/Textures/parallaxFlats/instances/MI_result_Mat_Inst29.uasset b/Content/Textures/parallaxFlats/instances/MI_result_Mat_Inst29.uasset new file mode 100644 index 000000000..96e9476a3 Binary files /dev/null and b/Content/Textures/parallaxFlats/instances/MI_result_Mat_Inst29.uasset differ diff --git a/Content/Textures/parallaxFlats/instances/MI_result_Mat_Inst3.uasset b/Content/Textures/parallaxFlats/instances/MI_result_Mat_Inst3.uasset new file mode 100644 index 000000000..5ff5347a0 Binary files /dev/null and b/Content/Textures/parallaxFlats/instances/MI_result_Mat_Inst3.uasset differ diff --git a/Content/Textures/parallaxFlats/instances/MI_result_Mat_Inst30.uasset b/Content/Textures/parallaxFlats/instances/MI_result_Mat_Inst30.uasset new file mode 100644 index 000000000..a91c52ff4 Binary files /dev/null and b/Content/Textures/parallaxFlats/instances/MI_result_Mat_Inst30.uasset differ diff --git a/Content/Textures/parallaxFlats/instances/MI_result_Mat_Inst31.uasset b/Content/Textures/parallaxFlats/instances/MI_result_Mat_Inst31.uasset new file mode 100644 index 000000000..a06e3ca67 Binary files /dev/null and b/Content/Textures/parallaxFlats/instances/MI_result_Mat_Inst31.uasset differ diff --git a/Content/Textures/parallaxFlats/instances/MI_result_Mat_Inst32.uasset b/Content/Textures/parallaxFlats/instances/MI_result_Mat_Inst32.uasset new file mode 100644 index 000000000..0188780aa Binary files /dev/null and b/Content/Textures/parallaxFlats/instances/MI_result_Mat_Inst32.uasset differ diff --git a/Content/Textures/parallaxFlats/instances/MI_result_Mat_Inst33.uasset b/Content/Textures/parallaxFlats/instances/MI_result_Mat_Inst33.uasset new file mode 100644 index 000000000..cde21cb80 Binary files /dev/null and b/Content/Textures/parallaxFlats/instances/MI_result_Mat_Inst33.uasset differ diff --git a/Content/Textures/parallaxFlats/instances/MI_result_Mat_Inst34.uasset b/Content/Textures/parallaxFlats/instances/MI_result_Mat_Inst34.uasset new file mode 100644 index 000000000..4b4da233e Binary files /dev/null and b/Content/Textures/parallaxFlats/instances/MI_result_Mat_Inst34.uasset differ diff --git a/Content/Textures/parallaxFlats/instances/MI_result_Mat_Inst35.uasset b/Content/Textures/parallaxFlats/instances/MI_result_Mat_Inst35.uasset new file mode 100644 index 000000000..db79d983f Binary files /dev/null and b/Content/Textures/parallaxFlats/instances/MI_result_Mat_Inst35.uasset differ diff --git a/Content/Textures/parallaxFlats/instances/MI_result_Mat_Inst36.uasset b/Content/Textures/parallaxFlats/instances/MI_result_Mat_Inst36.uasset new file mode 100644 index 000000000..939599544 Binary files /dev/null and b/Content/Textures/parallaxFlats/instances/MI_result_Mat_Inst36.uasset differ diff --git a/Content/Textures/parallaxFlats/instances/MI_result_Mat_Inst37.uasset b/Content/Textures/parallaxFlats/instances/MI_result_Mat_Inst37.uasset new file mode 100644 index 000000000..3118df44e Binary files /dev/null and b/Content/Textures/parallaxFlats/instances/MI_result_Mat_Inst37.uasset differ diff --git a/Content/Textures/parallaxFlats/instances/MI_result_Mat_Inst38.uasset b/Content/Textures/parallaxFlats/instances/MI_result_Mat_Inst38.uasset new file mode 100644 index 000000000..330ee1665 Binary files /dev/null and b/Content/Textures/parallaxFlats/instances/MI_result_Mat_Inst38.uasset differ diff --git a/Content/Textures/parallaxFlats/instances/MI_result_Mat_Inst39.uasset b/Content/Textures/parallaxFlats/instances/MI_result_Mat_Inst39.uasset new file mode 100644 index 000000000..5f40cf181 Binary files /dev/null and b/Content/Textures/parallaxFlats/instances/MI_result_Mat_Inst39.uasset differ diff --git a/Content/Textures/parallaxFlats/instances/MI_result_Mat_Inst4.uasset b/Content/Textures/parallaxFlats/instances/MI_result_Mat_Inst4.uasset new file mode 100644 index 000000000..f6dfa65b8 Binary files /dev/null and b/Content/Textures/parallaxFlats/instances/MI_result_Mat_Inst4.uasset differ diff --git a/Content/Textures/parallaxFlats/instances/MI_result_Mat_Inst40.uasset b/Content/Textures/parallaxFlats/instances/MI_result_Mat_Inst40.uasset new file mode 100644 index 000000000..a1bf346f2 Binary files /dev/null and b/Content/Textures/parallaxFlats/instances/MI_result_Mat_Inst40.uasset differ diff --git a/Content/Textures/parallaxFlats/instances/MI_result_Mat_Inst41.uasset b/Content/Textures/parallaxFlats/instances/MI_result_Mat_Inst41.uasset new file mode 100644 index 000000000..c84ac9818 Binary files /dev/null and b/Content/Textures/parallaxFlats/instances/MI_result_Mat_Inst41.uasset differ diff --git a/Content/Textures/parallaxFlats/instances/MI_result_Mat_Inst42.uasset b/Content/Textures/parallaxFlats/instances/MI_result_Mat_Inst42.uasset new file mode 100644 index 000000000..59d832497 Binary files /dev/null and b/Content/Textures/parallaxFlats/instances/MI_result_Mat_Inst42.uasset differ diff --git a/Content/Textures/parallaxFlats/instances/MI_result_Mat_Inst43.uasset b/Content/Textures/parallaxFlats/instances/MI_result_Mat_Inst43.uasset new file mode 100644 index 000000000..676d95e47 Binary files /dev/null and b/Content/Textures/parallaxFlats/instances/MI_result_Mat_Inst43.uasset differ diff --git a/Content/Textures/parallaxFlats/instances/MI_result_Mat_Inst44.uasset b/Content/Textures/parallaxFlats/instances/MI_result_Mat_Inst44.uasset new file mode 100644 index 000000000..2b7c7238e Binary files /dev/null and b/Content/Textures/parallaxFlats/instances/MI_result_Mat_Inst44.uasset differ diff --git a/Content/Textures/parallaxFlats/instances/MI_result_Mat_Inst45.uasset b/Content/Textures/parallaxFlats/instances/MI_result_Mat_Inst45.uasset new file mode 100644 index 000000000..bd3dee134 Binary files /dev/null and b/Content/Textures/parallaxFlats/instances/MI_result_Mat_Inst45.uasset differ diff --git a/Content/Textures/parallaxFlats/instances/MI_result_Mat_Inst46.uasset b/Content/Textures/parallaxFlats/instances/MI_result_Mat_Inst46.uasset new file mode 100644 index 000000000..66f58b06b Binary files /dev/null and b/Content/Textures/parallaxFlats/instances/MI_result_Mat_Inst46.uasset differ diff --git a/Content/Textures/parallaxFlats/instances/MI_result_Mat_Inst47.uasset b/Content/Textures/parallaxFlats/instances/MI_result_Mat_Inst47.uasset new file mode 100644 index 000000000..0b1d54d63 Binary files /dev/null and b/Content/Textures/parallaxFlats/instances/MI_result_Mat_Inst47.uasset differ diff --git a/Content/Textures/parallaxFlats/instances/MI_result_Mat_Inst48.uasset b/Content/Textures/parallaxFlats/instances/MI_result_Mat_Inst48.uasset new file mode 100644 index 000000000..07c014677 Binary files /dev/null and b/Content/Textures/parallaxFlats/instances/MI_result_Mat_Inst48.uasset differ diff --git a/Content/Textures/parallaxFlats/instances/MI_result_Mat_Inst49.uasset b/Content/Textures/parallaxFlats/instances/MI_result_Mat_Inst49.uasset new file mode 100644 index 000000000..cf4780f17 Binary files /dev/null and b/Content/Textures/parallaxFlats/instances/MI_result_Mat_Inst49.uasset differ diff --git a/Content/Textures/parallaxFlats/instances/MI_result_Mat_Inst5.uasset b/Content/Textures/parallaxFlats/instances/MI_result_Mat_Inst5.uasset new file mode 100644 index 000000000..7f4b4d4fc Binary files /dev/null and b/Content/Textures/parallaxFlats/instances/MI_result_Mat_Inst5.uasset differ diff --git a/Content/Textures/parallaxFlats/instances/MI_result_Mat_Inst50.uasset b/Content/Textures/parallaxFlats/instances/MI_result_Mat_Inst50.uasset new file mode 100644 index 000000000..c2569e044 Binary files /dev/null and b/Content/Textures/parallaxFlats/instances/MI_result_Mat_Inst50.uasset differ diff --git a/Content/Textures/parallaxFlats/instances/MI_result_Mat_Inst51.uasset b/Content/Textures/parallaxFlats/instances/MI_result_Mat_Inst51.uasset new file mode 100644 index 000000000..16576e42e Binary files /dev/null and b/Content/Textures/parallaxFlats/instances/MI_result_Mat_Inst51.uasset differ diff --git a/Content/Textures/parallaxFlats/instances/MI_result_Mat_Inst52.uasset b/Content/Textures/parallaxFlats/instances/MI_result_Mat_Inst52.uasset new file mode 100644 index 000000000..850fd5fba Binary files /dev/null and b/Content/Textures/parallaxFlats/instances/MI_result_Mat_Inst52.uasset differ diff --git a/Content/Textures/parallaxFlats/instances/MI_result_Mat_Inst53.uasset b/Content/Textures/parallaxFlats/instances/MI_result_Mat_Inst53.uasset new file mode 100644 index 000000000..bf0e33a36 Binary files /dev/null and b/Content/Textures/parallaxFlats/instances/MI_result_Mat_Inst53.uasset differ diff --git a/Content/Textures/parallaxFlats/instances/MI_result_Mat_Inst6.uasset b/Content/Textures/parallaxFlats/instances/MI_result_Mat_Inst6.uasset new file mode 100644 index 000000000..1cc17810c Binary files /dev/null and b/Content/Textures/parallaxFlats/instances/MI_result_Mat_Inst6.uasset differ diff --git a/Content/Textures/parallaxFlats/instances/MI_result_Mat_Inst7.uasset b/Content/Textures/parallaxFlats/instances/MI_result_Mat_Inst7.uasset new file mode 100644 index 000000000..dbb52f7fc Binary files /dev/null and b/Content/Textures/parallaxFlats/instances/MI_result_Mat_Inst7.uasset differ diff --git a/Content/Textures/parallaxFlats/instances/MI_result_Mat_Inst8.uasset b/Content/Textures/parallaxFlats/instances/MI_result_Mat_Inst8.uasset new file mode 100644 index 000000000..26eb0e1cc Binary files /dev/null and b/Content/Textures/parallaxFlats/instances/MI_result_Mat_Inst8.uasset differ diff --git a/Content/Textures/parallaxFlats/instances/MI_result_Mat_Inst9.uasset b/Content/Textures/parallaxFlats/instances/MI_result_Mat_Inst9.uasset new file mode 100644 index 000000000..4c48c0145 Binary files /dev/null and b/Content/Textures/parallaxFlats/instances/MI_result_Mat_Inst9.uasset differ diff --git a/Content/Textures/parallaxFlats1/T_prlxSM_S02A39_2.uasset b/Content/Textures/parallaxFlats1/T_prlxSM_S02A39_2.uasset new file mode 100644 index 000000000..2ac9ca942 Binary files /dev/null and b/Content/Textures/parallaxFlats1/T_prlxSM_S02A39_2.uasset differ diff --git a/Content/Textures/parallaxFlats1/T_prlxSM_S02A40_2.uasset b/Content/Textures/parallaxFlats1/T_prlxSM_S02A40_2.uasset new file mode 100644 index 000000000..3de6b5078 Binary files /dev/null and b/Content/Textures/parallaxFlats1/T_prlxSM_S02A40_2.uasset differ diff --git a/Content/Textures/parallaxFlats1/T_prlxSM_S02A41_2.uasset b/Content/Textures/parallaxFlats1/T_prlxSM_S02A41_2.uasset new file mode 100644 index 000000000..22b64eb8c Binary files /dev/null and b/Content/Textures/parallaxFlats1/T_prlxSM_S02A41_2.uasset differ diff --git a/Content/Textures/parallaxFlats1/T_prlxSM_S02A42_2.uasset b/Content/Textures/parallaxFlats1/T_prlxSM_S02A42_2.uasset new file mode 100644 index 000000000..6fed60cfe Binary files /dev/null and b/Content/Textures/parallaxFlats1/T_prlxSM_S02A42_2.uasset differ diff --git a/Masharovdev.uproject b/Masharovdev.uproject new file mode 100644 index 000000000..78e7b4bb2 --- /dev/null +++ b/Masharovdev.uproject @@ -0,0 +1,350 @@ +{ + "FileVersion": 3, + "EngineAssociation": "4.27", + "Category": "", + "Description": "", + "Plugins": [ + { + "Name": "Paper2D", + "Enabled": false + }, + { + "Name": "EnvironmentQueryEditor", + "Enabled": false + }, + { + "Name": "OnlineSubsystemGooglePlay", + "Enabled": false, + "SupportedTargetPlatforms": [ + "Android" + ] + }, + { + "Name": "AndroidPermission", + "Enabled": false + }, + { + "Name": "GooglePAD", + "Enabled": false + }, + { + "Name": "OpenXRHandTracking", + "Enabled": false, + "SupportedTargetPlatforms": [ + "Win32", + "Win64", + "Linux", + "HoloLens", + "Android" + ] + }, + { + "Name": "AudioCapture", + "Enabled": false + }, + { + "Name": "Synthesis", + "Enabled": false + }, + { + "Name": "MotoSynth", + "Enabled": false + }, + { + "Name": "SoundFields", + "Enabled": false + }, + { + "Name": "MagicLeapMedia", + "Enabled": false, + "SupportedTargetPlatforms": [ + "Lumin" + ] + }, + { + "Name": "MagicLeap", + "Enabled": false, + "SupportedTargetPlatforms": [ + "Lumin", + "Mac", + "Win64" + ] + }, + { + "Name": "MagicLeapPassableWorld", + "Enabled": false, + "SupportedTargetPlatforms": [ + "Lumin", + "Mac", + "Win64" + ] + }, + { + "Name": "LocationServicesBPLibrary", + "Enabled": false + }, + { + "Name": "XGEController", + "Enabled": false + }, + { + "Name": "CameraShakePreviewer", + "Enabled": false + }, + { + "Name": "MatineeToLevelSequence", + "Enabled": false + }, + { + "Name": "GameplayCameras", + "Enabled": false + }, + { + "Name": "OodleNetwork", + "Enabled": false + }, + { + "Name": "AndroidDeviceProfileSelector", + "Enabled": false + }, + { + "Name": "IOSDeviceProfileSelector", + "Enabled": false + }, + { + "Name": "LinuxDeviceProfileSelector", + "Enabled": false + }, + { + "Name": "ActorSequence", + "Enabled": false + }, + { + "Name": "FacialAnimation", + "Enabled": false + }, + { + "Name": "AppleImageUtils", + "Enabled": false + }, + { + "Name": "BackChannel", + "Enabled": false + }, + { + "Name": "ChaosNiagara", + "Enabled": false + }, + { + "Name": "ArchVisCharacter", + "Enabled": false + }, + { + "Name": "CharacterAI", + "Enabled": false + }, + { + "Name": "AlembicImporter", + "Enabled": false + }, + { + "Name": "LuminPlatformFeatures", + "Enabled": false, + "SupportedTargetPlatforms": [ + "Lumin" + ] + }, + { + "Name": "MLSDK", + "Enabled": false + }, + { + "Name": "AndroidMedia", + "Enabled": false + }, + { + "Name": "AvfMedia", + "Enabled": false + }, + { + "Name": "MediaCompositing", + "Enabled": false + }, + { + "Name": "ImgMedia", + "Enabled": false + }, + { + "Name": "WebMMoviePlayer", + "Enabled": false + }, + { + "Name": "MacGraphicsSwitching", + "Enabled": false + }, + { + "Name": "MobileLauncherProfileWizard", + "Enabled": false + }, + { + "Name": "MobilePatchingUtils", + "Enabled": false + }, + { + "Name": "AndroidMoviePlayer", + "Enabled": false + }, + { + "Name": "AppleMoviePlayer", + "Enabled": false + }, + { + "Name": "GoogleCloudMessaging", + "Enabled": false + }, + { + "Name": "ChunkDownloader", + "Enabled": false + }, + { + "Name": "OnlineSubsystemIOS", + "Enabled": false, + "SupportedTargetPlatforms": [ + "IOS", + "TVOS" + ] + }, + { + "Name": "CLionSourceCodeAccess", + "Enabled": false + }, + { + "Name": "CodeLiteSourceCodeAccess", + "Enabled": false + }, + { + "Name": "KDevelopSourceCodeAccess", + "Enabled": false + }, + { + "Name": "NullSourceCodeAccess", + "Enabled": false + }, + { + "Name": "RiderSourceCodeAccess", + "Enabled": false + }, + { + "Name": "XCodeSourceCodeAccess", + "Enabled": false, + "SupportedTargetPlatforms": [ + "Mac" + ] + }, + { + "Name": "CableComponent", + "Enabled": false + }, + { + "Name": "PerforceSourceControl", + "Enabled": false + }, + { + "Name": "SubversionSourceControl", + "Enabled": false + }, + { + "Name": "PlasticSourceControl", + "Enabled": false + }, + { + "Name": "OpenXREyeTracker", + "Enabled": false, + "SupportedTargetPlatforms": [ + "Win32", + "Win64", + "Linux", + "HoloLens", + "Android" + ] + }, + { + "Name": "OpenXR", + "Enabled": false, + "SupportedTargetPlatforms": [ + "Win32", + "Win64", + "Linux", + "Android", + "HoloLens" + ] + }, + { + "Name": "DLSS", + "Enabled": true, + "MarketplaceURL": "https://www.unrealengine.com/marketplace/en-US/product/nvidia-dlss" + }, + { + "Name": "StaticMeshEditorExtension", + "Enabled": true + }, + { + "Name": "ModelingToolsEditorMode", + "Enabled": true + }, + { + "Name": "BlueprintJson", + "Enabled": false, + "MarketplaceURL": "com.epicgames.launcher://ue/marketplace/content/f837e4835fbc434a853fe1ead2410b84" + }, + { + "Name": "VaRest", + "Enabled": true, + "MarketplaceURL": "com.epicgames.launcher://ue/marketplace/content/e47be161e7a24e928560290abd5dcc4f" + }, + { + "Name": "createProcess", + "Enabled": true + }, + { + "Name": "manageTextFile", + "Enabled": true + }, + { + "Name": "JPrinter", + "Enabled": true + }, + { + "Name": "EasyXMLParser", + "Enabled": true, + "MarketplaceURL": "com.epicgames.launcher://ue/marketplace/content/af98110080a4411a8eaf3b8e931b8655" + }, + { + "Name": "RuntimeFilesDownloader", + "Enabled": true, + "MarketplaceURL": "com.epicgames.launcher://ue/marketplace/product/e7e6df6d6e9c46f0ae35163eab67ff9a" + }, + { + "Name": "SteamVR", + "Enabled": false, + "SupportedTargetPlatforms": [ + "Win32", + "Win64", + "Linux" + ] + }, + { + "Name": "OculusVR", + "Enabled": false, + "SupportedTargetPlatforms": [ + "Win32", + "Win64", + "Android" + ] + }, + { + "Name": "RLPlugin", + "Enabled": false + } + ] +} \ No newline at end of file diff --git a/Plugins/JPrinter/Intermediate/Build/Win64/UE4/Shipping/JPrinter/Definitions.JPrinter.h b/Plugins/JPrinter/Intermediate/Build/Win64/UE4/Shipping/JPrinter/Definitions.JPrinter.h index 4738fd500..7f55b9e48 100644 --- a/Plugins/JPrinter/Intermediate/Build/Win64/UE4/Shipping/JPrinter/Definitions.JPrinter.h +++ b/Plugins/JPrinter/Intermediate/Build/Win64/UE4/Shipping/JPrinter/Definitions.JPrinter.h @@ -51,8 +51,8 @@ #define NDEBUG 1 #define UE_BUILD_SHIPPING 1 #define UE_IS_ENGINE_MODULE 0 -#define UE_PROJECT_NAME Masharov -#define UE_TARGET_NAME Masharov +#define UE_PROJECT_NAME Masharovdev +#define UE_TARGET_NAME Masharovdev #define UE_MODULE_NAME "JPrinter" #define UE_PLUGIN_NAME "JPrinter" #define IMPLEMENT_ENCRYPTION_KEY_REGISTRATION() diff --git a/Plugins/createProcess/Intermediate/Build/Win64/UE4/Shipping/createProcess/Definitions.createProcess.h b/Plugins/createProcess/Intermediate/Build/Win64/UE4/Shipping/createProcess/Definitions.createProcess.h index 4a33f02b3..ab820401a 100644 --- a/Plugins/createProcess/Intermediate/Build/Win64/UE4/Shipping/createProcess/Definitions.createProcess.h +++ b/Plugins/createProcess/Intermediate/Build/Win64/UE4/Shipping/createProcess/Definitions.createProcess.h @@ -51,8 +51,8 @@ #define NDEBUG 1 #define UE_BUILD_SHIPPING 1 #define UE_IS_ENGINE_MODULE 0 -#define UE_PROJECT_NAME Masharov -#define UE_TARGET_NAME Masharov +#define UE_PROJECT_NAME Masharovdev +#define UE_TARGET_NAME Masharovdev #define UE_MODULE_NAME "createProcess" #define UE_PLUGIN_NAME "createProcess" #define IMPLEMENT_ENCRYPTION_KEY_REGISTRATION() diff --git a/Plugins/manageTextFile/Intermediate/Build/Win64/UE4/Shipping/manageTextFile/Definitions.manageTextFile.h b/Plugins/manageTextFile/Intermediate/Build/Win64/UE4/Shipping/manageTextFile/Definitions.manageTextFile.h index 17e92ec76..2cd98c510 100644 --- a/Plugins/manageTextFile/Intermediate/Build/Win64/UE4/Shipping/manageTextFile/Definitions.manageTextFile.h +++ b/Plugins/manageTextFile/Intermediate/Build/Win64/UE4/Shipping/manageTextFile/Definitions.manageTextFile.h @@ -51,8 +51,8 @@ #define NDEBUG 1 #define UE_BUILD_SHIPPING 1 #define UE_IS_ENGINE_MODULE 0 -#define UE_PROJECT_NAME Masharov -#define UE_TARGET_NAME Masharov +#define UE_PROJECT_NAME Masharovdev +#define UE_TARGET_NAME Masharovdev #define UE_MODULE_NAME "manageTextFile" #define UE_PLUGIN_NAME "manageTextFile" #define IMPLEMENT_ENCRYPTION_KEY_REGISTRATION()