diff --git a/Config/DefaultEngine.ini b/Config/DefaultEngine.ini index 00b3066e..813226e1 100644 --- a/Config/DefaultEngine.ini +++ b/Config/DefaultEngine.ini @@ -17,12 +17,12 @@ r.TranslucentSortPolicy=0 r.SeparateTranslucency=True [/Script/EngineSettings.GameMapsSettings] -GameDefaultMap=/Game/Maps/scene1.scene1 +GameDefaultMap=/Game/Maps/MainScene.MainScene GameInstanceClass=/Game/Blueprints/Player/GI.GI_C GameInstanceClass=/Game/Blueprints/Player/GI.GI_C GlobalDefaultGameMode=/Game/Blueprints/Player/myGM.myGM_C GlobalDefaultGameMode=/Game/Blueprints/Player/myGM.myGM_C -EditorStartupMap=/Game/Maps/scene1.scene1 +EditorStartupMap=/Game/Maps/MainScene.MainScene [/Script/Engine.CollisionProfile] -Profiles=(Name="NoCollision",CollisionEnabled=NoCollision,ObjectTypeName="WorldStatic",CustomResponses=((Channel="Visibility",Response=ECR_Ignore),(Channel="Camera",Response=ECR_Ignore)),HelpMessage="No collision",bCanModify=False) @@ -156,7 +156,7 @@ bTickWhilePaused=False bInitialBuildingLocked=False bSkipAgentHeightCheckWhenPickingNavData=False DataGatheringMode=Instant -bGenerateNavigationOnlyAroundNavigationInvokers=True +bGenerateNavigationOnlyAroundNavigationInvokers=False ActiveTilesUpdateInterval=1.000000 +SupportedAgents=(Name="Default",Color=(B=0,G=255,R=140,A=164),DefaultQueryExtent=(X=20.000000,Y=20.000000,Z=20.000000),NavDataClass=/Script/NavigationSystem.RecastNavMesh,AgentRadius=15.000000,AgentHeight=100.000000,AgentStepHeight=-1.000000,NavWalkingSearchHeightScale=0.500000,PreferredNavData=/Script/NavigationSystem.RecastNavMesh,bCanCrouch=False,bCanJump=False,bCanWalk=False,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) @@ -164,8 +164,9 @@ DirtyAreasUpdateFreq=60.000000 [/Script/NavigationSystem.RecastNavMesh] RuntimeGeneration=Dynamic -CellSize=10.000000 +CellSize=15.000000 AgentRadius=15.000000 +bFixedTilePoolSize=False [SystemSettings] r.DiffuseFromCaptures=1 diff --git a/Config/DefaultLightmass.ini b/Config/DefaultLightmass.ini index 8a0080fa..60a23e87 100644 --- a/Config/DefaultLightmass.ini +++ b/Config/DefaultLightmass.ini @@ -1,4 +1,4 @@ [DevOptions.GPULightmass] -NumPrimaryGISamples=128 +NumPrimaryGISamples=64 NumSecondaryGISamples=32 FireflyClampingThreshold=1000.0 diff --git a/Content/Blueprints/Player/GI.uasset b/Content/Blueprints/Player/GI.uasset index 12b4b0ee..6d3b8b2b 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 c3956870..213ee2ae 100644 Binary files a/Content/Blueprints/Player/GameplayFunctions.uasset and b/Content/Blueprints/Player/GameplayFunctions.uasset differ diff --git a/Content/Blueprints/Player/MathAndConvertFns.uasset b/Content/Blueprints/Player/MathAndConvertFns.uasset index 055f3d0c..4418f7c4 100644 Binary files a/Content/Blueprints/Player/MathAndConvertFns.uasset and b/Content/Blueprints/Player/MathAndConvertFns.uasset differ diff --git a/Content/Blueprints/Player/getFunctions.uasset b/Content/Blueprints/Player/getFunctions.uasset index 9d9fce20..f1b8a795 100644 Binary files a/Content/Blueprints/Player/getFunctions.uasset and b/Content/Blueprints/Player/getFunctions.uasset differ diff --git a/Content/Blueprints/Player/myGM.uasset b/Content/Blueprints/Player/myGM.uasset index ba22822c..f023f33f 100644 Binary files a/Content/Blueprints/Player/myGM.uasset and b/Content/Blueprints/Player/myGM.uasset differ diff --git a/Content/Blueprints/UI/Actors/FlatPoint.uasset b/Content/Blueprints/UI/Actors/FlatPoint.uasset index 4bcaa4c1..150b5866 100644 Binary files a/Content/Blueprints/UI/Actors/FlatPoint.uasset and b/Content/Blueprints/UI/Actors/FlatPoint.uasset differ diff --git a/Content/Blueprints/UI/Actors/KPmaker.uasset b/Content/Blueprints/UI/Actors/KPmaker.uasset index 5a5d8f0f..23bc7b9a 100644 Binary files a/Content/Blueprints/UI/Actors/KPmaker.uasset and b/Content/Blueprints/UI/Actors/KPmaker.uasset differ diff --git a/Content/Blueprints/UI/Others/FlatData.uasset b/Content/Blueprints/UI/Others/FlatData.uasset index b2d19850..7db8c445 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 6d1be3c3..0487f531 100644 Binary files a/Content/Blueprints/UI/WBPS/KPWidget.uasset and b/Content/Blueprints/UI/WBPS/KPWidget.uasset differ diff --git a/Content/Blueprints/UI/WBPS/Menu/floorPlan.uasset b/Content/Blueprints/UI/WBPS/Menu/floorPlan.uasset new file mode 100644 index 00000000..63bf04b0 Binary files /dev/null and b/Content/Blueprints/UI/WBPS/Menu/floorPlan.uasset differ diff --git a/Content/Blueprints/UI/WBPS/exportPlan.uasset b/Content/Blueprints/UI/WBPS/exportPlan.uasset index 521b8419..d0b9efec 100644 Binary files a/Content/Blueprints/UI/WBPS/exportPlan.uasset and b/Content/Blueprints/UI/WBPS/exportPlan.uasset differ diff --git a/Content/Blueprints/UI/WBPS/flatPlan.uasset b/Content/Blueprints/UI/WBPS/flatPlan.uasset index 40cfca64..f475ad57 100644 Binary files a/Content/Blueprints/UI/WBPS/flatPlan.uasset and b/Content/Blueprints/UI/WBPS/flatPlan.uasset differ diff --git a/Content/Blueprints/Utils/Generators/floorCap.uasset b/Content/Blueprints/Utils/Generators/floorCap.uasset index 4f99eba7..8cfac36c 100644 Binary files a/Content/Blueprints/Utils/Generators/floorCap.uasset and b/Content/Blueprints/Utils/Generators/floorCap.uasset differ diff --git a/Content/Maps/Buildings_Outside.umap b/Content/Maps/Buildings_Outside.umap index f10766e1..97ffb31a 100644 Binary files a/Content/Maps/Buildings_Outside.umap and b/Content/Maps/Buildings_Outside.umap differ diff --git a/Content/Maps/DayLightStatic.umap b/Content/Maps/DayLightStatic.umap index a09190bf..48a9697f 100644 Binary files a/Content/Maps/DayLightStatic.umap and b/Content/Maps/DayLightStatic.umap differ diff --git a/Content/Maps/Interiors/Bake/F1.umap b/Content/Maps/Interiors/Bake/F1.umap index 56d91b5a..055457a2 100644 Binary files a/Content/Maps/Interiors/Bake/F1.umap and b/Content/Maps/Interiors/Bake/F1.umap differ diff --git a/Content/Maps/Interiors/Bake/F10.umap b/Content/Maps/Interiors/Bake/F10.umap index 805734f2..080fa1fe 100644 Binary files a/Content/Maps/Interiors/Bake/F10.umap and b/Content/Maps/Interiors/Bake/F10.umap differ diff --git a/Content/Maps/Interiors/Bake/F10_2.umap b/Content/Maps/Interiors/Bake/F10_2.umap index 439b158a..7c8f3467 100644 Binary files a/Content/Maps/Interiors/Bake/F10_2.umap and b/Content/Maps/Interiors/Bake/F10_2.umap differ diff --git a/Content/Maps/Interiors/Bake/F11.umap b/Content/Maps/Interiors/Bake/F11.umap index 25f8da35..efc307f2 100644 Binary files a/Content/Maps/Interiors/Bake/F11.umap and b/Content/Maps/Interiors/Bake/F11.umap differ diff --git a/Content/Maps/Interiors/Bake/F11_2.umap b/Content/Maps/Interiors/Bake/F11_2.umap index 89a49c42..68319794 100644 Binary files a/Content/Maps/Interiors/Bake/F11_2.umap and b/Content/Maps/Interiors/Bake/F11_2.umap differ diff --git a/Content/Maps/Interiors/Bake/F12.umap b/Content/Maps/Interiors/Bake/F12.umap index e438a100..c2d195a8 100644 Binary files a/Content/Maps/Interiors/Bake/F12.umap and b/Content/Maps/Interiors/Bake/F12.umap differ diff --git a/Content/Maps/Interiors/Bake/F12_2.umap b/Content/Maps/Interiors/Bake/F12_2.umap index bcc3be43..9b440b86 100644 Binary files a/Content/Maps/Interiors/Bake/F12_2.umap and b/Content/Maps/Interiors/Bake/F12_2.umap differ diff --git a/Content/Maps/Interiors/Bake/F13.umap b/Content/Maps/Interiors/Bake/F13.umap index 7508fb43..070ff891 100644 Binary files a/Content/Maps/Interiors/Bake/F13.umap and b/Content/Maps/Interiors/Bake/F13.umap differ diff --git a/Content/Maps/Interiors/Bake/F13_2.umap b/Content/Maps/Interiors/Bake/F13_2.umap index 2d3d0232..c457d3db 100644 Binary files a/Content/Maps/Interiors/Bake/F13_2.umap and b/Content/Maps/Interiors/Bake/F13_2.umap differ diff --git a/Content/Maps/Interiors/Bake/F14.umap b/Content/Maps/Interiors/Bake/F14.umap index 8aa62aea..67215b13 100644 Binary files a/Content/Maps/Interiors/Bake/F14.umap and b/Content/Maps/Interiors/Bake/F14.umap differ diff --git a/Content/Maps/Interiors/Bake/F14_2.umap b/Content/Maps/Interiors/Bake/F14_2.umap index 433cbe7f..441aae01 100644 Binary files a/Content/Maps/Interiors/Bake/F14_2.umap and b/Content/Maps/Interiors/Bake/F14_2.umap differ diff --git a/Content/Maps/Interiors/Bake/F15.umap b/Content/Maps/Interiors/Bake/F15.umap index 8a768b15..d1f6088b 100644 Binary files a/Content/Maps/Interiors/Bake/F15.umap and b/Content/Maps/Interiors/Bake/F15.umap differ diff --git a/Content/Maps/Interiors/Bake/F16.umap b/Content/Maps/Interiors/Bake/F16.umap index 87f9f66b..551b8bc1 100644 Binary files a/Content/Maps/Interiors/Bake/F16.umap and b/Content/Maps/Interiors/Bake/F16.umap differ diff --git a/Content/Maps/Interiors/Bake/F17.umap b/Content/Maps/Interiors/Bake/F17.umap index c7e7062d..a6852828 100644 Binary files a/Content/Maps/Interiors/Bake/F17.umap and b/Content/Maps/Interiors/Bake/F17.umap differ diff --git a/Content/Maps/Interiors/Bake/F18.umap b/Content/Maps/Interiors/Bake/F18.umap index 9169c78b..832f7d58 100644 Binary files a/Content/Maps/Interiors/Bake/F18.umap and b/Content/Maps/Interiors/Bake/F18.umap differ diff --git a/Content/Maps/Interiors/Bake/F2.umap b/Content/Maps/Interiors/Bake/F2.umap index 5973ea15..d533cf0b 100644 Binary files a/Content/Maps/Interiors/Bake/F2.umap and b/Content/Maps/Interiors/Bake/F2.umap differ diff --git a/Content/Maps/Interiors/Bake/F2_2.umap b/Content/Maps/Interiors/Bake/F2_2.umap index 592ba5ff..c506c712 100644 Binary files a/Content/Maps/Interiors/Bake/F2_2.umap and b/Content/Maps/Interiors/Bake/F2_2.umap differ diff --git a/Content/Maps/Interiors/Bake/F3.umap b/Content/Maps/Interiors/Bake/F3.umap index 2c0afd0d..2e609ef0 100644 Binary files a/Content/Maps/Interiors/Bake/F3.umap and b/Content/Maps/Interiors/Bake/F3.umap differ diff --git a/Content/Maps/Interiors/Bake/F3_2.umap b/Content/Maps/Interiors/Bake/F3_2.umap index 28aa6b00..6e359cbc 100644 Binary files a/Content/Maps/Interiors/Bake/F3_2.umap and b/Content/Maps/Interiors/Bake/F3_2.umap differ diff --git a/Content/Maps/Interiors/Bake/F4.umap b/Content/Maps/Interiors/Bake/F4.umap index 3a4dfb05..4a44cfce 100644 Binary files a/Content/Maps/Interiors/Bake/F4.umap and b/Content/Maps/Interiors/Bake/F4.umap differ diff --git a/Content/Maps/Interiors/Bake/F4_2.umap b/Content/Maps/Interiors/Bake/F4_2.umap index 021a6706..c0a2c0f6 100644 Binary files a/Content/Maps/Interiors/Bake/F4_2.umap and b/Content/Maps/Interiors/Bake/F4_2.umap differ diff --git a/Content/Maps/Interiors/Bake/F5.umap b/Content/Maps/Interiors/Bake/F5.umap index 4ad2a774..24a6ca49 100644 Binary files a/Content/Maps/Interiors/Bake/F5.umap and b/Content/Maps/Interiors/Bake/F5.umap differ diff --git a/Content/Maps/Interiors/Bake/F5_2.umap b/Content/Maps/Interiors/Bake/F5_2.umap index 12c26249..04a1bf92 100644 Binary files a/Content/Maps/Interiors/Bake/F5_2.umap and b/Content/Maps/Interiors/Bake/F5_2.umap differ diff --git a/Content/Maps/Interiors/Bake/F6.umap b/Content/Maps/Interiors/Bake/F6.umap index e497855f..244a9752 100644 Binary files a/Content/Maps/Interiors/Bake/F6.umap and b/Content/Maps/Interiors/Bake/F6.umap differ diff --git a/Content/Maps/Interiors/Bake/F6_2.umap b/Content/Maps/Interiors/Bake/F6_2.umap index 89f51dc9..e8984340 100644 Binary files a/Content/Maps/Interiors/Bake/F6_2.umap and b/Content/Maps/Interiors/Bake/F6_2.umap differ diff --git a/Content/Maps/Interiors/Bake/F7.umap b/Content/Maps/Interiors/Bake/F7.umap index cace4e6d..16058345 100644 Binary files a/Content/Maps/Interiors/Bake/F7.umap and b/Content/Maps/Interiors/Bake/F7.umap differ diff --git a/Content/Maps/Interiors/Bake/F7_2.umap b/Content/Maps/Interiors/Bake/F7_2.umap index 0d58427b..a3fa8940 100644 Binary files a/Content/Maps/Interiors/Bake/F7_2.umap and b/Content/Maps/Interiors/Bake/F7_2.umap differ diff --git a/Content/Maps/Interiors/Bake/F7_dflat.umap b/Content/Maps/Interiors/Bake/F7_dflat.umap index 9a6b4b2b..512379bf 100644 Binary files a/Content/Maps/Interiors/Bake/F7_dflat.umap and b/Content/Maps/Interiors/Bake/F7_dflat.umap differ diff --git a/Content/Maps/Interiors/Bake/F8.umap b/Content/Maps/Interiors/Bake/F8.umap index 3e93a687..90678715 100644 Binary files a/Content/Maps/Interiors/Bake/F8.umap and b/Content/Maps/Interiors/Bake/F8.umap differ diff --git a/Content/Maps/Interiors/Bake/F8_2.umap b/Content/Maps/Interiors/Bake/F8_2.umap index 686656e1..687a35bd 100644 Binary files a/Content/Maps/Interiors/Bake/F8_2.umap and b/Content/Maps/Interiors/Bake/F8_2.umap differ diff --git a/Content/Maps/Interiors/Bake/F9.umap b/Content/Maps/Interiors/Bake/F9.umap index 3f21af6b..70279ba6 100644 Binary files a/Content/Maps/Interiors/Bake/F9.umap and b/Content/Maps/Interiors/Bake/F9.umap differ diff --git a/Content/Maps/Interiors/Bake/F9_2.umap b/Content/Maps/Interiors/Bake/F9_2.umap index f02ef64f..5d384752 100644 Binary files a/Content/Maps/Interiors/Bake/F9_2.umap and b/Content/Maps/Interiors/Bake/F9_2.umap differ diff --git a/Content/Maps/Interiors/K1_S1/Furniture/K1_S1_furniturebuild.umap b/Content/Maps/Interiors/K1_S1/Furniture/K1_S1_furniturebuild.umap index 85ef193e..858bf0d0 100644 Binary files a/Content/Maps/Interiors/K1_S1/Furniture/K1_S1_furniturebuild.umap and b/Content/Maps/Interiors/K1_S1/Furniture/K1_S1_furniturebuild.umap differ diff --git a/Content/Maps/Interiors/K1_S1/K1_S1_F13.umap b/Content/Maps/Interiors/K1_S1/K1_S1_F13.umap index 1c180996..f76ae0c9 100644 Binary files a/Content/Maps/Interiors/K1_S1/K1_S1_F13.umap and b/Content/Maps/Interiors/K1_S1/K1_S1_F13.umap differ diff --git a/Content/Maps/Interiors/K1_S1/K1_S1_F6.umap b/Content/Maps/Interiors/K1_S1/K1_S1_F6.umap index a53ff245..d36afe57 100644 Binary files a/Content/Maps/Interiors/K1_S1/K1_S1_F6.umap and b/Content/Maps/Interiors/K1_S1/K1_S1_F6.umap differ diff --git a/Content/Maps/Interiors/K1_S1/K1_S1_F8.umap b/Content/Maps/Interiors/K1_S1/K1_S1_F8.umap index 543e3ca2..8dae929e 100644 Binary files a/Content/Maps/Interiors/K1_S1/K1_S1_F8.umap and b/Content/Maps/Interiors/K1_S1/K1_S1_F8.umap differ diff --git a/Content/Maps/Interiors/K1_S2/Furniture/K1_S2_Furniturebuild.umap b/Content/Maps/Interiors/K1_S2/Furniture/K1_S2_Furniturebuild.umap index e863bcd6..9fc53b9c 100644 Binary files a/Content/Maps/Interiors/K1_S2/Furniture/K1_S2_Furniturebuild.umap and b/Content/Maps/Interiors/K1_S2/Furniture/K1_S2_Furniturebuild.umap differ diff --git a/Content/Maps/Interiors/K1_S2/K1_S2_F13.umap b/Content/Maps/Interiors/K1_S2/K1_S2_F13.umap index ae950131..9b3be651 100644 Binary files a/Content/Maps/Interiors/K1_S2/K1_S2_F13.umap and b/Content/Maps/Interiors/K1_S2/K1_S2_F13.umap differ diff --git a/Content/Maps/Interiors/K1_S2/K1_S2_F6.umap b/Content/Maps/Interiors/K1_S2/K1_S2_F6.umap index cc8eb1bb..2c8ee753 100644 Binary files a/Content/Maps/Interiors/K1_S2/K1_S2_F6.umap and b/Content/Maps/Interiors/K1_S2/K1_S2_F6.umap differ diff --git a/Content/Maps/Interiors/K1_S2/K1_S2_F8.umap b/Content/Maps/Interiors/K1_S2/K1_S2_F8.umap index 91282a0e..6dd6180e 100644 Binary files a/Content/Maps/Interiors/K1_S2/K1_S2_F8.umap and b/Content/Maps/Interiors/K1_S2/K1_S2_F8.umap differ diff --git a/Content/Maps/Interiors/K1_S3/Furniture/K1_S3_Furniture.umap b/Content/Maps/Interiors/K1_S3/Furniture/K1_S3_Furniture.umap index f04f5558..dff94420 100644 Binary files a/Content/Maps/Interiors/K1_S3/Furniture/K1_S3_Furniture.umap and b/Content/Maps/Interiors/K1_S3/Furniture/K1_S3_Furniture.umap differ diff --git a/Content/Maps/Interiors/K1_S3/Furniture/K1_S3_Furniturebuild.umap b/Content/Maps/Interiors/K1_S3/Furniture/K1_S3_Furniturebuild.umap index 26df6fcd..b6137ae3 100644 Binary files a/Content/Maps/Interiors/K1_S3/Furniture/K1_S3_Furniturebuild.umap and b/Content/Maps/Interiors/K1_S3/Furniture/K1_S3_Furniturebuild.umap differ diff --git a/Content/Maps/Interiors/K1_S3/K1_S3_F10.umap b/Content/Maps/Interiors/K1_S3/K1_S3_F10.umap index 7b604f6e..cec15c36 100644 Binary files a/Content/Maps/Interiors/K1_S3/K1_S3_F10.umap and b/Content/Maps/Interiors/K1_S3/K1_S3_F10.umap differ diff --git a/Content/Maps/Interiors/K1_S3/K1_S3_F11.umap b/Content/Maps/Interiors/K1_S3/K1_S3_F11.umap index bd8f3b4d..57fef6eb 100644 Binary files a/Content/Maps/Interiors/K1_S3/K1_S3_F11.umap and b/Content/Maps/Interiors/K1_S3/K1_S3_F11.umap differ diff --git a/Content/Maps/Interiors/K1_S3/K1_S3_F12.umap b/Content/Maps/Interiors/K1_S3/K1_S3_F12.umap index 02c53c34..929403b9 100644 Binary files a/Content/Maps/Interiors/K1_S3/K1_S3_F12.umap and b/Content/Maps/Interiors/K1_S3/K1_S3_F12.umap differ diff --git a/Content/Maps/Interiors/K1_S3/K1_S3_F13.umap b/Content/Maps/Interiors/K1_S3/K1_S3_F13.umap index 31b2db37..a73aac07 100644 Binary files a/Content/Maps/Interiors/K1_S3/K1_S3_F13.umap and b/Content/Maps/Interiors/K1_S3/K1_S3_F13.umap differ diff --git a/Content/Maps/Interiors/K1_S3/K1_S3_F14.umap b/Content/Maps/Interiors/K1_S3/K1_S3_F14.umap index e9a202e7..6bbac8cc 100644 Binary files a/Content/Maps/Interiors/K1_S3/K1_S3_F14.umap and b/Content/Maps/Interiors/K1_S3/K1_S3_F14.umap differ diff --git a/Content/Maps/Interiors/K1_S3/K1_S3_F2.umap b/Content/Maps/Interiors/K1_S3/K1_S3_F2.umap index 02c512d7..369dbe0f 100644 Binary files a/Content/Maps/Interiors/K1_S3/K1_S3_F2.umap and b/Content/Maps/Interiors/K1_S3/K1_S3_F2.umap differ diff --git a/Content/Maps/Interiors/K1_S3/K1_S3_F3.umap b/Content/Maps/Interiors/K1_S3/K1_S3_F3.umap index 3a4b05b2..d54fc7c2 100644 Binary files a/Content/Maps/Interiors/K1_S3/K1_S3_F3.umap and b/Content/Maps/Interiors/K1_S3/K1_S3_F3.umap differ diff --git a/Content/Maps/Interiors/K1_S3/K1_S3_F4.umap b/Content/Maps/Interiors/K1_S3/K1_S3_F4.umap index bcc4f51e..c9330b71 100644 Binary files a/Content/Maps/Interiors/K1_S3/K1_S3_F4.umap and b/Content/Maps/Interiors/K1_S3/K1_S3_F4.umap differ diff --git a/Content/Maps/Interiors/K1_S3/K1_S3_F5.umap b/Content/Maps/Interiors/K1_S3/K1_S3_F5.umap index 17b0d8e1..6a779307 100644 Binary files a/Content/Maps/Interiors/K1_S3/K1_S3_F5.umap and b/Content/Maps/Interiors/K1_S3/K1_S3_F5.umap differ diff --git a/Content/Maps/Interiors/K1_S3/K1_S3_F6.umap b/Content/Maps/Interiors/K1_S3/K1_S3_F6.umap index 3d639a16..13573912 100644 Binary files a/Content/Maps/Interiors/K1_S3/K1_S3_F6.umap and b/Content/Maps/Interiors/K1_S3/K1_S3_F6.umap differ diff --git a/Content/Maps/Interiors/K1_S3/K1_S3_F7.umap b/Content/Maps/Interiors/K1_S3/K1_S3_F7.umap index 7a6318ff..ec684c9c 100644 Binary files a/Content/Maps/Interiors/K1_S3/K1_S3_F7.umap and b/Content/Maps/Interiors/K1_S3/K1_S3_F7.umap differ diff --git a/Content/Maps/Interiors/K1_S3/K1_S3_F8.umap b/Content/Maps/Interiors/K1_S3/K1_S3_F8.umap index f093c57f..0bb5cae9 100644 Binary files a/Content/Maps/Interiors/K1_S3/K1_S3_F8.umap and b/Content/Maps/Interiors/K1_S3/K1_S3_F8.umap differ diff --git a/Content/Maps/Interiors/K1_S3/K1_S3_F9.umap b/Content/Maps/Interiors/K1_S3/K1_S3_F9.umap index 49820867..30a84d25 100644 Binary files a/Content/Maps/Interiors/K1_S3/K1_S3_F9.umap and b/Content/Maps/Interiors/K1_S3/K1_S3_F9.umap differ diff --git a/Content/Maps/Interiors/K1_S3/Reflections/K1_S3_Reflections_General.umap b/Content/Maps/Interiors/K1_S3/Reflections/K1_S3_Reflections_General.umap index e7964acc..494b2ccd 100644 Binary files a/Content/Maps/Interiors/K1_S3/Reflections/K1_S3_Reflections_General.umap and b/Content/Maps/Interiors/K1_S3/Reflections/K1_S3_Reflections_General.umap differ diff --git a/Content/Maps/Interiors/K1_S4/Furniture/K1_S4_Furniture.umap b/Content/Maps/Interiors/K1_S4/Furniture/K1_S4_Furniture.umap index a7069a3f..d1db598a 100644 Binary files a/Content/Maps/Interiors/K1_S4/Furniture/K1_S4_Furniture.umap and b/Content/Maps/Interiors/K1_S4/Furniture/K1_S4_Furniture.umap differ diff --git a/Content/Maps/Interiors/K1_S4/Furniture/K1_S4_FurnitureBuild.umap b/Content/Maps/Interiors/K1_S4/Furniture/K1_S4_FurnitureBuild.umap index c226ccd1..621a0fb0 100644 Binary files a/Content/Maps/Interiors/K1_S4/Furniture/K1_S4_FurnitureBuild.umap and b/Content/Maps/Interiors/K1_S4/Furniture/K1_S4_FurnitureBuild.umap differ diff --git a/Content/Maps/Interiors/K1_S4/Halls/K1_S4_Hall_F2_F4.umap b/Content/Maps/Interiors/K1_S4/Halls/K1_S4_Hall_F2_F4.umap index 057053c7..1e2c1c23 100644 Binary files a/Content/Maps/Interiors/K1_S4/Halls/K1_S4_Hall_F2_F4.umap and b/Content/Maps/Interiors/K1_S4/Halls/K1_S4_Hall_F2_F4.umap differ diff --git a/Content/Maps/Interiors/K1_S4/Halls/K1_S4_Hall_F5_F18.umap b/Content/Maps/Interiors/K1_S4/Halls/K1_S4_Hall_F5_F18.umap index ae0fc8e5..aab874c8 100644 Binary files a/Content/Maps/Interiors/K1_S4/Halls/K1_S4_Hall_F5_F18.umap and b/Content/Maps/Interiors/K1_S4/Halls/K1_S4_Hall_F5_F18.umap differ diff --git a/Content/Maps/Interiors/K1_S4/K1_S4_F1.umap b/Content/Maps/Interiors/K1_S4/K1_S4_F1.umap index 446e22b2..7305f597 100644 Binary files a/Content/Maps/Interiors/K1_S4/K1_S4_F1.umap and b/Content/Maps/Interiors/K1_S4/K1_S4_F1.umap differ diff --git a/Content/Maps/Interiors/K1_S4/K1_S4_F10.umap b/Content/Maps/Interiors/K1_S4/K1_S4_F10.umap index cbfbf91f..71aac150 100644 Binary files a/Content/Maps/Interiors/K1_S4/K1_S4_F10.umap and b/Content/Maps/Interiors/K1_S4/K1_S4_F10.umap differ diff --git a/Content/Maps/Interiors/K1_S4/K1_S4_F11.umap b/Content/Maps/Interiors/K1_S4/K1_S4_F11.umap index 80579a4e..6fb9cd18 100644 Binary files a/Content/Maps/Interiors/K1_S4/K1_S4_F11.umap and b/Content/Maps/Interiors/K1_S4/K1_S4_F11.umap differ diff --git a/Content/Maps/Interiors/K1_S4/K1_S4_F12.umap b/Content/Maps/Interiors/K1_S4/K1_S4_F12.umap index cf094c8b..7fa54ed7 100644 Binary files a/Content/Maps/Interiors/K1_S4/K1_S4_F12.umap and b/Content/Maps/Interiors/K1_S4/K1_S4_F12.umap differ diff --git a/Content/Maps/Interiors/K1_S4/K1_S4_F13.umap b/Content/Maps/Interiors/K1_S4/K1_S4_F13.umap index 589fb6e6..52a7f40f 100644 Binary files a/Content/Maps/Interiors/K1_S4/K1_S4_F13.umap and b/Content/Maps/Interiors/K1_S4/K1_S4_F13.umap differ diff --git a/Content/Maps/Interiors/K1_S4/K1_S4_F14.umap b/Content/Maps/Interiors/K1_S4/K1_S4_F14.umap index e12b3c39..5d6e58f5 100644 Binary files a/Content/Maps/Interiors/K1_S4/K1_S4_F14.umap and b/Content/Maps/Interiors/K1_S4/K1_S4_F14.umap differ diff --git a/Content/Maps/Interiors/K1_S4/K1_S4_F15.umap b/Content/Maps/Interiors/K1_S4/K1_S4_F15.umap index d3f6df59..fd3e3e69 100644 Binary files a/Content/Maps/Interiors/K1_S4/K1_S4_F15.umap and b/Content/Maps/Interiors/K1_S4/K1_S4_F15.umap differ diff --git a/Content/Maps/Interiors/K1_S4/K1_S4_F16.umap b/Content/Maps/Interiors/K1_S4/K1_S4_F16.umap index c245d816..fb94794a 100644 Binary files a/Content/Maps/Interiors/K1_S4/K1_S4_F16.umap and b/Content/Maps/Interiors/K1_S4/K1_S4_F16.umap differ diff --git a/Content/Maps/Interiors/K1_S4/K1_S4_F17.umap b/Content/Maps/Interiors/K1_S4/K1_S4_F17.umap index 4a414efe..d9fd7835 100644 Binary files a/Content/Maps/Interiors/K1_S4/K1_S4_F17.umap and b/Content/Maps/Interiors/K1_S4/K1_S4_F17.umap differ diff --git a/Content/Maps/Interiors/K1_S4/K1_S4_F18.umap b/Content/Maps/Interiors/K1_S4/K1_S4_F18.umap index 5e05f0fa..dbbf5e46 100644 Binary files a/Content/Maps/Interiors/K1_S4/K1_S4_F18.umap and b/Content/Maps/Interiors/K1_S4/K1_S4_F18.umap differ diff --git a/Content/Maps/Interiors/K1_S4/K1_S4_F2.umap b/Content/Maps/Interiors/K1_S4/K1_S4_F2.umap index ca240224..1fd3ad49 100644 Binary files a/Content/Maps/Interiors/K1_S4/K1_S4_F2.umap and b/Content/Maps/Interiors/K1_S4/K1_S4_F2.umap differ diff --git a/Content/Maps/Interiors/K1_S4/K1_S4_F3.umap b/Content/Maps/Interiors/K1_S4/K1_S4_F3.umap index 9a213e3f..bc360c8f 100644 Binary files a/Content/Maps/Interiors/K1_S4/K1_S4_F3.umap and b/Content/Maps/Interiors/K1_S4/K1_S4_F3.umap differ diff --git a/Content/Maps/Interiors/K1_S4/K1_S4_F4.umap b/Content/Maps/Interiors/K1_S4/K1_S4_F4.umap index 94cffd3a..625c9aa9 100644 Binary files a/Content/Maps/Interiors/K1_S4/K1_S4_F4.umap and b/Content/Maps/Interiors/K1_S4/K1_S4_F4.umap differ diff --git a/Content/Maps/Interiors/K1_S4/K1_S4_F5.umap b/Content/Maps/Interiors/K1_S4/K1_S4_F5.umap index 34a2e1a3..f44da97d 100644 Binary files a/Content/Maps/Interiors/K1_S4/K1_S4_F5.umap and b/Content/Maps/Interiors/K1_S4/K1_S4_F5.umap differ diff --git a/Content/Maps/Interiors/K1_S4/K1_S4_F6.umap b/Content/Maps/Interiors/K1_S4/K1_S4_F6.umap index 4ee4a537..5ece7598 100644 Binary files a/Content/Maps/Interiors/K1_S4/K1_S4_F6.umap and b/Content/Maps/Interiors/K1_S4/K1_S4_F6.umap differ diff --git a/Content/Maps/Interiors/K1_S4/K1_S4_F7.umap b/Content/Maps/Interiors/K1_S4/K1_S4_F7.umap index 2c650e77..358c03ea 100644 Binary files a/Content/Maps/Interiors/K1_S4/K1_S4_F7.umap and b/Content/Maps/Interiors/K1_S4/K1_S4_F7.umap differ diff --git a/Content/Maps/Interiors/K1_S4/K1_S4_F8.umap b/Content/Maps/Interiors/K1_S4/K1_S4_F8.umap index 98475883..1a58cbbe 100644 Binary files a/Content/Maps/Interiors/K1_S4/K1_S4_F8.umap and b/Content/Maps/Interiors/K1_S4/K1_S4_F8.umap differ diff --git a/Content/Maps/Interiors/K1_S4/K1_S4_F9.umap b/Content/Maps/Interiors/K1_S4/K1_S4_F9.umap index 9d64f27b..bcf5e328 100644 Binary files a/Content/Maps/Interiors/K1_S4/K1_S4_F9.umap and b/Content/Maps/Interiors/K1_S4/K1_S4_F9.umap differ diff --git a/Content/Maps/Interiors/K1_S4/Reflections/K1_S4_Reflections_General.umap b/Content/Maps/Interiors/K1_S4/Reflections/K1_S4_Reflections_General.umap index dcb5f9ed..1acee8e1 100644 Binary files a/Content/Maps/Interiors/K1_S4/Reflections/K1_S4_Reflections_General.umap and b/Content/Maps/Interiors/K1_S4/Reflections/K1_S4_Reflections_General.umap differ diff --git a/Content/Maps/Interiors/K2_S1/Furniture/K2_S1_Furniture.umap b/Content/Maps/Interiors/K2_S1/Furniture/K2_S1_Furniture.umap index 5adee691..40ca07b5 100644 Binary files a/Content/Maps/Interiors/K2_S1/Furniture/K2_S1_Furniture.umap and b/Content/Maps/Interiors/K2_S1/Furniture/K2_S1_Furniture.umap differ diff --git a/Content/Maps/Interiors/K2_S1/Furniture/K2_S1_FurnitureBuild.umap b/Content/Maps/Interiors/K2_S1/Furniture/K2_S1_FurnitureBuild.umap index f7bb27d1..36407703 100644 Binary files a/Content/Maps/Interiors/K2_S1/Furniture/K2_S1_FurnitureBuild.umap and b/Content/Maps/Interiors/K2_S1/Furniture/K2_S1_FurnitureBuild.umap differ diff --git a/Content/Maps/Interiors/K2_S1/Halls/K2_S1_Hall_F2-6.umap b/Content/Maps/Interiors/K2_S1/Halls/K2_S1_Hall_F2-6.umap index 8d87e4e3..a7518975 100644 Binary files a/Content/Maps/Interiors/K2_S1/Halls/K2_S1_Hall_F2-6.umap and b/Content/Maps/Interiors/K2_S1/Halls/K2_S1_Hall_F2-6.umap differ diff --git a/Content/Maps/Interiors/K2_S1/Halls/K2_S1_Hall_F7-18.umap b/Content/Maps/Interiors/K2_S1/Halls/K2_S1_Hall_F7-18.umap index 045558b6..3ee64b91 100644 Binary files a/Content/Maps/Interiors/K2_S1/Halls/K2_S1_Hall_F7-18.umap and b/Content/Maps/Interiors/K2_S1/Halls/K2_S1_Hall_F7-18.umap differ diff --git a/Content/Maps/Interiors/K2_S1/K2_S1_F1.umap b/Content/Maps/Interiors/K2_S1/K2_S1_F1.umap index 1e115d1b..c9d2c8ea 100644 Binary files a/Content/Maps/Interiors/K2_S1/K2_S1_F1.umap and b/Content/Maps/Interiors/K2_S1/K2_S1_F1.umap differ diff --git a/Content/Maps/Interiors/K2_S1/K2_S1_F10.umap b/Content/Maps/Interiors/K2_S1/K2_S1_F10.umap index 25e7804d..f7b8d64c 100644 Binary files a/Content/Maps/Interiors/K2_S1/K2_S1_F10.umap and b/Content/Maps/Interiors/K2_S1/K2_S1_F10.umap differ diff --git a/Content/Maps/Interiors/K2_S1/K2_S1_F11.umap b/Content/Maps/Interiors/K2_S1/K2_S1_F11.umap index a46c35d7..48b27796 100644 Binary files a/Content/Maps/Interiors/K2_S1/K2_S1_F11.umap and b/Content/Maps/Interiors/K2_S1/K2_S1_F11.umap differ diff --git a/Content/Maps/Interiors/K2_S1/K2_S1_F12.umap b/Content/Maps/Interiors/K2_S1/K2_S1_F12.umap index 091f74cc..8186a520 100644 Binary files a/Content/Maps/Interiors/K2_S1/K2_S1_F12.umap and b/Content/Maps/Interiors/K2_S1/K2_S1_F12.umap differ diff --git a/Content/Maps/Interiors/K2_S1/K2_S1_F13.umap b/Content/Maps/Interiors/K2_S1/K2_S1_F13.umap index 90b44caa..179699e7 100644 Binary files a/Content/Maps/Interiors/K2_S1/K2_S1_F13.umap and b/Content/Maps/Interiors/K2_S1/K2_S1_F13.umap differ diff --git a/Content/Maps/Interiors/K2_S1/K2_S1_F14.umap b/Content/Maps/Interiors/K2_S1/K2_S1_F14.umap index 6820f132..4e9edf92 100644 Binary files a/Content/Maps/Interiors/K2_S1/K2_S1_F14.umap and b/Content/Maps/Interiors/K2_S1/K2_S1_F14.umap differ diff --git a/Content/Maps/Interiors/K2_S1/K2_S1_F15.umap b/Content/Maps/Interiors/K2_S1/K2_S1_F15.umap index 2eb75e49..7ad90004 100644 Binary files a/Content/Maps/Interiors/K2_S1/K2_S1_F15.umap and b/Content/Maps/Interiors/K2_S1/K2_S1_F15.umap differ diff --git a/Content/Maps/Interiors/K2_S1/K2_S1_F16.umap b/Content/Maps/Interiors/K2_S1/K2_S1_F16.umap index ccf3705b..a947bd83 100644 Binary files a/Content/Maps/Interiors/K2_S1/K2_S1_F16.umap and b/Content/Maps/Interiors/K2_S1/K2_S1_F16.umap differ diff --git a/Content/Maps/Interiors/K2_S1/K2_S1_F17.umap b/Content/Maps/Interiors/K2_S1/K2_S1_F17.umap index e5f77565..9a6d8b00 100644 Binary files a/Content/Maps/Interiors/K2_S1/K2_S1_F17.umap and b/Content/Maps/Interiors/K2_S1/K2_S1_F17.umap differ diff --git a/Content/Maps/Interiors/K2_S1/K2_S1_F18.umap b/Content/Maps/Interiors/K2_S1/K2_S1_F18.umap index 01e31969..86380a62 100644 Binary files a/Content/Maps/Interiors/K2_S1/K2_S1_F18.umap and b/Content/Maps/Interiors/K2_S1/K2_S1_F18.umap differ diff --git a/Content/Maps/Interiors/K2_S1/K2_S1_F2.umap b/Content/Maps/Interiors/K2_S1/K2_S1_F2.umap index 005686ea..c41abe71 100644 Binary files a/Content/Maps/Interiors/K2_S1/K2_S1_F2.umap and b/Content/Maps/Interiors/K2_S1/K2_S1_F2.umap differ diff --git a/Content/Maps/Interiors/K2_S1/K2_S1_F3.umap b/Content/Maps/Interiors/K2_S1/K2_S1_F3.umap index 2dd230f0..4e3cc84c 100644 Binary files a/Content/Maps/Interiors/K2_S1/K2_S1_F3.umap and b/Content/Maps/Interiors/K2_S1/K2_S1_F3.umap differ diff --git a/Content/Maps/Interiors/K2_S1/K2_S1_F4.umap b/Content/Maps/Interiors/K2_S1/K2_S1_F4.umap index 1698fde1..9c71a555 100644 Binary files a/Content/Maps/Interiors/K2_S1/K2_S1_F4.umap and b/Content/Maps/Interiors/K2_S1/K2_S1_F4.umap differ diff --git a/Content/Maps/Interiors/K2_S1/K2_S1_F5.umap b/Content/Maps/Interiors/K2_S1/K2_S1_F5.umap index d4dfd66a..bced798c 100644 Binary files a/Content/Maps/Interiors/K2_S1/K2_S1_F5.umap and b/Content/Maps/Interiors/K2_S1/K2_S1_F5.umap differ diff --git a/Content/Maps/Interiors/K2_S1/K2_S1_F6.umap b/Content/Maps/Interiors/K2_S1/K2_S1_F6.umap index 83ec5f8b..2f8d4468 100644 Binary files a/Content/Maps/Interiors/K2_S1/K2_S1_F6.umap and b/Content/Maps/Interiors/K2_S1/K2_S1_F6.umap differ diff --git a/Content/Maps/Interiors/K2_S1/K2_S1_F7.umap b/Content/Maps/Interiors/K2_S1/K2_S1_F7.umap index 2c48a146..c089dba6 100644 Binary files a/Content/Maps/Interiors/K2_S1/K2_S1_F7.umap and b/Content/Maps/Interiors/K2_S1/K2_S1_F7.umap differ diff --git a/Content/Maps/Interiors/K2_S1/K2_S1_F8.umap b/Content/Maps/Interiors/K2_S1/K2_S1_F8.umap index f43fc907..b0e54103 100644 Binary files a/Content/Maps/Interiors/K2_S1/K2_S1_F8.umap and b/Content/Maps/Interiors/K2_S1/K2_S1_F8.umap differ diff --git a/Content/Maps/Interiors/K2_S1/K2_S1_F9.umap b/Content/Maps/Interiors/K2_S1/K2_S1_F9.umap index 133aecf4..da22e73f 100644 Binary files a/Content/Maps/Interiors/K2_S1/K2_S1_F9.umap and b/Content/Maps/Interiors/K2_S1/K2_S1_F9.umap differ diff --git a/Content/Maps/Interiors/K2_S1/K2_S1_pointers.umap b/Content/Maps/Interiors/K2_S1/K2_S1_pointers.umap index 65310e96..79cc5567 100644 Binary files a/Content/Maps/Interiors/K2_S1/K2_S1_pointers.umap and b/Content/Maps/Interiors/K2_S1/K2_S1_pointers.umap differ diff --git a/Content/Maps/Interiors/K2_S1/Reflections/K2_S1_Reflections_General.umap b/Content/Maps/Interiors/K2_S1/Reflections/K2_S1_Reflections_General.umap index 61458756..3c915ab8 100644 Binary files a/Content/Maps/Interiors/K2_S1/Reflections/K2_S1_Reflections_General.umap and b/Content/Maps/Interiors/K2_S1/Reflections/K2_S1_Reflections_General.umap differ diff --git a/Content/Maps/Interiors/K2_S2/Furniture/K2_S2_Furniture.umap b/Content/Maps/Interiors/K2_S2/Furniture/K2_S2_Furniture.umap index f62e9f26..b972e2b7 100644 Binary files a/Content/Maps/Interiors/K2_S2/Furniture/K2_S2_Furniture.umap and b/Content/Maps/Interiors/K2_S2/Furniture/K2_S2_Furniture.umap differ diff --git a/Content/Maps/Interiors/K2_S2/Furniture/K2_S2_FurnitureBuild.umap b/Content/Maps/Interiors/K2_S2/Furniture/K2_S2_FurnitureBuild.umap index 52b68916..140223a3 100644 Binary files a/Content/Maps/Interiors/K2_S2/Furniture/K2_S2_FurnitureBuild.umap and b/Content/Maps/Interiors/K2_S2/Furniture/K2_S2_FurnitureBuild.umap differ diff --git a/Content/Maps/Interiors/K2_S2/K2_S2_F1.umap b/Content/Maps/Interiors/K2_S2/K2_S2_F1.umap index a3dc8b35..0bcaffe6 100644 Binary files a/Content/Maps/Interiors/K2_S2/K2_S2_F1.umap and b/Content/Maps/Interiors/K2_S2/K2_S2_F1.umap differ diff --git a/Content/Maps/Interiors/K2_S2/K2_S2_F10.umap b/Content/Maps/Interiors/K2_S2/K2_S2_F10.umap index 7b653f91..045e4127 100644 Binary files a/Content/Maps/Interiors/K2_S2/K2_S2_F10.umap and b/Content/Maps/Interiors/K2_S2/K2_S2_F10.umap differ diff --git a/Content/Maps/Interiors/K2_S2/K2_S2_F11.umap b/Content/Maps/Interiors/K2_S2/K2_S2_F11.umap index bd98c733..6ba098ed 100644 Binary files a/Content/Maps/Interiors/K2_S2/K2_S2_F11.umap and b/Content/Maps/Interiors/K2_S2/K2_S2_F11.umap differ diff --git a/Content/Maps/Interiors/K2_S2/K2_S2_F12.umap b/Content/Maps/Interiors/K2_S2/K2_S2_F12.umap index cbd41239..ce800826 100644 Binary files a/Content/Maps/Interiors/K2_S2/K2_S2_F12.umap and b/Content/Maps/Interiors/K2_S2/K2_S2_F12.umap differ diff --git a/Content/Maps/Interiors/K2_S2/K2_S2_F13.umap b/Content/Maps/Interiors/K2_S2/K2_S2_F13.umap index 577174a5..817d8396 100644 Binary files a/Content/Maps/Interiors/K2_S2/K2_S2_F13.umap and b/Content/Maps/Interiors/K2_S2/K2_S2_F13.umap differ diff --git a/Content/Maps/Interiors/K2_S2/K2_S2_F14.umap b/Content/Maps/Interiors/K2_S2/K2_S2_F14.umap index 53062bf5..55586655 100644 Binary files a/Content/Maps/Interiors/K2_S2/K2_S2_F14.umap and b/Content/Maps/Interiors/K2_S2/K2_S2_F14.umap differ diff --git a/Content/Maps/Interiors/K2_S2/K2_S2_F15.umap b/Content/Maps/Interiors/K2_S2/K2_S2_F15.umap index 4519fb4f..1de359f8 100644 Binary files a/Content/Maps/Interiors/K2_S2/K2_S2_F15.umap and b/Content/Maps/Interiors/K2_S2/K2_S2_F15.umap differ diff --git a/Content/Maps/Interiors/K2_S2/K2_S2_F16.umap b/Content/Maps/Interiors/K2_S2/K2_S2_F16.umap index b0672e73..ae907f01 100644 Binary files a/Content/Maps/Interiors/K2_S2/K2_S2_F16.umap and b/Content/Maps/Interiors/K2_S2/K2_S2_F16.umap differ diff --git a/Content/Maps/Interiors/K2_S2/K2_S2_F17.umap b/Content/Maps/Interiors/K2_S2/K2_S2_F17.umap index b66a7a3b..a91a3a39 100644 Binary files a/Content/Maps/Interiors/K2_S2/K2_S2_F17.umap and b/Content/Maps/Interiors/K2_S2/K2_S2_F17.umap differ diff --git a/Content/Maps/Interiors/K2_S2/K2_S2_F18.umap b/Content/Maps/Interiors/K2_S2/K2_S2_F18.umap index 1ac0f1f1..711f0a7d 100644 Binary files a/Content/Maps/Interiors/K2_S2/K2_S2_F18.umap and b/Content/Maps/Interiors/K2_S2/K2_S2_F18.umap differ diff --git a/Content/Maps/Interiors/K2_S2/K2_S2_F2.umap b/Content/Maps/Interiors/K2_S2/K2_S2_F2.umap index c5b1cb5d..944cf26e 100644 Binary files a/Content/Maps/Interiors/K2_S2/K2_S2_F2.umap and b/Content/Maps/Interiors/K2_S2/K2_S2_F2.umap differ diff --git a/Content/Maps/Interiors/K2_S2/K2_S2_F3.umap b/Content/Maps/Interiors/K2_S2/K2_S2_F3.umap index 96c7ce05..b98270b4 100644 Binary files a/Content/Maps/Interiors/K2_S2/K2_S2_F3.umap and b/Content/Maps/Interiors/K2_S2/K2_S2_F3.umap differ diff --git a/Content/Maps/Interiors/K2_S2/K2_S2_F4.umap b/Content/Maps/Interiors/K2_S2/K2_S2_F4.umap index e856205d..aadcdce9 100644 Binary files a/Content/Maps/Interiors/K2_S2/K2_S2_F4.umap and b/Content/Maps/Interiors/K2_S2/K2_S2_F4.umap differ diff --git a/Content/Maps/Interiors/K2_S2/K2_S2_F5.umap b/Content/Maps/Interiors/K2_S2/K2_S2_F5.umap index 0beb7f8e..c1d938e2 100644 Binary files a/Content/Maps/Interiors/K2_S2/K2_S2_F5.umap and b/Content/Maps/Interiors/K2_S2/K2_S2_F5.umap differ diff --git a/Content/Maps/Interiors/K2_S2/K2_S2_F6.umap b/Content/Maps/Interiors/K2_S2/K2_S2_F6.umap index 8172c4a4..98260c75 100644 Binary files a/Content/Maps/Interiors/K2_S2/K2_S2_F6.umap and b/Content/Maps/Interiors/K2_S2/K2_S2_F6.umap differ diff --git a/Content/Maps/Interiors/K2_S2/K2_S2_F7.umap b/Content/Maps/Interiors/K2_S2/K2_S2_F7.umap index 7aae85b8..2d07f772 100644 Binary files a/Content/Maps/Interiors/K2_S2/K2_S2_F7.umap and b/Content/Maps/Interiors/K2_S2/K2_S2_F7.umap differ diff --git a/Content/Maps/Interiors/K2_S2/K2_S2_F8.umap b/Content/Maps/Interiors/K2_S2/K2_S2_F8.umap index 639d5f8b..78686d7c 100644 Binary files a/Content/Maps/Interiors/K2_S2/K2_S2_F8.umap and b/Content/Maps/Interiors/K2_S2/K2_S2_F8.umap differ diff --git a/Content/Maps/Interiors/K2_S2/K2_S2_F9.umap b/Content/Maps/Interiors/K2_S2/K2_S2_F9.umap index 6fde54b6..7d7840d9 100644 Binary files a/Content/Maps/Interiors/K2_S2/K2_S2_F9.umap and b/Content/Maps/Interiors/K2_S2/K2_S2_F9.umap differ diff --git a/Content/Maps/Interiors/K2_S2/K2_S2_pointers.umap b/Content/Maps/Interiors/K2_S2/K2_S2_pointers.umap index ff5d1a4e..9d21e9d5 100644 Binary files a/Content/Maps/Interiors/K2_S2/K2_S2_pointers.umap and b/Content/Maps/Interiors/K2_S2/K2_S2_pointers.umap differ diff --git a/Content/Maps/Interiors/K2_S2/Reflections/K2_S2_Reflections_General.umap b/Content/Maps/Interiors/K2_S2/Reflections/K2_S2_Reflections_General.umap index 7a170742..e423e68a 100644 Binary files a/Content/Maps/Interiors/K2_S2/Reflections/K2_S2_Reflections_General.umap and b/Content/Maps/Interiors/K2_S2/Reflections/K2_S2_Reflections_General.umap differ diff --git a/Content/Maps/Interiors/K2_S2/TwoFloorsFlat/K2_S2_TFF_1.umap b/Content/Maps/Interiors/K2_S2/TwoFloorsFlat/K2_S2_TFF_1.umap index 8472bbec..fac7bb62 100644 Binary files a/Content/Maps/Interiors/K2_S2/TwoFloorsFlat/K2_S2_TFF_1.umap and b/Content/Maps/Interiors/K2_S2/TwoFloorsFlat/K2_S2_TFF_1.umap differ diff --git a/Content/Maps/Interiors/K2_S2/TwoFloorsFlat/K2_S2_TFF_2.umap b/Content/Maps/Interiors/K2_S2/TwoFloorsFlat/K2_S2_TFF_2.umap index e14bef29..61429c34 100644 Binary files a/Content/Maps/Interiors/K2_S2/TwoFloorsFlat/K2_S2_TFF_2.umap and b/Content/Maps/Interiors/K2_S2/TwoFloorsFlat/K2_S2_TFF_2.umap differ diff --git a/Content/Maps/MainScene.umap b/Content/Maps/MainScene.umap index c9aa08b5..180d7842 100644 Binary files a/Content/Maps/MainScene.umap and b/Content/Maps/MainScene.umap differ diff --git a/Content/Maps/scene1.umap b/Content/Maps/scene1.umap index 825a086a..bccae62e 100644 Binary files a/Content/Maps/scene1.umap and b/Content/Maps/scene1.umap differ diff --git a/Content/Maps/scene2.umap b/Content/Maps/scene2.umap new file mode 100644 index 00000000..3045ca19 Binary files /dev/null and b/Content/Maps/scene2.umap differ diff --git a/Content/Mavis/Materials/Exterior/MI_Metall_Alpha1_Inst.uasset b/Content/Mavis/Materials/Exterior/MI_Metall_Alpha1_Inst.uasset index d405be4f..a569121d 100644 Binary files a/Content/Mavis/Materials/Exterior/MI_Metall_Alpha1_Inst.uasset and b/Content/Mavis/Materials/Exterior/MI_Metall_Alpha1_Inst.uasset differ diff --git a/Content/Mavis/Materials/Exterior/M_Metall_Alpha.uasset b/Content/Mavis/Materials/Exterior/M_Metall_Alpha.uasset index 95a549af..5f3cacc4 100644 Binary files a/Content/Mavis/Materials/Exterior/M_Metall_Alpha.uasset and b/Content/Mavis/Materials/Exterior/M_Metall_Alpha.uasset differ diff --git a/Content/Mavis/Meshes/Exterior/K2/SM_K1_S4.uasset b/Content/Mavis/Meshes/Exterior/K2/SM_K1_S4.uasset index 75fa5302..ab65b0aa 100644 Binary files a/Content/Mavis/Meshes/Exterior/K2/SM_K1_S4.uasset and b/Content/Mavis/Meshes/Exterior/K2/SM_K1_S4.uasset differ diff --git a/Content/Mavis/Meshes/Exterior/K2/SM_K1_S4_windows_1.uasset b/Content/Mavis/Meshes/Exterior/K2/SM_K1_S4_windows_1.uasset index bd91ba58..acc77faa 100644 Binary files a/Content/Mavis/Meshes/Exterior/K2/SM_K1_S4_windows_1.uasset and b/Content/Mavis/Meshes/Exterior/K2/SM_K1_S4_windows_1.uasset differ diff --git a/Content/Mavis/Meshes/Exterior/K2/SM_K1_S4_windows_2.uasset b/Content/Mavis/Meshes/Exterior/K2/SM_K1_S4_windows_2.uasset index 8d5a3022..52f74508 100644 Binary files a/Content/Mavis/Meshes/Exterior/K2/SM_K1_S4_windows_2.uasset and b/Content/Mavis/Meshes/Exterior/K2/SM_K1_S4_windows_2.uasset differ diff --git a/Content/Mavis/Meshes/Exterior/K2/SM_K2_S1_windows_1.uasset b/Content/Mavis/Meshes/Exterior/K2/SM_K2_S1_windows_1.uasset index 4ef2633b..d5cc773b 100644 Binary files a/Content/Mavis/Meshes/Exterior/K2/SM_K2_S1_windows_1.uasset and b/Content/Mavis/Meshes/Exterior/K2/SM_K2_S1_windows_1.uasset differ diff --git a/Content/Mavis/Meshes/Exterior/K2/SM_K2_S1_windows_2.uasset b/Content/Mavis/Meshes/Exterior/K2/SM_K2_S1_windows_2.uasset index e110cee0..d9bce1cf 100644 Binary files a/Content/Mavis/Meshes/Exterior/K2/SM_K2_S1_windows_2.uasset and b/Content/Mavis/Meshes/Exterior/K2/SM_K2_S1_windows_2.uasset differ diff --git a/Content/Mavis/Meshes/Exterior/K2/SM_K2_S1_windows_3.uasset b/Content/Mavis/Meshes/Exterior/K2/SM_K2_S1_windows_3.uasset index cad8d264..69abc186 100644 Binary files a/Content/Mavis/Meshes/Exterior/K2/SM_K2_S1_windows_3.uasset and b/Content/Mavis/Meshes/Exterior/K2/SM_K2_S1_windows_3.uasset differ diff --git a/Content/Mavis/Meshes/Exterior/K2/SM_K2_S2_windows_1.uasset b/Content/Mavis/Meshes/Exterior/K2/SM_K2_S2_windows_1.uasset index 1b1f51c8..0e28af70 100644 Binary files a/Content/Mavis/Meshes/Exterior/K2/SM_K2_S2_windows_1.uasset and b/Content/Mavis/Meshes/Exterior/K2/SM_K2_S2_windows_1.uasset differ diff --git a/Content/Mavis/Meshes/Exterior/K2/SM_K2_S2_windows_2.uasset b/Content/Mavis/Meshes/Exterior/K2/SM_K2_S2_windows_2.uasset index 21f51540..9e0815a9 100644 Binary files a/Content/Mavis/Meshes/Exterior/K2/SM_K2_S2_windows_2.uasset and b/Content/Mavis/Meshes/Exterior/K2/SM_K2_S2_windows_2.uasset differ diff --git a/Content/imageConverter/convert.exe b/Content/imageConverter/convert.exe deleted file mode 100644 index ce813b11..00000000 Binary files a/Content/imageConverter/convert.exe and /dev/null differ diff --git a/Content/imageConverter/doWork.bat b/Content/imageConverter/doWork.bat index 2893606c..2326a35d 100644 --- a/Content/imageConverter/doWork.bat +++ b/Content/imageConverter/doWork.bat @@ -7,7 +7,7 @@ set defpath=%1 set shotpath=%2 set kppath=%3 set netpath=%4 -set mgrPath="%cd%\mogrify.exe" +set mgrPath=%~dp0\mogrify.exe set defvidpath=%5 set vidpath=%6 diff --git a/netLocation.txt b/netLocation.txt index 664a1b74..be61f053 100644 --- a/netLocation.txt +++ b/netLocation.txt @@ -1 +1 @@ -C:\Users\GRAFF interactive\Downloads\Telegram Desktop \ No newline at end of file +\\GRAFFSRV\Work\!_Assets\MAVISlogs \ No newline at end of file