diff --git a/Config/DefaultEngine.ini b/Config/DefaultEngine.ini index 335fb4c0..336f9d33 100644 --- a/Config/DefaultEngine.ini +++ b/Config/DefaultEngine.ini @@ -2,7 +2,7 @@ [/Script/Engine.RendererSettings] r.DefaultFeature.AutoExposure.ExtendDefaultLuminanceRange=True r.SkinCache.CompileShaders=True -r.RayTracing=False +r.RayTracing=True r.ReflectionCaptureResolution=256 r.GenerateMeshDistanceFields=False r.DefaultFeature.LensFlare=True @@ -21,10 +21,11 @@ r.MorphTarget.Mode=False r.EarlyZPass=2 r.MinScreenRadiusForDepthPrepass=0.100000 r.EarlyZPassOnlyMaterialMasking=False -r.GBufferFormat=0 +r.GBufferFormat=1 r.DefaultFeature.MotionBlur=False r.ClearSceneMethod=0 r.AllowGlobalClipPlane=True +r.GPUSkin.Limit2BoneInfluences=False [/Script/HardwareTargeting.HardwareTargetingSettings] TargetedHardwareClass=Desktop @@ -33,7 +34,7 @@ DefaultGraphicsPerformance=Maximum AppliedDefaultGraphicsPerformance=Maximum [/Script/WindowsTargetPlatform.WindowsTargetSettings] -DefaultGraphicsRHI=DefaultGraphicsRHI_DX12 +DefaultGraphicsRHI=DefaultGraphicsRHI_DX11 Compiler=VisualStudio2017 OcclusionPlugin=Built-in Occlusion ReverbPlugin=Built-in Reverb @@ -67,6 +68,7 @@ s.PriorityLevelStreamingActorsUpdateExtraTime=5.000000 s.AsyncLoadingThreadEnabled=False s.LevelStreamingComponentsRegistrationGranularity=10 s.LevelStreamingComponentsUnregistrationGranularity=5 +s.FlushStreamingOnExit=False [/Script/NavigationSystem.NavigationSystemV1] CrowdManagerClass=/Script/AIModule.CrowdManager @@ -167,3 +169,11 @@ ChaosSettings=(DefaultThreadingModel=DedicatedThread,DedicatedThreadTickMode=Var [/Script/UnrealEd.CookerSettings] BlueprintComponentDataCookingMethod=AllBlueprints + +[/Script/Engine.GarbageCollectionSettings] +gc.MultithreadedDestructionEnabled=True +gc.IncrementalBeginDestroyEnabled=True +gc.AllowParallelGC=True +gc.CreateGCClusters=False +gc.NumRetriesBeforeForcingGC=0 +gc.TimeBetweenPurgingPendingKillObjects=60.000000 diff --git a/Config/DefaultLightmass.ini b/Config/DefaultLightmass.ini new file mode 100644 index 00000000..4eb2ad15 --- /dev/null +++ b/Config/DefaultLightmass.ini @@ -0,0 +1,20 @@ +[DevOptions.GPULightmass] +NumPrimaryGISamples=16 +NumSecondaryGISamples=8 +FireflyClampingThreshold=1000.0 + +;FastPreview: +;NumPrimaryGISamples=16 +;NumSecondaryGISamples=8 + +;MediumQuality: +;NumPrimaryGISamples=32 +;NumSecondaryGISamples=16 + +;UltraHigh: +;NumPrimaryGISamples=64 +;NumSecondaryGISamples=16 + +;Extreme: +;NumPrimaryGISamples=128 +;NumSecondaryGISamples=32 \ No newline at end of file diff --git a/Content/AssetPacks/Car/BP_CarSpline.uasset b/Content/AssetPacks/Car/BP_CarSpline.uasset index a70664bf..0028df1a 100644 Binary files a/Content/AssetPacks/Car/BP_CarSpline.uasset and b/Content/AssetPacks/Car/BP_CarSpline.uasset differ diff --git a/Content/AssetPacks/Car/CarAnimation2/MI_Car_Glass.uasset b/Content/AssetPacks/Car/CarAnimation2/MI_Car_Glass.uasset index 117ddea6..e76301bb 100644 Binary files a/Content/AssetPacks/Car/CarAnimation2/MI_Car_Glass.uasset and b/Content/AssetPacks/Car/CarAnimation2/MI_Car_Glass.uasset differ diff --git a/Content/AssetPacks/Car/CarStatic.uasset b/Content/AssetPacks/Car/CarStatic.uasset index c36dc9c7..641ad6f5 100644 Binary files a/Content/AssetPacks/Car/CarStatic.uasset and b/Content/AssetPacks/Car/CarStatic.uasset differ diff --git a/Content/AssetPacks/Flowers_Plants_Part1/Materials/M_PlantsMasterMaterial.uasset b/Content/AssetPacks/Flowers_Plants_Part1/Materials/M_PlantsMasterMaterial.uasset index 3d5ca593..4a557af8 100644 Binary files a/Content/AssetPacks/Flowers_Plants_Part1/Materials/M_PlantsMasterMaterial.uasset and b/Content/AssetPacks/Flowers_Plants_Part1/Materials/M_PlantsMasterMaterial.uasset differ diff --git a/Content/AssetPacks/Flowers_Plants_Part1/Meshes/SM_CornusAlba_01_FoliageType.uasset b/Content/AssetPacks/Flowers_Plants_Part1/Meshes/SM_CornusAlba_01_FoliageType.uasset index eadf14a7..8021e7d3 100644 Binary files a/Content/AssetPacks/Flowers_Plants_Part1/Meshes/SM_CornusAlba_01_FoliageType.uasset and b/Content/AssetPacks/Flowers_Plants_Part1/Meshes/SM_CornusAlba_01_FoliageType.uasset differ diff --git a/Content/AssetPacks/TreePackBeech/BeechStreet/SM_BeechStreetStand_05_FoliageType.uasset b/Content/AssetPacks/TreePackBeech/BeechStreet/SM_BeechStreetStand_05_FoliageType.uasset index ff256f30..f4ad9350 100644 Binary files a/Content/AssetPacks/TreePackBeech/BeechStreet/SM_BeechStreetStand_05_FoliageType.uasset and b/Content/AssetPacks/TreePackBeech/BeechStreet/SM_BeechStreetStand_05_FoliageType.uasset differ diff --git a/Content/AssetPacks/TreePackBeech/BeechStreet/SM_BeechStreetStand_06_FoliageType.uasset b/Content/AssetPacks/TreePackBeech/BeechStreet/SM_BeechStreetStand_06_FoliageType.uasset index ea24752e..334572d0 100644 Binary files a/Content/AssetPacks/TreePackBeech/BeechStreet/SM_BeechStreetStand_06_FoliageType.uasset and b/Content/AssetPacks/TreePackBeech/BeechStreet/SM_BeechStreetStand_06_FoliageType.uasset differ diff --git a/Content/AssetPacks/TreePackBeech/Materials/000_Parent_Alpha_60fps.uasset b/Content/AssetPacks/TreePackBeech/Materials/000_Parent_Alpha_60fps.uasset index e723fe5b..aa5bbecf 100644 Binary files a/Content/AssetPacks/TreePackBeech/Materials/000_Parent_Alpha_60fps.uasset and b/Content/AssetPacks/TreePackBeech/Materials/000_Parent_Alpha_60fps.uasset differ diff --git a/Content/AssetPacks/TreePackBeech/Materials/M_BeechBase.uasset b/Content/AssetPacks/TreePackBeech/Materials/M_BeechBase.uasset index e88ae991..49e66426 100644 Binary files a/Content/AssetPacks/TreePackBeech/Materials/M_BeechBase.uasset and b/Content/AssetPacks/TreePackBeech/Materials/M_BeechBase.uasset differ diff --git a/Content/AssetPacks/TreePackMaple/MapleTree/SM_mapleTree_B_FoliageType.uasset b/Content/AssetPacks/TreePackMaple/MapleTree/SM_mapleTree_B_FoliageType.uasset index 964555e8..ed4e9f6a 100644 Binary files a/Content/AssetPacks/TreePackMaple/MapleTree/SM_mapleTree_B_FoliageType.uasset and b/Content/AssetPacks/TreePackMaple/MapleTree/SM_mapleTree_B_FoliageType.uasset differ diff --git a/Content/AssetPacks/TreePackMaple/MapleTree/SM_mapleTree_D_FoliageType.uasset b/Content/AssetPacks/TreePackMaple/MapleTree/SM_mapleTree_D_FoliageType.uasset index c1cec357..a63f6604 100644 Binary files a/Content/AssetPacks/TreePackMaple/MapleTree/SM_mapleTree_D_FoliageType.uasset and b/Content/AssetPacks/TreePackMaple/MapleTree/SM_mapleTree_D_FoliageType.uasset differ diff --git a/Content/AssetPacks/TreePackMaple/MapleTree/SM_mapleTree_H_FoliageType.uasset b/Content/AssetPacks/TreePackMaple/MapleTree/SM_mapleTree_H_FoliageType.uasset index fc2e133b..c4150972 100644 Binary files a/Content/AssetPacks/TreePackMaple/MapleTree/SM_mapleTree_H_FoliageType.uasset and b/Content/AssetPacks/TreePackMaple/MapleTree/SM_mapleTree_H_FoliageType.uasset differ diff --git a/Content/AssetPacks/TreePackMaple/Materials/MapleTree/M_MapleBase.uasset b/Content/AssetPacks/TreePackMaple/Materials/MapleTree/M_MapleBase.uasset index 97511516..e72f586e 100644 Binary files a/Content/AssetPacks/TreePackMaple/Materials/MapleTree/M_MapleBase.uasset and b/Content/AssetPacks/TreePackMaple/Materials/MapleTree/M_MapleBase.uasset differ diff --git a/Content/AssetPacks/dVizGrass_Pack_01/Materials/Instance/MI_dviz_grass_Short_Var01_Inst.uasset b/Content/AssetPacks/dVizGrass_Pack_01/Materials/Instance/MI_dviz_grass_Short_Var01_Inst.uasset index ea9a5cfa..206b29ba 100644 Binary files a/Content/AssetPacks/dVizGrass_Pack_01/Materials/Instance/MI_dviz_grass_Short_Var01_Inst.uasset and b/Content/AssetPacks/dVizGrass_Pack_01/Materials/Instance/MI_dviz_grass_Short_Var01_Inst.uasset differ diff --git a/Content/AssetPacks/dVizGrass_Pack_01/Textures/Grass/Short_var01/2K/T-dviz_Grass_Short_Var01_Opacity.uasset b/Content/AssetPacks/dVizGrass_Pack_01/Textures/Grass/Short_var01/2K/T-dviz_Grass_Short_Var01_Opacity.uasset index 861ba7c8..4c14550a 100644 Binary files a/Content/AssetPacks/dVizGrass_Pack_01/Textures/Grass/Short_var01/2K/T-dviz_Grass_Short_Var01_Opacity.uasset and b/Content/AssetPacks/dVizGrass_Pack_01/Textures/Grass/Short_var01/2K/T-dviz_Grass_Short_Var01_Opacity.uasset differ diff --git a/Content/AssetPacks/dVizGrass_Pack_01/Textures/Grass/Short_var01/2K/T_dviz_Grass_Short_Var01_Dif.uasset b/Content/AssetPacks/dVizGrass_Pack_01/Textures/Grass/Short_var01/2K/T_dviz_Grass_Short_Var01_Dif.uasset index d6b9303c..4d6e31c1 100644 Binary files a/Content/AssetPacks/dVizGrass_Pack_01/Textures/Grass/Short_var01/2K/T_dviz_Grass_Short_Var01_Dif.uasset and b/Content/AssetPacks/dVizGrass_Pack_01/Textures/Grass/Short_var01/2K/T_dviz_Grass_Short_Var01_Dif.uasset differ diff --git a/Content/Blueprints/BP_Elevator_OTIS.uasset b/Content/Blueprints/BP_Elevator_OTIS.uasset index 7a5bdf9c..51181b2b 100644 Binary files a/Content/Blueprints/BP_Elevator_OTIS.uasset and b/Content/Blueprints/BP_Elevator_OTIS.uasset differ diff --git a/Content/Blueprints/NewLevelSequence.uasset b/Content/Blueprints/NewLevelSequence.uasset index bc7ccda3..32b9e799 100644 Binary files a/Content/Blueprints/NewLevelSequence.uasset and b/Content/Blueprints/NewLevelSequence.uasset differ diff --git a/Content/Blueprints/NewLevelSequence1.uasset b/Content/Blueprints/NewLevelSequence1.uasset new file mode 100644 index 00000000..a418bedc Binary files /dev/null and b/Content/Blueprints/NewLevelSequence1.uasset differ diff --git a/Content/Blueprints/Player/GI.uasset b/Content/Blueprints/Player/GI.uasset index d7d0fe30..b3b15553 100644 Binary files a/Content/Blueprints/Player/GI.uasset and b/Content/Blueprints/Player/GI.uasset differ diff --git a/Content/Blueprints/Player/GIEventFunc.uasset b/Content/Blueprints/Player/GIEventFunc.uasset index 28824f96..0f71f3db 100644 Binary files a/Content/Blueprints/Player/GIEventFunc.uasset and b/Content/Blueprints/Player/GIEventFunc.uasset differ diff --git a/Content/Blueprints/Player/MyPawn.uasset b/Content/Blueprints/Player/MyPawn.uasset index a4e2a7e2..329133d4 100644 Binary files a/Content/Blueprints/Player/MyPawn.uasset and b/Content/Blueprints/Player/MyPawn.uasset differ diff --git a/Content/Blueprints/Player/VR/MotionControllerPawn.uasset b/Content/Blueprints/Player/VR/MotionControllerPawn.uasset index cdff3e3a..fe651763 100644 Binary files a/Content/Blueprints/Player/VR/MotionControllerPawn.uasset and b/Content/Blueprints/Player/VR/MotionControllerPawn.uasset differ diff --git a/Content/Blueprints/Player/WalkingPawn.uasset b/Content/Blueprints/Player/WalkingPawn.uasset index 66c50b16..36bd3ebe 100644 Binary files a/Content/Blueprints/Player/WalkingPawn.uasset and b/Content/Blueprints/Player/WalkingPawn.uasset differ diff --git a/Content/Blueprints/UI/Materials/Crossfade.uasset b/Content/Blueprints/UI/Materials/Crossfade.uasset new file mode 100644 index 00000000..0dddc95e Binary files /dev/null and b/Content/Blueprints/UI/Materials/Crossfade.uasset differ diff --git a/Content/Blueprints/UI/Materials/text.uasset b/Content/Blueprints/UI/Materials/text.uasset index a735e5fd..35ebc7c4 100644 Binary files a/Content/Blueprints/UI/Materials/text.uasset and b/Content/Blueprints/UI/Materials/text.uasset differ diff --git a/Content/Blueprints/UI/Other/FlatPoint.uasset b/Content/Blueprints/UI/Other/FlatPoint.uasset index 00199f06..1a96bb5a 100644 Binary files a/Content/Blueprints/UI/Other/FlatPoint.uasset and b/Content/Blueprints/UI/Other/FlatPoint.uasset differ diff --git a/Content/Blueprints/UI/Other/FloorPoint.uasset b/Content/Blueprints/UI/Other/FloorPoint.uasset index 84fca9ea..2291a53e 100644 Binary files a/Content/Blueprints/UI/Other/FloorPoint.uasset and b/Content/Blueprints/UI/Other/FloorPoint.uasset differ diff --git a/Content/Blueprints/UI/Other/Pointer1.uasset b/Content/Blueprints/UI/Other/Pointer1.uasset index 4b5fd097..400b23da 100644 Binary files a/Content/Blueprints/UI/Other/Pointer1.uasset and b/Content/Blueprints/UI/Other/Pointer1.uasset differ diff --git a/Content/Blueprints/UI/Other/PointerMOP.uasset b/Content/Blueprints/UI/Other/PointerMOP.uasset index d14ea7d7..f239ef83 100644 Binary files a/Content/Blueprints/UI/Other/PointerMOP.uasset and b/Content/Blueprints/UI/Other/PointerMOP.uasset differ diff --git a/Content/Blueprints/UI/Other/StageSelect.uasset b/Content/Blueprints/UI/Other/StageSelect.uasset index da947dbd..5da4633d 100644 Binary files a/Content/Blueprints/UI/Other/StageSelect.uasset and b/Content/Blueprints/UI/Other/StageSelect.uasset differ diff --git a/Content/Blueprints/UI/Wbps/Button.uasset b/Content/Blueprints/UI/Wbps/Button.uasset index 8c43e22d..58c7ea1a 100644 Binary files a/Content/Blueprints/UI/Wbps/Button.uasset and b/Content/Blueprints/UI/Wbps/Button.uasset differ diff --git a/Content/Blueprints/UI/Wbps/Menu.uasset b/Content/Blueprints/UI/Wbps/Menu.uasset index e69ad9d8..755c279f 100644 Binary files a/Content/Blueprints/UI/Wbps/Menu.uasset and b/Content/Blueprints/UI/Wbps/Menu.uasset differ diff --git a/Content/Blueprints/UI/Wbps/Pointer.uasset b/Content/Blueprints/UI/Wbps/Pointer.uasset index 42c3b7d9..61b28c33 100644 Binary files a/Content/Blueprints/UI/Wbps/Pointer.uasset and b/Content/Blueprints/UI/Wbps/Pointer.uasset differ diff --git a/Content/Blueprints/Utils/MeshPerStageSpawner.uasset b/Content/Blueprints/Utils/MeshPerStageSpawner.uasset index 65e6f9e0..1a094e20 100644 Binary files a/Content/Blueprints/Utils/MeshPerStageSpawner.uasset and b/Content/Blueprints/Utils/MeshPerStageSpawner.uasset differ diff --git a/Content/Blueprints/Utils/MeshPerStageTagged.uasset b/Content/Blueprints/Utils/MeshPerStageTagged.uasset index ced45bee..2325b170 100644 Binary files a/Content/Blueprints/Utils/MeshPerStageTagged.uasset and b/Content/Blueprints/Utils/MeshPerStageTagged.uasset differ diff --git a/Content/Blueprints/Utils/ZaborGenerator.uasset b/Content/Blueprints/Utils/ZaborGenerator.uasset index 5e86ccf1..89a1c8c7 100644 Binary files a/Content/Blueprints/Utils/ZaborGenerator.uasset and b/Content/Blueprints/Utils/ZaborGenerator.uasset differ diff --git a/Content/Instances/Glaas/MI_Glass_Win.uasset b/Content/Instances/Glaas/MI_Glass_Win.uasset index 50082ee0..6559b48f 100644 Binary files a/Content/Instances/Glaas/MI_Glass_Win.uasset and b/Content/Instances/Glaas/MI_Glass_Win.uasset differ diff --git a/Content/Instances/Glaas/MI_Glass_Win_2.uasset b/Content/Instances/Glaas/MI_Glass_Win_2.uasset index 648892bb..3e32c7a6 100644 Binary files a/Content/Instances/Glaas/MI_Glass_Win_2.uasset and b/Content/Instances/Glaas/MI_Glass_Win_2.uasset differ diff --git a/Content/Instances/Metal/MI_Metal_AluminumBrushed.uasset b/Content/Instances/Metal/MI_Metal_AluminumBrushed.uasset index 8e2392d2..94d87837 100644 Binary files a/Content/Instances/Metal/MI_Metal_AluminumBrushed.uasset and b/Content/Instances/Metal/MI_Metal_AluminumBrushed.uasset differ diff --git a/Content/Level/GenPlan.umap b/Content/Level/GenPlan.umap index 3f945e1c..3bd88749 100644 Binary files a/Content/Level/GenPlan.umap and b/Content/Level/GenPlan.umap differ diff --git a/Content/Level/Genplan2.umap b/Content/Level/Genplan2.umap index e286ae2a..2b37c39e 100644 Binary files a/Content/Level/Genplan2.umap and b/Content/Level/Genplan2.umap differ diff --git a/Content/Level/Index.umap b/Content/Level/Index.umap index 55899c29..34d2a2bb 100644 Binary files a/Content/Level/Index.umap and b/Content/Level/Index.umap differ diff --git a/Content/Level/Lift.umap b/Content/Level/Lift.umap index 17b9b675..be3e9bb5 100644 Binary files a/Content/Level/Lift.umap and b/Content/Level/Lift.umap differ diff --git a/Content/Level/Lights.umap b/Content/Level/Lights.umap index 96d389a8..743528d4 100644 Binary files a/Content/Level/Lights.umap and b/Content/Level/Lights.umap differ diff --git a/Content/Level/New_S2F1/S2F1.umap b/Content/Level/New_S2F1/S2F1.umap index 6e80ec47..ad64ccbb 100644 Binary files a/Content/Level/New_S2F1/S2F1.umap and b/Content/Level/New_S2F1/S2F1.umap differ diff --git a/Content/Level/New_S2F1/S2F1F1.umap b/Content/Level/New_S2F1/S2F1F1.umap index c49c5478..7fb66dc4 100644 Binary files a/Content/Level/New_S2F1/S2F1F1.umap and b/Content/Level/New_S2F1/S2F1F1.umap differ diff --git a/Content/Level/New_S2F1/S2F1F2.umap b/Content/Level/New_S2F1/S2F1F2.umap index df802d6a..0e2087d8 100644 Binary files a/Content/Level/New_S2F1/S2F1F2.umap and b/Content/Level/New_S2F1/S2F1F2.umap differ diff --git a/Content/Level/New_S2F1/S2F1F3.umap b/Content/Level/New_S2F1/S2F1F3.umap index 44d77d34..9871cb22 100644 Binary files a/Content/Level/New_S2F1/S2F1F3.umap and b/Content/Level/New_S2F1/S2F1F3.umap differ diff --git a/Content/Level/New_S2F1/S2F1F4.umap b/Content/Level/New_S2F1/S2F1F4.umap index f5385d42..d57300f9 100644 Binary files a/Content/Level/New_S2F1/S2F1F4.umap and b/Content/Level/New_S2F1/S2F1F4.umap differ diff --git a/Content/Level/New_S2F1/S2F1F5.umap b/Content/Level/New_S2F1/S2F1F5.umap index 9e8f577e..d78776e2 100644 Binary files a/Content/Level/New_S2F1/S2F1F5.umap and b/Content/Level/New_S2F1/S2F1F5.umap differ diff --git a/Content/Level/New_S2F1/S2F1F6.umap b/Content/Level/New_S2F1/S2F1F6.umap index 08554e1c..45a9a59d 100644 Binary files a/Content/Level/New_S2F1/S2F1F6.umap and b/Content/Level/New_S2F1/S2F1F6.umap differ diff --git a/Content/Level/New_S2F1/S2F1F7.umap b/Content/Level/New_S2F1/S2F1F7.umap index 94337144..8097f0fe 100644 Binary files a/Content/Level/New_S2F1/S2F1F7.umap and b/Content/Level/New_S2F1/S2F1F7.umap differ diff --git a/Content/Level/New_S2F1/S2F1F8.umap b/Content/Level/New_S2F1/S2F1F8.umap index 7618e775..f05276ff 100644 Binary files a/Content/Level/New_S2F1/S2F1F8.umap and b/Content/Level/New_S2F1/S2F1F8.umap differ diff --git a/Content/Level/New_S2F2/S2F2.umap b/Content/Level/New_S2F2/S2F2.umap index f16c4831..f2c9c966 100644 Binary files a/Content/Level/New_S2F2/S2F2.umap and b/Content/Level/New_S2F2/S2F2.umap differ diff --git a/Content/Level/New_S2F2/S2F2F1.umap b/Content/Level/New_S2F2/S2F2F1.umap index 00b24499..5da32189 100644 Binary files a/Content/Level/New_S2F2/S2F2F1.umap and b/Content/Level/New_S2F2/S2F2F1.umap differ diff --git a/Content/Level/New_S2F2/S2F2F2.umap b/Content/Level/New_S2F2/S2F2F2.umap index ad7ff414..7f8a1ca6 100644 Binary files a/Content/Level/New_S2F2/S2F2F2.umap and b/Content/Level/New_S2F2/S2F2F2.umap differ diff --git a/Content/Level/New_S2F2/S2F2F3.umap b/Content/Level/New_S2F2/S2F2F3.umap index 29fe6cad..c6b75fc7 100644 Binary files a/Content/Level/New_S2F2/S2F2F3.umap and b/Content/Level/New_S2F2/S2F2F3.umap differ diff --git a/Content/Level/New_S2F2/S2F2F4.umap b/Content/Level/New_S2F2/S2F2F4.umap index f99fab9e..aca2f7c6 100644 Binary files a/Content/Level/New_S2F2/S2F2F4.umap and b/Content/Level/New_S2F2/S2F2F4.umap differ diff --git a/Content/Level/New_S2F2/S2F2F5.umap b/Content/Level/New_S2F2/S2F2F5.umap index d3218f1e..3839517e 100644 Binary files a/Content/Level/New_S2F2/S2F2F5.umap and b/Content/Level/New_S2F2/S2F2F5.umap differ diff --git a/Content/Level/New_S2F2/S2F2F6.umap b/Content/Level/New_S2F2/S2F2F6.umap index 5d10c429..73e32c20 100644 Binary files a/Content/Level/New_S2F2/S2F2F6.umap and b/Content/Level/New_S2F2/S2F2F6.umap differ diff --git a/Content/Level/New_S2F2/S2F2F7.umap b/Content/Level/New_S2F2/S2F2F7.umap index 75e71e5a..477b311d 100644 Binary files a/Content/Level/New_S2F2/S2F2F7.umap and b/Content/Level/New_S2F2/S2F2F7.umap differ diff --git a/Content/Level/New_S2F2/S2F2F8.umap b/Content/Level/New_S2F2/S2F2F8.umap index 6d806dae..7ed262b6 100644 Binary files a/Content/Level/New_S2F2/S2F2F8.umap and b/Content/Level/New_S2F2/S2F2F8.umap differ diff --git a/Content/Level/New_S2F2/S2F2F9.umap b/Content/Level/New_S2F2/S2F2F9.umap index 9c607c1a..e24fa7fb 100644 Binary files a/Content/Level/New_S2F2/S2F2F9.umap and b/Content/Level/New_S2F2/S2F2F9.umap differ diff --git a/Content/Level/New_S2F21/S2F21F5.umap b/Content/Level/New_S2F21/S2F21F5.umap index 526f118e..8bacfd2b 100644 Binary files a/Content/Level/New_S2F21/S2F21F5.umap and b/Content/Level/New_S2F21/S2F21F5.umap differ diff --git a/Content/Level/New_S3F1/S3F1.umap b/Content/Level/New_S3F1/S3F1.umap index e6111839..d602a0b0 100644 Binary files a/Content/Level/New_S3F1/S3F1.umap and b/Content/Level/New_S3F1/S3F1.umap differ diff --git a/Content/Level/New_S3F1/S3F1F1.umap b/Content/Level/New_S3F1/S3F1F1.umap index abbe23ef..db8b06c5 100644 Binary files a/Content/Level/New_S3F1/S3F1F1.umap and b/Content/Level/New_S3F1/S3F1F1.umap differ diff --git a/Content/Level/New_S3F1/S3F1F2.umap b/Content/Level/New_S3F1/S3F1F2.umap index 22702734..2d66078a 100644 Binary files a/Content/Level/New_S3F1/S3F1F2.umap and b/Content/Level/New_S3F1/S3F1F2.umap differ diff --git a/Content/Level/New_S3F1/S3F1F3.umap b/Content/Level/New_S3F1/S3F1F3.umap index 712374fe..ce04249a 100644 Binary files a/Content/Level/New_S3F1/S3F1F3.umap and b/Content/Level/New_S3F1/S3F1F3.umap differ diff --git a/Content/Level/New_S3F1/S3F1F4.umap b/Content/Level/New_S3F1/S3F1F4.umap index 6b269444..640496cc 100644 Binary files a/Content/Level/New_S3F1/S3F1F4.umap and b/Content/Level/New_S3F1/S3F1F4.umap differ diff --git a/Content/Level/New_S3F1/S3F1F5.umap b/Content/Level/New_S3F1/S3F1F5.umap index 13cb98f3..bd175a81 100644 Binary files a/Content/Level/New_S3F1/S3F1F5.umap and b/Content/Level/New_S3F1/S3F1F5.umap differ diff --git a/Content/Level/New_S3F1/S3F1F6.umap b/Content/Level/New_S3F1/S3F1F6.umap index 6068c41e..5a7a523a 100644 Binary files a/Content/Level/New_S3F1/S3F1F6.umap and b/Content/Level/New_S3F1/S3F1F6.umap differ diff --git a/Content/Level/New_S3F1/S3F1F7.umap b/Content/Level/New_S3F1/S3F1F7.umap index 5a1b46b9..333413de 100644 Binary files a/Content/Level/New_S3F1/S3F1F7.umap and b/Content/Level/New_S3F1/S3F1F7.umap differ diff --git a/Content/Level/New_S3F2/S3F2.umap b/Content/Level/New_S3F2/S3F2.umap index a05d8469..fde7f55a 100644 Binary files a/Content/Level/New_S3F2/S3F2.umap and b/Content/Level/New_S3F2/S3F2.umap differ diff --git a/Content/Level/New_S3F2/S3F2F1.umap b/Content/Level/New_S3F2/S3F2F1.umap index ecbd23e9..4cc6ba3b 100644 Binary files a/Content/Level/New_S3F2/S3F2F1.umap and b/Content/Level/New_S3F2/S3F2F1.umap differ diff --git a/Content/Level/New_S3F2/S3F2F2.umap b/Content/Level/New_S3F2/S3F2F2.umap index 7714e739..f7ba0ed5 100644 Binary files a/Content/Level/New_S3F2/S3F2F2.umap and b/Content/Level/New_S3F2/S3F2F2.umap differ diff --git a/Content/Level/New_S3F2/S3F2F3.umap b/Content/Level/New_S3F2/S3F2F3.umap index d458faf7..2ce70b61 100644 Binary files a/Content/Level/New_S3F2/S3F2F3.umap and b/Content/Level/New_S3F2/S3F2F3.umap differ diff --git a/Content/Level/New_S3F2/S3F2F4.umap b/Content/Level/New_S3F2/S3F2F4.umap index 3c30bb4f..5e1a305d 100644 Binary files a/Content/Level/New_S3F2/S3F2F4.umap and b/Content/Level/New_S3F2/S3F2F4.umap differ diff --git a/Content/Level/New_S3F2/S3F2F5.umap b/Content/Level/New_S3F2/S3F2F5.umap index 0db789ae..cc32b453 100644 Binary files a/Content/Level/New_S3F2/S3F2F5.umap and b/Content/Level/New_S3F2/S3F2F5.umap differ diff --git a/Content/Level/New_S3F2/S3F2F6.umap b/Content/Level/New_S3F2/S3F2F6.umap index 1fc2fcb1..2cc779dd 100644 Binary files a/Content/Level/New_S3F2/S3F2F6.umap and b/Content/Level/New_S3F2/S3F2F6.umap differ diff --git a/Content/Level/New_S3F2/S3F2F7.umap b/Content/Level/New_S3F2/S3F2F7.umap index 8a1ef0de..3b83bba9 100644 Binary files a/Content/Level/New_S3F2/S3F2F7.umap and b/Content/Level/New_S3F2/S3F2F7.umap differ diff --git a/Content/Level/New_S3F2/S3F2F8.umap b/Content/Level/New_S3F2/S3F2F8.umap index 5ecc3e1d..b662f5b2 100644 Binary files a/Content/Level/New_S3F2/S3F2F8.umap and b/Content/Level/New_S3F2/S3F2F8.umap differ diff --git a/Content/Level/New_S3F2/S3F2F9.umap b/Content/Level/New_S3F2/S3F2F9.umap index 5466203f..b6b0cb70 100644 Binary files a/Content/Level/New_S3F2/S3F2F9.umap and b/Content/Level/New_S3F2/S3F2F9.umap differ diff --git a/Content/Materials/M_Glass.uasset b/Content/Materials/M_Glass.uasset index d89b61e2..5c930bf1 100644 Binary files a/Content/Materials/M_Glass.uasset and b/Content/Materials/M_Glass.uasset differ diff --git a/Content/Materials/M_Grass_Inst.uasset b/Content/Materials/M_Grass_Inst.uasset new file mode 100644 index 00000000..9c6e6ea1 Binary files /dev/null and b/Content/Materials/M_Grass_Inst.uasset differ diff --git a/Content/Materials/carGlass.uasset b/Content/Materials/carGlass.uasset index 9b61eecb..59ee73d2 100644 Binary files a/Content/Materials/carGlass.uasset and b/Content/Materials/carGlass.uasset differ diff --git a/Content/Meshes/Buildings/SM_Building_3.uasset b/Content/Meshes/Buildings/SM_Building_3.uasset index 36421084..6f8711dc 100644 Binary files a/Content/Meshes/Buildings/SM_Building_3.uasset and b/Content/Meshes/Buildings/SM_Building_3.uasset differ diff --git a/Content/Meshes/Environment/SM_GenPlanMain_01.uasset b/Content/Meshes/Environment/SM_GenPlanMain_01.uasset index b3558227..abc85ad6 100644 Binary files a/Content/Meshes/Environment/SM_GenPlanMain_01.uasset and b/Content/Meshes/Environment/SM_GenPlanMain_01.uasset differ diff --git a/Content/Meshes/Environment/SM_GenPlanMain_02.uasset b/Content/Meshes/Environment/SM_GenPlanMain_02.uasset index 7e95bdec..78c52331 100644 Binary files a/Content/Meshes/Environment/SM_GenPlanMain_02.uasset and b/Content/Meshes/Environment/SM_GenPlanMain_02.uasset differ diff --git a/Content/Meshes/Environment/SM_GenPlanMain_03.uasset b/Content/Meshes/Environment/SM_GenPlanMain_03.uasset index 4cf47f47..86370ae8 100644 Binary files a/Content/Meshes/Environment/SM_GenPlanMain_03.uasset and b/Content/Meshes/Environment/SM_GenPlanMain_03.uasset differ diff --git a/Content/Meshes/Environment/SM_GenPlanMain_04.uasset b/Content/Meshes/Environment/SM_GenPlanMain_04.uasset index e0b64918..3313c05f 100644 Binary files a/Content/Meshes/Environment/SM_GenPlanMain_04.uasset and b/Content/Meshes/Environment/SM_GenPlanMain_04.uasset differ diff --git a/Content/Meshes/Environment/SM_GenPlanMain_05.uasset b/Content/Meshes/Environment/SM_GenPlanMain_05.uasset index ca976b60..c4032945 100644 Binary files a/Content/Meshes/Environment/SM_GenPlanMain_05.uasset and b/Content/Meshes/Environment/SM_GenPlanMain_05.uasset differ diff --git a/Content/Meshes/Environment/SM_GenPlanMain_06.uasset b/Content/Meshes/Environment/SM_GenPlanMain_06.uasset index 4c4ae687..d712cb08 100644 Binary files a/Content/Meshes/Environment/SM_GenPlanMain_06.uasset and b/Content/Meshes/Environment/SM_GenPlanMain_06.uasset differ diff --git a/Content/Meshes/Environment/SM_SportsGround_013.uasset b/Content/Meshes/Environment/SM_SportsGround_013.uasset index 99976fbc..40c91bc4 100644 Binary files a/Content/Meshes/Environment/SM_SportsGround_013.uasset and b/Content/Meshes/Environment/SM_SportsGround_013.uasset differ diff --git a/Content/Movies/Tour.uasset b/Content/Movies/Tour.uasset new file mode 100644 index 00000000..9b762dc2 Binary files /dev/null and b/Content/Movies/Tour.uasset differ diff --git a/Content/Movies/TourM.uasset b/Content/Movies/TourM.uasset new file mode 100644 index 00000000..c3d07923 Binary files /dev/null and b/Content/Movies/TourM.uasset differ diff --git a/Content/Movies/TourM_Video.uasset b/Content/Movies/TourM_Video.uasset new file mode 100644 index 00000000..dbddaf68 Binary files /dev/null and b/Content/Movies/TourM_Video.uasset differ diff --git a/Content/SkeletalMeshes/SM_Flag.uasset b/Content/SkeletalMeshes/SM_Flag.uasset index 36eee4e9..c311cb5b 100644 Binary files a/Content/SkeletalMeshes/SM_Flag.uasset and b/Content/SkeletalMeshes/SM_Flag.uasset differ diff --git a/Content/Sounds/01141.uasset b/Content/Sounds/01141.uasset index 760cdfe5..7c7d26ce 100644 Binary files a/Content/Sounds/01141.uasset and b/Content/Sounds/01141.uasset differ