diff --git a/Binaries/Win64/UnrealEditor-MasharovDev.dll b/Binaries/Win64/UnrealEditor-MasharovDev.dll index 5c74ae974..b18083756 100644 Binary files a/Binaries/Win64/UnrealEditor-MasharovDev.dll and b/Binaries/Win64/UnrealEditor-MasharovDev.dll differ diff --git a/Binaries/Win64/UnrealEditor-MasharovDev.pdb b/Binaries/Win64/UnrealEditor-MasharovDev.pdb index 0d47725e0..e14a84225 100644 Binary files a/Binaries/Win64/UnrealEditor-MasharovDev.pdb and b/Binaries/Win64/UnrealEditor-MasharovDev.pdb differ diff --git a/Config/DefaultEngine.ini b/Config/DefaultEngine.ini index 1137d351d..e5237000f 100644 --- a/Config/DefaultEngine.ini +++ b/Config/DefaultEngine.ini @@ -83,14 +83,15 @@ bShouldDiscardSubLevelNavData=True bTickWhilePaused=False bInitialBuildingLocked=False bSkipAgentHeightCheckWhenPickingNavData=False +GeometryExportTriangleCountWarningThreshold=200000 bGenerateNavigationOnlyAroundNavigationInvokers=False ActiveTilesUpdateInterval=1.000000 DataGatheringMode=Instant DirtyAreaWarningSizeThreshold=-1.000000 -+SupportedAgents=(Name="player",Color=(B=0,G=255,R=140,A=69),DefaultQueryExtent=(X=50.000000,Y=50.000000,Z=50.000000),NavDataClass=/Script/NavigationSystem.RecastNavMesh,AgentRadius=15.000000,AgentHeight=144.000000,AgentStepHeight=-1.000000,NavWalkingSearchHeightScale=0.500000,PreferredNavData=None,bCanCrouch=False,bCanJump=False,bCanWalk=True,bCanSwim=False,bCanFly=False) -+SupportedAgents=(Name="people",Color=(B=255,G=121,R=101,A=71),DefaultQueryExtent=(X=50.000000,Y=50.000000,Z=50.000000),NavDataClass=/Script/NavigationSystem.RecastNavMesh,AgentRadius=35.000000,AgentHeight=180.000000,AgentStepHeight=-1.000000,NavWalkingSearchHeightScale=0.500000,PreferredNavData=None,bCanCrouch=False,bCanJump=False,bCanWalk=True,bCanSwim=False,bCanFly=False) +GatheringNavModifiersWarningLimitTime=-1.000000 ++SupportedAgents=(Name="player",Color=(B=0,G=255,R=140,A=69),DefaultQueryExtent=(X=50.000000,Y=50.000000,Z=50.000000),NavDataClass="/Script/NavigationSystem.RecastNavMesh",AgentRadius=20.000000,AgentHeight=144.000000,AgentStepHeight=-1.000000,NavWalkingSearchHeightScale=0.500000,PreferredNavData="/Script/NavigationSystem.RecastNavMesh",bCanCrouch=False,bCanJump=False,bCanWalk=True,bCanSwim=False,bCanFly=False) ++SupportedAgents=(Name="people",Color=(B=255,G=121,R=101,A=71),DefaultQueryExtent=(X=50.000000,Y=50.000000,Z=50.000000),NavDataClass="/Script/NavigationSystem.RecastNavMesh",AgentRadius=35.000000,AgentHeight=180.000000,AgentStepHeight=-1.000000,NavWalkingSearchHeightScale=0.500000,PreferredNavData="/Script/NavigationSystem.RecastNavMesh",bCanCrouch=False,bCanJump=False,bCanWalk=True,bCanSwim=False,bCanFly=False) SupportedAgentsMask=(bSupportsAgent0=True,bSupportsAgent1=True,bSupportsAgent2=True,bSupportsAgent3=True,bSupportsAgent4=True,bSupportsAgent5=True,bSupportsAgent6=True,bSupportsAgent7=True,bSupportsAgent8=True,bSupportsAgent9=True,bSupportsAgent10=True,bSupportsAgent11=True,bSupportsAgent12=True,bSupportsAgent13=True,bSupportsAgent14=True,bSupportsAgent15=True) -DirtyAreasUpdateFreq=60.000000 [/Script/FSR2TemporalUpscaling.FSR2Settings] r.FidelityFX.FSR2.EnabledInEditorViewport=False diff --git a/Config/DefaultGame.ini b/Config/DefaultGame.ini index 52815099a..e111ea0b7 100644 --- a/Config/DefaultGame.ini +++ b/Config/DefaultGame.ini @@ -3,7 +3,7 @@ [/Script/EngineSettings.GeneralProjectSettings] ProjectID=9EB99AEB4C933EABEE9C4787EE46C5E6 ProjectName=Masharov -ProjectVersion=1.86 +ProjectVersion=1.865 CompanyName=GraffInteractive Homepage=Graff.tech diff --git a/Content/Blueprints/Lamp/BP_InteriorLamp.uasset b/Content/Blueprints/Lamp/BP_InteriorLamp.uasset index 9c5de54bd..c8793c06b 100644 Binary files a/Content/Blueprints/Lamp/BP_InteriorLamp.uasset and b/Content/Blueprints/Lamp/BP_InteriorLamp.uasset differ diff --git a/Content/Blueprints/Player/CM.uasset b/Content/Blueprints/Player/CM.uasset index df998a77f..11493c7ec 100644 Binary files a/Content/Blueprints/Player/CM.uasset and b/Content/Blueprints/Player/CM.uasset differ diff --git a/Content/Blueprints/Player/GI.uasset b/Content/Blueprints/Player/GI.uasset index 8f1ec3131..7f6dac26c 100644 Binary files a/Content/Blueprints/Player/GI.uasset and b/Content/Blueprints/Player/GI.uasset differ diff --git a/Content/Blueprints/Player/GameplayFunctions.uasset b/Content/Blueprints/Player/GameplayFunctions.uasset index b05c4b5c0..1c3506fb7 100644 Binary files a/Content/Blueprints/Player/GameplayFunctions.uasset and b/Content/Blueprints/Player/GameplayFunctions.uasset differ diff --git a/Content/Blueprints/Player/WalkingPawn.uasset b/Content/Blueprints/Player/WalkingPawn.uasset index 14491f2d1..4a480f190 100644 Binary files a/Content/Blueprints/Player/WalkingPawn.uasset and b/Content/Blueprints/Player/WalkingPawn.uasset differ diff --git a/Content/Blueprints/Player/getFunctions.uasset b/Content/Blueprints/Player/getFunctions.uasset index 4bfbf74ab..4ebb66342 100644 Binary files a/Content/Blueprints/Player/getFunctions.uasset and b/Content/Blueprints/Player/getFunctions.uasset differ diff --git a/Content/Blueprints/UI/Actors/flatCAP.uasset b/Content/Blueprints/UI/Actors/flatCAP.uasset index 537050f79..e0d209d41 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/Imgs/flatPlans/H7/S1/S7_Se01_F02-08_A06.uasset b/Content/Blueprints/UI/Imgs/flatPlans/H7/S1/S7_Se01_F02-08_A06.uasset index 2964a47a7..32ef44d0f 100644 Binary files a/Content/Blueprints/UI/Imgs/flatPlans/H7/S1/S7_Se01_F02-08_A06.uasset and b/Content/Blueprints/UI/Imgs/flatPlans/H7/S1/S7_Se01_F02-08_A06.uasset differ diff --git a/Content/Blueprints/UI/Imgs/flatPlans/H7/S1/S7_Se01_F02-10_A00.uasset b/Content/Blueprints/UI/Imgs/flatPlans/H7/S1/S7_Se01_F02-10_A00.uasset index 438329c96..b91e16989 100644 Binary files a/Content/Blueprints/UI/Imgs/flatPlans/H7/S1/S7_Se01_F02-10_A00.uasset and b/Content/Blueprints/UI/Imgs/flatPlans/H7/S1/S7_Se01_F02-10_A00.uasset differ diff --git a/Content/Blueprints/UI/Imgs/flatPlans/H7/S1/S7_Se01_F02-10_A02.uasset b/Content/Blueprints/UI/Imgs/flatPlans/H7/S1/S7_Se01_F02-10_A02.uasset index 6c00b3deb..73d90ff15 100644 Binary files a/Content/Blueprints/UI/Imgs/flatPlans/H7/S1/S7_Se01_F02-10_A02.uasset and b/Content/Blueprints/UI/Imgs/flatPlans/H7/S1/S7_Se01_F02-10_A02.uasset differ diff --git a/Content/Blueprints/UI/Imgs/flatPlans/H7/S1/S7_Se01_F02-10_A03.uasset b/Content/Blueprints/UI/Imgs/flatPlans/H7/S1/S7_Se01_F02-10_A03.uasset index 3374517b1..78defe07f 100644 Binary files a/Content/Blueprints/UI/Imgs/flatPlans/H7/S1/S7_Se01_F02-10_A03.uasset and b/Content/Blueprints/UI/Imgs/flatPlans/H7/S1/S7_Se01_F02-10_A03.uasset differ diff --git a/Content/Blueprints/UI/Imgs/flatPlans/H7/S1/S7_Se01_F02-10_A04.uasset b/Content/Blueprints/UI/Imgs/flatPlans/H7/S1/S7_Se01_F02-10_A04.uasset index 5fe9a0f62..8157ce5f9 100644 Binary files a/Content/Blueprints/UI/Imgs/flatPlans/H7/S1/S7_Se01_F02-10_A04.uasset and b/Content/Blueprints/UI/Imgs/flatPlans/H7/S1/S7_Se01_F02-10_A04.uasset differ diff --git a/Content/Blueprints/UI/Imgs/flatPlans/H7/S1/S7_Se01_F02-10_A05.uasset b/Content/Blueprints/UI/Imgs/flatPlans/H7/S1/S7_Se01_F02-10_A05.uasset index 9506f19e5..1dad204b7 100644 Binary files a/Content/Blueprints/UI/Imgs/flatPlans/H7/S1/S7_Se01_F02-10_A05.uasset and b/Content/Blueprints/UI/Imgs/flatPlans/H7/S1/S7_Se01_F02-10_A05.uasset differ diff --git a/Content/Blueprints/UI/Imgs/flatPlans/H7/S1/S7_Se01_F09-10_A07.uasset b/Content/Blueprints/UI/Imgs/flatPlans/H7/S1/S7_Se01_F09-10_A07.uasset index dcee69e1e..63a02516f 100644 Binary files a/Content/Blueprints/UI/Imgs/flatPlans/H7/S1/S7_Se01_F09-10_A07.uasset and b/Content/Blueprints/UI/Imgs/flatPlans/H7/S1/S7_Se01_F09-10_A07.uasset differ diff --git a/Content/Blueprints/UI/Imgs/flatPlans/H7/S1/S7_Se01_F11-12_A00.uasset b/Content/Blueprints/UI/Imgs/flatPlans/H7/S1/S7_Se01_F11-12_A00.uasset index 8bab9df1f..b569f01a8 100644 Binary files a/Content/Blueprints/UI/Imgs/flatPlans/H7/S1/S7_Se01_F11-12_A00.uasset and b/Content/Blueprints/UI/Imgs/flatPlans/H7/S1/S7_Se01_F11-12_A00.uasset differ diff --git a/Content/Blueprints/UI/Imgs/flatPlans/H7/S1/S7_Se01_F11-12_A02.uasset b/Content/Blueprints/UI/Imgs/flatPlans/H7/S1/S7_Se01_F11-12_A02.uasset index 681f228f2..6a0471dad 100644 Binary files a/Content/Blueprints/UI/Imgs/flatPlans/H7/S1/S7_Se01_F11-12_A02.uasset and b/Content/Blueprints/UI/Imgs/flatPlans/H7/S1/S7_Se01_F11-12_A02.uasset differ diff --git a/Content/Blueprints/UI/Imgs/flatPlans/H7/S1/S7_Se01_F11-12_A03.uasset b/Content/Blueprints/UI/Imgs/flatPlans/H7/S1/S7_Se01_F11-12_A03.uasset index 7165618a0..7d5475517 100644 Binary files a/Content/Blueprints/UI/Imgs/flatPlans/H7/S1/S7_Se01_F11-12_A03.uasset and b/Content/Blueprints/UI/Imgs/flatPlans/H7/S1/S7_Se01_F11-12_A03.uasset differ diff --git a/Content/Blueprints/UI/Imgs/flatPlans/H7/S1/S7_Se01_F11-12_A05.uasset b/Content/Blueprints/UI/Imgs/flatPlans/H7/S1/S7_Se01_F11-12_A05.uasset index 26dd105b3..2f4dc0bf9 100644 Binary files a/Content/Blueprints/UI/Imgs/flatPlans/H7/S1/S7_Se01_F11-12_A05.uasset and b/Content/Blueprints/UI/Imgs/flatPlans/H7/S1/S7_Se01_F11-12_A05.uasset differ diff --git a/Content/Blueprints/UI/Imgs/flatPlans/H7/S1/S7_Se01_F11_A04.uasset b/Content/Blueprints/UI/Imgs/flatPlans/H7/S1/S7_Se01_F11_A04.uasset index cf9c438c7..05fd847a4 100644 Binary files a/Content/Blueprints/UI/Imgs/flatPlans/H7/S1/S7_Se01_F11_A04.uasset and b/Content/Blueprints/UI/Imgs/flatPlans/H7/S1/S7_Se01_F11_A04.uasset differ diff --git a/Content/Blueprints/UI/Imgs/flatPlans/H7/S1/S7_Se01_F11_A07.uasset b/Content/Blueprints/UI/Imgs/flatPlans/H7/S1/S7_Se01_F11_A07.uasset index 9ff436db1..97e5df793 100644 Binary files a/Content/Blueprints/UI/Imgs/flatPlans/H7/S1/S7_Se01_F11_A07.uasset and b/Content/Blueprints/UI/Imgs/flatPlans/H7/S1/S7_Se01_F11_A07.uasset differ diff --git a/Content/Blueprints/UI/Imgs/flatPlans/H7/S1/S7_Se01_F12_A01.uasset b/Content/Blueprints/UI/Imgs/flatPlans/H7/S1/S7_Se01_F12_A01.uasset index 8e64e1e52..b52ee4495 100644 Binary files a/Content/Blueprints/UI/Imgs/flatPlans/H7/S1/S7_Se01_F12_A01.uasset and b/Content/Blueprints/UI/Imgs/flatPlans/H7/S1/S7_Se01_F12_A01.uasset differ diff --git a/Content/Blueprints/UI/Imgs/flatPlans/H7/S1/S7_Se01_F12_A08.uasset b/Content/Blueprints/UI/Imgs/flatPlans/H7/S1/S7_Se01_F12_A08.uasset index de9486843..a6182c4e6 100644 Binary files a/Content/Blueprints/UI/Imgs/flatPlans/H7/S1/S7_Se01_F12_A08.uasset and b/Content/Blueprints/UI/Imgs/flatPlans/H7/S1/S7_Se01_F12_A08.uasset differ diff --git a/Content/Blueprints/UI/Imgs/flatPlans/H7/S2/S7_Se02_F02-05_A01.uasset b/Content/Blueprints/UI/Imgs/flatPlans/H7/S2/S7_Se02_F02-05_A01.uasset index 783497b50..6b8eae113 100644 Binary files a/Content/Blueprints/UI/Imgs/flatPlans/H7/S2/S7_Se02_F02-05_A01.uasset and b/Content/Blueprints/UI/Imgs/flatPlans/H7/S2/S7_Se02_F02-05_A01.uasset differ diff --git a/Content/Blueprints/UI/Imgs/flatPlans/H7/S2/S7_Se02_F02-05_A02.uasset b/Content/Blueprints/UI/Imgs/flatPlans/H7/S2/S7_Se02_F02-05_A02.uasset index 0076a1516..cb03f81e7 100644 Binary files a/Content/Blueprints/UI/Imgs/flatPlans/H7/S2/S7_Se02_F02-05_A02.uasset and b/Content/Blueprints/UI/Imgs/flatPlans/H7/S2/S7_Se02_F02-05_A02.uasset differ diff --git a/Content/Blueprints/UI/Imgs/flatPlans/H7/S2/S7_Se02_F02-05_A10.uasset b/Content/Blueprints/UI/Imgs/flatPlans/H7/S2/S7_Se02_F02-05_A10.uasset index 86e4f2706..176a60593 100644 Binary files a/Content/Blueprints/UI/Imgs/flatPlans/H7/S2/S7_Se02_F02-05_A10.uasset and b/Content/Blueprints/UI/Imgs/flatPlans/H7/S2/S7_Se02_F02-05_A10.uasset differ diff --git a/Content/Blueprints/UI/Imgs/flatPlans/H7/S2/S7_Se02_F02-10_A00.uasset b/Content/Blueprints/UI/Imgs/flatPlans/H7/S2/S7_Se02_F02-10_A00.uasset index f281aea18..f6c0eb2ce 100644 Binary files a/Content/Blueprints/UI/Imgs/flatPlans/H7/S2/S7_Se02_F02-10_A00.uasset and b/Content/Blueprints/UI/Imgs/flatPlans/H7/S2/S7_Se02_F02-10_A00.uasset differ diff --git a/Content/Blueprints/UI/Imgs/flatPlans/H7/S2/S7_Se02_F02-10_A05.uasset b/Content/Blueprints/UI/Imgs/flatPlans/H7/S2/S7_Se02_F02-10_A05.uasset index 08c63be08..595afc02e 100644 Binary files a/Content/Blueprints/UI/Imgs/flatPlans/H7/S2/S7_Se02_F02-10_A05.uasset and b/Content/Blueprints/UI/Imgs/flatPlans/H7/S2/S7_Se02_F02-10_A05.uasset differ diff --git a/Content/Blueprints/UI/Imgs/flatPlans/H7/S2/S7_Se02_F02-10_A06.uasset b/Content/Blueprints/UI/Imgs/flatPlans/H7/S2/S7_Se02_F02-10_A06.uasset index 4835b798b..39d40c5cc 100644 Binary files a/Content/Blueprints/UI/Imgs/flatPlans/H7/S2/S7_Se02_F02-10_A06.uasset and b/Content/Blueprints/UI/Imgs/flatPlans/H7/S2/S7_Se02_F02-10_A06.uasset differ diff --git a/Content/Blueprints/UI/Imgs/flatPlans/H7/S2/S7_Se02_F02-10_A09.uasset b/Content/Blueprints/UI/Imgs/flatPlans/H7/S2/S7_Se02_F02-10_A09.uasset index a18f1f985..4facbe963 100644 Binary files a/Content/Blueprints/UI/Imgs/flatPlans/H7/S2/S7_Se02_F02-10_A09.uasset and b/Content/Blueprints/UI/Imgs/flatPlans/H7/S2/S7_Se02_F02-10_A09.uasset differ diff --git a/Content/Blueprints/UI/Imgs/flatPlans/H7/S2/S7_Se02_F06-08_A07.uasset b/Content/Blueprints/UI/Imgs/flatPlans/H7/S2/S7_Se02_F06-08_A07.uasset index 0eaeb95ea..beca609bb 100644 Binary files a/Content/Blueprints/UI/Imgs/flatPlans/H7/S2/S7_Se02_F06-08_A07.uasset and b/Content/Blueprints/UI/Imgs/flatPlans/H7/S2/S7_Se02_F06-08_A07.uasset differ diff --git a/Content/Blueprints/UI/Imgs/flatPlans/H7/S2/S7_Se02_F06-08_A12.uasset b/Content/Blueprints/UI/Imgs/flatPlans/H7/S2/S7_Se02_F06-08_A12.uasset index 23c940bb4..18862ea4d 100644 Binary files a/Content/Blueprints/UI/Imgs/flatPlans/H7/S2/S7_Se02_F06-08_A12.uasset and b/Content/Blueprints/UI/Imgs/flatPlans/H7/S2/S7_Se02_F06-08_A12.uasset differ diff --git a/Content/Blueprints/UI/Imgs/flatPlans/H7/S2/S7_Se02_F09-10_A08.uasset b/Content/Blueprints/UI/Imgs/flatPlans/H7/S2/S7_Se02_F09-10_A08.uasset index 8bd25c492..79dab5e5d 100644 Binary files a/Content/Blueprints/UI/Imgs/flatPlans/H7/S2/S7_Se02_F09-10_A08.uasset and b/Content/Blueprints/UI/Imgs/flatPlans/H7/S2/S7_Se02_F09-10_A08.uasset differ diff --git a/Content/Blueprints/UI/Imgs/flatPlans/H7/S2/S7_Se02_F09-10_A11.uasset b/Content/Blueprints/UI/Imgs/flatPlans/H7/S2/S7_Se02_F09-10_A11.uasset index 009e8d80c..cbd2e370a 100644 Binary files a/Content/Blueprints/UI/Imgs/flatPlans/H7/S2/S7_Se02_F09-10_A11.uasset and b/Content/Blueprints/UI/Imgs/flatPlans/H7/S2/S7_Se02_F09-10_A11.uasset differ diff --git a/Content/Blueprints/UI/Imgs/flatPlans/H7/S2/S7_Se02_F11-12_A06.uasset b/Content/Blueprints/UI/Imgs/flatPlans/H7/S2/S7_Se02_F11-12_A06.uasset index 81d56483f..d3d009e77 100644 Binary files a/Content/Blueprints/UI/Imgs/flatPlans/H7/S2/S7_Se02_F11-12_A06.uasset and b/Content/Blueprints/UI/Imgs/flatPlans/H7/S2/S7_Se02_F11-12_A06.uasset differ diff --git a/Content/Blueprints/UI/Imgs/flatPlans/H7/S2/S7_Se02_F11_A00.uasset b/Content/Blueprints/UI/Imgs/flatPlans/H7/S2/S7_Se02_F11_A00.uasset index 013b40703..3b00214e7 100644 Binary files a/Content/Blueprints/UI/Imgs/flatPlans/H7/S2/S7_Se02_F11_A00.uasset and b/Content/Blueprints/UI/Imgs/flatPlans/H7/S2/S7_Se02_F11_A00.uasset differ diff --git a/Content/Blueprints/UI/Imgs/flatPlans/H7/S2/S7_Se02_F11_A05.uasset b/Content/Blueprints/UI/Imgs/flatPlans/H7/S2/S7_Se02_F11_A05.uasset index 01d6b2cdd..c28cdac46 100644 Binary files a/Content/Blueprints/UI/Imgs/flatPlans/H7/S2/S7_Se02_F11_A05.uasset and b/Content/Blueprints/UI/Imgs/flatPlans/H7/S2/S7_Se02_F11_A05.uasset differ diff --git a/Content/Blueprints/UI/Imgs/flatPlans/H7/S2/S7_Se02_F11_A08.uasset b/Content/Blueprints/UI/Imgs/flatPlans/H7/S2/S7_Se02_F11_A08.uasset index 6e18a15c7..849e698c7 100644 Binary files a/Content/Blueprints/UI/Imgs/flatPlans/H7/S2/S7_Se02_F11_A08.uasset and b/Content/Blueprints/UI/Imgs/flatPlans/H7/S2/S7_Se02_F11_A08.uasset differ diff --git a/Content/Blueprints/UI/Imgs/flatPlans/H7/S2/S7_Se02_F11_A09.uasset b/Content/Blueprints/UI/Imgs/flatPlans/H7/S2/S7_Se02_F11_A09.uasset index 2991b5366..5ef334f21 100644 Binary files a/Content/Blueprints/UI/Imgs/flatPlans/H7/S2/S7_Se02_F11_A09.uasset and b/Content/Blueprints/UI/Imgs/flatPlans/H7/S2/S7_Se02_F11_A09.uasset differ diff --git a/Content/Blueprints/UI/Imgs/flatPlans/H7/S2/S7_Se02_F11_A11.uasset b/Content/Blueprints/UI/Imgs/flatPlans/H7/S2/S7_Se02_F11_A11.uasset index 1323850d9..82ae4e5ed 100644 Binary files a/Content/Blueprints/UI/Imgs/flatPlans/H7/S2/S7_Se02_F11_A11.uasset and b/Content/Blueprints/UI/Imgs/flatPlans/H7/S2/S7_Se02_F11_A11.uasset differ diff --git a/Content/Blueprints/UI/Imgs/flatPlans/H7/S2/S7_Se02_F12_A03.uasset b/Content/Blueprints/UI/Imgs/flatPlans/H7/S2/S7_Se02_F12_A03.uasset index 77ebc71b0..d1950aeec 100644 Binary files a/Content/Blueprints/UI/Imgs/flatPlans/H7/S2/S7_Se02_F12_A03.uasset and b/Content/Blueprints/UI/Imgs/flatPlans/H7/S2/S7_Se02_F12_A03.uasset differ diff --git a/Content/Blueprints/UI/Imgs/flatPlans/H7/S2/S7_Se02_F12_A04.uasset b/Content/Blueprints/UI/Imgs/flatPlans/H7/S2/S7_Se02_F12_A04.uasset index fa82cd566..01d14e537 100644 Binary files a/Content/Blueprints/UI/Imgs/flatPlans/H7/S2/S7_Se02_F12_A04.uasset and b/Content/Blueprints/UI/Imgs/flatPlans/H7/S2/S7_Se02_F12_A04.uasset differ diff --git a/Content/Blueprints/UI/Imgs/flatPlans/H7/S2/S7_Se02_F12_A13.uasset b/Content/Blueprints/UI/Imgs/flatPlans/H7/S2/S7_Se02_F12_A13.uasset index c40d57e8b..edcb721e9 100644 Binary files a/Content/Blueprints/UI/Imgs/flatPlans/H7/S2/S7_Se02_F12_A13.uasset and b/Content/Blueprints/UI/Imgs/flatPlans/H7/S2/S7_Se02_F12_A13.uasset differ diff --git a/Content/Blueprints/UI/Imgs/flatPlans/H7/S2/S7_Se02_F12_A14.uasset b/Content/Blueprints/UI/Imgs/flatPlans/H7/S2/S7_Se02_F12_A14.uasset index 71f665ffd..5debc694d 100644 Binary files a/Content/Blueprints/UI/Imgs/flatPlans/H7/S2/S7_Se02_F12_A14.uasset and b/Content/Blueprints/UI/Imgs/flatPlans/H7/S2/S7_Se02_F12_A14.uasset differ diff --git a/Content/Blueprints/UI/Imgs/flatPlans/H7/S3/S7_Se03_F02-03_06-07_A05.uasset b/Content/Blueprints/UI/Imgs/flatPlans/H7/S3/S7_Se03_F02-03_06-07_A05.uasset index eeaabfc31..2b902b1b8 100644 Binary files a/Content/Blueprints/UI/Imgs/flatPlans/H7/S3/S7_Se03_F02-03_06-07_A05.uasset and b/Content/Blueprints/UI/Imgs/flatPlans/H7/S3/S7_Se03_F02-03_06-07_A05.uasset differ diff --git a/Content/Blueprints/UI/Imgs/flatPlans/H7/S3/S7_Se03_F02-03_A02.uasset b/Content/Blueprints/UI/Imgs/flatPlans/H7/S3/S7_Se03_F02-03_A02.uasset index df03613f9..9ee330c69 100644 Binary files a/Content/Blueprints/UI/Imgs/flatPlans/H7/S3/S7_Se03_F02-03_A02.uasset and b/Content/Blueprints/UI/Imgs/flatPlans/H7/S3/S7_Se03_F02-03_A02.uasset differ diff --git a/Content/Blueprints/UI/Imgs/flatPlans/H7/S3/S7_Se03_F02-03_A03.uasset b/Content/Blueprints/UI/Imgs/flatPlans/H7/S3/S7_Se03_F02-03_A03.uasset index 7ce17d090..7e666dfee 100644 Binary files a/Content/Blueprints/UI/Imgs/flatPlans/H7/S3/S7_Se03_F02-03_A03.uasset and b/Content/Blueprints/UI/Imgs/flatPlans/H7/S3/S7_Se03_F02-03_A03.uasset differ diff --git a/Content/Blueprints/UI/Imgs/flatPlans/H7/S3/S7_Se03_F02-03_A04.uasset b/Content/Blueprints/UI/Imgs/flatPlans/H7/S3/S7_Se03_F02-03_A04.uasset index 6e554be9f..c0a82599c 100644 Binary files a/Content/Blueprints/UI/Imgs/flatPlans/H7/S3/S7_Se03_F02-03_A04.uasset and b/Content/Blueprints/UI/Imgs/flatPlans/H7/S3/S7_Se03_F02-03_A04.uasset differ diff --git a/Content/Blueprints/UI/Imgs/flatPlans/H7/S3/S7_Se03_F02-03_A06.uasset b/Content/Blueprints/UI/Imgs/flatPlans/H7/S3/S7_Se03_F02-03_A06.uasset index e23aeae5d..86aa65ef4 100644 Binary files a/Content/Blueprints/UI/Imgs/flatPlans/H7/S3/S7_Se03_F02-03_A06.uasset and b/Content/Blueprints/UI/Imgs/flatPlans/H7/S3/S7_Se03_F02-03_A06.uasset differ diff --git a/Content/Blueprints/UI/Imgs/flatPlans/H7/S3/S7_Se03_F02-05_A00.uasset b/Content/Blueprints/UI/Imgs/flatPlans/H7/S3/S7_Se03_F02-05_A00.uasset index c18ec42d1..888dfa0fb 100644 Binary files a/Content/Blueprints/UI/Imgs/flatPlans/H7/S3/S7_Se03_F02-05_A00.uasset and b/Content/Blueprints/UI/Imgs/flatPlans/H7/S3/S7_Se03_F02-05_A00.uasset differ diff --git a/Content/Blueprints/UI/Imgs/flatPlans/H7/S3/S7_Se03_F02-08_A01.uasset b/Content/Blueprints/UI/Imgs/flatPlans/H7/S3/S7_Se03_F02-08_A01.uasset index 1d4411bf0..c6bb5e122 100644 Binary files a/Content/Blueprints/UI/Imgs/flatPlans/H7/S3/S7_Se03_F02-08_A01.uasset and b/Content/Blueprints/UI/Imgs/flatPlans/H7/S3/S7_Se03_F02-08_A01.uasset differ diff --git a/Content/Blueprints/UI/Imgs/flatPlans/H7/S3/S7_Se03_F04-05_A02.uasset b/Content/Blueprints/UI/Imgs/flatPlans/H7/S3/S7_Se03_F04-05_A02.uasset index fb498f6a6..96facdffc 100644 Binary files a/Content/Blueprints/UI/Imgs/flatPlans/H7/S3/S7_Se03_F04-05_A02.uasset and b/Content/Blueprints/UI/Imgs/flatPlans/H7/S3/S7_Se03_F04-05_A02.uasset differ diff --git a/Content/Blueprints/UI/Imgs/flatPlans/H7/S3/S7_Se03_F04-05_A03.uasset b/Content/Blueprints/UI/Imgs/flatPlans/H7/S3/S7_Se03_F04-05_A03.uasset index 8046e484e..0cb2294b7 100644 Binary files a/Content/Blueprints/UI/Imgs/flatPlans/H7/S3/S7_Se03_F04-05_A03.uasset and b/Content/Blueprints/UI/Imgs/flatPlans/H7/S3/S7_Se03_F04-05_A03.uasset differ diff --git a/Content/Blueprints/UI/Imgs/flatPlans/H7/S3/S7_Se03_F04-05_A04.uasset b/Content/Blueprints/UI/Imgs/flatPlans/H7/S3/S7_Se03_F04-05_A04.uasset index c1aacf59b..248a47737 100644 Binary files a/Content/Blueprints/UI/Imgs/flatPlans/H7/S3/S7_Se03_F04-05_A04.uasset and b/Content/Blueprints/UI/Imgs/flatPlans/H7/S3/S7_Se03_F04-05_A04.uasset differ diff --git a/Content/Blueprints/UI/Imgs/flatPlans/H7/S3/S7_Se03_F04-05_A05.uasset b/Content/Blueprints/UI/Imgs/flatPlans/H7/S3/S7_Se03_F04-05_A05.uasset index f7c4dd9a6..9aee1ca1a 100644 Binary files a/Content/Blueprints/UI/Imgs/flatPlans/H7/S3/S7_Se03_F04-05_A05.uasset and b/Content/Blueprints/UI/Imgs/flatPlans/H7/S3/S7_Se03_F04-05_A05.uasset differ diff --git a/Content/Blueprints/UI/Imgs/flatPlans/H7/S3/S7_Se03_F04-05_A06.uasset b/Content/Blueprints/UI/Imgs/flatPlans/H7/S3/S7_Se03_F04-05_A06.uasset index 7c2434876..f35ecac0b 100644 Binary files a/Content/Blueprints/UI/Imgs/flatPlans/H7/S3/S7_Se03_F04-05_A06.uasset and b/Content/Blueprints/UI/Imgs/flatPlans/H7/S3/S7_Se03_F04-05_A06.uasset differ diff --git a/Content/Blueprints/UI/Imgs/flatPlans/H7/S3/S7_Se03_F06-07_10_A06.uasset b/Content/Blueprints/UI/Imgs/flatPlans/H7/S3/S7_Se03_F06-07_10_A06.uasset index 885bf4ac4..84a0fb3f7 100644 Binary files a/Content/Blueprints/UI/Imgs/flatPlans/H7/S3/S7_Se03_F06-07_10_A06.uasset and b/Content/Blueprints/UI/Imgs/flatPlans/H7/S3/S7_Se03_F06-07_10_A06.uasset differ diff --git a/Content/Blueprints/UI/Imgs/flatPlans/H7/S3/S7_Se03_F06-07_A00.uasset b/Content/Blueprints/UI/Imgs/flatPlans/H7/S3/S7_Se03_F06-07_A00.uasset index 5ea9fb42e..79b6d0415 100644 Binary files a/Content/Blueprints/UI/Imgs/flatPlans/H7/S3/S7_Se03_F06-07_A00.uasset and b/Content/Blueprints/UI/Imgs/flatPlans/H7/S3/S7_Se03_F06-07_A00.uasset differ diff --git a/Content/Blueprints/UI/Imgs/flatPlans/H7/S3/S7_Se03_F06-07_A02.uasset b/Content/Blueprints/UI/Imgs/flatPlans/H7/S3/S7_Se03_F06-07_A02.uasset index 5978f8eb3..3b6e9394f 100644 Binary files a/Content/Blueprints/UI/Imgs/flatPlans/H7/S3/S7_Se03_F06-07_A02.uasset and b/Content/Blueprints/UI/Imgs/flatPlans/H7/S3/S7_Se03_F06-07_A02.uasset differ diff --git a/Content/Blueprints/UI/Imgs/flatPlans/H7/S3/S7_Se03_F06-07_A03.uasset b/Content/Blueprints/UI/Imgs/flatPlans/H7/S3/S7_Se03_F06-07_A03.uasset index 167828fbb..86ac54552 100644 Binary files a/Content/Blueprints/UI/Imgs/flatPlans/H7/S3/S7_Se03_F06-07_A03.uasset and b/Content/Blueprints/UI/Imgs/flatPlans/H7/S3/S7_Se03_F06-07_A03.uasset differ diff --git a/Content/Blueprints/UI/Imgs/flatPlans/H7/S3/S7_Se03_F06-07_A04.uasset b/Content/Blueprints/UI/Imgs/flatPlans/H7/S3/S7_Se03_F06-07_A04.uasset index 66a27a0a1..bc251566d 100644 Binary files a/Content/Blueprints/UI/Imgs/flatPlans/H7/S3/S7_Se03_F06-07_A04.uasset and b/Content/Blueprints/UI/Imgs/flatPlans/H7/S3/S7_Se03_F06-07_A04.uasset differ diff --git a/Content/Blueprints/UI/Imgs/flatPlans/H7/S3/S7_Se03_F08-09_A02.uasset b/Content/Blueprints/UI/Imgs/flatPlans/H7/S3/S7_Se03_F08-09_A02.uasset index 06b2e0084..db1cb2ea0 100644 Binary files a/Content/Blueprints/UI/Imgs/flatPlans/H7/S3/S7_Se03_F08-09_A02.uasset and b/Content/Blueprints/UI/Imgs/flatPlans/H7/S3/S7_Se03_F08-09_A02.uasset differ diff --git a/Content/Blueprints/UI/Imgs/flatPlans/H7/S3/S7_Se03_F08-09_A03.uasset b/Content/Blueprints/UI/Imgs/flatPlans/H7/S3/S7_Se03_F08-09_A03.uasset index 25b7a562d..2a5692ba1 100644 Binary files a/Content/Blueprints/UI/Imgs/flatPlans/H7/S3/S7_Se03_F08-09_A03.uasset and b/Content/Blueprints/UI/Imgs/flatPlans/H7/S3/S7_Se03_F08-09_A03.uasset differ diff --git a/Content/Blueprints/UI/Imgs/flatPlans/H7/S3/S7_Se03_F08-09_A04.uasset b/Content/Blueprints/UI/Imgs/flatPlans/H7/S3/S7_Se03_F08-09_A04.uasset index fbe8af451..07aee2fff 100644 Binary files a/Content/Blueprints/UI/Imgs/flatPlans/H7/S3/S7_Se03_F08-09_A04.uasset and b/Content/Blueprints/UI/Imgs/flatPlans/H7/S3/S7_Se03_F08-09_A04.uasset differ diff --git a/Content/Blueprints/UI/Imgs/flatPlans/H7/S3/S7_Se03_F08-09_A05.uasset b/Content/Blueprints/UI/Imgs/flatPlans/H7/S3/S7_Se03_F08-09_A05.uasset index 3c3046e97..a0c57089d 100644 Binary files a/Content/Blueprints/UI/Imgs/flatPlans/H7/S3/S7_Se03_F08-09_A05.uasset and b/Content/Blueprints/UI/Imgs/flatPlans/H7/S3/S7_Se03_F08-09_A05.uasset differ diff --git a/Content/Blueprints/UI/Imgs/flatPlans/H7/S3/S7_Se03_F08-09_A06.uasset b/Content/Blueprints/UI/Imgs/flatPlans/H7/S3/S7_Se03_F08-09_A06.uasset index 45c7f964e..1dcaa8783 100644 Binary files a/Content/Blueprints/UI/Imgs/flatPlans/H7/S3/S7_Se03_F08-09_A06.uasset and b/Content/Blueprints/UI/Imgs/flatPlans/H7/S3/S7_Se03_F08-09_A06.uasset differ diff --git a/Content/Blueprints/UI/Imgs/flatPlans/H7/S3/S7_Se03_F08_A00.uasset b/Content/Blueprints/UI/Imgs/flatPlans/H7/S3/S7_Se03_F08_A00.uasset index 42db76c20..c2a75a809 100644 Binary files a/Content/Blueprints/UI/Imgs/flatPlans/H7/S3/S7_Se03_F08_A00.uasset and b/Content/Blueprints/UI/Imgs/flatPlans/H7/S3/S7_Se03_F08_A00.uasset differ diff --git a/Content/Blueprints/UI/Imgs/flatPlans/H7/S3/S7_Se03_F09_A07.uasset b/Content/Blueprints/UI/Imgs/flatPlans/H7/S3/S7_Se03_F09_A07.uasset index 6b625205c..9a95cb565 100644 Binary files a/Content/Blueprints/UI/Imgs/flatPlans/H7/S3/S7_Se03_F09_A07.uasset and b/Content/Blueprints/UI/Imgs/flatPlans/H7/S3/S7_Se03_F09_A07.uasset differ diff --git a/Content/Blueprints/UI/Imgs/flatPlans/H7/S3/S7_Se03_F10_A02.uasset b/Content/Blueprints/UI/Imgs/flatPlans/H7/S3/S7_Se03_F10_A02.uasset index 9a6adc8a9..e007321ee 100644 Binary files a/Content/Blueprints/UI/Imgs/flatPlans/H7/S3/S7_Se03_F10_A02.uasset and b/Content/Blueprints/UI/Imgs/flatPlans/H7/S3/S7_Se03_F10_A02.uasset differ diff --git a/Content/Blueprints/UI/Imgs/flatPlans/H7/S3/S7_Se03_F10_A03.uasset b/Content/Blueprints/UI/Imgs/flatPlans/H7/S3/S7_Se03_F10_A03.uasset index 9fc7072fe..41d43fcd6 100644 Binary files a/Content/Blueprints/UI/Imgs/flatPlans/H7/S3/S7_Se03_F10_A03.uasset and b/Content/Blueprints/UI/Imgs/flatPlans/H7/S3/S7_Se03_F10_A03.uasset differ diff --git a/Content/Blueprints/UI/Imgs/flatPlans/H7/S3/S7_Se03_F10_A04.uasset b/Content/Blueprints/UI/Imgs/flatPlans/H7/S3/S7_Se03_F10_A04.uasset index d08e68a7d..540c03d07 100644 Binary files a/Content/Blueprints/UI/Imgs/flatPlans/H7/S3/S7_Se03_F10_A04.uasset and b/Content/Blueprints/UI/Imgs/flatPlans/H7/S3/S7_Se03_F10_A04.uasset differ diff --git a/Content/Blueprints/UI/Imgs/flatPlans/H7/S3/S7_Se03_F10_A05.uasset b/Content/Blueprints/UI/Imgs/flatPlans/H7/S3/S7_Se03_F10_A05.uasset index 49adc971c..a24cf284d 100644 Binary files a/Content/Blueprints/UI/Imgs/flatPlans/H7/S3/S7_Se03_F10_A05.uasset and b/Content/Blueprints/UI/Imgs/flatPlans/H7/S3/S7_Se03_F10_A05.uasset differ diff --git a/Content/Blueprints/UI/Imgs/flatPlans/H7/S3/S7_Se03_F10_A07.uasset b/Content/Blueprints/UI/Imgs/flatPlans/H7/S3/S7_Se03_F10_A07.uasset index dd5db520e..45b2bff88 100644 Binary files a/Content/Blueprints/UI/Imgs/flatPlans/H7/S3/S7_Se03_F10_A07.uasset and b/Content/Blueprints/UI/Imgs/flatPlans/H7/S3/S7_Se03_F10_A07.uasset differ diff --git a/Content/Blueprints/UI/Imgs/flatPlans/H7/S3/S7_Se03_F11_A02.uasset b/Content/Blueprints/UI/Imgs/flatPlans/H7/S3/S7_Se03_F11_A02.uasset index 2110b3e02..18c0cd429 100644 Binary files a/Content/Blueprints/UI/Imgs/flatPlans/H7/S3/S7_Se03_F11_A02.uasset and b/Content/Blueprints/UI/Imgs/flatPlans/H7/S3/S7_Se03_F11_A02.uasset differ diff --git a/Content/Blueprints/UI/Imgs/flatPlans/H7/S3/S7_Se03_F11_A03.uasset b/Content/Blueprints/UI/Imgs/flatPlans/H7/S3/S7_Se03_F11_A03.uasset index f5140c92d..dbd282aaf 100644 Binary files a/Content/Blueprints/UI/Imgs/flatPlans/H7/S3/S7_Se03_F11_A03.uasset and b/Content/Blueprints/UI/Imgs/flatPlans/H7/S3/S7_Se03_F11_A03.uasset differ diff --git a/Content/Blueprints/UI/Imgs/flatPlans/H7/S3/S7_Se03_F11_A04.uasset b/Content/Blueprints/UI/Imgs/flatPlans/H7/S3/S7_Se03_F11_A04.uasset index 4eb1dec0f..8e7780d51 100644 Binary files a/Content/Blueprints/UI/Imgs/flatPlans/H7/S3/S7_Se03_F11_A04.uasset and b/Content/Blueprints/UI/Imgs/flatPlans/H7/S3/S7_Se03_F11_A04.uasset differ diff --git a/Content/Blueprints/UI/Imgs/flatPlans/H7/S3/S7_Se03_F11_A05.uasset b/Content/Blueprints/UI/Imgs/flatPlans/H7/S3/S7_Se03_F11_A05.uasset index 75db79194..a47ab00ad 100644 Binary files a/Content/Blueprints/UI/Imgs/flatPlans/H7/S3/S7_Se03_F11_A05.uasset and b/Content/Blueprints/UI/Imgs/flatPlans/H7/S3/S7_Se03_F11_A05.uasset differ diff --git a/Content/Blueprints/UI/Imgs/flatPlans/H7/S3/S7_Se03_F11_A06.uasset b/Content/Blueprints/UI/Imgs/flatPlans/H7/S3/S7_Se03_F11_A06.uasset index 6e9deb4cc..2243094b9 100644 Binary files a/Content/Blueprints/UI/Imgs/flatPlans/H7/S3/S7_Se03_F11_A06.uasset and b/Content/Blueprints/UI/Imgs/flatPlans/H7/S3/S7_Se03_F11_A06.uasset differ diff --git a/Content/Blueprints/UI/Imgs/flatPlans/H7/S3/S7_Se03_F11_A07.uasset b/Content/Blueprints/UI/Imgs/flatPlans/H7/S3/S7_Se03_F11_A07.uasset index f4cb65f48..df5a083d3 100644 Binary files a/Content/Blueprints/UI/Imgs/flatPlans/H7/S3/S7_Se03_F11_A07.uasset and b/Content/Blueprints/UI/Imgs/flatPlans/H7/S3/S7_Se03_F11_A07.uasset differ diff --git a/Content/Blueprints/UI/Imgs/flatPlans/H7/S3/S7_Se03_F12-13_A03.uasset b/Content/Blueprints/UI/Imgs/flatPlans/H7/S3/S7_Se03_F12-13_A03.uasset index 5ff77609b..b6d0bf54e 100644 Binary files a/Content/Blueprints/UI/Imgs/flatPlans/H7/S3/S7_Se03_F12-13_A03.uasset and b/Content/Blueprints/UI/Imgs/flatPlans/H7/S3/S7_Se03_F12-13_A03.uasset differ diff --git a/Content/Blueprints/UI/Imgs/flatPlans/H7/S3/S7_Se03_F12-13_A04.uasset b/Content/Blueprints/UI/Imgs/flatPlans/H7/S3/S7_Se03_F12-13_A04.uasset index c98791f65..e1931ee37 100644 Binary files a/Content/Blueprints/UI/Imgs/flatPlans/H7/S3/S7_Se03_F12-13_A04.uasset and b/Content/Blueprints/UI/Imgs/flatPlans/H7/S3/S7_Se03_F12-13_A04.uasset differ diff --git a/Content/Blueprints/UI/Imgs/flatPlans/H7/S3/S7_Se03_F12_A02.uasset b/Content/Blueprints/UI/Imgs/flatPlans/H7/S3/S7_Se03_F12_A02.uasset index f644863e8..81f373bdc 100644 Binary files a/Content/Blueprints/UI/Imgs/flatPlans/H7/S3/S7_Se03_F12_A02.uasset and b/Content/Blueprints/UI/Imgs/flatPlans/H7/S3/S7_Se03_F12_A02.uasset differ diff --git a/Content/Blueprints/UI/Imgs/flatPlans/H7/S3/S7_Se03_F12_A05.uasset b/Content/Blueprints/UI/Imgs/flatPlans/H7/S3/S7_Se03_F12_A05.uasset index a9f452bac..775070ebb 100644 Binary files a/Content/Blueprints/UI/Imgs/flatPlans/H7/S3/S7_Se03_F12_A05.uasset and b/Content/Blueprints/UI/Imgs/flatPlans/H7/S3/S7_Se03_F12_A05.uasset differ diff --git a/Content/Blueprints/UI/Imgs/flatPlans/H7/S3/S7_Se03_F12_A06.uasset b/Content/Blueprints/UI/Imgs/flatPlans/H7/S3/S7_Se03_F12_A06.uasset index 279816595..ec3e5e500 100644 Binary files a/Content/Blueprints/UI/Imgs/flatPlans/H7/S3/S7_Se03_F12_A06.uasset and b/Content/Blueprints/UI/Imgs/flatPlans/H7/S3/S7_Se03_F12_A06.uasset differ diff --git a/Content/Blueprints/UI/Imgs/flatPlans/H7/S3/S7_Se03_F12_A07.uasset b/Content/Blueprints/UI/Imgs/flatPlans/H7/S3/S7_Se03_F12_A07.uasset index e5349e726..45f5fa657 100644 Binary files a/Content/Blueprints/UI/Imgs/flatPlans/H7/S3/S7_Se03_F12_A07.uasset and b/Content/Blueprints/UI/Imgs/flatPlans/H7/S3/S7_Se03_F12_A07.uasset differ diff --git a/Content/Blueprints/UI/Imgs/flatPlans/H7/S3/S7_Se03_F13_A08.uasset b/Content/Blueprints/UI/Imgs/flatPlans/H7/S3/S7_Se03_F13_A08.uasset index 8f7a1fb0b..14598f478 100644 Binary files a/Content/Blueprints/UI/Imgs/flatPlans/H7/S3/S7_Se03_F13_A08.uasset and b/Content/Blueprints/UI/Imgs/flatPlans/H7/S3/S7_Se03_F13_A08.uasset differ diff --git a/Content/Blueprints/UI/Imgs/flatPlans/H7/S3/S7_Se03_F13_A09.uasset b/Content/Blueprints/UI/Imgs/flatPlans/H7/S3/S7_Se03_F13_A09.uasset index 1e7873286..7e022c611 100644 Binary files a/Content/Blueprints/UI/Imgs/flatPlans/H7/S3/S7_Se03_F13_A09.uasset and b/Content/Blueprints/UI/Imgs/flatPlans/H7/S3/S7_Se03_F13_A09.uasset differ diff --git a/Content/Blueprints/UI/Imgs/flatPlans/S03_Apartments/S03A100.uasset b/Content/Blueprints/UI/Imgs/flatPlans/S03_Apartments/S03A100.uasset deleted file mode 100644 index c0a9c2335..000000000 Binary files a/Content/Blueprints/UI/Imgs/flatPlans/S03_Apartments/S03A100.uasset and /dev/null differ diff --git a/Content/Blueprints/UI/Imgs/flatPlans/S03_Apartments/S03A101.uasset b/Content/Blueprints/UI/Imgs/flatPlans/S03_Apartments/S03A101.uasset deleted file mode 100644 index 9e0b364cb..000000000 Binary files a/Content/Blueprints/UI/Imgs/flatPlans/S03_Apartments/S03A101.uasset and /dev/null differ diff --git a/Content/Blueprints/UI/Imgs/flatPlans/S03_Apartments/S03A102.uasset b/Content/Blueprints/UI/Imgs/flatPlans/S03_Apartments/S03A102.uasset deleted file mode 100644 index d5192a3a1..000000000 Binary files a/Content/Blueprints/UI/Imgs/flatPlans/S03_Apartments/S03A102.uasset and /dev/null differ diff --git a/Content/Blueprints/UI/Imgs/flatPlans/S03_Apartments/S03A103.uasset b/Content/Blueprints/UI/Imgs/flatPlans/S03_Apartments/S03A103.uasset deleted file mode 100644 index 601d6e6ff..000000000 Binary files a/Content/Blueprints/UI/Imgs/flatPlans/S03_Apartments/S03A103.uasset and /dev/null differ diff --git a/Content/Blueprints/UI/Imgs/flatPlans/S03_Apartments/S03A104.uasset b/Content/Blueprints/UI/Imgs/flatPlans/S03_Apartments/S03A104.uasset deleted file mode 100644 index 005cac90d..000000000 Binary files a/Content/Blueprints/UI/Imgs/flatPlans/S03_Apartments/S03A104.uasset and /dev/null differ diff --git a/Content/Blueprints/UI/Imgs/flatPlans/S03_Apartments/S03A105.uasset b/Content/Blueprints/UI/Imgs/flatPlans/S03_Apartments/S03A105.uasset deleted file mode 100644 index 6b7cc1025..000000000 Binary files a/Content/Blueprints/UI/Imgs/flatPlans/S03_Apartments/S03A105.uasset and /dev/null differ diff --git a/Content/Blueprints/UI/Imgs/flatPlans/S03_Apartments/S03A106.uasset b/Content/Blueprints/UI/Imgs/flatPlans/S03_Apartments/S03A106.uasset deleted file mode 100644 index 768b2dcc8..000000000 Binary files a/Content/Blueprints/UI/Imgs/flatPlans/S03_Apartments/S03A106.uasset and /dev/null differ diff --git a/Content/Blueprints/UI/Imgs/flatPlans/S03_Apartments/S03A107.uasset b/Content/Blueprints/UI/Imgs/flatPlans/S03_Apartments/S03A107.uasset deleted file mode 100644 index 168689291..000000000 Binary files a/Content/Blueprints/UI/Imgs/flatPlans/S03_Apartments/S03A107.uasset and /dev/null differ diff --git a/Content/Blueprints/UI/Imgs/flatPlans/S03_Apartments/S03A108.uasset b/Content/Blueprints/UI/Imgs/flatPlans/S03_Apartments/S03A108.uasset deleted file mode 100644 index a2035a702..000000000 Binary files a/Content/Blueprints/UI/Imgs/flatPlans/S03_Apartments/S03A108.uasset and /dev/null differ diff --git a/Content/Blueprints/UI/Imgs/flatPlans/S03_Apartments/S03A109.uasset b/Content/Blueprints/UI/Imgs/flatPlans/S03_Apartments/S03A109.uasset deleted file mode 100644 index f04b3fdb3..000000000 Binary files a/Content/Blueprints/UI/Imgs/flatPlans/S03_Apartments/S03A109.uasset and /dev/null differ diff --git a/Content/Blueprints/UI/Imgs/flatPlans/S03_Apartments/S03A110.uasset b/Content/Blueprints/UI/Imgs/flatPlans/S03_Apartments/S03A110.uasset deleted file mode 100644 index 9a7ad010a..000000000 Binary files a/Content/Blueprints/UI/Imgs/flatPlans/S03_Apartments/S03A110.uasset and /dev/null differ diff --git a/Content/Blueprints/UI/Imgs/flatPlans/S03_Apartments/S03A111.uasset b/Content/Blueprints/UI/Imgs/flatPlans/S03_Apartments/S03A111.uasset deleted file mode 100644 index 1a4ebfcd6..000000000 Binary files a/Content/Blueprints/UI/Imgs/flatPlans/S03_Apartments/S03A111.uasset and /dev/null differ diff --git a/Content/Blueprints/UI/Imgs/flatPlans/S03_Apartments/S03A112.uasset b/Content/Blueprints/UI/Imgs/flatPlans/S03_Apartments/S03A112.uasset deleted file mode 100644 index 27a1648bf..000000000 Binary files a/Content/Blueprints/UI/Imgs/flatPlans/S03_Apartments/S03A112.uasset and /dev/null differ diff --git a/Content/Blueprints/UI/Imgs/flatPlans/S03_Apartments/S03A113.uasset b/Content/Blueprints/UI/Imgs/flatPlans/S03_Apartments/S03A113.uasset deleted file mode 100644 index 1fa715d22..000000000 Binary files a/Content/Blueprints/UI/Imgs/flatPlans/S03_Apartments/S03A113.uasset and /dev/null differ diff --git a/Content/Blueprints/UI/Imgs/flatPlans/S03_Apartments/S03A114.uasset b/Content/Blueprints/UI/Imgs/flatPlans/S03_Apartments/S03A114.uasset deleted file mode 100644 index bb3cb3572..000000000 Binary files a/Content/Blueprints/UI/Imgs/flatPlans/S03_Apartments/S03A114.uasset and /dev/null differ diff --git a/Content/Blueprints/UI/Imgs/flatPlans/S03_Apartments/S03A115.uasset b/Content/Blueprints/UI/Imgs/flatPlans/S03_Apartments/S03A115.uasset deleted file mode 100644 index 7ac788c96..000000000 Binary files a/Content/Blueprints/UI/Imgs/flatPlans/S03_Apartments/S03A115.uasset and /dev/null differ diff --git a/Content/Blueprints/UI/Imgs/flatPlans/S03_Apartments/S03A116.uasset b/Content/Blueprints/UI/Imgs/flatPlans/S03_Apartments/S03A116.uasset deleted file mode 100644 index 5294211ef..000000000 Binary files a/Content/Blueprints/UI/Imgs/flatPlans/S03_Apartments/S03A116.uasset and /dev/null differ diff --git a/Content/Blueprints/UI/Imgs/flatPlans/S03_Apartments/S03A117.uasset b/Content/Blueprints/UI/Imgs/flatPlans/S03_Apartments/S03A117.uasset deleted file mode 100644 index 197484726..000000000 Binary files a/Content/Blueprints/UI/Imgs/flatPlans/S03_Apartments/S03A117.uasset and /dev/null differ diff --git a/Content/Blueprints/UI/Imgs/flatPlans/S03_Apartments/S03A119.uasset b/Content/Blueprints/UI/Imgs/flatPlans/S03_Apartments/S03A119.uasset deleted file mode 100644 index 7fa6fc025..000000000 Binary files a/Content/Blueprints/UI/Imgs/flatPlans/S03_Apartments/S03A119.uasset and /dev/null differ diff --git a/Content/Blueprints/UI/Imgs/flatPlans/S03_Apartments/S03A120.uasset b/Content/Blueprints/UI/Imgs/flatPlans/S03_Apartments/S03A120.uasset deleted file mode 100644 index 9cbae33e4..000000000 Binary files a/Content/Blueprints/UI/Imgs/flatPlans/S03_Apartments/S03A120.uasset and /dev/null differ diff --git a/Content/Blueprints/UI/Imgs/flatPlans/S03_Apartments/S03A124.uasset b/Content/Blueprints/UI/Imgs/flatPlans/S03_Apartments/S03A124.uasset deleted file mode 100644 index 6ed84285e..000000000 Binary files a/Content/Blueprints/UI/Imgs/flatPlans/S03_Apartments/S03A124.uasset and /dev/null differ diff --git a/Content/Blueprints/UI/Imgs/flatPlans/S03_Apartments/S03A125.uasset b/Content/Blueprints/UI/Imgs/flatPlans/S03_Apartments/S03A125.uasset deleted file mode 100644 index 1753057f1..000000000 Binary files a/Content/Blueprints/UI/Imgs/flatPlans/S03_Apartments/S03A125.uasset and /dev/null differ diff --git a/Content/Blueprints/UI/Imgs/flatPlans/S03_Apartments/S03A131.uasset b/Content/Blueprints/UI/Imgs/flatPlans/S03_Apartments/S03A131.uasset deleted file mode 100644 index 231f26db3..000000000 Binary files a/Content/Blueprints/UI/Imgs/flatPlans/S03_Apartments/S03A131.uasset and /dev/null differ diff --git a/Content/Blueprints/UI/Imgs/flatPlans/S03_Apartments/S03A133.uasset b/Content/Blueprints/UI/Imgs/flatPlans/S03_Apartments/S03A133.uasset deleted file mode 100644 index e2dec504b..000000000 Binary files a/Content/Blueprints/UI/Imgs/flatPlans/S03_Apartments/S03A133.uasset and /dev/null differ diff --git a/Content/Blueprints/UI/Imgs/flatPlans/S03_Apartments/S03A134.uasset b/Content/Blueprints/UI/Imgs/flatPlans/S03_Apartments/S03A134.uasset deleted file mode 100644 index 32f768d2b..000000000 Binary files a/Content/Blueprints/UI/Imgs/flatPlans/S03_Apartments/S03A134.uasset and /dev/null differ diff --git a/Content/Blueprints/UI/Imgs/flatPlans/S03_Apartments/S03A138.uasset b/Content/Blueprints/UI/Imgs/flatPlans/S03_Apartments/S03A138.uasset deleted file mode 100644 index 7a17671a6..000000000 Binary files a/Content/Blueprints/UI/Imgs/flatPlans/S03_Apartments/S03A138.uasset and /dev/null differ diff --git a/Content/Blueprints/UI/Imgs/flatPlans/S03_Apartments/S03A139.uasset b/Content/Blueprints/UI/Imgs/flatPlans/S03_Apartments/S03A139.uasset deleted file mode 100644 index 0ce2c5392..000000000 Binary files a/Content/Blueprints/UI/Imgs/flatPlans/S03_Apartments/S03A139.uasset and /dev/null differ diff --git a/Content/Blueprints/UI/Imgs/flatPlans/S03_Apartments/S03A145.uasset b/Content/Blueprints/UI/Imgs/flatPlans/S03_Apartments/S03A145.uasset deleted file mode 100644 index 823015196..000000000 Binary files a/Content/Blueprints/UI/Imgs/flatPlans/S03_Apartments/S03A145.uasset and /dev/null differ diff --git a/Content/Blueprints/UI/Imgs/flatPlans/S03_Apartments/S03A146.uasset b/Content/Blueprints/UI/Imgs/flatPlans/S03_Apartments/S03A146.uasset deleted file mode 100644 index af301528d..000000000 Binary files a/Content/Blueprints/UI/Imgs/flatPlans/S03_Apartments/S03A146.uasset and /dev/null differ diff --git a/Content/Blueprints/UI/Imgs/flatPlans/S03_Apartments/S03A147.uasset b/Content/Blueprints/UI/Imgs/flatPlans/S03_Apartments/S03A147.uasset deleted file mode 100644 index 7332b0a1b..000000000 Binary files a/Content/Blueprints/UI/Imgs/flatPlans/S03_Apartments/S03A147.uasset and /dev/null differ diff --git a/Content/Blueprints/UI/Imgs/flatPlans/S03_Apartments/S03A149.uasset b/Content/Blueprints/UI/Imgs/flatPlans/S03_Apartments/S03A149.uasset deleted file mode 100644 index 8ce48d836..000000000 Binary files a/Content/Blueprints/UI/Imgs/flatPlans/S03_Apartments/S03A149.uasset and /dev/null differ diff --git a/Content/Blueprints/UI/Imgs/flatPlans/S03_Apartments/S03A151.uasset b/Content/Blueprints/UI/Imgs/flatPlans/S03_Apartments/S03A151.uasset deleted file mode 100644 index 31ecd829f..000000000 Binary files a/Content/Blueprints/UI/Imgs/flatPlans/S03_Apartments/S03A151.uasset and /dev/null differ diff --git a/Content/Blueprints/UI/Imgs/flatPlans/S03_Apartments/S03A152.uasset b/Content/Blueprints/UI/Imgs/flatPlans/S03_Apartments/S03A152.uasset deleted file mode 100644 index 2222f6c85..000000000 Binary files a/Content/Blueprints/UI/Imgs/flatPlans/S03_Apartments/S03A152.uasset and /dev/null differ diff --git a/Content/Blueprints/UI/Imgs/flatPlans/S03_Apartments/S03A153.uasset b/Content/Blueprints/UI/Imgs/flatPlans/S03_Apartments/S03A153.uasset deleted file mode 100644 index 2f0025254..000000000 Binary files a/Content/Blueprints/UI/Imgs/flatPlans/S03_Apartments/S03A153.uasset and /dev/null differ diff --git a/Content/Blueprints/UI/Imgs/flatPlans/S03_Apartments/S03A154.uasset b/Content/Blueprints/UI/Imgs/flatPlans/S03_Apartments/S03A154.uasset deleted file mode 100644 index c047ea29d..000000000 Binary files a/Content/Blueprints/UI/Imgs/flatPlans/S03_Apartments/S03A154.uasset and /dev/null differ diff --git a/Content/Blueprints/UI/Imgs/flatPlans/S03_Apartments/S03A155.uasset b/Content/Blueprints/UI/Imgs/flatPlans/S03_Apartments/S03A155.uasset deleted file mode 100644 index 4935d8f99..000000000 Binary files a/Content/Blueprints/UI/Imgs/flatPlans/S03_Apartments/S03A155.uasset and /dev/null differ diff --git a/Content/Blueprints/UI/Imgs/flatPlans/S03_Apartments/S03A156.uasset b/Content/Blueprints/UI/Imgs/flatPlans/S03_Apartments/S03A156.uasset deleted file mode 100644 index f9bcb0da6..000000000 Binary files a/Content/Blueprints/UI/Imgs/flatPlans/S03_Apartments/S03A156.uasset and /dev/null differ diff --git a/Content/Blueprints/UI/Imgs/flatPlans/S03_Apartments/S03A157.uasset b/Content/Blueprints/UI/Imgs/flatPlans/S03_Apartments/S03A157.uasset deleted file mode 100644 index dacda1758..000000000 Binary files a/Content/Blueprints/UI/Imgs/flatPlans/S03_Apartments/S03A157.uasset and /dev/null differ diff --git a/Content/Blueprints/UI/Imgs/flatPlans/S03_Apartments/S03A158.uasset b/Content/Blueprints/UI/Imgs/flatPlans/S03_Apartments/S03A158.uasset deleted file mode 100644 index c996d6008..000000000 Binary files a/Content/Blueprints/UI/Imgs/flatPlans/S03_Apartments/S03A158.uasset and /dev/null differ diff --git a/Content/Blueprints/UI/Imgs/flatPlans/S03_Apartments/S03A159.uasset b/Content/Blueprints/UI/Imgs/flatPlans/S03_Apartments/S03A159.uasset deleted file mode 100644 index a987cd52b..000000000 Binary files a/Content/Blueprints/UI/Imgs/flatPlans/S03_Apartments/S03A159.uasset and /dev/null differ diff --git a/Content/Blueprints/UI/Imgs/flatPlans/S03_Apartments/S03A160.uasset b/Content/Blueprints/UI/Imgs/flatPlans/S03_Apartments/S03A160.uasset deleted file mode 100644 index d15653566..000000000 Binary files a/Content/Blueprints/UI/Imgs/flatPlans/S03_Apartments/S03A160.uasset and /dev/null differ diff --git a/Content/Blueprints/UI/Imgs/flatPlans/S03_Apartments/S03A161.uasset b/Content/Blueprints/UI/Imgs/flatPlans/S03_Apartments/S03A161.uasset deleted file mode 100644 index 72830cdd4..000000000 Binary files a/Content/Blueprints/UI/Imgs/flatPlans/S03_Apartments/S03A161.uasset and /dev/null differ diff --git a/Content/Blueprints/UI/Imgs/flatPlans/S03_Apartments/S03A163.uasset b/Content/Blueprints/UI/Imgs/flatPlans/S03_Apartments/S03A163.uasset deleted file mode 100644 index 850b3b292..000000000 Binary files a/Content/Blueprints/UI/Imgs/flatPlans/S03_Apartments/S03A163.uasset and /dev/null differ diff --git a/Content/Blueprints/UI/Imgs/flatPlans/S03_Apartments/S03A165.uasset b/Content/Blueprints/UI/Imgs/flatPlans/S03_Apartments/S03A165.uasset deleted file mode 100644 index b71e7d23f..000000000 Binary files a/Content/Blueprints/UI/Imgs/flatPlans/S03_Apartments/S03A165.uasset and /dev/null differ diff --git a/Content/Blueprints/UI/Imgs/flatPlans/S03_Apartments/S03A166.uasset b/Content/Blueprints/UI/Imgs/flatPlans/S03_Apartments/S03A166.uasset deleted file mode 100644 index 335c7f172..000000000 Binary files a/Content/Blueprints/UI/Imgs/flatPlans/S03_Apartments/S03A166.uasset and /dev/null differ diff --git a/Content/Blueprints/UI/Imgs/flatPlans/S03_Apartments/S03A167.uasset b/Content/Blueprints/UI/Imgs/flatPlans/S03_Apartments/S03A167.uasset deleted file mode 100644 index 629ca281a..000000000 Binary files a/Content/Blueprints/UI/Imgs/flatPlans/S03_Apartments/S03A167.uasset and /dev/null differ diff --git a/Content/Blueprints/UI/Imgs/flatPlans/S03_Apartments/S03A168.uasset b/Content/Blueprints/UI/Imgs/flatPlans/S03_Apartments/S03A168.uasset deleted file mode 100644 index 83089870b..000000000 Binary files a/Content/Blueprints/UI/Imgs/flatPlans/S03_Apartments/S03A168.uasset and /dev/null differ diff --git a/Content/Blueprints/UI/Imgs/flatPlans/S03_Apartments/S03A169.uasset b/Content/Blueprints/UI/Imgs/flatPlans/S03_Apartments/S03A169.uasset deleted file mode 100644 index 52176f427..000000000 Binary files a/Content/Blueprints/UI/Imgs/flatPlans/S03_Apartments/S03A169.uasset and /dev/null differ diff --git a/Content/Blueprints/UI/Imgs/flatPlans/S03_Apartments/S03A170.uasset b/Content/Blueprints/UI/Imgs/flatPlans/S03_Apartments/S03A170.uasset deleted file mode 100644 index 220e53097..000000000 Binary files a/Content/Blueprints/UI/Imgs/flatPlans/S03_Apartments/S03A170.uasset and /dev/null differ diff --git a/Content/Blueprints/UI/Imgs/flatPlans/S03_Apartments/S03A171.uasset b/Content/Blueprints/UI/Imgs/flatPlans/S03_Apartments/S03A171.uasset deleted file mode 100644 index 609ecca1c..000000000 Binary files a/Content/Blueprints/UI/Imgs/flatPlans/S03_Apartments/S03A171.uasset and /dev/null differ diff --git a/Content/Blueprints/UI/Imgs/flatPlans/S03_Apartments/S03A172.uasset b/Content/Blueprints/UI/Imgs/flatPlans/S03_Apartments/S03A172.uasset deleted file mode 100644 index e46e5cd74..000000000 Binary files a/Content/Blueprints/UI/Imgs/flatPlans/S03_Apartments/S03A172.uasset and /dev/null differ diff --git a/Content/Blueprints/UI/Imgs/flatPlans/S03_Apartments/S03A173.uasset b/Content/Blueprints/UI/Imgs/flatPlans/S03_Apartments/S03A173.uasset deleted file mode 100644 index e16b1f26f..000000000 Binary files a/Content/Blueprints/UI/Imgs/flatPlans/S03_Apartments/S03A173.uasset and /dev/null differ diff --git a/Content/Blueprints/UI/Imgs/flatPlans/S03_Apartments/S03A174.uasset b/Content/Blueprints/UI/Imgs/flatPlans/S03_Apartments/S03A174.uasset deleted file mode 100644 index 4d48f038e..000000000 Binary files a/Content/Blueprints/UI/Imgs/flatPlans/S03_Apartments/S03A174.uasset and /dev/null differ diff --git a/Content/Blueprints/UI/Imgs/flatPlans/S03_Apartments/S03A175.uasset b/Content/Blueprints/UI/Imgs/flatPlans/S03_Apartments/S03A175.uasset deleted file mode 100644 index 703252e01..000000000 Binary files a/Content/Blueprints/UI/Imgs/flatPlans/S03_Apartments/S03A175.uasset and /dev/null differ diff --git a/Content/Blueprints/UI/Imgs/flatPlans/S03_Apartments/S03A176.uasset b/Content/Blueprints/UI/Imgs/flatPlans/S03_Apartments/S03A176.uasset deleted file mode 100644 index bd54bbf6b..000000000 Binary files a/Content/Blueprints/UI/Imgs/flatPlans/S03_Apartments/S03A176.uasset and /dev/null differ diff --git a/Content/Blueprints/UI/Imgs/flatPlans/S03_Apartments/S03A178.uasset b/Content/Blueprints/UI/Imgs/flatPlans/S03_Apartments/S03A178.uasset deleted file mode 100644 index 78237c7e5..000000000 Binary files a/Content/Blueprints/UI/Imgs/flatPlans/S03_Apartments/S03A178.uasset and /dev/null differ diff --git a/Content/Blueprints/UI/Imgs/flatPlans/S03_Apartments/S03A179.uasset b/Content/Blueprints/UI/Imgs/flatPlans/S03_Apartments/S03A179.uasset deleted file mode 100644 index fdf462f5f..000000000 Binary files a/Content/Blueprints/UI/Imgs/flatPlans/S03_Apartments/S03A179.uasset and /dev/null differ diff --git a/Content/Blueprints/UI/Imgs/flatPlans/S03_Apartments/S03A180.uasset b/Content/Blueprints/UI/Imgs/flatPlans/S03_Apartments/S03A180.uasset deleted file mode 100644 index 61dcc43ff..000000000 Binary files a/Content/Blueprints/UI/Imgs/flatPlans/S03_Apartments/S03A180.uasset and /dev/null differ diff --git a/Content/Blueprints/UI/Imgs/flatPlans/S03_Apartments/S03A181.uasset b/Content/Blueprints/UI/Imgs/flatPlans/S03_Apartments/S03A181.uasset deleted file mode 100644 index 3074d1507..000000000 Binary files a/Content/Blueprints/UI/Imgs/flatPlans/S03_Apartments/S03A181.uasset and /dev/null differ diff --git a/Content/Blueprints/UI/Imgs/flatPlans/S03_Apartments/S03A182.uasset b/Content/Blueprints/UI/Imgs/flatPlans/S03_Apartments/S03A182.uasset deleted file mode 100644 index a0b049baa..000000000 Binary files a/Content/Blueprints/UI/Imgs/flatPlans/S03_Apartments/S03A182.uasset and /dev/null differ diff --git a/Content/Blueprints/UI/Imgs/flatPlans/S03_Apartments/S03A183.uasset b/Content/Blueprints/UI/Imgs/flatPlans/S03_Apartments/S03A183.uasset deleted file mode 100644 index e4aaeb239..000000000 Binary files a/Content/Blueprints/UI/Imgs/flatPlans/S03_Apartments/S03A183.uasset and /dev/null differ diff --git a/Content/Blueprints/UI/Imgs/flatPlans/S03_Apartments/S03A184.uasset b/Content/Blueprints/UI/Imgs/flatPlans/S03_Apartments/S03A184.uasset deleted file mode 100644 index 28ce6a023..000000000 Binary files a/Content/Blueprints/UI/Imgs/flatPlans/S03_Apartments/S03A184.uasset and /dev/null differ diff --git a/Content/Blueprints/UI/Imgs/flatPlans/S03_Apartments/S03A185.uasset b/Content/Blueprints/UI/Imgs/flatPlans/S03_Apartments/S03A185.uasset deleted file mode 100644 index cf3a5257d..000000000 Binary files a/Content/Blueprints/UI/Imgs/flatPlans/S03_Apartments/S03A185.uasset and /dev/null differ diff --git a/Content/Blueprints/UI/Imgs/flatPlans/S03_Apartments/S03A186.uasset b/Content/Blueprints/UI/Imgs/flatPlans/S03_Apartments/S03A186.uasset deleted file mode 100644 index 5caca947a..000000000 Binary files a/Content/Blueprints/UI/Imgs/flatPlans/S03_Apartments/S03A186.uasset and /dev/null differ diff --git a/Content/Blueprints/UI/Imgs/flatPlans/S03_Apartments/S03A187.uasset b/Content/Blueprints/UI/Imgs/flatPlans/S03_Apartments/S03A187.uasset deleted file mode 100644 index 7abc4be33..000000000 Binary files a/Content/Blueprints/UI/Imgs/flatPlans/S03_Apartments/S03A187.uasset and /dev/null differ diff --git a/Content/Blueprints/UI/Imgs/flatPlans/S03_Apartments/S03A188.uasset b/Content/Blueprints/UI/Imgs/flatPlans/S03_Apartments/S03A188.uasset deleted file mode 100644 index 36b874edb..000000000 Binary files a/Content/Blueprints/UI/Imgs/flatPlans/S03_Apartments/S03A188.uasset and /dev/null differ diff --git a/Content/Blueprints/UI/Imgs/flatPlans/S03_Apartments/S03A189.uasset b/Content/Blueprints/UI/Imgs/flatPlans/S03_Apartments/S03A189.uasset deleted file mode 100644 index 96dc57a36..000000000 Binary files a/Content/Blueprints/UI/Imgs/flatPlans/S03_Apartments/S03A189.uasset and /dev/null differ diff --git a/Content/Blueprints/UI/Imgs/flatPlans/S03_Apartments/S03A190.uasset b/Content/Blueprints/UI/Imgs/flatPlans/S03_Apartments/S03A190.uasset deleted file mode 100644 index 034c2738d..000000000 Binary files a/Content/Blueprints/UI/Imgs/flatPlans/S03_Apartments/S03A190.uasset and /dev/null differ diff --git a/Content/Blueprints/UI/Imgs/flatPlans/S03_Apartments/S03A192.uasset b/Content/Blueprints/UI/Imgs/flatPlans/S03_Apartments/S03A192.uasset deleted file mode 100644 index 8d4f6c0a8..000000000 Binary files a/Content/Blueprints/UI/Imgs/flatPlans/S03_Apartments/S03A192.uasset and /dev/null differ diff --git a/Content/Blueprints/UI/Imgs/flatPlans/S03_Apartments/S03A193.uasset b/Content/Blueprints/UI/Imgs/flatPlans/S03_Apartments/S03A193.uasset deleted file mode 100644 index 073ca8366..000000000 Binary files a/Content/Blueprints/UI/Imgs/flatPlans/S03_Apartments/S03A193.uasset and /dev/null differ diff --git a/Content/Blueprints/UI/Imgs/flatPlans/S03_Apartments/S03A194.uasset b/Content/Blueprints/UI/Imgs/flatPlans/S03_Apartments/S03A194.uasset deleted file mode 100644 index c71e3290a..000000000 Binary files a/Content/Blueprints/UI/Imgs/flatPlans/S03_Apartments/S03A194.uasset and /dev/null differ diff --git a/Content/Blueprints/UI/Imgs/flatPlans/S03_Apartments/S03A195.uasset b/Content/Blueprints/UI/Imgs/flatPlans/S03_Apartments/S03A195.uasset deleted file mode 100644 index b6ed610af..000000000 Binary files a/Content/Blueprints/UI/Imgs/flatPlans/S03_Apartments/S03A195.uasset and /dev/null differ diff --git a/Content/Blueprints/UI/Imgs/flatPlans/S03_Apartments/S03A197.uasset b/Content/Blueprints/UI/Imgs/flatPlans/S03_Apartments/S03A197.uasset deleted file mode 100644 index 28d3bf3ba..000000000 Binary files a/Content/Blueprints/UI/Imgs/flatPlans/S03_Apartments/S03A197.uasset and /dev/null differ diff --git a/Content/Blueprints/UI/Imgs/flatPlans/S03_Apartments/S03A198.uasset b/Content/Blueprints/UI/Imgs/flatPlans/S03_Apartments/S03A198.uasset deleted file mode 100644 index 512f11a33..000000000 Binary files a/Content/Blueprints/UI/Imgs/flatPlans/S03_Apartments/S03A198.uasset and /dev/null differ diff --git a/Content/Blueprints/UI/Imgs/flatPlans/S03_Apartments/S03A200.uasset b/Content/Blueprints/UI/Imgs/flatPlans/S03_Apartments/S03A200.uasset deleted file mode 100644 index e1bc2a247..000000000 Binary files a/Content/Blueprints/UI/Imgs/flatPlans/S03_Apartments/S03A200.uasset and /dev/null differ diff --git a/Content/Blueprints/UI/Imgs/flatPlans/S03_Apartments/S03A201.uasset b/Content/Blueprints/UI/Imgs/flatPlans/S03_Apartments/S03A201.uasset deleted file mode 100644 index 7284448e5..000000000 Binary files a/Content/Blueprints/UI/Imgs/flatPlans/S03_Apartments/S03A201.uasset and /dev/null differ diff --git a/Content/Blueprints/UI/Imgs/flatPlans/S03_Apartments/S03A203.uasset b/Content/Blueprints/UI/Imgs/flatPlans/S03_Apartments/S03A203.uasset deleted file mode 100644 index 3a889c625..000000000 Binary files a/Content/Blueprints/UI/Imgs/flatPlans/S03_Apartments/S03A203.uasset and /dev/null differ diff --git a/Content/Blueprints/UI/Imgs/flatPlans/S03_Apartments/S03A206.uasset b/Content/Blueprints/UI/Imgs/flatPlans/S03_Apartments/S03A206.uasset deleted file mode 100644 index b368ebf3d..000000000 Binary files a/Content/Blueprints/UI/Imgs/flatPlans/S03_Apartments/S03A206.uasset and /dev/null differ diff --git a/Content/Blueprints/UI/Imgs/flatPlans/S03_Apartments/S03A207.uasset b/Content/Blueprints/UI/Imgs/flatPlans/S03_Apartments/S03A207.uasset deleted file mode 100644 index 7ffc8763d..000000000 Binary files a/Content/Blueprints/UI/Imgs/flatPlans/S03_Apartments/S03A207.uasset and /dev/null differ diff --git a/Content/Blueprints/UI/Imgs/flatPlans/S03_Apartments/S03A208.uasset b/Content/Blueprints/UI/Imgs/flatPlans/S03_Apartments/S03A208.uasset deleted file mode 100644 index 4ec553ffc..000000000 Binary files a/Content/Blueprints/UI/Imgs/flatPlans/S03_Apartments/S03A208.uasset and /dev/null differ diff --git a/Content/Blueprints/UI/Imgs/flatPlans/S03_Apartments/S03A209.uasset b/Content/Blueprints/UI/Imgs/flatPlans/S03_Apartments/S03A209.uasset deleted file mode 100644 index c3e9e0b1a..000000000 Binary files a/Content/Blueprints/UI/Imgs/flatPlans/S03_Apartments/S03A209.uasset and /dev/null differ diff --git a/Content/Blueprints/UI/Imgs/flatPlans/S03_Apartments/S03A210.uasset b/Content/Blueprints/UI/Imgs/flatPlans/S03_Apartments/S03A210.uasset deleted file mode 100644 index 4a26019ff..000000000 Binary files a/Content/Blueprints/UI/Imgs/flatPlans/S03_Apartments/S03A210.uasset and /dev/null differ diff --git a/Content/Blueprints/UI/Imgs/flatPlans/S03_Apartments/S03A211.uasset b/Content/Blueprints/UI/Imgs/flatPlans/S03_Apartments/S03A211.uasset deleted file mode 100644 index aa59927fd..000000000 Binary files a/Content/Blueprints/UI/Imgs/flatPlans/S03_Apartments/S03A211.uasset and /dev/null differ diff --git a/Content/Blueprints/UI/Imgs/flatPlans/S03_Apartments/S03A212.uasset b/Content/Blueprints/UI/Imgs/flatPlans/S03_Apartments/S03A212.uasset deleted file mode 100644 index dddb55d3e..000000000 Binary files a/Content/Blueprints/UI/Imgs/flatPlans/S03_Apartments/S03A212.uasset and /dev/null differ diff --git a/Content/Blueprints/UI/Imgs/flatPlans/S03_Apartments/S03A213.uasset b/Content/Blueprints/UI/Imgs/flatPlans/S03_Apartments/S03A213.uasset deleted file mode 100644 index 231ca47a4..000000000 Binary files a/Content/Blueprints/UI/Imgs/flatPlans/S03_Apartments/S03A213.uasset and /dev/null differ diff --git a/Content/Blueprints/UI/Imgs/flatPlans/S03_Apartments/S03A214.uasset b/Content/Blueprints/UI/Imgs/flatPlans/S03_Apartments/S03A214.uasset deleted file mode 100644 index 9e035c27d..000000000 Binary files a/Content/Blueprints/UI/Imgs/flatPlans/S03_Apartments/S03A214.uasset and /dev/null differ diff --git a/Content/Blueprints/UI/Imgs/flatPlans/S03_Apartments/S03A216.uasset b/Content/Blueprints/UI/Imgs/flatPlans/S03_Apartments/S03A216.uasset deleted file mode 100644 index 81844ed98..000000000 Binary files a/Content/Blueprints/UI/Imgs/flatPlans/S03_Apartments/S03A216.uasset and /dev/null differ diff --git a/Content/Blueprints/UI/Imgs/flatPlans/S03_Apartments/S03A219.uasset b/Content/Blueprints/UI/Imgs/flatPlans/S03_Apartments/S03A219.uasset deleted file mode 100644 index b0623b732..000000000 Binary files a/Content/Blueprints/UI/Imgs/flatPlans/S03_Apartments/S03A219.uasset and /dev/null differ diff --git a/Content/Blueprints/UI/Imgs/flatPlans/S03_Apartments/S03A220.uasset b/Content/Blueprints/UI/Imgs/flatPlans/S03_Apartments/S03A220.uasset deleted file mode 100644 index 721ac229d..000000000 Binary files a/Content/Blueprints/UI/Imgs/flatPlans/S03_Apartments/S03A220.uasset and /dev/null differ diff --git a/Content/Blueprints/UI/Imgs/flatPlans/S03_Apartments/S03A221.uasset b/Content/Blueprints/UI/Imgs/flatPlans/S03_Apartments/S03A221.uasset deleted file mode 100644 index c4fe7b39c..000000000 Binary files a/Content/Blueprints/UI/Imgs/flatPlans/S03_Apartments/S03A221.uasset and /dev/null differ diff --git a/Content/Blueprints/UI/Imgs/flatPlans/S03_Apartments/S03A222.uasset b/Content/Blueprints/UI/Imgs/flatPlans/S03_Apartments/S03A222.uasset deleted file mode 100644 index 094606dcb..000000000 Binary files a/Content/Blueprints/UI/Imgs/flatPlans/S03_Apartments/S03A222.uasset and /dev/null differ diff --git a/Content/Blueprints/UI/Imgs/flatPlans/S03_Apartments/S03A223.uasset b/Content/Blueprints/UI/Imgs/flatPlans/S03_Apartments/S03A223.uasset deleted file mode 100644 index 63dc887a9..000000000 Binary files a/Content/Blueprints/UI/Imgs/flatPlans/S03_Apartments/S03A223.uasset and /dev/null differ diff --git a/Content/Blueprints/UI/Imgs/flatPlans/S03_Apartments/S03A224.uasset b/Content/Blueprints/UI/Imgs/flatPlans/S03_Apartments/S03A224.uasset deleted file mode 100644 index 9dd218b0f..000000000 Binary files a/Content/Blueprints/UI/Imgs/flatPlans/S03_Apartments/S03A224.uasset and /dev/null differ diff --git a/Content/Blueprints/UI/Imgs/flatPlans/S03_Apartments/S03A225.uasset b/Content/Blueprints/UI/Imgs/flatPlans/S03_Apartments/S03A225.uasset deleted file mode 100644 index 1de735fd3..000000000 Binary files a/Content/Blueprints/UI/Imgs/flatPlans/S03_Apartments/S03A225.uasset and /dev/null differ diff --git a/Content/Blueprints/UI/Imgs/flatPlans/S03_Apartments/S03A226.uasset b/Content/Blueprints/UI/Imgs/flatPlans/S03_Apartments/S03A226.uasset deleted file mode 100644 index 9dd321935..000000000 Binary files a/Content/Blueprints/UI/Imgs/flatPlans/S03_Apartments/S03A226.uasset and /dev/null differ diff --git a/Content/Blueprints/UI/Imgs/flatPlans/S03_Apartments/S03A227.uasset b/Content/Blueprints/UI/Imgs/flatPlans/S03_Apartments/S03A227.uasset deleted file mode 100644 index 55b1e9e37..000000000 Binary files a/Content/Blueprints/UI/Imgs/flatPlans/S03_Apartments/S03A227.uasset and /dev/null differ diff --git a/Content/Blueprints/UI/Imgs/flatPlans/S03_Apartments/S03A230.uasset b/Content/Blueprints/UI/Imgs/flatPlans/S03_Apartments/S03A230.uasset deleted file mode 100644 index 6aaf6c23a..000000000 Binary files a/Content/Blueprints/UI/Imgs/flatPlans/S03_Apartments/S03A230.uasset and /dev/null differ diff --git a/Content/Blueprints/UI/Imgs/flatPlans/S03_Apartments/S03A231.uasset b/Content/Blueprints/UI/Imgs/flatPlans/S03_Apartments/S03A231.uasset deleted file mode 100644 index 7465cf724..000000000 Binary files a/Content/Blueprints/UI/Imgs/flatPlans/S03_Apartments/S03A231.uasset and /dev/null differ diff --git a/Content/Blueprints/UI/Imgs/flatPlans/S03_Apartments/S03A232.uasset b/Content/Blueprints/UI/Imgs/flatPlans/S03_Apartments/S03A232.uasset deleted file mode 100644 index 349847be3..000000000 Binary files a/Content/Blueprints/UI/Imgs/flatPlans/S03_Apartments/S03A232.uasset and /dev/null differ diff --git a/Content/Blueprints/UI/Imgs/flatPlans/S03_Apartments/S03A233.uasset b/Content/Blueprints/UI/Imgs/flatPlans/S03_Apartments/S03A233.uasset deleted file mode 100644 index f1dfe7fdb..000000000 Binary files a/Content/Blueprints/UI/Imgs/flatPlans/S03_Apartments/S03A233.uasset and /dev/null differ diff --git a/Content/Blueprints/UI/Imgs/flatPlans/S03_Apartments/S03A234.uasset b/Content/Blueprints/UI/Imgs/flatPlans/S03_Apartments/S03A234.uasset deleted file mode 100644 index c1758db06..000000000 Binary files a/Content/Blueprints/UI/Imgs/flatPlans/S03_Apartments/S03A234.uasset and /dev/null differ diff --git a/Content/Blueprints/UI/Imgs/flatPlans/S03_Apartments/S03A235.uasset b/Content/Blueprints/UI/Imgs/flatPlans/S03_Apartments/S03A235.uasset deleted file mode 100644 index 1e64dddab..000000000 Binary files a/Content/Blueprints/UI/Imgs/flatPlans/S03_Apartments/S03A235.uasset and /dev/null differ diff --git a/Content/Blueprints/UI/Imgs/flatPlans/S03_Apartments/S03A236.uasset b/Content/Blueprints/UI/Imgs/flatPlans/S03_Apartments/S03A236.uasset deleted file mode 100644 index 1a0de35cd..000000000 Binary files a/Content/Blueprints/UI/Imgs/flatPlans/S03_Apartments/S03A236.uasset and /dev/null differ diff --git a/Content/Blueprints/UI/Imgs/flatPlans/S03_Apartments/S03A68.uasset b/Content/Blueprints/UI/Imgs/flatPlans/S03_Apartments/S03A68.uasset deleted file mode 100644 index 20f54e699..000000000 Binary files a/Content/Blueprints/UI/Imgs/flatPlans/S03_Apartments/S03A68.uasset and /dev/null differ diff --git a/Content/Blueprints/UI/Imgs/flatPlans/S03_Apartments/S03A69.uasset b/Content/Blueprints/UI/Imgs/flatPlans/S03_Apartments/S03A69.uasset deleted file mode 100644 index 2050144c4..000000000 Binary files a/Content/Blueprints/UI/Imgs/flatPlans/S03_Apartments/S03A69.uasset and /dev/null differ diff --git a/Content/Blueprints/UI/Imgs/flatPlans/S03_Apartments/S03A70.uasset b/Content/Blueprints/UI/Imgs/flatPlans/S03_Apartments/S03A70.uasset deleted file mode 100644 index 6a6f720b3..000000000 Binary files a/Content/Blueprints/UI/Imgs/flatPlans/S03_Apartments/S03A70.uasset and /dev/null differ diff --git a/Content/Blueprints/UI/Imgs/flatPlans/S03_Apartments/S03A72.uasset b/Content/Blueprints/UI/Imgs/flatPlans/S03_Apartments/S03A72.uasset deleted file mode 100644 index da1582476..000000000 Binary files a/Content/Blueprints/UI/Imgs/flatPlans/S03_Apartments/S03A72.uasset and /dev/null differ diff --git a/Content/Blueprints/UI/Imgs/flatPlans/S03_Apartments/S03A73.uasset b/Content/Blueprints/UI/Imgs/flatPlans/S03_Apartments/S03A73.uasset deleted file mode 100644 index ebfb15192..000000000 Binary files a/Content/Blueprints/UI/Imgs/flatPlans/S03_Apartments/S03A73.uasset and /dev/null differ diff --git a/Content/Blueprints/UI/Imgs/flatPlans/S03_Apartments/S03A74.uasset b/Content/Blueprints/UI/Imgs/flatPlans/S03_Apartments/S03A74.uasset deleted file mode 100644 index 830e9a861..000000000 Binary files a/Content/Blueprints/UI/Imgs/flatPlans/S03_Apartments/S03A74.uasset and /dev/null differ diff --git a/Content/Blueprints/UI/Imgs/flatPlans/S03_Apartments/S03A75.uasset b/Content/Blueprints/UI/Imgs/flatPlans/S03_Apartments/S03A75.uasset deleted file mode 100644 index 5e69f0ffe..000000000 Binary files a/Content/Blueprints/UI/Imgs/flatPlans/S03_Apartments/S03A75.uasset and /dev/null differ diff --git a/Content/Blueprints/UI/Imgs/flatPlans/S03_Apartments/S03A76.uasset b/Content/Blueprints/UI/Imgs/flatPlans/S03_Apartments/S03A76.uasset deleted file mode 100644 index 08b5f5913..000000000 Binary files a/Content/Blueprints/UI/Imgs/flatPlans/S03_Apartments/S03A76.uasset and /dev/null differ diff --git a/Content/Blueprints/UI/Imgs/flatPlans/S03_Apartments/S03A77.uasset b/Content/Blueprints/UI/Imgs/flatPlans/S03_Apartments/S03A77.uasset deleted file mode 100644 index b8264e05e..000000000 Binary files a/Content/Blueprints/UI/Imgs/flatPlans/S03_Apartments/S03A77.uasset and /dev/null differ diff --git a/Content/Blueprints/UI/Imgs/flatPlans/S03_Apartments/S03A78.uasset b/Content/Blueprints/UI/Imgs/flatPlans/S03_Apartments/S03A78.uasset deleted file mode 100644 index 4f71ff363..000000000 Binary files a/Content/Blueprints/UI/Imgs/flatPlans/S03_Apartments/S03A78.uasset and /dev/null differ diff --git a/Content/Blueprints/UI/Imgs/flatPlans/S03_Apartments/S03A81.uasset b/Content/Blueprints/UI/Imgs/flatPlans/S03_Apartments/S03A81.uasset deleted file mode 100644 index 6b8304643..000000000 Binary files a/Content/Blueprints/UI/Imgs/flatPlans/S03_Apartments/S03A81.uasset and /dev/null differ diff --git a/Content/Blueprints/UI/Imgs/flatPlans/S03_Apartments/S03A82.uasset b/Content/Blueprints/UI/Imgs/flatPlans/S03_Apartments/S03A82.uasset deleted file mode 100644 index 2e199392d..000000000 Binary files a/Content/Blueprints/UI/Imgs/flatPlans/S03_Apartments/S03A82.uasset and /dev/null differ diff --git a/Content/Blueprints/UI/Imgs/flatPlans/S03_Apartments/S03A83.uasset b/Content/Blueprints/UI/Imgs/flatPlans/S03_Apartments/S03A83.uasset deleted file mode 100644 index 7b3e508ce..000000000 Binary files a/Content/Blueprints/UI/Imgs/flatPlans/S03_Apartments/S03A83.uasset and /dev/null differ diff --git a/Content/Blueprints/UI/Imgs/flatPlans/S03_Apartments/S03A85.uasset b/Content/Blueprints/UI/Imgs/flatPlans/S03_Apartments/S03A85.uasset deleted file mode 100644 index f4c03f937..000000000 Binary files a/Content/Blueprints/UI/Imgs/flatPlans/S03_Apartments/S03A85.uasset and /dev/null differ diff --git a/Content/Blueprints/UI/Imgs/flatPlans/S03_Apartments/S03A86.uasset b/Content/Blueprints/UI/Imgs/flatPlans/S03_Apartments/S03A86.uasset deleted file mode 100644 index 3b2929f87..000000000 Binary files a/Content/Blueprints/UI/Imgs/flatPlans/S03_Apartments/S03A86.uasset and /dev/null differ diff --git a/Content/Blueprints/UI/Imgs/flatPlans/S03_Apartments/S03A87.uasset b/Content/Blueprints/UI/Imgs/flatPlans/S03_Apartments/S03A87.uasset deleted file mode 100644 index 4ce666db5..000000000 Binary files a/Content/Blueprints/UI/Imgs/flatPlans/S03_Apartments/S03A87.uasset and /dev/null differ diff --git a/Content/Blueprints/UI/Imgs/flatPlans/S03_Apartments/S03A88.uasset b/Content/Blueprints/UI/Imgs/flatPlans/S03_Apartments/S03A88.uasset deleted file mode 100644 index 29956a650..000000000 Binary files a/Content/Blueprints/UI/Imgs/flatPlans/S03_Apartments/S03A88.uasset and /dev/null differ diff --git a/Content/Blueprints/UI/Imgs/flatPlans/S03_Apartments/S03A89.uasset b/Content/Blueprints/UI/Imgs/flatPlans/S03_Apartments/S03A89.uasset deleted file mode 100644 index 1e7cdbde9..000000000 Binary files a/Content/Blueprints/UI/Imgs/flatPlans/S03_Apartments/S03A89.uasset and /dev/null differ diff --git a/Content/Blueprints/UI/Imgs/flatPlans/S03_Apartments/S03A90.uasset b/Content/Blueprints/UI/Imgs/flatPlans/S03_Apartments/S03A90.uasset deleted file mode 100644 index 5b394d56c..000000000 Binary files a/Content/Blueprints/UI/Imgs/flatPlans/S03_Apartments/S03A90.uasset and /dev/null differ diff --git a/Content/Blueprints/UI/Imgs/flatPlans/S03_Apartments/S03A91.uasset b/Content/Blueprints/UI/Imgs/flatPlans/S03_Apartments/S03A91.uasset deleted file mode 100644 index 14cf42765..000000000 Binary files a/Content/Blueprints/UI/Imgs/flatPlans/S03_Apartments/S03A91.uasset and /dev/null differ diff --git a/Content/Blueprints/UI/Imgs/flatPlans/S03_Apartments/S03A92.uasset b/Content/Blueprints/UI/Imgs/flatPlans/S03_Apartments/S03A92.uasset deleted file mode 100644 index cfca818d9..000000000 Binary files a/Content/Blueprints/UI/Imgs/flatPlans/S03_Apartments/S03A92.uasset and /dev/null differ diff --git a/Content/Blueprints/UI/Imgs/flatPlans/S03_Apartments/S03A93.uasset b/Content/Blueprints/UI/Imgs/flatPlans/S03_Apartments/S03A93.uasset deleted file mode 100644 index d23a0be27..000000000 Binary files a/Content/Blueprints/UI/Imgs/flatPlans/S03_Apartments/S03A93.uasset and /dev/null differ diff --git a/Content/Blueprints/UI/Imgs/flatPlans/S03_Apartments/S03A94.uasset b/Content/Blueprints/UI/Imgs/flatPlans/S03_Apartments/S03A94.uasset deleted file mode 100644 index 3a4612429..000000000 Binary files a/Content/Blueprints/UI/Imgs/flatPlans/S03_Apartments/S03A94.uasset and /dev/null differ diff --git a/Content/Blueprints/UI/Imgs/flatPlans/S03_Apartments/S03A95.uasset b/Content/Blueprints/UI/Imgs/flatPlans/S03_Apartments/S03A95.uasset deleted file mode 100644 index 896687b90..000000000 Binary files a/Content/Blueprints/UI/Imgs/flatPlans/S03_Apartments/S03A95.uasset and /dev/null differ diff --git a/Content/Blueprints/UI/Imgs/flatPlans/S03_Apartments/S03A96.uasset b/Content/Blueprints/UI/Imgs/flatPlans/S03_Apartments/S03A96.uasset deleted file mode 100644 index cd95e368d..000000000 Binary files a/Content/Blueprints/UI/Imgs/flatPlans/S03_Apartments/S03A96.uasset and /dev/null differ diff --git a/Content/Blueprints/UI/Imgs/flatPlans/S03_Apartments/S03A97.uasset b/Content/Blueprints/UI/Imgs/flatPlans/S03_Apartments/S03A97.uasset deleted file mode 100644 index ada856fea..000000000 Binary files a/Content/Blueprints/UI/Imgs/flatPlans/S03_Apartments/S03A97.uasset and /dev/null differ diff --git a/Content/Blueprints/UI/Imgs/flatPlans/S03_Apartments/S03A98.uasset b/Content/Blueprints/UI/Imgs/flatPlans/S03_Apartments/S03A98.uasset deleted file mode 100644 index 857fdf765..000000000 Binary files a/Content/Blueprints/UI/Imgs/flatPlans/S03_Apartments/S03A98.uasset and /dev/null differ diff --git a/Content/Blueprints/UI/Imgs/flatPlans/S03_Apartments/S03A99.uasset b/Content/Blueprints/UI/Imgs/flatPlans/S03_Apartments/S03A99.uasset deleted file mode 100644 index c42877add..000000000 Binary files a/Content/Blueprints/UI/Imgs/flatPlans/S03_Apartments/S03A99.uasset and /dev/null differ diff --git a/Content/Blueprints/UI/Imgs/flatPlans/S9/S9_Se01_F03-09_A01.uasset b/Content/Blueprints/UI/Imgs/flatPlans/S9/S9_Se01_F03-09_A01.uasset new file mode 100644 index 000000000..366ce49e2 Binary files /dev/null and b/Content/Blueprints/UI/Imgs/flatPlans/S9/S9_Se01_F03-09_A01.uasset differ diff --git a/Content/Blueprints/UI/Imgs/flatPlans/S9/S9_Se01_F03-09_A02.uasset b/Content/Blueprints/UI/Imgs/flatPlans/S9/S9_Se01_F03-09_A02.uasset new file mode 100644 index 000000000..264e9bcff Binary files /dev/null and b/Content/Blueprints/UI/Imgs/flatPlans/S9/S9_Se01_F03-09_A02.uasset differ diff --git a/Content/Blueprints/UI/Imgs/flatPlans/S9/S9_Se01_F03-09_A07.uasset b/Content/Blueprints/UI/Imgs/flatPlans/S9/S9_Se01_F03-09_A07.uasset new file mode 100644 index 000000000..87f663971 Binary files /dev/null and b/Content/Blueprints/UI/Imgs/flatPlans/S9/S9_Se01_F03-09_A07.uasset differ diff --git a/Content/Blueprints/UI/Imgs/flatPlans/S9/S9_Se01_F03-09_A08.uasset b/Content/Blueprints/UI/Imgs/flatPlans/S9/S9_Se01_F03-09_A08.uasset new file mode 100644 index 000000000..bc5df5db3 Binary files /dev/null and b/Content/Blueprints/UI/Imgs/flatPlans/S9/S9_Se01_F03-09_A08.uasset differ diff --git a/Content/Blueprints/UI/Imgs/flatPlans/S9/S9_Se01_F03-13_A00.uasset b/Content/Blueprints/UI/Imgs/flatPlans/S9/S9_Se01_F03-13_A00.uasset new file mode 100644 index 000000000..d30e17d50 Binary files /dev/null and b/Content/Blueprints/UI/Imgs/flatPlans/S9/S9_Se01_F03-13_A00.uasset differ diff --git a/Content/Blueprints/UI/Imgs/flatPlans/S9/S9_Se01_F03-15_A06.uasset b/Content/Blueprints/UI/Imgs/flatPlans/S9/S9_Se01_F03-15_A06.uasset new file mode 100644 index 000000000..ab1577aa0 Binary files /dev/null and b/Content/Blueprints/UI/Imgs/flatPlans/S9/S9_Se01_F03-15_A06.uasset differ diff --git a/Content/Blueprints/UI/Imgs/flatPlans/S9/S9_Se01_F03-15_A09.uasset b/Content/Blueprints/UI/Imgs/flatPlans/S9/S9_Se01_F03-15_A09.uasset new file mode 100644 index 000000000..fc3d9ad0b Binary files /dev/null and b/Content/Blueprints/UI/Imgs/flatPlans/S9/S9_Se01_F03-15_A09.uasset differ diff --git a/Content/Blueprints/UI/Imgs/flatPlans/S9/S9_Se01_F03-15_A10.uasset b/Content/Blueprints/UI/Imgs/flatPlans/S9/S9_Se01_F03-15_A10.uasset new file mode 100644 index 000000000..0f7d0d281 Binary files /dev/null and b/Content/Blueprints/UI/Imgs/flatPlans/S9/S9_Se01_F03-15_A10.uasset differ diff --git a/Content/Blueprints/UI/Imgs/flatPlans/S9/S9_Se01_F03-19_A03.uasset b/Content/Blueprints/UI/Imgs/flatPlans/S9/S9_Se01_F03-19_A03.uasset new file mode 100644 index 000000000..878636931 Binary files /dev/null and b/Content/Blueprints/UI/Imgs/flatPlans/S9/S9_Se01_F03-19_A03.uasset differ diff --git a/Content/Blueprints/UI/Imgs/flatPlans/S9/S9_Se01_F03-19_A04.uasset b/Content/Blueprints/UI/Imgs/flatPlans/S9/S9_Se01_F03-19_A04.uasset new file mode 100644 index 000000000..a5419f87f Binary files /dev/null and b/Content/Blueprints/UI/Imgs/flatPlans/S9/S9_Se01_F03-19_A04.uasset differ diff --git a/Content/Blueprints/UI/Imgs/flatPlans/S9/S9_Se01_F03-19_A05.uasset b/Content/Blueprints/UI/Imgs/flatPlans/S9/S9_Se01_F03-19_A05.uasset new file mode 100644 index 000000000..c27479f61 Binary files /dev/null and b/Content/Blueprints/UI/Imgs/flatPlans/S9/S9_Se01_F03-19_A05.uasset differ diff --git a/Content/Blueprints/UI/Imgs/flatPlans/S9/S9_Se01_F10-13_A11.uasset b/Content/Blueprints/UI/Imgs/flatPlans/S9/S9_Se01_F10-13_A11.uasset new file mode 100644 index 000000000..0ba054412 Binary files /dev/null and b/Content/Blueprints/UI/Imgs/flatPlans/S9/S9_Se01_F10-13_A11.uasset differ diff --git a/Content/Blueprints/UI/Imgs/flatPlans/S9/S9_Se01_F10-13_A12.uasset b/Content/Blueprints/UI/Imgs/flatPlans/S9/S9_Se01_F10-13_A12.uasset new file mode 100644 index 000000000..28a0b3a3d Binary files /dev/null and b/Content/Blueprints/UI/Imgs/flatPlans/S9/S9_Se01_F10-13_A12.uasset differ diff --git a/Content/Blueprints/UI/Imgs/flatPlans/S9/S9_Se01_F10-15_A13.uasset b/Content/Blueprints/UI/Imgs/flatPlans/S9/S9_Se01_F10-15_A13.uasset new file mode 100644 index 000000000..e7ba8329e Binary files /dev/null and b/Content/Blueprints/UI/Imgs/flatPlans/S9/S9_Se01_F10-15_A13.uasset differ diff --git a/Content/Blueprints/UI/Imgs/flatPlans/S9/S9_Se01_F10-19_A14.uasset b/Content/Blueprints/UI/Imgs/flatPlans/S9/S9_Se01_F10-19_A14.uasset new file mode 100644 index 000000000..e62f7b417 Binary files /dev/null and b/Content/Blueprints/UI/Imgs/flatPlans/S9/S9_Se01_F10-19_A14.uasset differ diff --git a/Content/Blueprints/UI/Imgs/flatPlans/S9/S9_Se01_F14-19_A15.uasset b/Content/Blueprints/UI/Imgs/flatPlans/S9/S9_Se01_F14-19_A15.uasset new file mode 100644 index 000000000..e86763117 Binary files /dev/null and b/Content/Blueprints/UI/Imgs/flatPlans/S9/S9_Se01_F14-19_A15.uasset differ diff --git a/Content/Blueprints/UI/Imgs/flatPlans/S9/S9_Se01_F14-19_A16.uasset b/Content/Blueprints/UI/Imgs/flatPlans/S9/S9_Se01_F14-19_A16.uasset new file mode 100644 index 000000000..6698276a6 Binary files /dev/null and b/Content/Blueprints/UI/Imgs/flatPlans/S9/S9_Se01_F14-19_A16.uasset differ diff --git a/Content/Blueprints/UI/Imgs/flatPlans/S9/S9_Se01_F16-19_A17.uasset b/Content/Blueprints/UI/Imgs/flatPlans/S9/S9_Se01_F16-19_A17.uasset new file mode 100644 index 000000000..3096750d0 Binary files /dev/null and b/Content/Blueprints/UI/Imgs/flatPlans/S9/S9_Se01_F16-19_A17.uasset differ diff --git a/Content/Blueprints/UI/Imgs/flatPlans/S9/S9_Se01_F16-19_A18.uasset b/Content/Blueprints/UI/Imgs/flatPlans/S9/S9_Se01_F16-19_A18.uasset new file mode 100644 index 000000000..bcb66dbbc Binary files /dev/null and b/Content/Blueprints/UI/Imgs/flatPlans/S9/S9_Se01_F16-19_A18.uasset differ diff --git a/Content/Blueprints/UI/Imgs/flatPlans/S9/S9_Se01_F16-19_A19.uasset b/Content/Blueprints/UI/Imgs/flatPlans/S9/S9_Se01_F16-19_A19.uasset new file mode 100644 index 000000000..ce97dc7c6 Binary files /dev/null and b/Content/Blueprints/UI/Imgs/flatPlans/S9/S9_Se01_F16-19_A19.uasset differ diff --git a/Content/Blueprints/UI/Imgs/flatPlans/S9/S9_Se01_F16-19_A20.uasset b/Content/Blueprints/UI/Imgs/flatPlans/S9/S9_Se01_F16-19_A20.uasset new file mode 100644 index 000000000..d6e76be1f Binary files /dev/null and b/Content/Blueprints/UI/Imgs/flatPlans/S9/S9_Se01_F16-19_A20.uasset differ diff --git a/Content/Blueprints/UI/Imgs/flatPlans/S9/S9_Se01_F20_A21.uasset b/Content/Blueprints/UI/Imgs/flatPlans/S9/S9_Se01_F20_A21.uasset new file mode 100644 index 000000000..1f3ab0dfa Binary files /dev/null and b/Content/Blueprints/UI/Imgs/flatPlans/S9/S9_Se01_F20_A21.uasset differ diff --git a/Content/Blueprints/UI/Imgs/flatPlans/S9/S9_Se01_F20_A22.uasset b/Content/Blueprints/UI/Imgs/flatPlans/S9/S9_Se01_F20_A22.uasset new file mode 100644 index 000000000..19239aa9e Binary files /dev/null and b/Content/Blueprints/UI/Imgs/flatPlans/S9/S9_Se01_F20_A22.uasset differ diff --git a/Content/Blueprints/UI/Imgs/flatPlans/S9/S9_Se01_F20_A23.uasset b/Content/Blueprints/UI/Imgs/flatPlans/S9/S9_Se01_F20_A23.uasset new file mode 100644 index 000000000..aec400690 Binary files /dev/null and b/Content/Blueprints/UI/Imgs/flatPlans/S9/S9_Se01_F20_A23.uasset differ diff --git a/Content/Blueprints/UI/Imgs/flatPlans/S9/S9_Se01_F20_A24.uasset b/Content/Blueprints/UI/Imgs/flatPlans/S9/S9_Se01_F20_A24.uasset new file mode 100644 index 000000000..8903339f8 Binary files /dev/null and b/Content/Blueprints/UI/Imgs/flatPlans/S9/S9_Se01_F20_A24.uasset differ diff --git a/Content/Blueprints/UI/Imgs/flatPlans/S9/S9_Se01_F20_A26.uasset b/Content/Blueprints/UI/Imgs/flatPlans/S9/S9_Se01_F20_A26.uasset new file mode 100644 index 000000000..84236b0ac Binary files /dev/null and b/Content/Blueprints/UI/Imgs/flatPlans/S9/S9_Se01_F20_A26.uasset differ diff --git a/Content/Blueprints/UI/Imgs/flatPlans/S9/S9_Se01_F20_A27.uasset b/Content/Blueprints/UI/Imgs/flatPlans/S9/S9_Se01_F20_A27.uasset new file mode 100644 index 000000000..7276d2249 Binary files /dev/null and b/Content/Blueprints/UI/Imgs/flatPlans/S9/S9_Se01_F20_A27.uasset differ diff --git a/Content/Blueprints/UI/Imgs/flatPlans/S9/S9_Se01_F20_A28.uasset b/Content/Blueprints/UI/Imgs/flatPlans/S9/S9_Se01_F20_A28.uasset new file mode 100644 index 000000000..2ebac0646 Binary files /dev/null and b/Content/Blueprints/UI/Imgs/flatPlans/S9/S9_Se01_F20_A28.uasset differ diff --git a/Content/Blueprints/UI/Imgs/flatPlans/S9/S9_Se01_F21_A25.uasset b/Content/Blueprints/UI/Imgs/flatPlans/S9/S9_Se01_F21_A25.uasset new file mode 100644 index 000000000..d4dac2838 Binary files /dev/null and b/Content/Blueprints/UI/Imgs/flatPlans/S9/S9_Se01_F21_A25.uasset differ diff --git a/Content/Blueprints/UI/Imgs/flatPlans/S9/S9_Se01_F21_A29.uasset b/Content/Blueprints/UI/Imgs/flatPlans/S9/S9_Se01_F21_A29.uasset new file mode 100644 index 000000000..38d330874 Binary files /dev/null and b/Content/Blueprints/UI/Imgs/flatPlans/S9/S9_Se01_F21_A29.uasset differ diff --git a/Content/Blueprints/UI/Imgs/flatPlans/S9/S9_Se01_F21_A30.uasset b/Content/Blueprints/UI/Imgs/flatPlans/S9/S9_Se01_F21_A30.uasset new file mode 100644 index 000000000..777a6eaef Binary files /dev/null and b/Content/Blueprints/UI/Imgs/flatPlans/S9/S9_Se01_F21_A30.uasset differ diff --git a/Content/Blueprints/UI/Imgs/flatPlans/S9/S9_Se01_F21_A31.uasset b/Content/Blueprints/UI/Imgs/flatPlans/S9/S9_Se01_F21_A31.uasset new file mode 100644 index 000000000..bdba6ddd3 Binary files /dev/null and b/Content/Blueprints/UI/Imgs/flatPlans/S9/S9_Se01_F21_A31.uasset differ diff --git a/Content/Blueprints/UI/Imgs/flatPlans/S9/S9_Se01_F21_A32.uasset b/Content/Blueprints/UI/Imgs/flatPlans/S9/S9_Se01_F21_A32.uasset new file mode 100644 index 000000000..fa555140d Binary files /dev/null and b/Content/Blueprints/UI/Imgs/flatPlans/S9/S9_Se01_F21_A32.uasset differ diff --git a/Content/Blueprints/UI/Imgs/flatPlans/S9/S9_Se01_F21_A33.uasset b/Content/Blueprints/UI/Imgs/flatPlans/S9/S9_Se01_F21_A33.uasset new file mode 100644 index 000000000..883d75e29 Binary files /dev/null and b/Content/Blueprints/UI/Imgs/flatPlans/S9/S9_Se01_F21_A33.uasset differ diff --git a/Content/Blueprints/UI/Imgs/flatPlans/S9/S9_Se01_F21_A34.uasset b/Content/Blueprints/UI/Imgs/flatPlans/S9/S9_Se01_F21_A34.uasset new file mode 100644 index 000000000..1ab5d906c Binary files /dev/null and b/Content/Blueprints/UI/Imgs/flatPlans/S9/S9_Se01_F21_A34.uasset differ diff --git a/Content/Blueprints/UI/Imgs/flatPlans/S9/S9_Se01_F22_A35.uasset b/Content/Blueprints/UI/Imgs/flatPlans/S9/S9_Se01_F22_A35.uasset new file mode 100644 index 000000000..930e25161 Binary files /dev/null and b/Content/Blueprints/UI/Imgs/flatPlans/S9/S9_Se01_F22_A35.uasset differ diff --git a/Content/Blueprints/UI/Imgs/flatPlans/S9/S9_Se01_F22_A36.uasset b/Content/Blueprints/UI/Imgs/flatPlans/S9/S9_Se01_F22_A36.uasset new file mode 100644 index 000000000..f697f3d22 Binary files /dev/null and b/Content/Blueprints/UI/Imgs/flatPlans/S9/S9_Se01_F22_A36.uasset differ diff --git a/Content/Blueprints/UI/Imgs/flatPlans/S9/S9_Se01_F22_A37.uasset b/Content/Blueprints/UI/Imgs/flatPlans/S9/S9_Se01_F22_A37.uasset new file mode 100644 index 000000000..9f59c262e Binary files /dev/null and b/Content/Blueprints/UI/Imgs/flatPlans/S9/S9_Se01_F22_A37.uasset differ diff --git a/Content/Blueprints/UI/Imgs/flatPlans/S9/S9_Se01_F22_A38.uasset b/Content/Blueprints/UI/Imgs/flatPlans/S9/S9_Se01_F22_A38.uasset new file mode 100644 index 000000000..602cf3561 Binary files /dev/null and b/Content/Blueprints/UI/Imgs/flatPlans/S9/S9_Se01_F22_A38.uasset differ diff --git a/Content/Blueprints/UI/Imgs/flatPlans/S9/S9_Se01_F22_A40.uasset b/Content/Blueprints/UI/Imgs/flatPlans/S9/S9_Se01_F22_A40.uasset new file mode 100644 index 000000000..7dc6041c0 Binary files /dev/null and b/Content/Blueprints/UI/Imgs/flatPlans/S9/S9_Se01_F22_A40.uasset differ diff --git a/Content/Blueprints/UI/Imgs/flatPlans/S9/S9_Se01_F22_A41.uasset b/Content/Blueprints/UI/Imgs/flatPlans/S9/S9_Se01_F22_A41.uasset new file mode 100644 index 000000000..4755b5463 Binary files /dev/null and b/Content/Blueprints/UI/Imgs/flatPlans/S9/S9_Se01_F22_A41.uasset differ diff --git a/Content/Blueprints/UI/Imgs/flatPlans/S9/S9_Se01_F22_A42.uasset b/Content/Blueprints/UI/Imgs/flatPlans/S9/S9_Se01_F22_A42.uasset new file mode 100644 index 000000000..1fd52df13 Binary files /dev/null and b/Content/Blueprints/UI/Imgs/flatPlans/S9/S9_Se01_F22_A42.uasset differ diff --git a/Content/Blueprints/UI/Imgs/flatPlans/S9/S9_Se01_F23_A39.uasset b/Content/Blueprints/UI/Imgs/flatPlans/S9/S9_Se01_F23_A39.uasset new file mode 100644 index 000000000..b09a87445 Binary files /dev/null and b/Content/Blueprints/UI/Imgs/flatPlans/S9/S9_Se01_F23_A39.uasset differ diff --git a/Content/Blueprints/UI/Imgs/flatPlans/S9/S9_Se01_F23_A43.uasset b/Content/Blueprints/UI/Imgs/flatPlans/S9/S9_Se01_F23_A43.uasset new file mode 100644 index 000000000..596f1dc12 Binary files /dev/null and b/Content/Blueprints/UI/Imgs/flatPlans/S9/S9_Se01_F23_A43.uasset differ diff --git a/Content/Blueprints/UI/Imgs/flatPlans/S9/S9_Se01_F23_A44.uasset b/Content/Blueprints/UI/Imgs/flatPlans/S9/S9_Se01_F23_A44.uasset new file mode 100644 index 000000000..64ed0f024 Binary files /dev/null and b/Content/Blueprints/UI/Imgs/flatPlans/S9/S9_Se01_F23_A44.uasset differ diff --git a/Content/Blueprints/UI/Imgs/flatPlans/S9/S9_Se01_F23_A45.uasset b/Content/Blueprints/UI/Imgs/flatPlans/S9/S9_Se01_F23_A45.uasset new file mode 100644 index 000000000..33886258e Binary files /dev/null and b/Content/Blueprints/UI/Imgs/flatPlans/S9/S9_Se01_F23_A45.uasset differ diff --git a/Content/Blueprints/UI/Imgs/flatPlans/S9/S9_Se01_F23_A46.uasset b/Content/Blueprints/UI/Imgs/flatPlans/S9/S9_Se01_F23_A46.uasset new file mode 100644 index 000000000..2c05beaf5 Binary files /dev/null and b/Content/Blueprints/UI/Imgs/flatPlans/S9/S9_Se01_F23_A46.uasset differ diff --git a/Content/Blueprints/UI/Imgs/flatPlans/S9/S9_Se01_F23_A47.uasset b/Content/Blueprints/UI/Imgs/flatPlans/S9/S9_Se01_F23_A47.uasset new file mode 100644 index 000000000..f6cc79626 Binary files /dev/null and b/Content/Blueprints/UI/Imgs/flatPlans/S9/S9_Se01_F23_A47.uasset differ diff --git a/Content/Blueprints/UI/Imgs/flatPlans/S9/S9_Se01_F23_A48.uasset b/Content/Blueprints/UI/Imgs/flatPlans/S9/S9_Se01_F23_A48.uasset new file mode 100644 index 000000000..446ef6dfc Binary files /dev/null and b/Content/Blueprints/UI/Imgs/flatPlans/S9/S9_Se01_F23_A48.uasset differ diff --git a/Content/Blueprints/UI/Imgs/flatPlans/img_S02A00.uasset b/Content/Blueprints/UI/Imgs/flatPlans/img_S02A00.uasset deleted file mode 100644 index 98f11969a..000000000 Binary files a/Content/Blueprints/UI/Imgs/flatPlans/img_S02A00.uasset and /dev/null differ diff --git a/Content/Blueprints/UI/Imgs/flatPlans/img_S02A01.uasset b/Content/Blueprints/UI/Imgs/flatPlans/img_S02A01.uasset deleted file mode 100644 index 726a3c58d..000000000 Binary files a/Content/Blueprints/UI/Imgs/flatPlans/img_S02A01.uasset and /dev/null differ diff --git a/Content/Blueprints/UI/Imgs/flatPlans/img_S02A02.uasset b/Content/Blueprints/UI/Imgs/flatPlans/img_S02A02.uasset deleted file mode 100644 index d4fa932d5..000000000 Binary files a/Content/Blueprints/UI/Imgs/flatPlans/img_S02A02.uasset and /dev/null differ diff --git a/Content/Blueprints/UI/Imgs/flatPlans/img_S02A03.uasset b/Content/Blueprints/UI/Imgs/flatPlans/img_S02A03.uasset deleted file mode 100644 index 6e7d5a227..000000000 Binary files a/Content/Blueprints/UI/Imgs/flatPlans/img_S02A03.uasset and /dev/null differ diff --git a/Content/Blueprints/UI/Imgs/flatPlans/img_S02A04.uasset b/Content/Blueprints/UI/Imgs/flatPlans/img_S02A04.uasset deleted file mode 100644 index c04389a33..000000000 Binary files a/Content/Blueprints/UI/Imgs/flatPlans/img_S02A04.uasset and /dev/null differ diff --git a/Content/Blueprints/UI/Imgs/flatPlans/img_S02A05.uasset b/Content/Blueprints/UI/Imgs/flatPlans/img_S02A05.uasset deleted file mode 100644 index fd1607369..000000000 Binary files a/Content/Blueprints/UI/Imgs/flatPlans/img_S02A05.uasset and /dev/null differ diff --git a/Content/Blueprints/UI/Imgs/flatPlans/img_S02A06.uasset b/Content/Blueprints/UI/Imgs/flatPlans/img_S02A06.uasset deleted file mode 100644 index 3714c2148..000000000 Binary files a/Content/Blueprints/UI/Imgs/flatPlans/img_S02A06.uasset and /dev/null differ diff --git a/Content/Blueprints/UI/Imgs/flatPlans/img_S02A07.uasset b/Content/Blueprints/UI/Imgs/flatPlans/img_S02A07.uasset deleted file mode 100644 index 10f8cefb2..000000000 Binary files a/Content/Blueprints/UI/Imgs/flatPlans/img_S02A07.uasset and /dev/null differ diff --git a/Content/Blueprints/UI/Imgs/flatPlans/img_S02A08.uasset b/Content/Blueprints/UI/Imgs/flatPlans/img_S02A08.uasset deleted file mode 100644 index e7cba8b2e..000000000 Binary files a/Content/Blueprints/UI/Imgs/flatPlans/img_S02A08.uasset and /dev/null differ diff --git a/Content/Blueprints/UI/Imgs/flatPlans/img_S02A09.uasset b/Content/Blueprints/UI/Imgs/flatPlans/img_S02A09.uasset deleted file mode 100644 index 475023287..000000000 Binary files a/Content/Blueprints/UI/Imgs/flatPlans/img_S02A09.uasset and /dev/null differ diff --git a/Content/Blueprints/UI/Imgs/flatPlans/img_S02A10.uasset b/Content/Blueprints/UI/Imgs/flatPlans/img_S02A10.uasset deleted file mode 100644 index f633a6032..000000000 Binary files a/Content/Blueprints/UI/Imgs/flatPlans/img_S02A10.uasset and /dev/null differ diff --git a/Content/Blueprints/UI/Imgs/flatPlans/img_S02A11.uasset b/Content/Blueprints/UI/Imgs/flatPlans/img_S02A11.uasset deleted file mode 100644 index a5070d85f..000000000 Binary files a/Content/Blueprints/UI/Imgs/flatPlans/img_S02A11.uasset and /dev/null differ diff --git a/Content/Blueprints/UI/Imgs/flatPlans/img_S02A12.uasset b/Content/Blueprints/UI/Imgs/flatPlans/img_S02A12.uasset deleted file mode 100644 index a3bf5a64d..000000000 Binary files a/Content/Blueprints/UI/Imgs/flatPlans/img_S02A12.uasset and /dev/null differ diff --git a/Content/Blueprints/UI/Imgs/flatPlans/img_S02A13.uasset b/Content/Blueprints/UI/Imgs/flatPlans/img_S02A13.uasset deleted file mode 100644 index 7cdad3b4f..000000000 Binary files a/Content/Blueprints/UI/Imgs/flatPlans/img_S02A13.uasset and /dev/null differ diff --git a/Content/Blueprints/UI/Imgs/flatPlans/img_S02A14.uasset b/Content/Blueprints/UI/Imgs/flatPlans/img_S02A14.uasset deleted file mode 100644 index 8589dea2d..000000000 Binary files a/Content/Blueprints/UI/Imgs/flatPlans/img_S02A14.uasset and /dev/null differ diff --git a/Content/Blueprints/UI/Imgs/flatPlans/img_S02A15.uasset b/Content/Blueprints/UI/Imgs/flatPlans/img_S02A15.uasset deleted file mode 100644 index ca90f48fe..000000000 Binary files a/Content/Blueprints/UI/Imgs/flatPlans/img_S02A15.uasset and /dev/null differ diff --git a/Content/Blueprints/UI/Imgs/flatPlans/img_S02A16.uasset b/Content/Blueprints/UI/Imgs/flatPlans/img_S02A16.uasset deleted file mode 100644 index 655444bc5..000000000 Binary files a/Content/Blueprints/UI/Imgs/flatPlans/img_S02A16.uasset and /dev/null differ diff --git a/Content/Blueprints/UI/Imgs/flatPlans/img_S02A17.uasset b/Content/Blueprints/UI/Imgs/flatPlans/img_S02A17.uasset deleted file mode 100644 index 3a669c6ee..000000000 Binary files a/Content/Blueprints/UI/Imgs/flatPlans/img_S02A17.uasset and /dev/null differ diff --git a/Content/Blueprints/UI/Imgs/flatPlans/img_S02A18.uasset b/Content/Blueprints/UI/Imgs/flatPlans/img_S02A18.uasset deleted file mode 100644 index 206b00551..000000000 Binary files a/Content/Blueprints/UI/Imgs/flatPlans/img_S02A18.uasset and /dev/null differ diff --git a/Content/Blueprints/UI/Imgs/flatPlans/img_S02A19.uasset b/Content/Blueprints/UI/Imgs/flatPlans/img_S02A19.uasset deleted file mode 100644 index 3c32cdcf8..000000000 Binary files a/Content/Blueprints/UI/Imgs/flatPlans/img_S02A19.uasset and /dev/null differ diff --git a/Content/Blueprints/UI/Imgs/flatPlans/img_S02A20.uasset b/Content/Blueprints/UI/Imgs/flatPlans/img_S02A20.uasset deleted file mode 100644 index f435f3989..000000000 Binary files a/Content/Blueprints/UI/Imgs/flatPlans/img_S02A20.uasset and /dev/null differ diff --git a/Content/Blueprints/UI/Imgs/flatPlans/img_S02A21.uasset b/Content/Blueprints/UI/Imgs/flatPlans/img_S02A21.uasset deleted file mode 100644 index 589650185..000000000 Binary files a/Content/Blueprints/UI/Imgs/flatPlans/img_S02A21.uasset and /dev/null differ diff --git a/Content/Blueprints/UI/Imgs/flatPlans/img_S02A22.uasset b/Content/Blueprints/UI/Imgs/flatPlans/img_S02A22.uasset deleted file mode 100644 index 11948ecf4..000000000 Binary files a/Content/Blueprints/UI/Imgs/flatPlans/img_S02A22.uasset and /dev/null differ diff --git a/Content/Blueprints/UI/Imgs/flatPlans/img_S02A23.uasset b/Content/Blueprints/UI/Imgs/flatPlans/img_S02A23.uasset deleted file mode 100644 index 780d60a9a..000000000 Binary files a/Content/Blueprints/UI/Imgs/flatPlans/img_S02A23.uasset and /dev/null differ diff --git a/Content/Blueprints/UI/Imgs/flatPlans/img_S02A24.uasset b/Content/Blueprints/UI/Imgs/flatPlans/img_S02A24.uasset deleted file mode 100644 index 20dedb219..000000000 Binary files a/Content/Blueprints/UI/Imgs/flatPlans/img_S02A24.uasset and /dev/null differ diff --git a/Content/Blueprints/UI/Imgs/flatPlans/img_S02A25.uasset b/Content/Blueprints/UI/Imgs/flatPlans/img_S02A25.uasset deleted file mode 100644 index a23048cd9..000000000 Binary files a/Content/Blueprints/UI/Imgs/flatPlans/img_S02A25.uasset and /dev/null differ diff --git a/Content/Blueprints/UI/Imgs/flatPlans/img_S02A26.uasset b/Content/Blueprints/UI/Imgs/flatPlans/img_S02A26.uasset deleted file mode 100644 index 1f9e006dd..000000000 Binary files a/Content/Blueprints/UI/Imgs/flatPlans/img_S02A26.uasset and /dev/null differ diff --git a/Content/Blueprints/UI/Imgs/flatPlans/img_S02A27.uasset b/Content/Blueprints/UI/Imgs/flatPlans/img_S02A27.uasset deleted file mode 100644 index bc47bdcb7..000000000 Binary files a/Content/Blueprints/UI/Imgs/flatPlans/img_S02A27.uasset and /dev/null differ diff --git a/Content/Blueprints/UI/Imgs/flatPlans/img_S02A28.uasset b/Content/Blueprints/UI/Imgs/flatPlans/img_S02A28.uasset deleted file mode 100644 index f1b75ef36..000000000 Binary files a/Content/Blueprints/UI/Imgs/flatPlans/img_S02A28.uasset and /dev/null differ diff --git a/Content/Blueprints/UI/Imgs/flatPlans/img_S02A29.uasset b/Content/Blueprints/UI/Imgs/flatPlans/img_S02A29.uasset deleted file mode 100644 index 1cf4b7f46..000000000 Binary files a/Content/Blueprints/UI/Imgs/flatPlans/img_S02A29.uasset and /dev/null differ diff --git a/Content/Blueprints/UI/Imgs/flatPlans/img_S02A30.uasset b/Content/Blueprints/UI/Imgs/flatPlans/img_S02A30.uasset deleted file mode 100644 index 60b71eb82..000000000 Binary files a/Content/Blueprints/UI/Imgs/flatPlans/img_S02A30.uasset and /dev/null differ diff --git a/Content/Blueprints/UI/Imgs/flatPlans/img_S02A31.uasset b/Content/Blueprints/UI/Imgs/flatPlans/img_S02A31.uasset deleted file mode 100644 index b9f445527..000000000 Binary files a/Content/Blueprints/UI/Imgs/flatPlans/img_S02A31.uasset and /dev/null differ diff --git a/Content/Blueprints/UI/Imgs/flatPlans/img_S02A32.uasset b/Content/Blueprints/UI/Imgs/flatPlans/img_S02A32.uasset deleted file mode 100644 index fa0344a9b..000000000 Binary files a/Content/Blueprints/UI/Imgs/flatPlans/img_S02A32.uasset and /dev/null differ diff --git a/Content/Blueprints/UI/Imgs/flatPlans/img_S02A33.uasset b/Content/Blueprints/UI/Imgs/flatPlans/img_S02A33.uasset deleted file mode 100644 index 3b5c8f14f..000000000 Binary files a/Content/Blueprints/UI/Imgs/flatPlans/img_S02A33.uasset and /dev/null differ diff --git a/Content/Blueprints/UI/Imgs/flatPlans/img_S02A34.uasset b/Content/Blueprints/UI/Imgs/flatPlans/img_S02A34.uasset deleted file mode 100644 index a26bdfcec..000000000 Binary files a/Content/Blueprints/UI/Imgs/flatPlans/img_S02A34.uasset and /dev/null differ diff --git a/Content/Blueprints/UI/Imgs/flatPlans/img_S02A35.uasset b/Content/Blueprints/UI/Imgs/flatPlans/img_S02A35.uasset deleted file mode 100644 index eec5bdda5..000000000 Binary files a/Content/Blueprints/UI/Imgs/flatPlans/img_S02A35.uasset and /dev/null differ diff --git a/Content/Blueprints/UI/Imgs/flatPlans/img_S02A36.uasset b/Content/Blueprints/UI/Imgs/flatPlans/img_S02A36.uasset deleted file mode 100644 index 8d83a5d2d..000000000 Binary files a/Content/Blueprints/UI/Imgs/flatPlans/img_S02A36.uasset and /dev/null differ diff --git a/Content/Blueprints/UI/Imgs/flatPlans/img_S02A37.uasset b/Content/Blueprints/UI/Imgs/flatPlans/img_S02A37.uasset deleted file mode 100644 index 669e72846..000000000 Binary files a/Content/Blueprints/UI/Imgs/flatPlans/img_S02A37.uasset and /dev/null differ diff --git a/Content/Blueprints/UI/Imgs/flatPlans/img_S02A38.uasset b/Content/Blueprints/UI/Imgs/flatPlans/img_S02A38.uasset deleted file mode 100644 index ab4576bfd..000000000 Binary files a/Content/Blueprints/UI/Imgs/flatPlans/img_S02A38.uasset and /dev/null differ diff --git a/Content/Blueprints/UI/Imgs/flatPlans/img_S02A39.uasset b/Content/Blueprints/UI/Imgs/flatPlans/img_S02A39.uasset deleted file mode 100644 index 6c33e8076..000000000 Binary files a/Content/Blueprints/UI/Imgs/flatPlans/img_S02A39.uasset and /dev/null differ diff --git a/Content/Blueprints/UI/Imgs/flatPlans/img_S02A40.uasset b/Content/Blueprints/UI/Imgs/flatPlans/img_S02A40.uasset deleted file mode 100644 index 28d4ba5d1..000000000 Binary files a/Content/Blueprints/UI/Imgs/flatPlans/img_S02A40.uasset and /dev/null differ diff --git a/Content/Blueprints/UI/Imgs/flatPlans/img_S02A41.uasset b/Content/Blueprints/UI/Imgs/flatPlans/img_S02A41.uasset deleted file mode 100644 index 81a9b88c3..000000000 Binary files a/Content/Blueprints/UI/Imgs/flatPlans/img_S02A41.uasset and /dev/null differ diff --git a/Content/Blueprints/UI/Imgs/flatPlans/img_S02A42.uasset b/Content/Blueprints/UI/Imgs/flatPlans/img_S02A42.uasset deleted file mode 100644 index 31bae2b7c..000000000 Binary files a/Content/Blueprints/UI/Imgs/flatPlans/img_S02A42.uasset and /dev/null differ diff --git a/Content/Blueprints/UI/Imgs/flatPlans/img_S02A43.uasset b/Content/Blueprints/UI/Imgs/flatPlans/img_S02A43.uasset deleted file mode 100644 index 1ec91d739..000000000 Binary files a/Content/Blueprints/UI/Imgs/flatPlans/img_S02A43.uasset and /dev/null differ diff --git a/Content/Blueprints/UI/Imgs/flatPlans/img_S02A44.uasset b/Content/Blueprints/UI/Imgs/flatPlans/img_S02A44.uasset deleted file mode 100644 index d0df602f1..000000000 Binary files a/Content/Blueprints/UI/Imgs/flatPlans/img_S02A44.uasset and /dev/null differ diff --git a/Content/Blueprints/UI/Imgs/flatPlans/img_S02A45.uasset b/Content/Blueprints/UI/Imgs/flatPlans/img_S02A45.uasset deleted file mode 100644 index e8de0ac8d..000000000 Binary files a/Content/Blueprints/UI/Imgs/flatPlans/img_S02A45.uasset and /dev/null differ diff --git a/Content/Blueprints/UI/Imgs/flatPlans/img_S02A46.uasset b/Content/Blueprints/UI/Imgs/flatPlans/img_S02A46.uasset deleted file mode 100644 index 5cffe83db..000000000 Binary files a/Content/Blueprints/UI/Imgs/flatPlans/img_S02A46.uasset and /dev/null differ diff --git a/Content/Blueprints/UI/Imgs/flatPlans/img_S02A47.uasset b/Content/Blueprints/UI/Imgs/flatPlans/img_S02A47.uasset deleted file mode 100644 index 3d952f50a..000000000 Binary files a/Content/Blueprints/UI/Imgs/flatPlans/img_S02A47.uasset and /dev/null differ diff --git a/Content/Blueprints/UI/Imgs/flatPlans/img_S02A48.uasset b/Content/Blueprints/UI/Imgs/flatPlans/img_S02A48.uasset deleted file mode 100644 index 2620a8ce1..000000000 Binary files a/Content/Blueprints/UI/Imgs/flatPlans/img_S02A48.uasset and /dev/null differ diff --git a/Content/Blueprints/UI/Imgs/flatPlans/img_S02A49.uasset b/Content/Blueprints/UI/Imgs/flatPlans/img_S02A49.uasset deleted file mode 100644 index 63c8e88b9..000000000 Binary files a/Content/Blueprints/UI/Imgs/flatPlans/img_S02A49.uasset and /dev/null differ diff --git a/Content/Blueprints/UI/Imgs/flatPlans/img_S02A50.uasset b/Content/Blueprints/UI/Imgs/flatPlans/img_S02A50.uasset deleted file mode 100644 index 6af682ac6..000000000 Binary files a/Content/Blueprints/UI/Imgs/flatPlans/img_S02A50.uasset and /dev/null differ diff --git a/Content/Blueprints/UI/Imgs/flatPlans/img_S02A51.uasset b/Content/Blueprints/UI/Imgs/flatPlans/img_S02A51.uasset deleted file mode 100644 index 02db88253..000000000 Binary files a/Content/Blueprints/UI/Imgs/flatPlans/img_S02A51.uasset and /dev/null differ diff --git a/Content/Blueprints/UI/Imgs/flatPlans/img_S02A52.uasset b/Content/Blueprints/UI/Imgs/flatPlans/img_S02A52.uasset deleted file mode 100644 index d256e9eae..000000000 Binary files a/Content/Blueprints/UI/Imgs/flatPlans/img_S02A52.uasset and /dev/null differ diff --git a/Content/Blueprints/UI/Imgs/flatPlans/img_S02A53.uasset b/Content/Blueprints/UI/Imgs/flatPlans/img_S02A53.uasset deleted file mode 100644 index 9f35bcb27..000000000 Binary files a/Content/Blueprints/UI/Imgs/flatPlans/img_S02A53.uasset and /dev/null differ diff --git a/Content/Blueprints/UI/Imgs/flatPlans/img_S03A00.uasset b/Content/Blueprints/UI/Imgs/flatPlans/img_S03A00.uasset deleted file mode 100644 index 0008c88fb..000000000 Binary files a/Content/Blueprints/UI/Imgs/flatPlans/img_S03A00.uasset and /dev/null differ diff --git a/Content/Blueprints/UI/Imgs/flatPlans/img_S03A01.uasset b/Content/Blueprints/UI/Imgs/flatPlans/img_S03A01.uasset deleted file mode 100644 index 9ae1302b6..000000000 Binary files a/Content/Blueprints/UI/Imgs/flatPlans/img_S03A01.uasset and /dev/null differ diff --git a/Content/Blueprints/UI/Imgs/flatPlans/img_S03A02.uasset b/Content/Blueprints/UI/Imgs/flatPlans/img_S03A02.uasset deleted file mode 100644 index 0eeec6d7b..000000000 Binary files a/Content/Blueprints/UI/Imgs/flatPlans/img_S03A02.uasset and /dev/null differ diff --git a/Content/Blueprints/UI/Imgs/flatPlans/img_S03A03.uasset b/Content/Blueprints/UI/Imgs/flatPlans/img_S03A03.uasset deleted file mode 100644 index 289371030..000000000 Binary files a/Content/Blueprints/UI/Imgs/flatPlans/img_S03A03.uasset and /dev/null differ diff --git a/Content/Blueprints/UI/Imgs/flatPlans/img_S03A04.uasset b/Content/Blueprints/UI/Imgs/flatPlans/img_S03A04.uasset deleted file mode 100644 index 05d7c429f..000000000 Binary files a/Content/Blueprints/UI/Imgs/flatPlans/img_S03A04.uasset and /dev/null differ diff --git a/Content/Blueprints/UI/Imgs/flatPlans/img_S03A05.uasset b/Content/Blueprints/UI/Imgs/flatPlans/img_S03A05.uasset deleted file mode 100644 index abf0a3fdf..000000000 Binary files a/Content/Blueprints/UI/Imgs/flatPlans/img_S03A05.uasset and /dev/null differ diff --git a/Content/Blueprints/UI/Imgs/flatPlans/img_S03A06.uasset b/Content/Blueprints/UI/Imgs/flatPlans/img_S03A06.uasset deleted file mode 100644 index 18843bb93..000000000 Binary files a/Content/Blueprints/UI/Imgs/flatPlans/img_S03A06.uasset and /dev/null differ diff --git a/Content/Blueprints/UI/Imgs/flatPlans/img_S03A07.uasset b/Content/Blueprints/UI/Imgs/flatPlans/img_S03A07.uasset deleted file mode 100644 index 00c9c7faa..000000000 Binary files a/Content/Blueprints/UI/Imgs/flatPlans/img_S03A07.uasset and /dev/null differ diff --git a/Content/Blueprints/UI/Imgs/flatPlans/img_S03A08.uasset b/Content/Blueprints/UI/Imgs/flatPlans/img_S03A08.uasset deleted file mode 100644 index 36aab21e3..000000000 Binary files a/Content/Blueprints/UI/Imgs/flatPlans/img_S03A08.uasset and /dev/null differ diff --git a/Content/Blueprints/UI/Imgs/flatPlans/img_S03A09.uasset b/Content/Blueprints/UI/Imgs/flatPlans/img_S03A09.uasset deleted file mode 100644 index 651d2bd32..000000000 Binary files a/Content/Blueprints/UI/Imgs/flatPlans/img_S03A09.uasset and /dev/null differ diff --git a/Content/Blueprints/UI/Imgs/flatPlans/img_S03A10.uasset b/Content/Blueprints/UI/Imgs/flatPlans/img_S03A10.uasset deleted file mode 100644 index 3d678739a..000000000 Binary files a/Content/Blueprints/UI/Imgs/flatPlans/img_S03A10.uasset and /dev/null differ diff --git a/Content/Blueprints/UI/Imgs/flatPlans/img_S03A11.uasset b/Content/Blueprints/UI/Imgs/flatPlans/img_S03A11.uasset deleted file mode 100644 index ca42b3091..000000000 Binary files a/Content/Blueprints/UI/Imgs/flatPlans/img_S03A11.uasset and /dev/null differ diff --git a/Content/Blueprints/UI/Imgs/flatPlans/img_S03A12.uasset b/Content/Blueprints/UI/Imgs/flatPlans/img_S03A12.uasset deleted file mode 100644 index 8adf947dc..000000000 Binary files a/Content/Blueprints/UI/Imgs/flatPlans/img_S03A12.uasset and /dev/null differ diff --git a/Content/Blueprints/UI/Imgs/flatPlans/img_S03A13.uasset b/Content/Blueprints/UI/Imgs/flatPlans/img_S03A13.uasset deleted file mode 100644 index aafbb87a7..000000000 Binary files a/Content/Blueprints/UI/Imgs/flatPlans/img_S03A13.uasset and /dev/null differ diff --git a/Content/Blueprints/UI/Imgs/flatPlans/img_S03A14.uasset b/Content/Blueprints/UI/Imgs/flatPlans/img_S03A14.uasset deleted file mode 100644 index f864c220f..000000000 Binary files a/Content/Blueprints/UI/Imgs/flatPlans/img_S03A14.uasset and /dev/null differ diff --git a/Content/Blueprints/UI/Imgs/flatPlans/img_S03A15.uasset b/Content/Blueprints/UI/Imgs/flatPlans/img_S03A15.uasset deleted file mode 100644 index dc68e98ff..000000000 Binary files a/Content/Blueprints/UI/Imgs/flatPlans/img_S03A15.uasset and /dev/null differ diff --git a/Content/Blueprints/UI/Imgs/flatPlans/img_S03A16.uasset b/Content/Blueprints/UI/Imgs/flatPlans/img_S03A16.uasset deleted file mode 100644 index db36b2292..000000000 Binary files a/Content/Blueprints/UI/Imgs/flatPlans/img_S03A16.uasset and /dev/null differ diff --git a/Content/Blueprints/UI/Imgs/flatPlans/img_S03A17.uasset b/Content/Blueprints/UI/Imgs/flatPlans/img_S03A17.uasset deleted file mode 100644 index 8f5e4498a..000000000 Binary files a/Content/Blueprints/UI/Imgs/flatPlans/img_S03A17.uasset and /dev/null differ diff --git a/Content/Blueprints/UI/Imgs/flatPlans/img_S03A18.uasset b/Content/Blueprints/UI/Imgs/flatPlans/img_S03A18.uasset deleted file mode 100644 index 9ea577435..000000000 Binary files a/Content/Blueprints/UI/Imgs/flatPlans/img_S03A18.uasset and /dev/null differ diff --git a/Content/Blueprints/UI/Imgs/flatPlans/img_S03A19.uasset b/Content/Blueprints/UI/Imgs/flatPlans/img_S03A19.uasset deleted file mode 100644 index bc1f2efa6..000000000 Binary files a/Content/Blueprints/UI/Imgs/flatPlans/img_S03A19.uasset and /dev/null differ diff --git a/Content/Blueprints/UI/Imgs/flatPlans/img_S03A20.uasset b/Content/Blueprints/UI/Imgs/flatPlans/img_S03A20.uasset deleted file mode 100644 index fef2f883b..000000000 Binary files a/Content/Blueprints/UI/Imgs/flatPlans/img_S03A20.uasset and /dev/null differ diff --git a/Content/Blueprints/UI/Imgs/flatPlans/img_S03A21.uasset b/Content/Blueprints/UI/Imgs/flatPlans/img_S03A21.uasset deleted file mode 100644 index 112f32c89..000000000 Binary files a/Content/Blueprints/UI/Imgs/flatPlans/img_S03A21.uasset and /dev/null differ diff --git a/Content/Blueprints/UI/Imgs/flatPlans/img_S03A22.uasset b/Content/Blueprints/UI/Imgs/flatPlans/img_S03A22.uasset deleted file mode 100644 index 7706aeb67..000000000 Binary files a/Content/Blueprints/UI/Imgs/flatPlans/img_S03A22.uasset and /dev/null differ diff --git a/Content/Blueprints/UI/Imgs/flatPlans/img_S03A23.uasset b/Content/Blueprints/UI/Imgs/flatPlans/img_S03A23.uasset deleted file mode 100644 index a5b7064ec..000000000 Binary files a/Content/Blueprints/UI/Imgs/flatPlans/img_S03A23.uasset and /dev/null differ diff --git a/Content/Blueprints/UI/Imgs/flatPlans/img_S03A24.uasset b/Content/Blueprints/UI/Imgs/flatPlans/img_S03A24.uasset deleted file mode 100644 index 506d8b513..000000000 Binary files a/Content/Blueprints/UI/Imgs/flatPlans/img_S03A24.uasset and /dev/null differ diff --git a/Content/Blueprints/UI/Imgs/flatPlans/img_S03A25.uasset b/Content/Blueprints/UI/Imgs/flatPlans/img_S03A25.uasset deleted file mode 100644 index d649575fe..000000000 Binary files a/Content/Blueprints/UI/Imgs/flatPlans/img_S03A25.uasset and /dev/null differ diff --git a/Content/Blueprints/UI/Imgs/flatPlans/img_S03A26.uasset b/Content/Blueprints/UI/Imgs/flatPlans/img_S03A26.uasset deleted file mode 100644 index 9e5027b09..000000000 Binary files a/Content/Blueprints/UI/Imgs/flatPlans/img_S03A26.uasset and /dev/null differ diff --git a/Content/Blueprints/UI/Imgs/flatPlans/img_S03A27.uasset b/Content/Blueprints/UI/Imgs/flatPlans/img_S03A27.uasset deleted file mode 100644 index 863f1a7c0..000000000 Binary files a/Content/Blueprints/UI/Imgs/flatPlans/img_S03A27.uasset and /dev/null differ diff --git a/Content/Blueprints/UI/Imgs/flatPlans/img_S03A28.uasset b/Content/Blueprints/UI/Imgs/flatPlans/img_S03A28.uasset deleted file mode 100644 index 6225cd469..000000000 Binary files a/Content/Blueprints/UI/Imgs/flatPlans/img_S03A28.uasset and /dev/null differ diff --git a/Content/Blueprints/UI/Imgs/flatPlans/img_S03A29.uasset b/Content/Blueprints/UI/Imgs/flatPlans/img_S03A29.uasset deleted file mode 100644 index 92489aa0c..000000000 Binary files a/Content/Blueprints/UI/Imgs/flatPlans/img_S03A29.uasset and /dev/null differ diff --git a/Content/Blueprints/UI/Imgs/flatPlans/img_S03A30.uasset b/Content/Blueprints/UI/Imgs/flatPlans/img_S03A30.uasset deleted file mode 100644 index ee1d32c8b..000000000 Binary files a/Content/Blueprints/UI/Imgs/flatPlans/img_S03A30.uasset and /dev/null differ diff --git a/Content/Blueprints/UI/Imgs/flatPlans/img_S03A31.uasset b/Content/Blueprints/UI/Imgs/flatPlans/img_S03A31.uasset deleted file mode 100644 index 6f3681495..000000000 Binary files a/Content/Blueprints/UI/Imgs/flatPlans/img_S03A31.uasset and /dev/null differ diff --git a/Content/Blueprints/UI/Imgs/flatPlans/img_S03A32.uasset b/Content/Blueprints/UI/Imgs/flatPlans/img_S03A32.uasset deleted file mode 100644 index d437937c2..000000000 Binary files a/Content/Blueprints/UI/Imgs/flatPlans/img_S03A32.uasset and /dev/null differ diff --git a/Content/Blueprints/UI/Imgs/flatPlans/img_S03A33.uasset b/Content/Blueprints/UI/Imgs/flatPlans/img_S03A33.uasset deleted file mode 100644 index a071606c2..000000000 Binary files a/Content/Blueprints/UI/Imgs/flatPlans/img_S03A33.uasset and /dev/null differ diff --git a/Content/Blueprints/UI/Imgs/flatPlans/img_S03A34.uasset b/Content/Blueprints/UI/Imgs/flatPlans/img_S03A34.uasset deleted file mode 100644 index c5af3514e..000000000 Binary files a/Content/Blueprints/UI/Imgs/flatPlans/img_S03A34.uasset and /dev/null differ diff --git a/Content/Blueprints/UI/Imgs/flatPlans/img_S03A35.uasset b/Content/Blueprints/UI/Imgs/flatPlans/img_S03A35.uasset deleted file mode 100644 index 6decf70aa..000000000 Binary files a/Content/Blueprints/UI/Imgs/flatPlans/img_S03A35.uasset and /dev/null differ diff --git a/Content/Blueprints/UI/Imgs/flatPlans/img_S03A36.uasset b/Content/Blueprints/UI/Imgs/flatPlans/img_S03A36.uasset deleted file mode 100644 index fbbec9fec..000000000 Binary files a/Content/Blueprints/UI/Imgs/flatPlans/img_S03A36.uasset and /dev/null differ diff --git a/Content/Blueprints/UI/Imgs/flatPlans/img_S03A37.uasset b/Content/Blueprints/UI/Imgs/flatPlans/img_S03A37.uasset deleted file mode 100644 index 66b6623cf..000000000 Binary files a/Content/Blueprints/UI/Imgs/flatPlans/img_S03A37.uasset and /dev/null differ diff --git a/Content/Blueprints/UI/Others/FlatData.uasset b/Content/Blueprints/UI/Others/FlatData.uasset index 00022ec27..70ded741a 100644 Binary files a/Content/Blueprints/UI/Others/FlatData.uasset and b/Content/Blueprints/UI/Others/FlatData.uasset differ diff --git a/Content/Blueprints/UI/WBPS/KPWidget.uasset b/Content/Blueprints/UI/WBPS/KPWidget.uasset index 6182190e5..a97d28ada 100644 Binary files a/Content/Blueprints/UI/WBPS/KPWidget.uasset and b/Content/Blueprints/UI/WBPS/KPWidget.uasset differ diff --git a/Content/Blueprints/UI/WBPS/KPWidgetParking.uasset b/Content/Blueprints/UI/WBPS/KPWidgetParking.uasset index 3b086ff38..206890856 100644 Binary files a/Content/Blueprints/UI/WBPS/KPWidgetParking.uasset and b/Content/Blueprints/UI/WBPS/KPWidgetParking.uasset differ diff --git a/Content/Blueprints/UI/WBPS/Menu/InfoPanel.uasset b/Content/Blueprints/UI/WBPS/Menu/InfoPanel.uasset index 345f953a7..ce65a10c4 100644 Binary files a/Content/Blueprints/UI/WBPS/Menu/InfoPanel.uasset and b/Content/Blueprints/UI/WBPS/Menu/InfoPanel.uasset differ diff --git a/Content/Blueprints/UI/WBPS/Menu/flatInfo.uasset b/Content/Blueprints/UI/WBPS/Menu/flatInfo.uasset index 45f2d9b4a..0e116dfe9 100644 Binary files a/Content/Blueprints/UI/WBPS/Menu/flatInfo.uasset and b/Content/Blueprints/UI/WBPS/Menu/flatInfo.uasset differ diff --git a/Content/Blueprints/UI/WBPS/Menu/flatInfoBig.uasset b/Content/Blueprints/UI/WBPS/Menu/flatInfoBig.uasset index 6cca586ba..e815c6d5a 100644 Binary files a/Content/Blueprints/UI/WBPS/Menu/flatInfoBig.uasset and b/Content/Blueprints/UI/WBPS/Menu/flatInfoBig.uasset differ diff --git a/Content/Blueprints/UI/WBPS/Menu/flatMapWithNavi.uasset b/Content/Blueprints/UI/WBPS/Menu/flatMapWithNavi.uasset index 46f68986d..9ac2ffcb4 100644 Binary files a/Content/Blueprints/UI/WBPS/Menu/flatMapWithNavi.uasset and b/Content/Blueprints/UI/WBPS/Menu/flatMapWithNavi.uasset differ diff --git a/Content/Blueprints/UI/WBPS/Menu/floorInfo.uasset b/Content/Blueprints/UI/WBPS/Menu/floorInfo.uasset index 3cb13e3d8..30da5030c 100644 Binary files a/Content/Blueprints/UI/WBPS/Menu/floorInfo.uasset and b/Content/Blueprints/UI/WBPS/Menu/floorInfo.uasset differ diff --git a/Content/Blueprints/UI/WBPS/Menu/houseInfo.uasset b/Content/Blueprints/UI/WBPS/Menu/houseInfo.uasset index 411dd5a95..9ff4dc0b2 100644 Binary files a/Content/Blueprints/UI/WBPS/Menu/houseInfo.uasset and b/Content/Blueprints/UI/WBPS/Menu/houseInfo.uasset differ diff --git a/Content/Blueprints/UI/WBPS/Menu/parkingInfo.uasset b/Content/Blueprints/UI/WBPS/Menu/parkingInfo.uasset index 943bb94e0..060603dfa 100644 Binary files a/Content/Blueprints/UI/WBPS/Menu/parkingInfo.uasset and b/Content/Blueprints/UI/WBPS/Menu/parkingInfo.uasset differ diff --git a/Content/Blueprints/UI/WBPS/filter/FlatCard.uasset b/Content/Blueprints/UI/WBPS/filter/FlatCard.uasset index ba8a58c1f..c894fa9d7 100644 Binary files a/Content/Blueprints/UI/WBPS/filter/FlatCard.uasset and b/Content/Blueprints/UI/WBPS/filter/FlatCard.uasset differ diff --git a/Content/Blueprints/UI/WBPS/filter/FlatCardBig.uasset b/Content/Blueprints/UI/WBPS/filter/FlatCardBig.uasset index 9d8eb8475..2e55e3720 100644 Binary files a/Content/Blueprints/UI/WBPS/filter/FlatCardBig.uasset and b/Content/Blueprints/UI/WBPS/filter/FlatCardBig.uasset differ diff --git a/Content/Blueprints/UI/WBPS/filter/FlatCardFav.uasset b/Content/Blueprints/UI/WBPS/filter/FlatCardFav.uasset index bd2fb5ec2..611ae855a 100644 Binary files a/Content/Blueprints/UI/WBPS/filter/FlatCardFav.uasset and b/Content/Blueprints/UI/WBPS/filter/FlatCardFav.uasset differ diff --git a/Content/Blueprints/UI/WBPS/filter/floorMap.uasset b/Content/Blueprints/UI/WBPS/filter/floorMap.uasset index 9db2e0950..3274d5bd6 100644 Binary files a/Content/Blueprints/UI/WBPS/filter/floorMap.uasset and b/Content/Blueprints/UI/WBPS/filter/floorMap.uasset differ diff --git a/Content/Blueprints/UI/mainHUD.uasset b/Content/Blueprints/UI/mainHUD.uasset index 5a21df0e8..b14b3eb74 100644 Binary files a/Content/Blueprints/UI/mainHUD.uasset and b/Content/Blueprints/UI/mainHUD.uasset differ diff --git a/Content/Maps/Interior/GP9/F03-20_22/Walls/S9_Se01_F20_A24_walls.umap b/Content/Maps/Interior/GP9/F03-20_22/Walls/S9_Se01_F20_A24_walls.umap index b81ed3d9f..88d521760 100644 Binary files a/Content/Maps/Interior/GP9/F03-20_22/Walls/S9_Se01_F20_A24_walls.umap and b/Content/Maps/Interior/GP9/F03-20_22/Walls/S9_Se01_F20_A24_walls.umap differ diff --git a/Content/Maps/Interior/GP9/F03-20_22/Walls/S9_Se01_F22_A38_walls.umap b/Content/Maps/Interior/GP9/F03-20_22/Walls/S9_Se01_F22_A38_walls.umap index 7e6e3a82f..7ac46e5f9 100644 Binary files a/Content/Maps/Interior/GP9/F03-20_22/Walls/S9_Se01_F22_A38_walls.umap and b/Content/Maps/Interior/GP9/F03-20_22/Walls/S9_Se01_F22_A38_walls.umap differ diff --git a/Content/Maps/Masharov_Buildings.umap b/Content/Maps/Masharov_Buildings.umap index d260050c2..874aba2c7 100644 Binary files a/Content/Maps/Masharov_Buildings.umap and b/Content/Maps/Masharov_Buildings.umap differ diff --git a/Content/Maps/mainScene.umap b/Content/Maps/mainScene.umap index 38375b56e..b6532b8c8 100644 Binary files a/Content/Maps/mainScene.umap and b/Content/Maps/mainScene.umap differ diff --git a/Content/Materials/Masharov_Interior/Palette/MI_Glass_Mash.uasset b/Content/Materials/Masharov_Interior/Palette/MI_Glass_Mash.uasset index 1e6713a75..6db13a83b 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/Meshes/Interior/Window/SM_GP2_Windows_8_withoutDoor.uasset b/Content/Meshes/Interior/Window/SM_GP2_Windows_8_withoutDoor.uasset index 9d2cbaec0..47b67f71f 100644 Binary files a/Content/Meshes/Interior/Window/SM_GP2_Windows_8_withoutDoor.uasset and b/Content/Meshes/Interior/Window/SM_GP2_Windows_8_withoutDoor.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 index dcbb0707b..28e6f3169 100644 Binary files a/Content/Meshes/Interior/Window/SM__GP2_Windows_TwoSided_5.uasset and b/Content/Meshes/Interior/Window/SM__GP2_Windows_TwoSided_5.uasset differ diff --git a/Content/Xml/xmlConfig.ini b/Content/Xml/xmlConfig.ini index 867244aff..259191401 100644 --- a/Content/Xml/xmlConfig.ini +++ b/Content/Xml/xmlConfig.ini @@ -1,3 +1,4 @@ url=https://pb13648.profitbase.ru/export/profitbase_xml/f79ccf5afb4d0463c69bcdba8c57b564 +url1=https://pb13648.profitbase.ru/export/profitbase_xml/ffecc57e0b5dcd601c8b38a6565bad0c houseIds=96158=1,96043=1,96152=2,96162=2,96154=2,99490=3,102908=3,102900=3,111228=7,113076=7,118239=9,118339=9 -fullAvailableHouse=9 \ No newline at end of file +fullAvailableHouse= \ No newline at end of file diff --git a/Source/MasharovDev/cppGI.cpp b/Source/MasharovDev/cppGI.cpp index 1e7a28b84..79f10a8ff 100644 --- a/Source/MasharovDev/cppGI.cpp +++ b/Source/MasharovDev/cppGI.cpp @@ -51,16 +51,16 @@ void UcppGI::cppLvlManage(UObject* WorldContextObject, Fcppcoords currentCoords, for (const auto& crd : cpplvlsForLoading) // here is filter code { cppCoordsEq(crd, lvl.coords, true, false, ceq[0], ceq[1], ceq[2], ceq[3], ceq[4], ceq[5], ceq[6]); - + if ( ( ((ceq[0] || !is3DTour || lvl.coords.flat == -1) && ceq[5]) - || (is3DTour ? lvl.anotherLvl >= 1 && lvl.anotherLvl == crd.flat : lvl.anotherLvl >= 1 && (crd.flat>=0 ? lvl.anotherLvl == crd.flat:true) && lvl.coords.floor < crd.floor) - ) + || (is3DTour ? lvl.anotherLvl >= 1 && lvl.anotherLvl == crd.flat : lvl.anotherLvl >= 1 && (crd.flat >= 0 ? lvl.anotherLvl == crd.flat : true) && lvl.coords.floor < crd.floor) + ) && ceq[3] && ceq[4] - ) loadthis = true; //load all on floor and under 2-floor flat, and full 2-floor flat in 3d tour - - + ) loadthis = true; //load all on floor and under 2-floor flat, and full 2-floor flat in 3d tour + + //if (ceq[6]) loadthis = true; //classic load with parallax } } @@ -134,7 +134,8 @@ void UcppGI::avoidAutoState() if (!soc)return; DECLARE_CMD(CMD_NOP, cmd); - sendCommand(*soc, cmd); + AsyncTask(ENamedThreads::AnyBackgroundThreadNormalTask, [cmd]() + {sendCommand(*soc, cmd); }); } void UcppGI::makeSocket(FString ip, int port) @@ -149,11 +150,11 @@ void UcppGI::makeSocket(FString ip, int port) void UcppGI::setColor(uint8 code, FColor color) { if (!soc)return; - DECLARE_CMD(CMD_SET_COLOR, cmd); cmd.code = code; cmd.r = color.R, cmd.g = color.G, cmd.b = color.B; - sendCommand(*soc, cmd); + AsyncTask(ENamedThreads::AnyBackgroundThreadNormalTask, [cmd]() + {sendCommand(*soc, cmd);}); } @@ -166,20 +167,23 @@ void UcppGI::setLight(int house, int floor, int strip, uint8 state) if (house < 0) { DECLARE_CMD(CMD_SET_ALL_STATE, cmd); cmd.state = state; - sendCommand(*soc, cmd); + AsyncTask(ENamedThreads::AnyBackgroundThreadNormalTask, [cmd]() + {sendCommand(*soc, cmd); }); return; } DECLARE_CMD(CMD_SET_BUILDING_STATE, cmd); cmd.state = state; cmd.building = house; - sendCommand(*soc, cmd); + AsyncTask(ENamedThreads::AnyBackgroundThreadNormalTask, [cmd]() + {sendCommand(*soc, cmd); }); return; } DECLARE_CMD(CMD_SET_FLOOR_STATE, cmd); cmd.state = state; cmd.building = house; cmd.floor = floor; - sendCommand(*soc, cmd); + AsyncTask(ENamedThreads::AnyBackgroundThreadNormalTask, [cmd]() + {sendCommand(*soc, cmd); }); return; } DECLARE_CMD(CMD_SET_ROOM_STATE, cmd); @@ -187,7 +191,8 @@ void UcppGI::setLight(int house, int floor, int strip, uint8 state) cmd.building = house; cmd.floor = floor; cmd.strip = strip; - sendCommand(*soc, cmd); + AsyncTask(ENamedThreads::AnyBackgroundThreadNormalTask, [cmd]() + {sendCommand(*soc, cmd); }); } @@ -197,7 +202,8 @@ void UcppGI::setPartState(uint8 part, uint8 state) DECLARE_CMD(CMD_SET_PART_MODE, cmd); cmd.mode = state; cmd.part = part; - sendCommand(*soc, cmd); + AsyncTask(ENamedThreads::AnyBackgroundThreadNormalTask, [cmd]() + {sendCommand(*soc, cmd); }); } diff --git a/maket.ini b/maket.ini index cd5222cf3..ce43363bf 100644 --- a/maket.ini +++ b/maket.ini @@ -1,2 +1,2 @@ -ip=192.168.30.177 +ip=192.168.1.131 port=1201 \ No newline at end of file