diff --git a/.gitignore b/.gitignore index f4334a5f..49f6022e 100644 --- a/.gitignore +++ b/.gitignore @@ -11,4 +11,5 @@ Saved *.sln *.suo *.xcodeproj -*.xcworkspace \ No newline at end of file +*.xcworkspace +*BuiltData.uasset \ No newline at end of file diff --git a/Config/DefaultEditor.ini b/Config/DefaultEditor.ini index 8b137891..17ab1728 100644 --- a/Config/DefaultEditor.ini +++ b/Config/DefaultEditor.ini @@ -1 +1,26 @@ + +[/Script/UMGEditor.UMGEditorProjectSettings] +DefaultCompilerOptions=(bCookSlowConstructionWidgetTree=True,bWidgetSupportsDynamicCreation=True,bAllowBlueprintTick=True,bAllowBlueprintPaint=True,PropertyBindingRule=Allow,Rules=) +bShowWidgetsFromEngineContent=False +bShowWidgetsFromDeveloperContent=True +bUseWidgetTemplateSelector=False +DefaultRootWidget=Class'/Script/UMG.CanvasPanel' +-DebugResolutions=(Width=3840,Height=2160,Description="",Color=(R=0.745404,G=0.904661,B=1.000000,A=1.000000)) +-DebugResolutions=(Width=3440,Height=1440,Description="",Color=(R=0.439657,G=0.783538,B=0.982251,A=1.000000)) +-DebugResolutions=(Width=2560,Height=1440,Description="",Color=(R=0.208637,G=0.644480,B=0.973445,A=1.000000)) +-DebugResolutions=(Width=1440,Height=2560,Description="",Color=(R=0.215861,G=0.651406,B=0.973445,A=1.000000)) +-DebugResolutions=(Width=2560,Height=1080,Description="",Color=(R=0.064803,G=0.539479,B=0.955973,A=1.000000)) +-DebugResolutions=(Width=2048,Height=1536,Description="",Color=(R=0.009134,G=0.462077,B=0.947307,A=1.000000)) +-DebugResolutions=(Width=1536,Height=2048,Description="",Color=(R=0.009134,G=0.462077,B=0.947307,A=1.000000)) +-DebugResolutions=(Width=1920,Height=1080,Description="",Color=(R=0.000000,G=0.386429,B=0.930111,A=1.000000)) +-DebugResolutions=(Width=1080,Height=1920,Description="",Color=(R=0.000000,G=0.386429,B=0.930111,A=1.000000)) +-DebugResolutions=(Width=1280,Height=720,Description="",Color=(R=0.000000,G=0.318547,B=0.806952,A=1.000000)) +-DebugResolutions=(Width=720,Height=1280,Description="",Color=(R=0.000000,G=0.318547,B=0.806952,A=1.000000)) +-DebugResolutions=(Width=1136,Height=640,Description="",Color=(R=0.000000,G=0.238398,B=0.658375,A=1.000000)) +-DebugResolutions=(Width=640,Height=1136,Description="",Color=(R=0.000000,G=0.238398,B=0.658375,A=1.000000)) ++DebugResolutions=(Width=3840,Height=2160,Description="",Color=(R=0.745404,G=0.904661,B=1.000000,A=1.000000)) ++DebugResolutions=(Width=1920,Height=1080,Description="",Color=(R=0.000000,G=0.386429,B=0.930111,A=1.000000)) ++DebugResolutions=(Width=1280,Height=720,Description="",Color=(R=0.000000,G=0.625748,B=0.806952,A=1.000000)) +Version=1 + diff --git a/Config/DefaultEngine.ini b/Config/DefaultEngine.ini index b33c976c..b7e1c9c4 100644 --- a/Config/DefaultEngine.ini +++ b/Config/DefaultEngine.ini @@ -27,3 +27,58 @@ GlobalDefaultGameMode=/Game/Blueprints/Player/MyGM.MyGM_C bAllowHighDPIInGameMode=False UIScaleCurve=(EditorCurveData=(Keys=((Time=480.000000,Value=0.444000),(Time=720.000000,Value=0.666000),(Time=1080.000000,Value=1.000000),(Time=8640.000000,Value=8.000000)),DefaultValue=340282346638528859811704183484516925440.000000,PreInfinityExtrap=RCCE_Constant,PostInfinityExtrap=RCCE_Constant),ExternalCurve=CurveFloat'"/Game/Blueprints/UI/Others/4kDpi.4kDpi"') +[/Script/Engine.CollisionProfile] +-Profiles=(Name="NoCollision",CollisionEnabled=NoCollision,ObjectTypeName="WorldStatic",CustomResponses=((Channel="Visibility",Response=ECR_Ignore),(Channel="Camera",Response=ECR_Ignore)),HelpMessage="No collision",bCanModify=False) +-Profiles=(Name="BlockAll",CollisionEnabled=QueryAndPhysics,ObjectTypeName="WorldStatic",CustomResponses=,HelpMessage="WorldStatic object that blocks all actors by default. All new custom channels will use its own default response. ",bCanModify=False) +-Profiles=(Name="OverlapAll",CollisionEnabled=QueryOnly,ObjectTypeName="WorldStatic",CustomResponses=((Channel="WorldStatic",Response=ECR_Overlap),(Channel="Pawn",Response=ECR_Overlap),(Channel="Visibility",Response=ECR_Overlap),(Channel="WorldDynamic",Response=ECR_Overlap),(Channel="Camera",Response=ECR_Overlap),(Channel="PhysicsBody",Response=ECR_Overlap),(Channel="Vehicle",Response=ECR_Overlap),(Channel="Destructible",Response=ECR_Overlap)),HelpMessage="WorldStatic object that overlaps all actors by default. All new custom channels will use its own default response. ",bCanModify=False) +-Profiles=(Name="BlockAllDynamic",CollisionEnabled=QueryAndPhysics,ObjectTypeName="WorldDynamic",CustomResponses=,HelpMessage="WorldDynamic object that blocks all actors by default. All new custom channels will use its own default response. ",bCanModify=False) +-Profiles=(Name="OverlapAllDynamic",CollisionEnabled=QueryOnly,ObjectTypeName="WorldDynamic",CustomResponses=((Channel="WorldStatic",Response=ECR_Overlap),(Channel="Pawn",Response=ECR_Overlap),(Channel="Visibility",Response=ECR_Overlap),(Channel="WorldDynamic",Response=ECR_Overlap),(Channel="Camera",Response=ECR_Overlap),(Channel="PhysicsBody",Response=ECR_Overlap),(Channel="Vehicle",Response=ECR_Overlap),(Channel="Destructible",Response=ECR_Overlap)),HelpMessage="WorldDynamic object that overlaps all actors by default. All new custom channels will use its own default response. ",bCanModify=False) +-Profiles=(Name="IgnoreOnlyPawn",CollisionEnabled=QueryOnly,ObjectTypeName="WorldDynamic",CustomResponses=((Channel="Pawn",Response=ECR_Ignore),(Channel="Vehicle",Response=ECR_Ignore)),HelpMessage="WorldDynamic object that ignores Pawn and Vehicle. All other channels will be set to default.",bCanModify=False) +-Profiles=(Name="OverlapOnlyPawn",CollisionEnabled=QueryOnly,ObjectTypeName="WorldDynamic",CustomResponses=((Channel="Pawn",Response=ECR_Overlap),(Channel="Vehicle",Response=ECR_Overlap),(Channel="Camera",Response=ECR_Ignore)),HelpMessage="WorldDynamic object that overlaps Pawn, Camera, and Vehicle. All other channels will be set to default. ",bCanModify=False) +-Profiles=(Name="Pawn",CollisionEnabled=QueryAndPhysics,ObjectTypeName="Pawn",CustomResponses=((Channel="Visibility",Response=ECR_Ignore)),HelpMessage="Pawn object. Can be used for capsule of any playerable character or AI. ",bCanModify=False) +-Profiles=(Name="Spectator",CollisionEnabled=QueryOnly,ObjectTypeName="Pawn",CustomResponses=((Channel="WorldStatic",Response=ECR_Block),(Channel="Pawn",Response=ECR_Ignore),(Channel="Visibility",Response=ECR_Ignore),(Channel="WorldDynamic",Response=ECR_Ignore),(Channel="Camera",Response=ECR_Ignore),(Channel="PhysicsBody",Response=ECR_Ignore),(Channel="Vehicle",Response=ECR_Ignore),(Channel="Destructible",Response=ECR_Ignore)),HelpMessage="Pawn object that ignores all other actors except WorldStatic.",bCanModify=False) +-Profiles=(Name="CharacterMesh",CollisionEnabled=QueryOnly,ObjectTypeName="Pawn",CustomResponses=((Channel="Pawn",Response=ECR_Ignore),(Channel="Vehicle",Response=ECR_Ignore),(Channel="Visibility",Response=ECR_Ignore)),HelpMessage="Pawn object that is used for Character Mesh. All other channels will be set to default.",bCanModify=False) +-Profiles=(Name="PhysicsActor",CollisionEnabled=QueryAndPhysics,ObjectTypeName="PhysicsBody",CustomResponses=,HelpMessage="Simulating actors",bCanModify=False) +-Profiles=(Name="Destructible",CollisionEnabled=QueryAndPhysics,ObjectTypeName="Destructible",CustomResponses=,HelpMessage="Destructible actors",bCanModify=False) +-Profiles=(Name="InvisibleWall",CollisionEnabled=QueryAndPhysics,ObjectTypeName="WorldStatic",CustomResponses=((Channel="Visibility",Response=ECR_Ignore)),HelpMessage="WorldStatic object that is invisible.",bCanModify=False) +-Profiles=(Name="InvisibleWallDynamic",CollisionEnabled=QueryAndPhysics,ObjectTypeName="WorldDynamic",CustomResponses=((Channel="Visibility",Response=ECR_Ignore)),HelpMessage="WorldDynamic object that is invisible.",bCanModify=False) +-Profiles=(Name="Trigger",CollisionEnabled=QueryOnly,ObjectTypeName="WorldDynamic",CustomResponses=((Channel="WorldStatic",Response=ECR_Overlap),(Channel="Pawn",Response=ECR_Overlap),(Channel="Visibility",Response=ECR_Ignore),(Channel="WorldDynamic",Response=ECR_Overlap),(Channel="Camera",Response=ECR_Overlap),(Channel="PhysicsBody",Response=ECR_Overlap),(Channel="Vehicle",Response=ECR_Overlap),(Channel="Destructible",Response=ECR_Overlap)),HelpMessage="WorldDynamic object that is used for trigger. All other channels will be set to default.",bCanModify=False) +-Profiles=(Name="Ragdoll",CollisionEnabled=QueryAndPhysics,ObjectTypeName="PhysicsBody",CustomResponses=((Channel="Pawn",Response=ECR_Ignore),(Channel="Visibility",Response=ECR_Ignore)),HelpMessage="Simulating Skeletal Mesh Component. All other channels will be set to default.",bCanModify=False) +-Profiles=(Name="Vehicle",CollisionEnabled=QueryAndPhysics,ObjectTypeName="Vehicle",CustomResponses=,HelpMessage="Vehicle object that blocks Vehicle, WorldStatic, and WorldDynamic. All other channels will be set to default.",bCanModify=False) +-Profiles=(Name="UI",CollisionEnabled=QueryOnly,ObjectTypeName="WorldDynamic",CustomResponses=((Channel="WorldStatic",Response=ECR_Overlap),(Channel="Pawn",Response=ECR_Overlap),(Channel="Visibility",Response=ECR_Block),(Channel="WorldDynamic",Response=ECR_Overlap),(Channel="Camera",Response=ECR_Overlap),(Channel="PhysicsBody",Response=ECR_Overlap),(Channel="Vehicle",Response=ECR_Overlap),(Channel="Destructible",Response=ECR_Overlap)),HelpMessage="WorldStatic object that overlaps all actors by default. All new custom channels will use its own default response. ",bCanModify=False) ++Profiles=(Name="NoCollision",CollisionEnabled=NoCollision,bCanModify=False,ObjectTypeName="WorldStatic",CustomResponses=((Channel="Visibility",Response=ECR_Ignore),(Channel="Camera",Response=ECR_Ignore)),HelpMessage="No collision") ++Profiles=(Name="BlockAll",CollisionEnabled=QueryAndPhysics,bCanModify=False,ObjectTypeName="WorldStatic",CustomResponses=,HelpMessage="WorldStatic object that blocks all actors by default. All new custom channels will use its own default response. ") ++Profiles=(Name="OverlapOnlyPawn",CollisionEnabled=QueryOnly,bCanModify=False,ObjectTypeName="WorldDynamic",CustomResponses=((Channel="Pawn",Response=ECR_Overlap),(Channel="Vehicle",Response=ECR_Overlap),(Channel="Camera",Response=ECR_Ignore)),HelpMessage="WorldDynamic object that overlaps Pawn, Camera, and Vehicle. All other channels will be set to default. ") ++Profiles=(Name="Pawn",CollisionEnabled=QueryAndPhysics,bCanModify=False,ObjectTypeName="Pawn",CustomResponses=((Channel="Visibility",Response=ECR_Ignore)),HelpMessage="Pawn object. Can be used for capsule of any playerable character or AI. ") ++Profiles=(Name="PhysicsActor",CollisionEnabled=QueryAndPhysics,bCanModify=False,ObjectTypeName="PhysicsBody",CustomResponses=,HelpMessage="Simulating actors") ++Profiles=(Name="InvisibleWall",CollisionEnabled=QueryAndPhysics,bCanModify=False,ObjectTypeName="WorldStatic",CustomResponses=((Channel="Visibility",Response=ECR_Ignore)),HelpMessage="WorldStatic object that is invisible.") ++Profiles=(Name="Trigger",CollisionEnabled=QueryOnly,bCanModify=False,ObjectTypeName="WorldDynamic",CustomResponses=((Channel="WorldStatic",Response=ECR_Overlap),(Channel="Pawn",Response=ECR_Overlap),(Channel="Visibility",Response=ECR_Ignore),(Channel="WorldDynamic",Response=ECR_Overlap),(Channel="Camera",Response=ECR_Overlap),(Channel="PhysicsBody",Response=ECR_Overlap),(Channel="Vehicle",Response=ECR_Overlap),(Channel="Destructible",Response=ECR_Overlap)),HelpMessage="WorldDynamic object that is used for trigger. All other channels will be set to default.") ++Profiles=(Name="UI",CollisionEnabled=QueryOnly,bCanModify=False,ObjectTypeName="WorldStatic",CustomResponses=((Channel="WorldStatic",Response=ECR_Overlap),(Channel="Pawn",Response=ECR_Overlap),(Channel="Visibility"),(Channel="WorldDynamic",Response=ECR_Overlap),(Channel="Camera",Response=ECR_Overlap),(Channel="PhysicsBody",Response=ECR_Overlap),(Channel="Vehicle",Response=ECR_Overlap),(Channel="Destructible",Response=ECR_Overlap)),HelpMessage="Custom Profile for UI touch") ++DefaultChannelResponses=(Channel=ECC_GameTraceChannel1,DefaultResponse=ECR_Ignore,bTraceType=True,bStaticObject=False,Name="UI") ++EditProfiles=(Name="UI",CustomResponses=((Channel="WorldStatic",Response=ECR_Ignore),(Channel="WorldDynamic",Response=ECR_Ignore),(Channel="Pawn",Response=ECR_Ignore),(Channel="Visibility",Response=ECR_Ignore),(Channel="Camera",Response=ECR_Ignore),(Channel="PhysicsBody",Response=ECR_Ignore),(Channel="Vehicle",Response=ECR_Ignore),(Channel="Destructible",Response=ECR_Ignore),(Channel="EngineTraceChannel2",Response=ECR_Ignore),(Channel="EngineTraceChannel3",Response=ECR_Ignore),(Channel="EngineTraceChannel4",Response=ECR_Ignore),(Channel="EngineTraceChannel5",Response=ECR_Ignore),(Channel="EngineTraceChannel6",Response=ECR_Ignore),(Channel="UI"),(Channel="GameTraceChannel2",Response=ECR_Ignore),(Channel="GameTraceChannel3",Response=ECR_Ignore),(Channel="GameTraceChannel4",Response=ECR_Ignore),(Channel="GameTraceChannel5",Response=ECR_Ignore),(Channel="GameTraceChannel6",Response=ECR_Ignore),(Channel="GameTraceChannel7",Response=ECR_Ignore),(Channel="GameTraceChannel8",Response=ECR_Ignore),(Channel="GameTraceChannel9",Response=ECR_Ignore),(Channel="GameTraceChannel10",Response=ECR_Ignore),(Channel="GameTraceChannel11",Response=ECR_Ignore),(Channel="GameTraceChannel12",Response=ECR_Ignore),(Channel="GameTraceChannel13",Response=ECR_Ignore),(Channel="GameTraceChannel14",Response=ECR_Ignore),(Channel="GameTraceChannel15",Response=ECR_Ignore),(Channel="GameTraceChannel16",Response=ECR_Ignore),(Channel="GameTraceChannel17",Response=ECR_Ignore),(Channel="GameTraceChannel18",Response=ECR_Ignore))) ++EditProfiles=(Name="BlockAll",CustomResponses=((Channel="UI",Response=ECR_Ignore))) +-ProfileRedirects=(OldName="BlockingVolume",NewName="InvisibleWall") +-ProfileRedirects=(OldName="InterpActor",NewName="IgnoreOnlyPawn") +-ProfileRedirects=(OldName="StaticMeshComponent",NewName="BlockAllDynamic") +-ProfileRedirects=(OldName="SkeletalMeshActor",NewName="PhysicsActor") +-ProfileRedirects=(OldName="InvisibleActor",NewName="InvisibleWallDynamic") ++ProfileRedirects=(OldName="BlockingVolume",NewName="InvisibleWall") ++ProfileRedirects=(OldName="InterpActor",NewName="IgnoreOnlyPawn") ++ProfileRedirects=(OldName="StaticMeshComponent",NewName="BlockAllDynamic") ++ProfileRedirects=(OldName="SkeletalMeshActor",NewName="PhysicsActor") ++ProfileRedirects=(OldName="InvisibleActor",NewName="InvisibleWallDynamic") +-CollisionChannelRedirects=(OldName="Static",NewName="WorldStatic") +-CollisionChannelRedirects=(OldName="Dynamic",NewName="WorldDynamic") +-CollisionChannelRedirects=(OldName="VehicleMovement",NewName="Vehicle") +-CollisionChannelRedirects=(OldName="PawnMovement",NewName="Pawn") ++CollisionChannelRedirects=(OldName="Static",NewName="WorldStatic") ++CollisionChannelRedirects=(OldName="Dynamic",NewName="WorldDynamic") ++CollisionChannelRedirects=(OldName="VehicleMovement",NewName="Vehicle") ++CollisionChannelRedirects=(OldName="PawnMovement",NewName="Pawn") + +[/Script/NavigationSystem.RecastNavMesh] +RuntimeGeneration=Dynamic + +[/Script/NavigationSystem.NavigationSystemV1] +bGenerateNavigationOnlyAroundNavigationInvokers=True + diff --git a/Content/AssetPacks/Car/BMW_M3_2.uasset b/Content/AssetPacks/Car/BMW_M3_2.uasset index c1909962..5791f88f 100644 Binary files a/Content/AssetPacks/Car/BMW_M3_2.uasset and b/Content/AssetPacks/Car/BMW_M3_2.uasset differ diff --git a/Content/AssetPacks/Car/Material/03b5f3d1_dds.uasset b/Content/AssetPacks/Car/Material/03b5f3d1_dds.uasset deleted file mode 100644 index c1c07857..00000000 Binary files a/Content/AssetPacks/Car/Material/03b5f3d1_dds.uasset and /dev/null differ diff --git a/Content/AssetPacks/Car/Material/246fa580_dds.uasset b/Content/AssetPacks/Car/Material/246fa580_dds.uasset deleted file mode 100644 index aeb68398..00000000 Binary files a/Content/AssetPacks/Car/Material/246fa580_dds.uasset and /dev/null differ diff --git a/Content/AssetPacks/Car/Material/3fc110e0_dds.uasset b/Content/AssetPacks/Car/Material/3fc110e0_dds.uasset deleted file mode 100644 index e38a20db..00000000 Binary files a/Content/AssetPacks/Car/Material/3fc110e0_dds.uasset and /dev/null differ diff --git a/Content/AssetPacks/Car/Material/3fc110e0_dds_ncl1_1.uasset b/Content/AssetPacks/Car/Material/3fc110e0_dds_ncl1_1.uasset deleted file mode 100644 index 62e691cd..00000000 Binary files a/Content/AssetPacks/Car/Material/3fc110e0_dds_ncl1_1.uasset and /dev/null differ diff --git a/Content/AssetPacks/Car/Material/46fd4642_dds.uasset b/Content/AssetPacks/Car/Material/46fd4642_dds.uasset deleted file mode 100644 index 1ff7734f..00000000 Binary files a/Content/AssetPacks/Car/Material/46fd4642_dds.uasset and /dev/null differ diff --git a/Content/AssetPacks/Car/Material/48d7dd12_dds.uasset b/Content/AssetPacks/Car/Material/48d7dd12_dds.uasset deleted file mode 100644 index bf9463b0..00000000 Binary files a/Content/AssetPacks/Car/Material/48d7dd12_dds.uasset and /dev/null differ diff --git a/Content/AssetPacks/Car/Material/49adcd3d_dds.uasset b/Content/AssetPacks/Car/Material/49adcd3d_dds.uasset deleted file mode 100644 index 0eff499f..00000000 Binary files a/Content/AssetPacks/Car/Material/49adcd3d_dds.uasset and /dev/null differ diff --git a/Content/AssetPacks/Car/Material/4e7860e5_dds.uasset b/Content/AssetPacks/Car/Material/4e7860e5_dds.uasset deleted file mode 100644 index 651a8b16..00000000 Binary files a/Content/AssetPacks/Car/Material/4e7860e5_dds.uasset and /dev/null differ diff --git a/Content/AssetPacks/Car/Material/5c59ba34_dds.uasset b/Content/AssetPacks/Car/Material/5c59ba34_dds.uasset deleted file mode 100644 index 5f264424..00000000 Binary files a/Content/AssetPacks/Car/Material/5c59ba34_dds.uasset and /dev/null differ diff --git a/Content/AssetPacks/Car/Material/78ac86f9_dds.uasset b/Content/AssetPacks/Car/Material/78ac86f9_dds.uasset deleted file mode 100644 index 61da6ffc..00000000 Binary files a/Content/AssetPacks/Car/Material/78ac86f9_dds.uasset and /dev/null differ diff --git a/Content/AssetPacks/Car/Material/7b20d3b4_dds.uasset b/Content/AssetPacks/Car/Material/7b20d3b4_dds.uasset deleted file mode 100644 index 9fc05062..00000000 Binary files a/Content/AssetPacks/Car/Material/7b20d3b4_dds.uasset and /dev/null differ diff --git a/Content/AssetPacks/Car/Material/9ef62307_dds.uasset b/Content/AssetPacks/Car/Material/9ef62307_dds.uasset deleted file mode 100644 index c1d4bf89..00000000 Binary files a/Content/AssetPacks/Car/Material/9ef62307_dds.uasset and /dev/null differ diff --git a/Content/AssetPacks/Car/Material/BmwMaster.uasset b/Content/AssetPacks/Car/Material/BmwMaster.uasset index 85272d8a..e38c56ad 100644 Binary files a/Content/AssetPacks/Car/Material/BmwMaster.uasset and b/Content/AssetPacks/Car/Material/BmwMaster.uasset differ diff --git a/Content/AssetPacks/Car/Material/BmwMaster_Inst11.uasset b/Content/AssetPacks/Car/Material/BmwMaster_Inst11.uasset new file mode 100644 index 00000000..f207b0af Binary files /dev/null and b/Content/AssetPacks/Car/Material/BmwMaster_Inst11.uasset differ diff --git a/Content/AssetPacks/Car/Material/b37fa7e0_dds.uasset b/Content/AssetPacks/Car/Material/b37fa7e0_dds.uasset deleted file mode 100644 index 7c32b561..00000000 Binary files a/Content/AssetPacks/Car/Material/b37fa7e0_dds.uasset and /dev/null differ diff --git a/Content/AssetPacks/Car/Material/d87383d3_dds.uasset b/Content/AssetPacks/Car/Material/d87383d3_dds.uasset deleted file mode 100644 index 0fcea134..00000000 Binary files a/Content/AssetPacks/Car/Material/d87383d3_dds.uasset and /dev/null differ diff --git a/Content/AssetPacks/Car/Material/dff62f9c_dds.uasset b/Content/AssetPacks/Car/Material/dff62f9c_dds.uasset deleted file mode 100644 index 8e77f45b..00000000 Binary files a/Content/AssetPacks/Car/Material/dff62f9c_dds.uasset and /dev/null differ diff --git a/Content/Blueprints/Player/CM.uasset b/Content/Blueprints/Player/CM.uasset index 3a6f59bb..8485d36c 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 9a7dfe96..7d0fd10a 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 bac42d1e..75a56a11 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 196b1177..7bc65581 100644 Binary files a/Content/Blueprints/Player/MathAndConvertFns.uasset and b/Content/Blueprints/Player/MathAndConvertFns.uasset differ diff --git a/Content/Blueprints/Player/MyGM.uasset b/Content/Blueprints/Player/MyGM.uasset index 4d9b7b7c..7e69061e 100644 Binary files a/Content/Blueprints/Player/MyGM.uasset and b/Content/Blueprints/Player/MyGM.uasset differ diff --git a/Content/Blueprints/Player/MyPC.uasset b/Content/Blueprints/Player/MyPC.uasset index f37b3485..dcb8e73e 100644 Binary files a/Content/Blueprints/Player/MyPC.uasset and b/Content/Blueprints/Player/MyPC.uasset differ diff --git a/Content/Blueprints/Player/MyPawn.uasset b/Content/Blueprints/Player/MyPawn.uasset index c69bb201..4b86e4c0 100644 Binary files a/Content/Blueprints/Player/MyPawn.uasset and b/Content/Blueprints/Player/MyPawn.uasset differ diff --git a/Content/Blueprints/Player/PresL.uasset b/Content/Blueprints/Player/PresL.uasset index 5e3ee416..cd086402 100644 Binary files a/Content/Blueprints/Player/PresL.uasset and b/Content/Blueprints/Player/PresL.uasset differ diff --git a/Content/Blueprints/Player/PresLevel.uasset b/Content/Blueprints/Player/PresLevel.uasset index 9a9b5a4e..1f41fc26 100644 Binary files a/Content/Blueprints/Player/PresLevel.uasset and b/Content/Blueprints/Player/PresLevel.uasset differ diff --git a/Content/Blueprints/Player/Spline.uasset b/Content/Blueprints/Player/Spline.uasset new file mode 100644 index 00000000..9cbcd83b Binary files /dev/null and b/Content/Blueprints/Player/Spline.uasset differ diff --git a/Content/Blueprints/Player/WalkingPawn.uasset b/Content/Blueprints/Player/WalkingPawn.uasset index 343e8b75..9c8341db 100644 Binary files a/Content/Blueprints/Player/WalkingPawn.uasset and b/Content/Blueprints/Player/WalkingPawn.uasset differ diff --git a/Content/Blueprints/Player/getFunctions.uasset b/Content/Blueprints/Player/getFunctions.uasset index 0efd2a0a..98793d77 100644 Binary files a/Content/Blueprints/Player/getFunctions.uasset and b/Content/Blueprints/Player/getFunctions.uasset differ diff --git a/Content/Blueprints/Player/infoHud.uasset b/Content/Blueprints/Player/infoHud.uasset new file mode 100644 index 00000000..a4285a4c Binary files /dev/null and b/Content/Blueprints/Player/infoHud.uasset differ diff --git a/Content/Blueprints/UI/Actors/InfraPoint.uasset b/Content/Blueprints/UI/Actors/InfraPoint.uasset index cd68af0a..d9fac81e 100644 Binary files a/Content/Blueprints/UI/Actors/InfraPoint.uasset and b/Content/Blueprints/UI/Actors/InfraPoint.uasset differ diff --git a/Content/Blueprints/UI/Actors/SectionPoint.uasset b/Content/Blueprints/UI/Actors/SectionPoint.uasset new file mode 100644 index 00000000..5d7db676 Binary files /dev/null and b/Content/Blueprints/UI/Actors/SectionPoint.uasset differ diff --git a/Content/Blueprints/UI/Imgs/22.uasset b/Content/Blueprints/UI/Imgs/22.uasset new file mode 100644 index 00000000..b605de28 Binary files /dev/null and b/Content/Blueprints/UI/Imgs/22.uasset differ diff --git a/Content/Blueprints/UI/Imgs/33.uasset b/Content/Blueprints/UI/Imgs/33.uasset new file mode 100644 index 00000000..23cb9c04 Binary files /dev/null and b/Content/Blueprints/UI/Imgs/33.uasset differ diff --git a/Content/Blueprints/UI/Imgs/400x600_0_2baaa94c3a24b0ff292c714bc80eed04_800x1200_0xac120003_78344611587718838.uasset b/Content/Blueprints/UI/Imgs/400x600_0_2baaa94c3a24b0ff292c714bc80eed04_800x1200_0xac120003_78344611587718838.uasset new file mode 100644 index 00000000..04fae294 Binary files /dev/null and b/Content/Blueprints/UI/Imgs/400x600_0_2baaa94c3a24b0ff292c714bc80eed04_800x1200_0xac120003_78344611587718838.uasset differ diff --git a/Content/Blueprints/UI/Imgs/908253cc-dabc-496f-894f-b53aa1456b48_jpg_880x1000_x-False_q85.uasset b/Content/Blueprints/UI/Imgs/908253cc-dabc-496f-894f-b53aa1456b48_jpg_880x1000_x-False_q85.uasset new file mode 100644 index 00000000..02c5c13b Binary files /dev/null and b/Content/Blueprints/UI/Imgs/908253cc-dabc-496f-894f-b53aa1456b48_jpg_880x1000_x-False_q85.uasset differ diff --git a/Content/Blueprints/UI/Imgs/ConstrPhotos/photo_2020-10-20_13-46-47.uasset b/Content/Blueprints/UI/Imgs/ConstrPhotos/photo_2020-10-20_13-46-47.uasset new file mode 100644 index 00000000..e581913e Binary files /dev/null and b/Content/Blueprints/UI/Imgs/ConstrPhotos/photo_2020-10-20_13-46-47.uasset differ diff --git a/Content/Blueprints/UI/Imgs/ConstrPhotos/photo_2020-10-20_13-47-59.uasset b/Content/Blueprints/UI/Imgs/ConstrPhotos/photo_2020-10-20_13-47-59.uasset new file mode 100644 index 00000000..b5243024 Binary files /dev/null and b/Content/Blueprints/UI/Imgs/ConstrPhotos/photo_2020-10-20_13-47-59.uasset differ diff --git a/Content/Blueprints/UI/Imgs/ConstrPhotos/photo_2020-10-20_13-48-02.uasset b/Content/Blueprints/UI/Imgs/ConstrPhotos/photo_2020-10-20_13-48-02.uasset new file mode 100644 index 00000000..3a261962 Binary files /dev/null and b/Content/Blueprints/UI/Imgs/ConstrPhotos/photo_2020-10-20_13-48-02.uasset differ diff --git a/Content/Blueprints/UI/Imgs/ConstrPhotos/photo_2020-10-20_13-48-05.uasset b/Content/Blueprints/UI/Imgs/ConstrPhotos/photo_2020-10-20_13-48-05.uasset new file mode 100644 index 00000000..073a4090 Binary files /dev/null and b/Content/Blueprints/UI/Imgs/ConstrPhotos/photo_2020-10-20_13-48-05.uasset differ diff --git a/Content/Blueprints/UI/Imgs/ConstrPhotos/photo_2020-10-20_13-48-09.uasset b/Content/Blueprints/UI/Imgs/ConstrPhotos/photo_2020-10-20_13-48-09.uasset new file mode 100644 index 00000000..f8e1afd4 Binary files /dev/null and b/Content/Blueprints/UI/Imgs/ConstrPhotos/photo_2020-10-20_13-48-09.uasset differ diff --git a/Content/Blueprints/UI/Imgs/ConstrPhotos/photo_2020-10-20_13-48-13.uasset b/Content/Blueprints/UI/Imgs/ConstrPhotos/photo_2020-10-20_13-48-13.uasset new file mode 100644 index 00000000..e730edcb Binary files /dev/null and b/Content/Blueprints/UI/Imgs/ConstrPhotos/photo_2020-10-20_13-48-13.uasset differ diff --git a/Content/Blueprints/UI/Imgs/ConstrPhotos/photo_2020-10-20_13-48-15.uasset b/Content/Blueprints/UI/Imgs/ConstrPhotos/photo_2020-10-20_13-48-15.uasset new file mode 100644 index 00000000..3f174e27 Binary files /dev/null and b/Content/Blueprints/UI/Imgs/ConstrPhotos/photo_2020-10-20_13-48-15.uasset differ diff --git a/Content/Blueprints/UI/Imgs/ConstrPhotos/photo_2020-10-20_13-48-18.uasset b/Content/Blueprints/UI/Imgs/ConstrPhotos/photo_2020-10-20_13-48-18.uasset new file mode 100644 index 00000000..c963ba6e Binary files /dev/null and b/Content/Blueprints/UI/Imgs/ConstrPhotos/photo_2020-10-20_13-48-18.uasset differ diff --git a/Content/Blueprints/UI/Imgs/ConstrPhotos/photo_2020-10-20_13-48-21.uasset b/Content/Blueprints/UI/Imgs/ConstrPhotos/photo_2020-10-20_13-48-21.uasset new file mode 100644 index 00000000..6daf849e Binary files /dev/null and b/Content/Blueprints/UI/Imgs/ConstrPhotos/photo_2020-10-20_13-48-21.uasset differ diff --git a/Content/Blueprints/UI/Imgs/ConstrPhotos/photo_2020-10-20_13-48-24.uasset b/Content/Blueprints/UI/Imgs/ConstrPhotos/photo_2020-10-20_13-48-24.uasset new file mode 100644 index 00000000..97559be2 Binary files /dev/null and b/Content/Blueprints/UI/Imgs/ConstrPhotos/photo_2020-10-20_13-48-24.uasset differ diff --git a/Content/Blueprints/UI/Imgs/ConstrPhotos/photo_2020-10-20_13-48-29.uasset b/Content/Blueprints/UI/Imgs/ConstrPhotos/photo_2020-10-20_13-48-29.uasset new file mode 100644 index 00000000..df35fce8 Binary files /dev/null and b/Content/Blueprints/UI/Imgs/ConstrPhotos/photo_2020-10-20_13-48-29.uasset differ diff --git a/Content/Blueprints/UI/Imgs/ConstrPhotos/photo_2020-10-20_13-48-32.uasset b/Content/Blueprints/UI/Imgs/ConstrPhotos/photo_2020-10-20_13-48-32.uasset new file mode 100644 index 00000000..5a479a1e Binary files /dev/null and b/Content/Blueprints/UI/Imgs/ConstrPhotos/photo_2020-10-20_13-48-32.uasset differ diff --git a/Content/Blueprints/UI/Imgs/ConstrPhotos/photo_2020-10-20_13-48-35.uasset b/Content/Blueprints/UI/Imgs/ConstrPhotos/photo_2020-10-20_13-48-35.uasset new file mode 100644 index 00000000..d84ef0a9 Binary files /dev/null and b/Content/Blueprints/UI/Imgs/ConstrPhotos/photo_2020-10-20_13-48-35.uasset differ diff --git a/Content/Blueprints/UI/Imgs/ConstrPhotos/photo_2020-10-20_13-48-39.uasset b/Content/Blueprints/UI/Imgs/ConstrPhotos/photo_2020-10-20_13-48-39.uasset new file mode 100644 index 00000000..72c93fb6 Binary files /dev/null and b/Content/Blueprints/UI/Imgs/ConstrPhotos/photo_2020-10-20_13-48-39.uasset differ diff --git a/Content/Blueprints/UI/Imgs/ConstrPhotos/photo_2020-10-20_13-48-41.uasset b/Content/Blueprints/UI/Imgs/ConstrPhotos/photo_2020-10-20_13-48-41.uasset new file mode 100644 index 00000000..ef97d9aa Binary files /dev/null and b/Content/Blueprints/UI/Imgs/ConstrPhotos/photo_2020-10-20_13-48-41.uasset differ diff --git a/Content/Blueprints/UI/Imgs/ConstrPhotos/photo_2020-10-20_13-48-44.uasset b/Content/Blueprints/UI/Imgs/ConstrPhotos/photo_2020-10-20_13-48-44.uasset new file mode 100644 index 00000000..f5fcedfb Binary files /dev/null and b/Content/Blueprints/UI/Imgs/ConstrPhotos/photo_2020-10-20_13-48-44.uasset differ diff --git a/Content/Blueprints/UI/Imgs/ConstrPhotos/photo_2020-10-20_13-48-47.uasset b/Content/Blueprints/UI/Imgs/ConstrPhotos/photo_2020-10-20_13-48-47.uasset new file mode 100644 index 00000000..2daa9b0f Binary files /dev/null and b/Content/Blueprints/UI/Imgs/ConstrPhotos/photo_2020-10-20_13-48-47.uasset differ diff --git a/Content/Blueprints/UI/Imgs/ConstrPhotos/photo_2020-10-20_13-48-51.uasset b/Content/Blueprints/UI/Imgs/ConstrPhotos/photo_2020-10-20_13-48-51.uasset new file mode 100644 index 00000000..504f345a Binary files /dev/null and b/Content/Blueprints/UI/Imgs/ConstrPhotos/photo_2020-10-20_13-48-51.uasset differ diff --git a/Content/Blueprints/UI/Imgs/ConstrPhotos/photo_2020-10-20_13-48-54.uasset b/Content/Blueprints/UI/Imgs/ConstrPhotos/photo_2020-10-20_13-48-54.uasset new file mode 100644 index 00000000..22d708bc Binary files /dev/null and b/Content/Blueprints/UI/Imgs/ConstrPhotos/photo_2020-10-20_13-48-54.uasset differ diff --git a/Content/Blueprints/UI/Imgs/ConstrPhotos/photo_2020-10-20_13-48-56.uasset b/Content/Blueprints/UI/Imgs/ConstrPhotos/photo_2020-10-20_13-48-56.uasset new file mode 100644 index 00000000..aea47835 Binary files /dev/null and b/Content/Blueprints/UI/Imgs/ConstrPhotos/photo_2020-10-20_13-48-56.uasset differ diff --git a/Content/Blueprints/UI/Imgs/ConstrPhotos/photo_2020-10-20_13-49-04.uasset b/Content/Blueprints/UI/Imgs/ConstrPhotos/photo_2020-10-20_13-49-04.uasset new file mode 100644 index 00000000..cf7acdce Binary files /dev/null and b/Content/Blueprints/UI/Imgs/ConstrPhotos/photo_2020-10-20_13-49-04.uasset differ diff --git a/Content/Blueprints/UI/Imgs/ConstrPhotos/photo_2020-10-20_13-49-07.uasset b/Content/Blueprints/UI/Imgs/ConstrPhotos/photo_2020-10-20_13-49-07.uasset new file mode 100644 index 00000000..67e64831 Binary files /dev/null and b/Content/Blueprints/UI/Imgs/ConstrPhotos/photo_2020-10-20_13-49-07.uasset differ diff --git a/Content/Blueprints/UI/Imgs/ConstrPhotos/photo_2020-10-20_13-49-10.uasset b/Content/Blueprints/UI/Imgs/ConstrPhotos/photo_2020-10-20_13-49-10.uasset new file mode 100644 index 00000000..df413a90 Binary files /dev/null and b/Content/Blueprints/UI/Imgs/ConstrPhotos/photo_2020-10-20_13-49-10.uasset differ diff --git a/Content/Blueprints/UI/Imgs/ConstrPhotos/photo_2020-10-20_13-49-14.uasset b/Content/Blueprints/UI/Imgs/ConstrPhotos/photo_2020-10-20_13-49-14.uasset new file mode 100644 index 00000000..2d331f69 Binary files /dev/null and b/Content/Blueprints/UI/Imgs/ConstrPhotos/photo_2020-10-20_13-49-14.uasset differ diff --git a/Content/Blueprints/UI/Imgs/ConstrPhotos/photo_2020-10-20_13-49-17.uasset b/Content/Blueprints/UI/Imgs/ConstrPhotos/photo_2020-10-20_13-49-17.uasset new file mode 100644 index 00000000..4ba7cb4e Binary files /dev/null and b/Content/Blueprints/UI/Imgs/ConstrPhotos/photo_2020-10-20_13-49-17.uasset differ diff --git a/Content/Blueprints/UI/Imgs/ConstrPhotos/photo_2020-10-20_13-49-20.uasset b/Content/Blueprints/UI/Imgs/ConstrPhotos/photo_2020-10-20_13-49-20.uasset new file mode 100644 index 00000000..4addec6c Binary files /dev/null and b/Content/Blueprints/UI/Imgs/ConstrPhotos/photo_2020-10-20_13-49-20.uasset differ diff --git a/Content/Blueprints/UI/Imgs/galkin_0.uasset b/Content/Blueprints/UI/Imgs/galkin_0.uasset new file mode 100644 index 00000000..c17b9e91 Binary files /dev/null and b/Content/Blueprints/UI/Imgs/galkin_0.uasset differ diff --git a/Content/Blueprints/UI/Imgs/Эскизный_Альбом2_Страница_32.uasset b/Content/Blueprints/UI/Imgs/Эскизный_Альбом2_Страница_32.uasset new file mode 100644 index 00000000..1d42a8cb Binary files /dev/null and b/Content/Blueprints/UI/Imgs/Эскизный_Альбом2_Страница_32.uasset differ diff --git a/Content/Blueprints/UI/Imgs/Эскизный_Альбом2_Страница_32_Mat.uasset b/Content/Blueprints/UI/Imgs/Эскизный_Альбом2_Страница_32_Mat.uasset new file mode 100644 index 00000000..b1eab846 Binary files /dev/null and b/Content/Blueprints/UI/Imgs/Эскизный_Альбом2_Страница_32_Mat.uasset differ diff --git a/Content/Blueprints/UI/Materials/FasadHide.uasset b/Content/Blueprints/UI/Materials/FasadHide.uasset index 9c231d2f..87c90261 100644 Binary files a/Content/Blueprints/UI/Materials/FasadHide.uasset and b/Content/Blueprints/UI/Materials/FasadHide.uasset differ diff --git a/Content/Blueprints/UI/Materials/Presa.uasset b/Content/Blueprints/UI/Materials/Presa.uasset new file mode 100644 index 00000000..934b3994 Binary files /dev/null and b/Content/Blueprints/UI/Materials/Presa.uasset differ diff --git a/Content/Blueprints/UI/Materials/WorldSelect.uasset b/Content/Blueprints/UI/Materials/WorldSelect.uasset new file mode 100644 index 00000000..13c915cf Binary files /dev/null and b/Content/Blueprints/UI/Materials/WorldSelect.uasset differ diff --git a/Content/Blueprints/UI/Materials/WorldSelection.uasset b/Content/Blueprints/UI/Materials/WorldSelection.uasset new file mode 100644 index 00000000..236c00f5 Binary files /dev/null and b/Content/Blueprints/UI/Materials/WorldSelection.uasset differ diff --git a/Content/Blueprints/UI/Materials/textMasked.uasset b/Content/Blueprints/UI/Materials/textMasked.uasset index 5d74670a..7db0f8cd 100644 Binary files a/Content/Blueprints/UI/Materials/textMasked.uasset and b/Content/Blueprints/UI/Materials/textMasked.uasset differ diff --git a/Content/Blueprints/UI/Others/InfraData.uasset b/Content/Blueprints/UI/Others/InfraData.uasset index cd494edf..4a5a5ecd 100644 Binary files a/Content/Blueprints/UI/Others/InfraData.uasset and b/Content/Blueprints/UI/Others/InfraData.uasset differ diff --git a/Content/Blueprints/UI/Others/InfraInfo.uasset b/Content/Blueprints/UI/Others/InfraInfo.uasset index ee2c4025..14f203d8 100644 Binary files a/Content/Blueprints/UI/Others/InfraInfo.uasset and b/Content/Blueprints/UI/Others/InfraInfo.uasset differ diff --git a/Content/Blueprints/UI/WBPS/FlatCard.uasset b/Content/Blueprints/UI/WBPS/FlatCard.uasset new file mode 100644 index 00000000..cbd7e71f Binary files /dev/null and b/Content/Blueprints/UI/WBPS/FlatCard.uasset differ diff --git a/Content/Blueprints/UI/WBPS/InfraPointer.uasset b/Content/Blueprints/UI/WBPS/InfraPointer.uasset index 3905777b..7afd3b2a 100644 Binary files a/Content/Blueprints/UI/WBPS/InfraPointer.uasset and b/Content/Blueprints/UI/WBPS/InfraPointer.uasset differ diff --git a/Content/Blueprints/UI/WBPS/MainMenu.uasset b/Content/Blueprints/UI/WBPS/MainMenu.uasset index b6be82c9..5b7c5032 100644 Binary files a/Content/Blueprints/UI/WBPS/MainMenu.uasset and b/Content/Blueprints/UI/WBPS/MainMenu.uasset differ diff --git a/Content/Blueprints/UI/WBPS/MenuBtn.uasset b/Content/Blueprints/UI/WBPS/MenuBtn.uasset index 4409e9a4..338dd501 100644 Binary files a/Content/Blueprints/UI/WBPS/MenuBtn.uasset and b/Content/Blueprints/UI/WBPS/MenuBtn.uasset differ diff --git a/Content/Blueprints/UI/WBPS/map.uasset b/Content/Blueprints/UI/WBPS/map.uasset new file mode 100644 index 00000000..e182787e Binary files /dev/null and b/Content/Blueprints/UI/WBPS/map.uasset differ diff --git a/Content/Blueprints/UI/WBPS/stick.uasset b/Content/Blueprints/UI/WBPS/stick.uasset new file mode 100644 index 00000000..68678087 Binary files /dev/null and b/Content/Blueprints/UI/WBPS/stick.uasset differ diff --git a/Content/Blueprints/Utils/Sky/Sky.uasset b/Content/Blueprints/Utils/Sky/Sky.uasset index 1368a2b2..7ab4337b 100644 Binary files a/Content/Blueprints/Utils/Sky/Sky.uasset and b/Content/Blueprints/Utils/Sky/Sky.uasset differ diff --git a/Content/CompactSUVCar/CompactSUV/Materials/MA_CarPaint1.uasset b/Content/CompactSUVCar/CompactSUV/Materials/MA_CarPaint1.uasset index fa790917..9a8c49bf 100644 Binary files a/Content/CompactSUVCar/CompactSUV/Materials/MA_CarPaint1.uasset and b/Content/CompactSUVCar/CompactSUV/Materials/MA_CarPaint1.uasset differ diff --git a/Content/CompactSUVCar/CompactSUV/Materials/MA_Glass1.uasset b/Content/CompactSUVCar/CompactSUV/Materials/MA_Glass1.uasset index a132d859..32c88b25 100644 Binary files a/Content/CompactSUVCar/CompactSUV/Materials/MA_Glass1.uasset and b/Content/CompactSUVCar/CompactSUV/Materials/MA_Glass1.uasset differ diff --git a/Content/Maps/DayLight.umap b/Content/Maps/DayLight.umap index c4e6b3e7..03c03b96 100644 Binary files a/Content/Maps/DayLight.umap and b/Content/Maps/DayLight.umap differ diff --git a/Content/Maps/MainScene.umap b/Content/Maps/MainScene.umap index 2669d8e6..41e29b08 100644 Binary files a/Content/Maps/MainScene.umap and b/Content/Maps/MainScene.umap differ diff --git a/Content/Maps/test.umap b/Content/Maps/test.umap new file mode 100644 index 00000000..7c3e9d4f Binary files /dev/null and b/Content/Maps/test.umap differ diff --git a/Content/Movies/ConstructStream.uasset b/Content/Movies/ConstructStream.uasset new file mode 100644 index 00000000..d7e7298f Binary files /dev/null and b/Content/Movies/ConstructStream.uasset differ diff --git a/Content/Movies/ConstructStreamSource.uasset b/Content/Movies/ConstructStreamSource.uasset new file mode 100644 index 00000000..7b9ab8c5 Binary files /dev/null and b/Content/Movies/ConstructStreamSource.uasset differ diff --git a/Content/Movies/Construct_Video.uasset b/Content/Movies/Construct_Video.uasset new file mode 100644 index 00000000..ec7593af Binary files /dev/null and b/Content/Movies/Construct_Video.uasset differ diff --git a/Content/Movies/itower.mp4 b/Content/Movies/itower.mp4 new file mode 100644 index 00000000..4e472f63 Binary files /dev/null and b/Content/Movies/itower.mp4 differ diff --git a/Content/Movies/itower.uasset b/Content/Movies/itower.uasset new file mode 100644 index 00000000..005e2222 Binary files /dev/null and b/Content/Movies/itower.uasset differ diff --git a/Content/Sequences/1.uasset b/Content/Sequences/1.uasset index 8e305e9b..11dc6e8e 100644 Binary files a/Content/Sequences/1.uasset and b/Content/Sequences/1.uasset differ diff --git a/Content/Sequences/2.uasset b/Content/Sequences/2.uasset new file mode 100644 index 00000000..79268c70 Binary files /dev/null and b/Content/Sequences/2.uasset differ diff --git a/Content/Sequences/3.uasset b/Content/Sequences/3.uasset new file mode 100644 index 00000000..854538b4 Binary files /dev/null and b/Content/Sequences/3.uasset differ diff --git a/Content/Sequences/4.uasset b/Content/Sequences/4.uasset new file mode 100644 index 00000000..fdd8a576 Binary files /dev/null and b/Content/Sequences/4.uasset differ diff --git a/Onejsky4U.uproject b/Onejsky4U.uproject index b2aa8df5..973963eb 100644 --- a/Onejsky4U.uproject +++ b/Onejsky4U.uproject @@ -257,10 +257,6 @@ { "Name": "BlueprintFileUtils", "Enabled": true - }, - { - "Name": "MultiUserClient", - "Enabled": true } ] } \ No newline at end of file