diff --git a/Binaries/Win64/MasharovDevEditor.target b/Binaries/Win64/MasharovDevEditor.target index 92f6baa38..29fff5e65 100644 --- a/Binaries/Win64/MasharovDevEditor.target +++ b/Binaries/Win64/MasharovDevEditor.target @@ -2729,6 +2729,70 @@ "Path": "$(EngineDir)/Plugins/Marketplace/VaRestPlugin/Binaries/Win64/UnrealEditor.modules", "Type": "RequiredResource" }, + { + "Path": "$(EngineDir)/Plugins/Media/ElectraCDM/Binaries/Win64/UnrealEditor-ElectraCDM.dll", + "Type": "DynamicLibrary" + }, + { + "Path": "$(EngineDir)/Plugins/Media/ElectraCDM/Binaries/Win64/UnrealEditor.modules", + "Type": "RequiredResource" + }, + { + "Path": "$(EngineDir)/Plugins/Media/ElectraCodecs/Binaries/Win64/UnrealEditor-ElectraCodecFactory.dll", + "Type": "DynamicLibrary" + }, + { + "Path": "$(EngineDir)/Plugins/Media/ElectraCodecs/Binaries/Win64/UnrealEditor-ElectraDecoders.dll", + "Type": "DynamicLibrary" + }, + { + "Path": "$(EngineDir)/Plugins/Media/ElectraCodecs/Binaries/Win64/UnrealEditor.modules", + "Type": "RequiredResource" + }, + { + "Path": "$(EngineDir)/Plugins/Media/ElectraPlayer/Binaries/Win64/UnrealEditor-ElectraPlayerFactory.dll", + "Type": "DynamicLibrary" + }, + { + "Path": "$(EngineDir)/Plugins/Media/ElectraPlayer/Binaries/Win64/UnrealEditor-ElectraPlayerPlugin.dll", + "Type": "DynamicLibrary" + }, + { + "Path": "$(EngineDir)/Plugins/Media/ElectraPlayer/Binaries/Win64/UnrealEditor-ElectraPlayerPluginHandler.dll", + "Type": "DynamicLibrary" + }, + { + "Path": "$(EngineDir)/Plugins/Media/ElectraPlayer/Binaries/Win64/UnrealEditor-ElectraPlayerRuntime.dll", + "Type": "DynamicLibrary" + }, + { + "Path": "$(EngineDir)/Plugins/Media/ElectraPlayer/Binaries/Win64/UnrealEditor.modules", + "Type": "RequiredResource" + }, + { + "Path": "$(EngineDir)/Plugins/Media/ElectraSubtitles/Binaries/Win64/UnrealEditor-ElectraSubtitles.dll", + "Type": "DynamicLibrary" + }, + { + "Path": "$(EngineDir)/Plugins/Media/ElectraSubtitles/Binaries/Win64/UnrealEditor.modules", + "Type": "RequiredResource" + }, + { + "Path": "$(EngineDir)/Plugins/Media/ElectraUtil/Binaries/Win64/UnrealEditor-ElectraBase.dll", + "Type": "DynamicLibrary" + }, + { + "Path": "$(EngineDir)/Plugins/Media/ElectraUtil/Binaries/Win64/UnrealEditor-ElectraHTTPStream.dll", + "Type": "DynamicLibrary" + }, + { + "Path": "$(EngineDir)/Plugins/Media/ElectraUtil/Binaries/Win64/UnrealEditor-ElectraSamples.dll", + "Type": "DynamicLibrary" + }, + { + "Path": "$(EngineDir)/Plugins/Media/ElectraUtil/Binaries/Win64/UnrealEditor.modules", + "Type": "RequiredResource" + }, { "Path": "$(EngineDir)/Plugins/Media/ImgMedia/Binaries/Win64/UnrealEditor-ExrReaderGpu.dll", "Type": "DynamicLibrary" @@ -2789,6 +2853,14 @@ "Path": "$(EngineDir)/Plugins/Media/MediaPlayerEditor/Binaries/Win64/UnrealEditor.modules", "Type": "RequiredResource" }, + { + "Path": "$(EngineDir)/Plugins/Media/OpusDecoderElectra/Binaries/Win64/UnrealEditor-OpusDecoderElectra.dll", + "Type": "DynamicLibrary" + }, + { + "Path": "$(EngineDir)/Plugins/Media/OpusDecoderElectra/Binaries/Win64/UnrealEditor.modules", + "Type": "RequiredResource" + }, { "Path": "$(EngineDir)/Plugins/Media/WmfMedia/Binaries/Win64/UnrealEditor-WmfMedia.dll", "Type": "DynamicLibrary" @@ -23135,6 +23207,26 @@ "Path": "$(EngineDir)/Plugins/Marketplace/VaRestPlugin/VaRest.uplugin", "Type": "UFS" }, + { + "Path": "$(EngineDir)/Plugins/Media/ElectraCDM/ElectraCDM.uplugin", + "Type": "UFS" + }, + { + "Path": "$(EngineDir)/Plugins/Media/ElectraCodecs/ElectraCodecs.uplugin", + "Type": "UFS" + }, + { + "Path": "$(EngineDir)/Plugins/Media/ElectraPlayer/ElectraPlayer.uplugin", + "Type": "UFS" + }, + { + "Path": "$(EngineDir)/Plugins/Media/ElectraSubtitles/ElectraSubtitles.uplugin", + "Type": "UFS" + }, + { + "Path": "$(EngineDir)/Plugins/Media/ElectraUtil/ElectraUtil.uplugin", + "Type": "UFS" + }, { "Path": "$(EngineDir)/Plugins/Media/ImgMedia/ImgMedia.uplugin", "Type": "UFS" @@ -23151,6 +23243,10 @@ "Path": "$(EngineDir)/Plugins/Media/MediaPlayerEditor/MediaPlayerEditor.uplugin", "Type": "UFS" }, + { + "Path": "$(EngineDir)/Plugins/Media/OpusDecoderElectra/OpusDecoderElectra.uplugin", + "Type": "UFS" + }, { "Path": "$(EngineDir)/Plugins/Media/WmfMedia/WmfMedia.uplugin", "Type": "UFS" diff --git a/Binaries/Win64/UnrealEditor-MasharovDev.dll b/Binaries/Win64/UnrealEditor-MasharovDev.dll index bdd024d25..5c74ae974 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 38e61a973..0d47725e0 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 f354f068b..1137d351d 100644 --- a/Config/DefaultEngine.ini +++ b/Config/DefaultEngine.ini @@ -34,7 +34,7 @@ r.RayTracing.Shadows=False r.DefaultFeature.AmbientOcclusion=False r.Shadow.Virtual.Enable=0 r.RayTracing.Skylight=False -r.Lumen.TranslucencyReflections.FrontLayer.EnableForProject=False +r.Lumen.TranslucencyReflections.FrontLayer.EnableForProject=True r.SkinCache.SceneMemoryLimitInMB=512.000000 r.ReflectionMethod=1 r.GenerateMeshDistanceFields=True diff --git a/Config/DefaultGame.ini b/Config/DefaultGame.ini index 5deb031c1..52815099a 100644 --- a/Config/DefaultGame.ini +++ b/Config/DefaultGame.ini @@ -3,7 +3,7 @@ [/Script/EngineSettings.GeneralProjectSettings] ProjectID=9EB99AEB4C933EABEE9C4787EE46C5E6 ProjectName=Masharov -ProjectVersion=1.82 +ProjectVersion=1.86 CompanyName=GraffInteractive Homepage=Graff.tech diff --git a/Content/Assetpacks/IES/1.uasset b/Content/Assetpacks/IES/1.uasset deleted file mode 100644 index 4ff7cd6e6..000000000 Binary files a/Content/Assetpacks/IES/1.uasset and /dev/null differ diff --git a/Content/Assetpacks/IES/10_.uasset b/Content/Assetpacks/IES/10_.uasset deleted file mode 100644 index ef6aa4fe9..000000000 Binary files a/Content/Assetpacks/IES/10_.uasset and /dev/null differ diff --git a/Content/Assetpacks/IES/11.uasset b/Content/Assetpacks/IES/11.uasset deleted file mode 100644 index c5caa8a61..000000000 Binary files a/Content/Assetpacks/IES/11.uasset and /dev/null differ diff --git a/Content/Assetpacks/IES/13.uasset b/Content/Assetpacks/IES/13.uasset deleted file mode 100644 index e62a20cbe..000000000 Binary files a/Content/Assetpacks/IES/13.uasset and /dev/null differ diff --git a/Content/Assetpacks/IES/14.uasset b/Content/Assetpacks/IES/14.uasset deleted file mode 100644 index 6d44355f3..000000000 Binary files a/Content/Assetpacks/IES/14.uasset and /dev/null differ diff --git a/Content/Assetpacks/IES/15.uasset b/Content/Assetpacks/IES/15.uasset deleted file mode 100644 index c3e1e8f8c..000000000 Binary files a/Content/Assetpacks/IES/15.uasset and /dev/null differ diff --git a/Content/Assetpacks/IES/16.uasset b/Content/Assetpacks/IES/16.uasset deleted file mode 100644 index 64d34a3b4..000000000 Binary files a/Content/Assetpacks/IES/16.uasset and /dev/null differ diff --git a/Content/Assetpacks/IES/17.uasset b/Content/Assetpacks/IES/17.uasset deleted file mode 100644 index 42012b9b3..000000000 Binary files a/Content/Assetpacks/IES/17.uasset and /dev/null differ diff --git a/Content/Assetpacks/IES/18.uasset b/Content/Assetpacks/IES/18.uasset deleted file mode 100644 index d4b436136..000000000 Binary files a/Content/Assetpacks/IES/18.uasset and /dev/null differ diff --git a/Content/Assetpacks/IES/19.uasset b/Content/Assetpacks/IES/19.uasset deleted file mode 100644 index 10d87011a..000000000 Binary files a/Content/Assetpacks/IES/19.uasset and /dev/null differ diff --git a/Content/Assetpacks/IES/2.uasset b/Content/Assetpacks/IES/2.uasset deleted file mode 100644 index e568d9a46..000000000 Binary files a/Content/Assetpacks/IES/2.uasset and /dev/null differ diff --git a/Content/Assetpacks/IES/20.uasset b/Content/Assetpacks/IES/20.uasset deleted file mode 100644 index 5fb588394..000000000 Binary files a/Content/Assetpacks/IES/20.uasset and /dev/null differ diff --git a/Content/Assetpacks/IES/21.uasset b/Content/Assetpacks/IES/21.uasset deleted file mode 100644 index 3cfb74639..000000000 Binary files a/Content/Assetpacks/IES/21.uasset and /dev/null differ diff --git a/Content/Assetpacks/IES/22.uasset b/Content/Assetpacks/IES/22.uasset deleted file mode 100644 index eaf56d456..000000000 Binary files a/Content/Assetpacks/IES/22.uasset and /dev/null differ diff --git a/Content/Assetpacks/IES/23.uasset b/Content/Assetpacks/IES/23.uasset deleted file mode 100644 index 75fb07651..000000000 Binary files a/Content/Assetpacks/IES/23.uasset and /dev/null differ diff --git a/Content/Assetpacks/IES/24.uasset b/Content/Assetpacks/IES/24.uasset deleted file mode 100644 index e7770f0f0..000000000 Binary files a/Content/Assetpacks/IES/24.uasset and /dev/null differ diff --git a/Content/Assetpacks/IES/25.uasset b/Content/Assetpacks/IES/25.uasset deleted file mode 100644 index e8a8429b8..000000000 Binary files a/Content/Assetpacks/IES/25.uasset and /dev/null differ diff --git a/Content/Assetpacks/IES/26.uasset b/Content/Assetpacks/IES/26.uasset deleted file mode 100644 index 853519357..000000000 Binary files a/Content/Assetpacks/IES/26.uasset and /dev/null differ diff --git a/Content/Assetpacks/IES/27.uasset b/Content/Assetpacks/IES/27.uasset deleted file mode 100644 index cc304ebed..000000000 Binary files a/Content/Assetpacks/IES/27.uasset and /dev/null differ diff --git a/Content/Assetpacks/IES/28.uasset b/Content/Assetpacks/IES/28.uasset deleted file mode 100644 index 4667807c8..000000000 Binary files a/Content/Assetpacks/IES/28.uasset and /dev/null differ diff --git a/Content/Assetpacks/IES/29.uasset b/Content/Assetpacks/IES/29.uasset deleted file mode 100644 index 4ddb10e10..000000000 Binary files a/Content/Assetpacks/IES/29.uasset and /dev/null differ diff --git a/Content/Assetpacks/IES/3.uasset b/Content/Assetpacks/IES/3.uasset deleted file mode 100644 index 7e2a6e9b9..000000000 Binary files a/Content/Assetpacks/IES/3.uasset and /dev/null differ diff --git a/Content/Assetpacks/IES/30.uasset b/Content/Assetpacks/IES/30.uasset deleted file mode 100644 index 164bf4235..000000000 Binary files a/Content/Assetpacks/IES/30.uasset and /dev/null differ diff --git a/Content/Assetpacks/IES/4.uasset b/Content/Assetpacks/IES/4.uasset deleted file mode 100644 index bf49dab4c..000000000 Binary files a/Content/Assetpacks/IES/4.uasset and /dev/null differ diff --git a/Content/Assetpacks/IES/5.uasset b/Content/Assetpacks/IES/5.uasset deleted file mode 100644 index 7c26d5626..000000000 Binary files a/Content/Assetpacks/IES/5.uasset and /dev/null differ diff --git a/Content/Assetpacks/IES/6.uasset b/Content/Assetpacks/IES/6.uasset deleted file mode 100644 index db3b360d0..000000000 Binary files a/Content/Assetpacks/IES/6.uasset and /dev/null differ diff --git a/Content/Assetpacks/IES/6Wing.uasset b/Content/Assetpacks/IES/6Wing.uasset deleted file mode 100644 index 5255b51db..000000000 Binary files a/Content/Assetpacks/IES/6Wing.uasset and /dev/null differ diff --git a/Content/Assetpacks/IES/7.uasset b/Content/Assetpacks/IES/7.uasset deleted file mode 100644 index d1963df15..000000000 Binary files a/Content/Assetpacks/IES/7.uasset and /dev/null differ diff --git a/Content/Assetpacks/IES/8.uasset b/Content/Assetpacks/IES/8.uasset deleted file mode 100644 index c78842aef..000000000 Binary files a/Content/Assetpacks/IES/8.uasset and /dev/null differ diff --git a/Content/Assetpacks/IES/9.uasset b/Content/Assetpacks/IES/9.uasset deleted file mode 100644 index f7b3c5f2c..000000000 Binary files a/Content/Assetpacks/IES/9.uasset and /dev/null differ diff --git a/Content/Assetpacks/IES/Arrow_Star.uasset b/Content/Assetpacks/IES/Arrow_Star.uasset deleted file mode 100644 index e50f40144..000000000 Binary files a/Content/Assetpacks/IES/Arrow_Star.uasset and /dev/null differ diff --git a/Content/Assetpacks/IES/Arrow_Up.uasset b/Content/Assetpacks/IES/Arrow_Up.uasset deleted file mode 100644 index fc7b7a75d..000000000 Binary files a/Content/Assetpacks/IES/Arrow_Up.uasset and /dev/null differ diff --git a/Content/Assetpacks/IES/Beam.uasset b/Content/Assetpacks/IES/Beam.uasset deleted file mode 100644 index ebddb0fcd..000000000 Binary files a/Content/Assetpacks/IES/Beam.uasset and /dev/null differ diff --git a/Content/Assetpacks/IES/Beam2.uasset b/Content/Assetpacks/IES/Beam2.uasset deleted file mode 100644 index 51360bbc4..000000000 Binary files a/Content/Assetpacks/IES/Beam2.uasset and /dev/null differ diff --git a/Content/Assetpacks/IES/Beam3.uasset b/Content/Assetpacks/IES/Beam3.uasset deleted file mode 100644 index c57116c0e..000000000 Binary files a/Content/Assetpacks/IES/Beam3.uasset and /dev/null differ diff --git a/Content/Assetpacks/IES/Beam4.uasset b/Content/Assetpacks/IES/Beam4.uasset deleted file mode 100644 index 12d716473..000000000 Binary files a/Content/Assetpacks/IES/Beam4.uasset and /dev/null differ diff --git a/Content/Assetpacks/IES/Beam5.uasset b/Content/Assetpacks/IES/Beam5.uasset deleted file mode 100644 index 134c6e07d..000000000 Binary files a/Content/Assetpacks/IES/Beam5.uasset and /dev/null differ diff --git a/Content/Assetpacks/IES/Beam6.uasset b/Content/Assetpacks/IES/Beam6.uasset deleted file mode 100644 index 8050559e7..000000000 Binary files a/Content/Assetpacks/IES/Beam6.uasset and /dev/null differ diff --git a/Content/Assetpacks/IES/Beam7.uasset b/Content/Assetpacks/IES/Beam7.uasset deleted file mode 100644 index 57e4fc7ec..000000000 Binary files a/Content/Assetpacks/IES/Beam7.uasset and /dev/null differ diff --git a/Content/Assetpacks/IES/Beam8.uasset b/Content/Assetpacks/IES/Beam8.uasset deleted file mode 100644 index f152d85c6..000000000 Binary files a/Content/Assetpacks/IES/Beam8.uasset and /dev/null differ diff --git a/Content/Assetpacks/IES/Bow1.uasset b/Content/Assetpacks/IES/Bow1.uasset deleted file mode 100644 index efd9f2d61..000000000 Binary files a/Content/Assetpacks/IES/Bow1.uasset and /dev/null differ diff --git a/Content/Assetpacks/IES/Capped1.uasset b/Content/Assetpacks/IES/Capped1.uasset deleted file mode 100644 index 4f0aa5756..000000000 Binary files a/Content/Assetpacks/IES/Capped1.uasset and /dev/null differ diff --git a/Content/Assetpacks/IES/Capped2.uasset b/Content/Assetpacks/IES/Capped2.uasset deleted file mode 100644 index 490cbadd2..000000000 Binary files a/Content/Assetpacks/IES/Capped2.uasset and /dev/null differ diff --git a/Content/Assetpacks/IES/LEDBeam1.uasset b/Content/Assetpacks/IES/LEDBeam1.uasset deleted file mode 100644 index 89343a2cf..000000000 Binary files a/Content/Assetpacks/IES/LEDBeam1.uasset and /dev/null differ diff --git a/Content/Assetpacks/IES/LEDBeam2.uasset b/Content/Assetpacks/IES/LEDBeam2.uasset deleted file mode 100644 index 7e290dc82..000000000 Binary files a/Content/Assetpacks/IES/LEDBeam2.uasset and /dev/null differ diff --git a/Content/Assetpacks/IES/LEDBeam3.uasset b/Content/Assetpacks/IES/LEDBeam3.uasset deleted file mode 100644 index 2beaace2a..000000000 Binary files a/Content/Assetpacks/IES/LEDBeam3.uasset and /dev/null differ diff --git a/Content/Assetpacks/IES/LEDBeam4.uasset b/Content/Assetpacks/IES/LEDBeam4.uasset deleted file mode 100644 index f6a101097..000000000 Binary files a/Content/Assetpacks/IES/LEDBeam4.uasset and /dev/null differ diff --git a/Content/Assetpacks/IES/LEDBeam5.uasset b/Content/Assetpacks/IES/LEDBeam5.uasset deleted file mode 100644 index db57f0285..000000000 Binary files a/Content/Assetpacks/IES/LEDBeam5.uasset and /dev/null differ diff --git a/Content/Assetpacks/IES/LEDBeam6.uasset b/Content/Assetpacks/IES/LEDBeam6.uasset deleted file mode 100644 index 4ecb7ad4e..000000000 Binary files a/Content/Assetpacks/IES/LEDBeam6.uasset and /dev/null differ diff --git a/Content/Assetpacks/IES/LEDBeam7.uasset b/Content/Assetpacks/IES/LEDBeam7.uasset deleted file mode 100644 index 780797d41..000000000 Binary files a/Content/Assetpacks/IES/LEDBeam7.uasset and /dev/null differ diff --git a/Content/Assetpacks/IES/Shattered1.uasset b/Content/Assetpacks/IES/Shattered1.uasset deleted file mode 100644 index 4205797a7..000000000 Binary files a/Content/Assetpacks/IES/Shattered1.uasset and /dev/null differ diff --git a/Content/Assetpacks/IES/Shattered2.uasset b/Content/Assetpacks/IES/Shattered2.uasset deleted file mode 100644 index c9251b5d7..000000000 Binary files a/Content/Assetpacks/IES/Shattered2.uasset and /dev/null differ diff --git a/Content/Assetpacks/IES/Shattered3.uasset b/Content/Assetpacks/IES/Shattered3.uasset deleted file mode 100644 index c588f57a4..000000000 Binary files a/Content/Assetpacks/IES/Shattered3.uasset and /dev/null differ diff --git a/Content/Assetpacks/IES/Shattered4.uasset b/Content/Assetpacks/IES/Shattered4.uasset deleted file mode 100644 index 0e9d66c32..000000000 Binary files a/Content/Assetpacks/IES/Shattered4.uasset and /dev/null differ diff --git a/Content/Assetpacks/IES/Shattered5.uasset b/Content/Assetpacks/IES/Shattered5.uasset deleted file mode 100644 index d1054a0ed..000000000 Binary files a/Content/Assetpacks/IES/Shattered5.uasset and /dev/null differ diff --git a/Content/Assetpacks/IES/SpotLight1.uasset b/Content/Assetpacks/IES/SpotLight1.uasset deleted file mode 100644 index 851a2e386..000000000 Binary files a/Content/Assetpacks/IES/SpotLight1.uasset and /dev/null differ diff --git a/Content/Assetpacks/IES/SpotLight2.uasset b/Content/Assetpacks/IES/SpotLight2.uasset deleted file mode 100644 index 66558394c..000000000 Binary files a/Content/Assetpacks/IES/SpotLight2.uasset and /dev/null differ diff --git a/Content/Assetpacks/IES/Spotlight3.uasset b/Content/Assetpacks/IES/Spotlight3.uasset deleted file mode 100644 index cff278e62..000000000 Binary files a/Content/Assetpacks/IES/Spotlight3.uasset and /dev/null differ diff --git a/Content/Assetpacks/IES/Spotlight4.uasset b/Content/Assetpacks/IES/Spotlight4.uasset deleted file mode 100644 index 93389a612..000000000 Binary files a/Content/Assetpacks/IES/Spotlight4.uasset and /dev/null differ diff --git a/Content/Assetpacks/IES/Spreadout1.uasset b/Content/Assetpacks/IES/Spreadout1.uasset deleted file mode 100644 index b401b3df0..000000000 Binary files a/Content/Assetpacks/IES/Spreadout1.uasset and /dev/null differ diff --git a/Content/Assetpacks/IES/Spreadout2.uasset b/Content/Assetpacks/IES/Spreadout2.uasset deleted file mode 100644 index bc3ba53f6..000000000 Binary files a/Content/Assetpacks/IES/Spreadout2.uasset and /dev/null differ diff --git a/Content/Assetpacks/IES/Spreadout3.uasset b/Content/Assetpacks/IES/Spreadout3.uasset deleted file mode 100644 index 871cb9e4a..000000000 Binary files a/Content/Assetpacks/IES/Spreadout3.uasset and /dev/null differ diff --git a/Content/Assetpacks/IES/Spreadout4.uasset b/Content/Assetpacks/IES/Spreadout4.uasset deleted file mode 100644 index 947df36d3..000000000 Binary files a/Content/Assetpacks/IES/Spreadout4.uasset and /dev/null differ diff --git a/Content/Assetpacks/IES/Star_Bow.uasset b/Content/Assetpacks/IES/Star_Bow.uasset deleted file mode 100644 index f52ae16cc..000000000 Binary files a/Content/Assetpacks/IES/Star_Bow.uasset and /dev/null differ diff --git a/Content/Assetpacks/IES/Star_Burst.uasset b/Content/Assetpacks/IES/Star_Burst.uasset deleted file mode 100644 index 80e77de8c..000000000 Binary files a/Content/Assetpacks/IES/Star_Burst.uasset and /dev/null differ diff --git a/Content/Assetpacks/IES/Star_Burst2.uasset b/Content/Assetpacks/IES/Star_Burst2.uasset deleted file mode 100644 index 481a2070c..000000000 Binary files a/Content/Assetpacks/IES/Star_Burst2.uasset and /dev/null differ diff --git a/Content/Assetpacks/IES/Star_Burst3.uasset b/Content/Assetpacks/IES/Star_Burst3.uasset deleted file mode 100644 index b3838f832..000000000 Binary files a/Content/Assetpacks/IES/Star_Burst3.uasset and /dev/null differ diff --git a/Content/Assetpacks/IES/Star_Burst4.uasset b/Content/Assetpacks/IES/Star_Burst4.uasset deleted file mode 100644 index 45bece526..000000000 Binary files a/Content/Assetpacks/IES/Star_Burst4.uasset and /dev/null differ diff --git a/Content/Assetpacks/IES/Star_Burst5.uasset b/Content/Assetpacks/IES/Star_Burst5.uasset deleted file mode 100644 index a8a12337a..000000000 Binary files a/Content/Assetpacks/IES/Star_Burst5.uasset and /dev/null differ diff --git a/Content/Assetpacks/IES/Star_Burst6.uasset b/Content/Assetpacks/IES/Star_Burst6.uasset deleted file mode 100644 index ecbac4c26..000000000 Binary files a/Content/Assetpacks/IES/Star_Burst6.uasset and /dev/null differ diff --git a/Content/Assetpacks/IES/Star_Burst7.uasset b/Content/Assetpacks/IES/Star_Burst7.uasset deleted file mode 100644 index 80ff1f2d8..000000000 Binary files a/Content/Assetpacks/IES/Star_Burst7.uasset and /dev/null differ diff --git a/Content/Assetpacks/IES/Star_Burst8.uasset b/Content/Assetpacks/IES/Star_Burst8.uasset deleted file mode 100644 index e6d79db0f..000000000 Binary files a/Content/Assetpacks/IES/Star_Burst8.uasset and /dev/null differ diff --git a/Content/Assetpacks/IES/VWing.uasset b/Content/Assetpacks/IES/VWing.uasset deleted file mode 100644 index eb5f1fc73..000000000 Binary files a/Content/Assetpacks/IES/VWing.uasset and /dev/null differ diff --git a/Content/Assetpacks/IES/VWing2.uasset b/Content/Assetpacks/IES/VWing2.uasset deleted file mode 100644 index cad0adec6..000000000 Binary files a/Content/Assetpacks/IES/VWing2.uasset and /dev/null differ diff --git a/Content/Assetpacks/IES/Wall_Boomerang.uasset b/Content/Assetpacks/IES/Wall_Boomerang.uasset deleted file mode 100644 index 6ea8da2d9..000000000 Binary files a/Content/Assetpacks/IES/Wall_Boomerang.uasset and /dev/null differ diff --git a/Content/Assetpacks/IES/Wall_InvertedV.uasset b/Content/Assetpacks/IES/Wall_InvertedV.uasset deleted file mode 100644 index 4a8d5bd29..000000000 Binary files a/Content/Assetpacks/IES/Wall_InvertedV.uasset and /dev/null differ diff --git a/Content/Assetpacks/IES/Wall_TStar.uasset b/Content/Assetpacks/IES/Wall_TStar.uasset deleted file mode 100644 index dba716900..000000000 Binary files a/Content/Assetpacks/IES/Wall_TStar.uasset and /dev/null differ diff --git a/Content/Assetpacks/IES/XStar.uasset b/Content/Assetpacks/IES/XStar.uasset deleted file mode 100644 index d6047b431..000000000 Binary files a/Content/Assetpacks/IES/XStar.uasset and /dev/null differ diff --git a/Content/Assetpacks/IES/XStar2.uasset b/Content/Assetpacks/IES/XStar2.uasset deleted file mode 100644 index 7a00dc96f..000000000 Binary files a/Content/Assetpacks/IES/XStar2.uasset and /dev/null differ diff --git a/Content/Assetpacks/assets.uasset b/Content/Assetpacks/assets.uasset deleted file mode 100644 index 0d8a519db..000000000 Binary files a/Content/Assetpacks/assets.uasset and /dev/null differ diff --git a/Content/Blueprints/Lamp/BP_InteriorLamp.uasset b/Content/Blueprints/Lamp/BP_InteriorLamp.uasset index 1e82e8d92..9c5de54bd 100644 Binary files a/Content/Blueprints/Lamp/BP_InteriorLamp.uasset and b/Content/Blueprints/Lamp/BP_InteriorLamp.uasset differ diff --git a/Content/Blueprints/Lamp/BP_InteriorLamp_BedroomLamp.uasset b/Content/Blueprints/Lamp/BP_InteriorLamp_BedroomLamp.uasset index af8bf232b..818d569b2 100644 Binary files a/Content/Blueprints/Lamp/BP_InteriorLamp_BedroomLamp.uasset and b/Content/Blueprints/Lamp/BP_InteriorLamp_BedroomLamp.uasset differ diff --git a/Content/Blueprints/Lamp/BP_InteriorLamp_Big_Square_80angle.uasset b/Content/Blueprints/Lamp/BP_InteriorLamp_Big_Square_80angle.uasset index dad3ad6ae..ea7971f1d 100644 Binary files a/Content/Blueprints/Lamp/BP_InteriorLamp_Big_Square_80angle.uasset and b/Content/Blueprints/Lamp/BP_InteriorLamp_Big_Square_80angle.uasset differ diff --git a/Content/Blueprints/Lamp/BP_InteriorLamp_Chandelier.uasset b/Content/Blueprints/Lamp/BP_InteriorLamp_Chandelier.uasset index 3e938aac2..5b70ef553 100644 Binary files a/Content/Blueprints/Lamp/BP_InteriorLamp_Chandelier.uasset and b/Content/Blueprints/Lamp/BP_InteriorLamp_Chandelier.uasset differ diff --git a/Content/Blueprints/Lamp/BP_InteriorLamp_Chandelier_2.uasset b/Content/Blueprints/Lamp/BP_InteriorLamp_Chandelier_2.uasset index fdb0e676e..636d4a58b 100644 Binary files a/Content/Blueprints/Lamp/BP_InteriorLamp_Chandelier_2.uasset and b/Content/Blueprints/Lamp/BP_InteriorLamp_Chandelier_2.uasset differ diff --git a/Content/Blueprints/Lamp/BP_InteriorLamp_Child.uasset b/Content/Blueprints/Lamp/BP_InteriorLamp_Child.uasset index a8a05e554..13ae770b9 100644 Binary files a/Content/Blueprints/Lamp/BP_InteriorLamp_Child.uasset and b/Content/Blueprints/Lamp/BP_InteriorLamp_Child.uasset differ diff --git a/Content/Blueprints/Lamp/BP_InteriorLamp_CylLamp.uasset b/Content/Blueprints/Lamp/BP_InteriorLamp_CylLamp.uasset index 403b3fee4..2632a3c16 100644 Binary files a/Content/Blueprints/Lamp/BP_InteriorLamp_CylLamp.uasset and b/Content/Blueprints/Lamp/BP_InteriorLamp_CylLamp.uasset differ diff --git a/Content/Blueprints/Lamp/BP_InteriorLamp_FloorLamp.uasset b/Content/Blueprints/Lamp/BP_InteriorLamp_FloorLamp.uasset index 989f24d4e..c15360a25 100644 Binary files a/Content/Blueprints/Lamp/BP_InteriorLamp_FloorLamp.uasset and b/Content/Blueprints/Lamp/BP_InteriorLamp_FloorLamp.uasset differ diff --git a/Content/Blueprints/Lamp/BP_InteriorLamp_Small_Square_80Angle.uasset b/Content/Blueprints/Lamp/BP_InteriorLamp_Small_Square_80Angle.uasset index 806e36647..a0d6ca2c6 100644 Binary files a/Content/Blueprints/Lamp/BP_InteriorLamp_Small_Square_80Angle.uasset and b/Content/Blueprints/Lamp/BP_InteriorLamp_Small_Square_80Angle.uasset differ diff --git a/Content/Blueprints/Lamp/BP_MOP_Lamp_1.uasset b/Content/Blueprints/Lamp/BP_MOP_Lamp_1.uasset index 2b90dc2c4..59ce50830 100644 Binary files a/Content/Blueprints/Lamp/BP_MOP_Lamp_1.uasset and b/Content/Blueprints/Lamp/BP_MOP_Lamp_1.uasset differ diff --git a/Content/Blueprints/Lamp/BP_MOP_Lamp_2.uasset b/Content/Blueprints/Lamp/BP_MOP_Lamp_2.uasset index 34977a29c..465352677 100644 Binary files a/Content/Blueprints/Lamp/BP_MOP_Lamp_2.uasset and b/Content/Blueprints/Lamp/BP_MOP_Lamp_2.uasset differ diff --git a/Content/Blueprints/Lamp/BP_MOP_Lamp_3.uasset b/Content/Blueprints/Lamp/BP_MOP_Lamp_3.uasset index 0cfe453dc..360f64fac 100644 Binary files a/Content/Blueprints/Lamp/BP_MOP_Lamp_3.uasset and b/Content/Blueprints/Lamp/BP_MOP_Lamp_3.uasset differ diff --git a/Content/Blueprints/Lamp/BP_MOP_Lamp_4.uasset b/Content/Blueprints/Lamp/BP_MOP_Lamp_4.uasset index 12cf224e0..39a41358d 100644 Binary files a/Content/Blueprints/Lamp/BP_MOP_Lamp_4.uasset and b/Content/Blueprints/Lamp/BP_MOP_Lamp_4.uasset differ diff --git a/Content/Blueprints/Player/CM.uasset b/Content/Blueprints/Player/CM.uasset index 2bd7a3318..df998a77f 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 415e4107d..4c27e2387 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 e2f39e953..b05c4b5c0 100644 Binary files a/Content/Blueprints/Player/GameplayFunctions.uasset and b/Content/Blueprints/Player/GameplayFunctions.uasset differ diff --git a/Content/Blueprints/Player/MyPawn.uasset b/Content/Blueprints/Player/MyPawn.uasset index c5576c285..ec226eb44 100644 Binary files a/Content/Blueprints/Player/MyPawn.uasset and b/Content/Blueprints/Player/MyPawn.uasset differ diff --git a/Content/Blueprints/Player/WalkingPawn.uasset b/Content/Blueprints/Player/WalkingPawn.uasset index 1e62531e5..14491f2d1 100644 Binary files a/Content/Blueprints/Player/WalkingPawn.uasset and b/Content/Blueprints/Player/WalkingPawn.uasset differ diff --git a/Content/Blueprints/Player/isGameMacro.uasset b/Content/Blueprints/Player/isGameMacro.uasset index 97ab97526..7ddd8391a 100644 Binary files a/Content/Blueprints/Player/isGameMacro.uasset and b/Content/Blueprints/Player/isGameMacro.uasset differ diff --git a/Content/Blueprints/UI/Actors/FlatPoint.uasset b/Content/Blueprints/UI/Actors/FlatPoint.uasset index cdd9a4fb2..c4ee1ad51 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/splineTeleporter.uasset b/Content/Blueprints/UI/Actors/splineTeleporter.uasset index b98fc459a..b3ddce80c 100644 Binary files a/Content/Blueprints/UI/Actors/splineTeleporter.uasset and b/Content/Blueprints/UI/Actors/splineTeleporter.uasset differ diff --git a/Content/Blueprints/UI/Actors/walkPointer.uasset b/Content/Blueprints/UI/Actors/walkPointer.uasset index 971b5459a..ca861651b 100644 Binary files a/Content/Blueprints/UI/Actors/walkPointer.uasset and b/Content/Blueprints/UI/Actors/walkPointer.uasset differ diff --git a/Content/Blueprints/UI/Imgs/floorPlan/Cover.uasset b/Content/Blueprints/UI/Imgs/floorPlan/Cover.uasset index 9138f960b..aad85eeb1 100644 Binary files a/Content/Blueprints/UI/Imgs/floorPlan/Cover.uasset and b/Content/Blueprints/UI/Imgs/floorPlan/Cover.uasset differ diff --git a/Content/Blueprints/UI/Imgs/floorPlan/S7_Se01_F02-08.uasset b/Content/Blueprints/UI/Imgs/floorPlan/S7_Se01_F02-08.uasset index 8775ec183..c76b4c8a6 100644 Binary files a/Content/Blueprints/UI/Imgs/floorPlan/S7_Se01_F02-08.uasset and b/Content/Blueprints/UI/Imgs/floorPlan/S7_Se01_F02-08.uasset differ diff --git a/Content/Blueprints/UI/Imgs/floorPlan/S7_Se01_F02-10.uasset b/Content/Blueprints/UI/Imgs/floorPlan/S7_Se01_F02-10.uasset deleted file mode 100644 index 70bc8e6bf..000000000 Binary files a/Content/Blueprints/UI/Imgs/floorPlan/S7_Se01_F02-10.uasset and /dev/null differ diff --git a/Content/Blueprints/UI/Imgs/floorPlan/S7_Se01_F09-10.uasset b/Content/Blueprints/UI/Imgs/floorPlan/S7_Se01_F09-10.uasset index f3d4845f6..73bdbde2b 100644 Binary files a/Content/Blueprints/UI/Imgs/floorPlan/S7_Se01_F09-10.uasset and b/Content/Blueprints/UI/Imgs/floorPlan/S7_Se01_F09-10.uasset differ diff --git a/Content/Blueprints/UI/Imgs/floorPlan/S7_Se01_F11.uasset b/Content/Blueprints/UI/Imgs/floorPlan/S7_Se01_F11.uasset index 0fb4b343e..83defa161 100644 Binary files a/Content/Blueprints/UI/Imgs/floorPlan/S7_Se01_F11.uasset and b/Content/Blueprints/UI/Imgs/floorPlan/S7_Se01_F11.uasset differ diff --git a/Content/Blueprints/UI/Imgs/floorPlan/S7_Se01_F12.uasset b/Content/Blueprints/UI/Imgs/floorPlan/S7_Se01_F12.uasset index 446edca25..c26388456 100644 Binary files a/Content/Blueprints/UI/Imgs/floorPlan/S7_Se01_F12.uasset and b/Content/Blueprints/UI/Imgs/floorPlan/S7_Se01_F12.uasset differ diff --git a/Content/Blueprints/UI/Imgs/floorPlan/S7_Se02_F02-05.uasset b/Content/Blueprints/UI/Imgs/floorPlan/S7_Se02_F02-05.uasset index 7c062fc60..f90ce1aa0 100644 Binary files a/Content/Blueprints/UI/Imgs/floorPlan/S7_Se02_F02-05.uasset and b/Content/Blueprints/UI/Imgs/floorPlan/S7_Se02_F02-05.uasset differ diff --git a/Content/Blueprints/UI/Imgs/floorPlan/S7_Se02_F02-10.uasset b/Content/Blueprints/UI/Imgs/floorPlan/S7_Se02_F02-10.uasset deleted file mode 100644 index b70dd7a8c..000000000 Binary files a/Content/Blueprints/UI/Imgs/floorPlan/S7_Se02_F02-10.uasset and /dev/null differ diff --git a/Content/Blueprints/UI/Imgs/floorPlan/S7_Se02_F06-08.uasset b/Content/Blueprints/UI/Imgs/floorPlan/S7_Se02_F06-08.uasset index 3a5a9329d..623aad3a3 100644 Binary files a/Content/Blueprints/UI/Imgs/floorPlan/S7_Se02_F06-08.uasset and b/Content/Blueprints/UI/Imgs/floorPlan/S7_Se02_F06-08.uasset differ diff --git a/Content/Blueprints/UI/Imgs/floorPlan/S7_Se02_F09-10.uasset b/Content/Blueprints/UI/Imgs/floorPlan/S7_Se02_F09-10.uasset index e9eed9033..d29b309a0 100644 Binary files a/Content/Blueprints/UI/Imgs/floorPlan/S7_Se02_F09-10.uasset and b/Content/Blueprints/UI/Imgs/floorPlan/S7_Se02_F09-10.uasset differ diff --git a/Content/Blueprints/UI/Imgs/floorPlan/S7_Se02_F11.uasset b/Content/Blueprints/UI/Imgs/floorPlan/S7_Se02_F11.uasset index 301ed3ed1..748afd0fb 100644 Binary files a/Content/Blueprints/UI/Imgs/floorPlan/S7_Se02_F11.uasset and b/Content/Blueprints/UI/Imgs/floorPlan/S7_Se02_F11.uasset differ diff --git a/Content/Blueprints/UI/Imgs/floorPlan/S7_Se02_F12.uasset b/Content/Blueprints/UI/Imgs/floorPlan/S7_Se02_F12.uasset index 837bd8cca..8742d1846 100644 Binary files a/Content/Blueprints/UI/Imgs/floorPlan/S7_Se02_F12.uasset and b/Content/Blueprints/UI/Imgs/floorPlan/S7_Se02_F12.uasset differ diff --git a/Content/Blueprints/UI/Imgs/floorPlan/S7_Se03_F02-03.uasset b/Content/Blueprints/UI/Imgs/floorPlan/S7_Se03_F02-03.uasset index 53ecf809c..f48e85fc5 100644 Binary files a/Content/Blueprints/UI/Imgs/floorPlan/S7_Se03_F02-03.uasset and b/Content/Blueprints/UI/Imgs/floorPlan/S7_Se03_F02-03.uasset differ diff --git a/Content/Blueprints/UI/Imgs/floorPlan/S7_Se03_F02-03_06-07.uasset b/Content/Blueprints/UI/Imgs/floorPlan/S7_Se03_F02-03_06-07.uasset deleted file mode 100644 index fe2adc29e..000000000 Binary files a/Content/Blueprints/UI/Imgs/floorPlan/S7_Se03_F02-03_06-07.uasset and /dev/null differ diff --git a/Content/Blueprints/UI/Imgs/floorPlan/S7_Se03_F02-05.uasset b/Content/Blueprints/UI/Imgs/floorPlan/S7_Se03_F02-05.uasset deleted file mode 100644 index 802999e50..000000000 Binary files a/Content/Blueprints/UI/Imgs/floorPlan/S7_Se03_F02-05.uasset and /dev/null differ diff --git a/Content/Blueprints/UI/Imgs/floorPlan/S7_Se03_F02-08.uasset b/Content/Blueprints/UI/Imgs/floorPlan/S7_Se03_F02-08.uasset deleted file mode 100644 index 82c92bdb9..000000000 Binary files a/Content/Blueprints/UI/Imgs/floorPlan/S7_Se03_F02-08.uasset and /dev/null differ diff --git a/Content/Blueprints/UI/Imgs/floorPlan/S7_Se03_F04-05.uasset b/Content/Blueprints/UI/Imgs/floorPlan/S7_Se03_F04-05.uasset index 4e0c893e7..878f55408 100644 Binary files a/Content/Blueprints/UI/Imgs/floorPlan/S7_Se03_F04-05.uasset and b/Content/Blueprints/UI/Imgs/floorPlan/S7_Se03_F04-05.uasset differ diff --git a/Content/Blueprints/UI/Imgs/floorPlan/S7_Se03_F06-07.uasset b/Content/Blueprints/UI/Imgs/floorPlan/S7_Se03_F06-07.uasset index c71571996..7e58e5634 100644 Binary files a/Content/Blueprints/UI/Imgs/floorPlan/S7_Se03_F06-07.uasset and b/Content/Blueprints/UI/Imgs/floorPlan/S7_Se03_F06-07.uasset differ diff --git a/Content/Blueprints/UI/Imgs/floorPlan/S7_Se03_F06-07_10.uasset b/Content/Blueprints/UI/Imgs/floorPlan/S7_Se03_F06-07_10.uasset deleted file mode 100644 index 1fd38732e..000000000 Binary files a/Content/Blueprints/UI/Imgs/floorPlan/S7_Se03_F06-07_10.uasset and /dev/null differ diff --git a/Content/Blueprints/UI/Imgs/floorPlan/S7_Se03_F08-09.uasset b/Content/Blueprints/UI/Imgs/floorPlan/S7_Se03_F08-09.uasset index 1d39cf5ec..017f0f573 100644 Binary files a/Content/Blueprints/UI/Imgs/floorPlan/S7_Se03_F08-09.uasset and b/Content/Blueprints/UI/Imgs/floorPlan/S7_Se03_F08-09.uasset differ diff --git a/Content/Blueprints/UI/Imgs/floorPlan/S7_Se03_F08.uasset b/Content/Blueprints/UI/Imgs/floorPlan/S7_Se03_F08.uasset index 661db92f9..56db4be8a 100644 Binary files a/Content/Blueprints/UI/Imgs/floorPlan/S7_Se03_F08.uasset and b/Content/Blueprints/UI/Imgs/floorPlan/S7_Se03_F08.uasset differ diff --git a/Content/Blueprints/UI/Imgs/floorPlan/S7_Se03_F09.uasset b/Content/Blueprints/UI/Imgs/floorPlan/S7_Se03_F09.uasset index 1268d8d0a..d3f51d547 100644 Binary files a/Content/Blueprints/UI/Imgs/floorPlan/S7_Se03_F09.uasset and b/Content/Blueprints/UI/Imgs/floorPlan/S7_Se03_F09.uasset differ diff --git a/Content/Blueprints/UI/Imgs/floorPlan/S7_Se03_F10.uasset b/Content/Blueprints/UI/Imgs/floorPlan/S7_Se03_F10.uasset index 9d4ba7dcf..cda3bfd1f 100644 Binary files a/Content/Blueprints/UI/Imgs/floorPlan/S7_Se03_F10.uasset and b/Content/Blueprints/UI/Imgs/floorPlan/S7_Se03_F10.uasset differ diff --git a/Content/Blueprints/UI/Imgs/floorPlan/S7_Se03_F11.uasset b/Content/Blueprints/UI/Imgs/floorPlan/S7_Se03_F11.uasset index 6aa0fe7f2..ddfe94873 100644 Binary files a/Content/Blueprints/UI/Imgs/floorPlan/S7_Se03_F11.uasset and b/Content/Blueprints/UI/Imgs/floorPlan/S7_Se03_F11.uasset differ diff --git a/Content/Blueprints/UI/Imgs/floorPlan/S7_Se03_F12.uasset b/Content/Blueprints/UI/Imgs/floorPlan/S7_Se03_F12.uasset index 55d4ed8ab..54a7b770b 100644 Binary files a/Content/Blueprints/UI/Imgs/floorPlan/S7_Se03_F12.uasset and b/Content/Blueprints/UI/Imgs/floorPlan/S7_Se03_F12.uasset differ diff --git a/Content/Blueprints/UI/Imgs/floorPlan/S7_Se03_F13.uasset b/Content/Blueprints/UI/Imgs/floorPlan/S7_Se03_F13.uasset index 2dd34e844..20b0d84b0 100644 Binary files a/Content/Blueprints/UI/Imgs/floorPlan/S7_Se03_F13.uasset and b/Content/Blueprints/UI/Imgs/floorPlan/S7_Se03_F13.uasset differ diff --git a/Content/Blueprints/UI/Imgs/floorPlan/img_S02F02.uasset b/Content/Blueprints/UI/Imgs/floorPlan/img_S02F02.uasset deleted file mode 100644 index 9eccbffbf..000000000 Binary files a/Content/Blueprints/UI/Imgs/floorPlan/img_S02F02.uasset and /dev/null differ diff --git a/Content/Blueprints/UI/Imgs/floorPlan/img_S02F03-12.uasset b/Content/Blueprints/UI/Imgs/floorPlan/img_S02F03-12.uasset deleted file mode 100644 index a82d8354d..000000000 Binary files a/Content/Blueprints/UI/Imgs/floorPlan/img_S02F03-12.uasset and /dev/null differ diff --git a/Content/Blueprints/UI/Imgs/floorPlan/img_S02F13-16.uasset b/Content/Blueprints/UI/Imgs/floorPlan/img_S02F13-16.uasset deleted file mode 100644 index e3023742d..000000000 Binary files a/Content/Blueprints/UI/Imgs/floorPlan/img_S02F13-16.uasset and /dev/null differ diff --git a/Content/Blueprints/UI/Imgs/floorPlan/img_S02F17-18.uasset b/Content/Blueprints/UI/Imgs/floorPlan/img_S02F17-18.uasset deleted file mode 100644 index 7da026bb6..000000000 Binary files a/Content/Blueprints/UI/Imgs/floorPlan/img_S02F17-18.uasset and /dev/null differ diff --git a/Content/Blueprints/UI/Imgs/floorPlan/img_S02F19.uasset b/Content/Blueprints/UI/Imgs/floorPlan/img_S02F19.uasset deleted file mode 100644 index e9a5a45f5..000000000 Binary files a/Content/Blueprints/UI/Imgs/floorPlan/img_S02F19.uasset and /dev/null differ diff --git a/Content/Blueprints/UI/Imgs/floorPlan/img_S02F20.uasset b/Content/Blueprints/UI/Imgs/floorPlan/img_S02F20.uasset deleted file mode 100644 index 70e233799..000000000 Binary files a/Content/Blueprints/UI/Imgs/floorPlan/img_S02F20.uasset and /dev/null differ diff --git a/Content/Blueprints/UI/Imgs/floorPlan/img_S03F02.uasset b/Content/Blueprints/UI/Imgs/floorPlan/img_S03F02.uasset deleted file mode 100644 index 3deee9cd9..000000000 Binary files a/Content/Blueprints/UI/Imgs/floorPlan/img_S03F02.uasset and /dev/null differ diff --git a/Content/Blueprints/UI/Imgs/floorPlan/img_S03F03-04.uasset b/Content/Blueprints/UI/Imgs/floorPlan/img_S03F03-04.uasset deleted file mode 100644 index 972b79976..000000000 Binary files a/Content/Blueprints/UI/Imgs/floorPlan/img_S03F03-04.uasset and /dev/null differ diff --git a/Content/Blueprints/UI/Imgs/floorPlan/img_S03F05-06.uasset b/Content/Blueprints/UI/Imgs/floorPlan/img_S03F05-06.uasset deleted file mode 100644 index 9ce807b55..000000000 Binary files a/Content/Blueprints/UI/Imgs/floorPlan/img_S03F05-06.uasset and /dev/null differ diff --git a/Content/Blueprints/UI/Imgs/floorPlan/img_S03F07-08.uasset b/Content/Blueprints/UI/Imgs/floorPlan/img_S03F07-08.uasset deleted file mode 100644 index 1803baa3d..000000000 Binary files a/Content/Blueprints/UI/Imgs/floorPlan/img_S03F07-08.uasset and /dev/null differ diff --git a/Content/Blueprints/UI/Imgs/floorPlan/img_S03F09-10.uasset b/Content/Blueprints/UI/Imgs/floorPlan/img_S03F09-10.uasset deleted file mode 100644 index c1eade1b2..000000000 Binary files a/Content/Blueprints/UI/Imgs/floorPlan/img_S03F09-10.uasset and /dev/null differ diff --git a/Content/Blueprints/UI/Imgs/floorPlan/img_S03F11-12.uasset b/Content/Blueprints/UI/Imgs/floorPlan/img_S03F11-12.uasset deleted file mode 100644 index e3697c5eb..000000000 Binary files a/Content/Blueprints/UI/Imgs/floorPlan/img_S03F11-12.uasset and /dev/null differ diff --git a/Content/Blueprints/UI/Imgs/floorPlan/img_S03F13-14.uasset b/Content/Blueprints/UI/Imgs/floorPlan/img_S03F13-14.uasset deleted file mode 100644 index 9b8f5858f..000000000 Binary files a/Content/Blueprints/UI/Imgs/floorPlan/img_S03F13-14.uasset and /dev/null differ diff --git a/Content/Blueprints/UI/Imgs/floorPlan/img_S03F15.uasset b/Content/Blueprints/UI/Imgs/floorPlan/img_S03F15.uasset deleted file mode 100644 index 1b314558c..000000000 Binary files a/Content/Blueprints/UI/Imgs/floorPlan/img_S03F15.uasset and /dev/null differ diff --git a/Content/Blueprints/UI/Imgs/floorPlan/img_S03F16.uasset b/Content/Blueprints/UI/Imgs/floorPlan/img_S03F16.uasset deleted file mode 100644 index eb21d8136..000000000 Binary files a/Content/Blueprints/UI/Imgs/floorPlan/img_S03F16.uasset and /dev/null differ diff --git a/Content/Blueprints/UI/Imgs/floorPlan/img_S03F17-18.uasset b/Content/Blueprints/UI/Imgs/floorPlan/img_S03F17-18.uasset deleted file mode 100644 index 68a186565..000000000 Binary files a/Content/Blueprints/UI/Imgs/floorPlan/img_S03F17-18.uasset and /dev/null differ diff --git a/Content/Blueprints/UI/Imgs/floorPlan/img_S03F19.uasset b/Content/Blueprints/UI/Imgs/floorPlan/img_S03F19.uasset deleted file mode 100644 index 5621e3811..000000000 Binary files a/Content/Blueprints/UI/Imgs/floorPlan/img_S03F19.uasset and /dev/null differ diff --git a/Content/Blueprints/UI/Imgs/floorPlan/img_S9F01.uasset b/Content/Blueprints/UI/Imgs/floorPlan/img_S9F01.uasset index d375e4aec..e37fb5b44 100644 Binary files a/Content/Blueprints/UI/Imgs/floorPlan/img_S9F01.uasset and b/Content/Blueprints/UI/Imgs/floorPlan/img_S9F01.uasset differ diff --git a/Content/Blueprints/UI/Imgs/floorPlan/img_S9F02.uasset b/Content/Blueprints/UI/Imgs/floorPlan/img_S9F02.uasset index 39032feaa..13e59ab3f 100644 Binary files a/Content/Blueprints/UI/Imgs/floorPlan/img_S9F02.uasset and b/Content/Blueprints/UI/Imgs/floorPlan/img_S9F02.uasset differ diff --git a/Content/Blueprints/UI/Imgs/floorPlan/img_S9F03.uasset b/Content/Blueprints/UI/Imgs/floorPlan/img_S9F03.uasset index 67bb1d750..50fd0f001 100644 Binary files a/Content/Blueprints/UI/Imgs/floorPlan/img_S9F03.uasset and b/Content/Blueprints/UI/Imgs/floorPlan/img_S9F03.uasset differ diff --git a/Content/Blueprints/UI/Imgs/floorPlan/img_S9F04-05.uasset b/Content/Blueprints/UI/Imgs/floorPlan/img_S9F04-05.uasset index dda401104..cd5a6720e 100644 Binary files a/Content/Blueprints/UI/Imgs/floorPlan/img_S9F04-05.uasset and b/Content/Blueprints/UI/Imgs/floorPlan/img_S9F04-05.uasset differ diff --git a/Content/Blueprints/UI/Imgs/floorPlan/img_S9F06-07.uasset b/Content/Blueprints/UI/Imgs/floorPlan/img_S9F06-07.uasset index 41f6bb882..0e033242a 100644 Binary files a/Content/Blueprints/UI/Imgs/floorPlan/img_S9F06-07.uasset and b/Content/Blueprints/UI/Imgs/floorPlan/img_S9F06-07.uasset differ diff --git a/Content/Blueprints/UI/Imgs/floorPlan/img_S9F08-09.uasset b/Content/Blueprints/UI/Imgs/floorPlan/img_S9F08-09.uasset index 3de379835..acbc80ab4 100644 Binary files a/Content/Blueprints/UI/Imgs/floorPlan/img_S9F08-09.uasset and b/Content/Blueprints/UI/Imgs/floorPlan/img_S9F08-09.uasset differ diff --git a/Content/Blueprints/UI/Imgs/floorPlan/img_S9F10-11.uasset b/Content/Blueprints/UI/Imgs/floorPlan/img_S9F10-11.uasset index 8adaa7a61..6f27a2988 100644 Binary files a/Content/Blueprints/UI/Imgs/floorPlan/img_S9F10-11.uasset and b/Content/Blueprints/UI/Imgs/floorPlan/img_S9F10-11.uasset differ diff --git a/Content/Blueprints/UI/Imgs/floorPlan/img_S9F12-13.uasset b/Content/Blueprints/UI/Imgs/floorPlan/img_S9F12-13.uasset index ba66573b3..bbf3e0113 100644 Binary files a/Content/Blueprints/UI/Imgs/floorPlan/img_S9F12-13.uasset and b/Content/Blueprints/UI/Imgs/floorPlan/img_S9F12-13.uasset differ diff --git a/Content/Blueprints/UI/Imgs/floorPlan/img_S9F14.uasset b/Content/Blueprints/UI/Imgs/floorPlan/img_S9F14.uasset index 1c4c96954..c17d75521 100644 Binary files a/Content/Blueprints/UI/Imgs/floorPlan/img_S9F14.uasset and b/Content/Blueprints/UI/Imgs/floorPlan/img_S9F14.uasset differ diff --git a/Content/Blueprints/UI/Imgs/floorPlan/img_S9F15.uasset b/Content/Blueprints/UI/Imgs/floorPlan/img_S9F15.uasset index d1d57fa59..dfa5876d3 100644 Binary files a/Content/Blueprints/UI/Imgs/floorPlan/img_S9F15.uasset and b/Content/Blueprints/UI/Imgs/floorPlan/img_S9F15.uasset differ diff --git a/Content/Blueprints/UI/Imgs/floorPlan/img_S9F16-17.uasset b/Content/Blueprints/UI/Imgs/floorPlan/img_S9F16-17.uasset index dbffe5d0c..38d79af22 100644 Binary files a/Content/Blueprints/UI/Imgs/floorPlan/img_S9F16-17.uasset and b/Content/Blueprints/UI/Imgs/floorPlan/img_S9F16-17.uasset differ diff --git a/Content/Blueprints/UI/Imgs/floorPlan/img_S9F18-19.uasset b/Content/Blueprints/UI/Imgs/floorPlan/img_S9F18-19.uasset index 202f1282a..4437e4193 100644 Binary files a/Content/Blueprints/UI/Imgs/floorPlan/img_S9F18-19.uasset and b/Content/Blueprints/UI/Imgs/floorPlan/img_S9F18-19.uasset differ diff --git a/Content/Blueprints/UI/Imgs/floorPlan/img_S9F20.uasset b/Content/Blueprints/UI/Imgs/floorPlan/img_S9F20.uasset index 878abff20..c4b4d692c 100644 Binary files a/Content/Blueprints/UI/Imgs/floorPlan/img_S9F20.uasset and b/Content/Blueprints/UI/Imgs/floorPlan/img_S9F20.uasset differ diff --git a/Content/Blueprints/UI/Imgs/floorPlan/img_S9F21.uasset b/Content/Blueprints/UI/Imgs/floorPlan/img_S9F21.uasset index 7bc8af503..2d5474dc7 100644 Binary files a/Content/Blueprints/UI/Imgs/floorPlan/img_S9F21.uasset and b/Content/Blueprints/UI/Imgs/floorPlan/img_S9F21.uasset differ diff --git a/Content/Blueprints/UI/Imgs/floorPlan/img_S9F22.uasset b/Content/Blueprints/UI/Imgs/floorPlan/img_S9F22.uasset index c68a4d9ad..a628541c2 100644 Binary files a/Content/Blueprints/UI/Imgs/floorPlan/img_S9F22.uasset and b/Content/Blueprints/UI/Imgs/floorPlan/img_S9F22.uasset differ diff --git a/Content/Blueprints/UI/Imgs/floorPlan/img_S9F23.uasset b/Content/Blueprints/UI/Imgs/floorPlan/img_S9F23.uasset index ae84aed8b..d3357cbb7 100644 Binary files a/Content/Blueprints/UI/Imgs/floorPlan/img_S9F23.uasset and b/Content/Blueprints/UI/Imgs/floorPlan/img_S9F23.uasset differ diff --git a/Content/Blueprints/UI/Materials/MF_doorFade.uasset b/Content/Blueprints/UI/Materials/MF_doorFade.uasset index c6666342d..ef2439fdb 100644 Binary files a/Content/Blueprints/UI/Materials/MF_doorFade.uasset and b/Content/Blueprints/UI/Materials/MF_doorFade.uasset differ diff --git a/Content/Blueprints/UI/WBPS/Menu/bottomMenu.uasset b/Content/Blueprints/UI/WBPS/Menu/bottomMenu.uasset index f03a1cf95..a22bc133f 100644 Binary files a/Content/Blueprints/UI/WBPS/Menu/bottomMenu.uasset and b/Content/Blueprints/UI/WBPS/Menu/bottomMenu.uasset differ diff --git a/Content/Blueprints/UI/WBPS/Menu/timePanel.uasset b/Content/Blueprints/UI/WBPS/Menu/timePanel.uasset index ad4164a5e..8d6618589 100644 Binary files a/Content/Blueprints/UI/WBPS/Menu/timePanel.uasset and b/Content/Blueprints/UI/WBPS/Menu/timePanel.uasset differ diff --git a/Content/Blueprints/UI/WBPS/filter/Filter.uasset b/Content/Blueprints/UI/WBPS/filter/Filter.uasset index f6a3a6214..6b37de054 100644 Binary files a/Content/Blueprints/UI/WBPS/filter/Filter.uasset and b/Content/Blueprints/UI/WBPS/filter/Filter.uasset differ diff --git a/Content/Blueprints/UI/WBPS/filter/floorMap.uasset b/Content/Blueprints/UI/WBPS/filter/floorMap.uasset index 4d0058172..9db2e0950 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/WBPS/filter/floorMapPoint.uasset b/Content/Blueprints/UI/WBPS/filter/floorMapPoint.uasset index b9e755532..2850aeb23 100644 Binary files a/Content/Blueprints/UI/WBPS/filter/floorMapPoint.uasset and b/Content/Blueprints/UI/WBPS/filter/floorMapPoint.uasset differ diff --git a/Content/Blueprints/UI/mainHUD.uasset b/Content/Blueprints/UI/mainHUD.uasset index f1559bb42..5a21df0e8 100644 Binary files a/Content/Blueprints/UI/mainHUD.uasset and b/Content/Blueprints/UI/mainHUD.uasset differ diff --git a/Content/Blueprints/Utils/BP_lightShadowDistancer.uasset b/Content/Blueprints/Utils/BP_lightShadowDistancer.uasset index 12ac6d205..a050b4dae 100644 Binary files a/Content/Blueprints/Utils/BP_lightShadowDistancer.uasset and b/Content/Blueprints/Utils/BP_lightShadowDistancer.uasset differ diff --git a/Content/Blueprints/Utils/elevHelper.uasset b/Content/Blueprints/Utils/elevHelper.uasset new file mode 100644 index 000000000..a83a2a7e9 Binary files /dev/null and b/Content/Blueprints/Utils/elevHelper.uasset differ diff --git a/Content/Blueprints/filterRRR.uasset b/Content/Blueprints/filterRRR.uasset deleted file mode 100644 index 7f3a98ef4..000000000 Binary files a/Content/Blueprints/filterRRR.uasset and /dev/null differ diff --git a/Content/Blueprints/world/BM_Elevator.uasset b/Content/Blueprints/world/BM_Elevator.uasset index f1589801d..bffa27ca2 100644 Binary files a/Content/Blueprints/world/BM_Elevator.uasset and b/Content/Blueprints/world/BM_Elevator.uasset differ diff --git a/Content/Furniture/furniture.uasset b/Content/Furniture/furniture.uasset deleted file mode 100644 index 670b2487b..000000000 Binary files a/Content/Furniture/furniture.uasset and /dev/null differ diff --git a/Content/Maps/Interior/GP7/Se02/F01-10/MOPs/S7_Se02_F01_mops.umap b/Content/Maps/Interior/GP7/Se02/F01-10/MOPs/S7_Se02_F01_mops.umap index f3d9e0954..eef3e353b 100644 Binary files a/Content/Maps/Interior/GP7/Se02/F01-10/MOPs/S7_Se02_F01_mops.umap and b/Content/Maps/Interior/GP7/Se02/F01-10/MOPs/S7_Se02_F01_mops.umap differ diff --git a/Content/Maps/Interior/GP7/Se02/F01-10/MOPs/S7_Se02_F02-05_mops.umap b/Content/Maps/Interior/GP7/Se02/F01-10/MOPs/S7_Se02_F02-05_mops.umap index 34c22ceed..193795a20 100644 Binary files a/Content/Maps/Interior/GP7/Se02/F01-10/MOPs/S7_Se02_F02-05_mops.umap and b/Content/Maps/Interior/GP7/Se02/F01-10/MOPs/S7_Se02_F02-05_mops.umap differ diff --git a/Content/Maps/Interior/GP7/Se02/F01-10/MOPs/S7_Se02_F06-10_mops.umap b/Content/Maps/Interior/GP7/Se02/F01-10/MOPs/S7_Se02_F06-10_mops.umap index dc34ddfd0..4b9dd7652 100644 Binary files a/Content/Maps/Interior/GP7/Se02/F01-10/MOPs/S7_Se02_F06-10_mops.umap and b/Content/Maps/Interior/GP7/Se02/F01-10/MOPs/S7_Se02_F06-10_mops.umap differ diff --git a/Content/Maps/Interior/GP7/Se02/F11-12/MOPs/S7_Se02_F11_mops.umap b/Content/Maps/Interior/GP7/Se02/F11-12/MOPs/S7_Se02_F11_mops.umap index c28ada975..5bf88d270 100644 Binary files a/Content/Maps/Interior/GP7/Se02/F11-12/MOPs/S7_Se02_F11_mops.umap and b/Content/Maps/Interior/GP7/Se02/F11-12/MOPs/S7_Se02_F11_mops.umap differ diff --git a/Content/Maps/Interior/GP7/Se02/F11-12/MOPs/S7_Se02_F12_mops.umap b/Content/Maps/Interior/GP7/Se02/F11-12/MOPs/S7_Se02_F12_mops.umap index 1e7dc7486..4e82ba119 100644 Binary files a/Content/Maps/Interior/GP7/Se02/F11-12/MOPs/S7_Se02_F12_mops.umap and b/Content/Maps/Interior/GP7/Se02/F11-12/MOPs/S7_Se02_F12_mops.umap differ diff --git a/Content/Maps/Interior/GP9/F03-20_22/Furniture/S9_Se01_F03-19_A03_fur.umap b/Content/Maps/Interior/GP9/F03-20_22/Furniture/S9_Se01_F03-19_A03_fur.umap index 3ab245101..712278291 100644 Binary files a/Content/Maps/Interior/GP9/F03-20_22/Furniture/S9_Se01_F03-19_A03_fur.umap and b/Content/Maps/Interior/GP9/F03-20_22/Furniture/S9_Se01_F03-19_A03_fur.umap differ diff --git a/Content/Maps/Interior/GP9/MOPs/S9_Se01_F01_MOP.umap b/Content/Maps/Interior/GP9/MOPs/S9_Se01_F01_MOP.umap index f889c9709..e5d0b9f0c 100644 Binary files a/Content/Maps/Interior/GP9/MOPs/S9_Se01_F01_MOP.umap and b/Content/Maps/Interior/GP9/MOPs/S9_Se01_F01_MOP.umap differ diff --git a/Content/Maps/Interior/GP9/MOPs/S9_Se01_F02_MOP.umap b/Content/Maps/Interior/GP9/MOPs/S9_Se01_F02_MOP.umap index a9a48417f..70e1765a3 100644 Binary files a/Content/Maps/Interior/GP9/MOPs/S9_Se01_F02_MOP.umap and b/Content/Maps/Interior/GP9/MOPs/S9_Se01_F02_MOP.umap differ diff --git a/Content/Maps/Interior/Parking/Parking_GP1.umap b/Content/Maps/Interior/Parking/Parking_GP1.umap index 382592590..d80a1c4de 100644 Binary files a/Content/Maps/Interior/Parking/Parking_GP1.umap and b/Content/Maps/Interior/Parking/Parking_GP1.umap differ diff --git a/Content/Maps/Interior/Parking/Parking_GP2.umap b/Content/Maps/Interior/Parking/Parking_GP2.umap index bff320b0b..e969db22d 100644 Binary files a/Content/Maps/Interior/Parking/Parking_GP2.umap and b/Content/Maps/Interior/Parking/Parking_GP2.umap differ diff --git a/Content/Maps/Interior/Parking/Parking_GP3.umap b/Content/Maps/Interior/Parking/Parking_GP3.umap index 47c79a854..430d3f81e 100644 Binary files a/Content/Maps/Interior/Parking/Parking_GP3.umap and b/Content/Maps/Interior/Parking/Parking_GP3.umap differ diff --git a/Content/Maps/Interior/Parking/Parking_GP7.umap b/Content/Maps/Interior/Parking/Parking_GP7.umap index e028095d4..4feb85bf5 100644 Binary files a/Content/Maps/Interior/Parking/Parking_GP7.umap and b/Content/Maps/Interior/Parking/Parking_GP7.umap differ diff --git a/Content/Maps/Interior/Parking/Parking_GP9.umap b/Content/Maps/Interior/Parking/Parking_GP9.umap index 2f421fc38..62c31a076 100644 Binary files a/Content/Maps/Interior/Parking/Parking_GP9.umap and b/Content/Maps/Interior/Parking/Parking_GP9.umap differ diff --git a/Content/Maps/mainScene.umap b/Content/Maps/mainScene.umap index b85bdaa07..38375b56e 100644 Binary files a/Content/Maps/mainScene.umap and b/Content/Maps/mainScene.umap differ diff --git a/Content/Maps/maps.uasset b/Content/Maps/maps.uasset deleted file mode 100644 index 9fc9e4314..000000000 Binary files a/Content/Maps/maps.uasset and /dev/null differ diff --git a/Content/Maps/naviBake.umap b/Content/Maps/naviBake.umap index 864c1f5c3..dc9399852 100644 Binary files a/Content/Maps/naviBake.umap and b/Content/Maps/naviBake.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 21544010d..1e6713a75 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/meshes.uasset b/Content/Meshes/meshes.uasset deleted file mode 100644 index a57b1708a..000000000 Binary files a/Content/Meshes/meshes.uasset and /dev/null differ diff --git a/Content/Movies/M_TV.uasset b/Content/Movies/M_TV.uasset index 0f4237b25..09c1634c0 100644 Binary files a/Content/Movies/M_TV.uasset and b/Content/Movies/M_TV.uasset differ diff --git a/Content/Movies/Movie_Masharov.uasset b/Content/Movies/Movie_Masharov.uasset index 1c2f01877..df3332d05 100644 Binary files a/Content/Movies/Movie_Masharov.uasset and b/Content/Movies/Movie_Masharov.uasset differ diff --git a/Content/Peoples/people.uasset b/Content/Peoples/people.uasset deleted file mode 100644 index e0548d8e1..000000000 Binary files a/Content/Peoples/people.uasset and /dev/null differ diff --git a/Content/Textures/textures.uasset b/Content/Textures/textures.uasset deleted file mode 100644 index b69b9c384..000000000 Binary files a/Content/Textures/textures.uasset and /dev/null differ diff --git a/Content/UltraDynamicSky/Blueprints/Ultra_Dynamic_Sky.uasset b/Content/UltraDynamicSky/Blueprints/Ultra_Dynamic_Sky.uasset index 5714529a6..f94cf4975 100644 Binary files a/Content/UltraDynamicSky/Blueprints/Ultra_Dynamic_Sky.uasset and b/Content/UltraDynamicSky/Blueprints/Ultra_Dynamic_Sky.uasset differ diff --git a/MasharovDev.uproject b/MasharovDev.uproject index 939c0a059..1d88a4aa8 100644 --- a/MasharovDev.uproject +++ b/MasharovDev.uproject @@ -388,6 +388,14 @@ { "Name": "ChaosUserDataPT", "Enabled": false + }, + { + "Name": "ElectraCodecs", + "Enabled": true + }, + { + "Name": "ElectraPlayer", + "Enabled": true } ], "TargetPlatforms": [ diff --git a/Source/MasharovDev/cppGI.cpp b/Source/MasharovDev/cppGI.cpp index 0e42ef5f6..1e7a28b84 100644 --- a/Source/MasharovDev/cppGI.cpp +++ b/Source/MasharovDev/cppGI.cpp @@ -44,7 +44,7 @@ void UcppGI::cppLvlManage(UObject* WorldContextObject, Fcppcoords currentCoords, cpplvlsForLoading.AddUnique(currentCoords); for (const FcppLevelStruct& lvl : cpplevelLIst) { FString tt = lvl.path; - if (currentCoords.floor == 100); + if (false); //currentCoords.floor == 100); else { loadthis = false; bool ceq[7];