diff --git a/Config/DefaultEngine.ini b/Config/DefaultEngine.ini index 528c03ca..d7c21003 100644 --- a/Config/DefaultEngine.ini +++ b/Config/DefaultEngine.ini @@ -3,7 +3,7 @@ r.DefaultFeature.AutoExposure.ExtendDefaultLuminanceRange=True r.SkinCache.CompileShaders=True r.RayTracing=True -r.ReflectionCaptureResolution=64 +r.ReflectionCaptureResolution=128 r.GenerateMeshDistanceFields=False [/Script/HardwareTargeting.HardwareTargetingSettings] @@ -14,6 +14,7 @@ AppliedDefaultGraphicsPerformance=Maximum [/Script/WindowsTargetPlatform.WindowsTargetSettings] DefaultGraphicsRHI=DefaultGraphicsRHI_DX11 +Compiler=VisualStudio2017 [/Script/Engine.UserInterfaceSettings] UIScaleCurve=(EditorCurveData=(Keys=((Time=540.000000,Value=0.250000),(Time=1080.000000,Value=0.500000),(Time=2160.000000,Value=1.000000)),PreInfinityExtrap=RCCE_Constant,PostInfinityExtrap=RCCE_Constant,DefaultValue=340282346638528859811704183484516925440.000000),ExternalCurve=None) @@ -75,7 +76,7 @@ bSkipAgentHeightCheckWhenPickingNavData=False DataGatheringMode=Instant bGenerateNavigationOnlyAroundNavigationInvokers=False ActiveTilesUpdateInterval=1.000000 -+SupportedAgents=(Name="Default",Color=(B=0,G=255,R=140,A=164),DefaultQueryExtent=(X=50.000000,Y=50.000000,Z=20.000000),NavigationDataClassName=/Script/NavigationSystem.RecastNavMesh,AgentRadius=15.000000,AgentHeight=144.000000,AgentStepHeight=-1.000000,NavWalkingSearchHeightScale=0.500000,PreferredNavData=None,bCanCrouch=False,bCanJump=False,bCanWalk=False,bCanSwim=False,bCanFly=False) ++SupportedAgents=(Name="Default",Color=(B=0,G=255,R=140,A=164),DefaultQueryExtent=(X=50.000000,Y=50.000000,Z=20.000000),NavigationDataClassName=/Script/NavigationSystem.RecastNavMesh,AgentRadius=15.000000,AgentHeight=144.000000,AgentStepHeight=-1.000000,NavWalkingSearchHeightScale=0.500000,PreferredNavData=/Script/NavigationSystem.RecastNavMesh,bCanCrouch=False,bCanJump=False,bCanWalk=True,bCanSwim=False,bCanFly=False) DirtyAreasUpdateFreq=60.000000 [/Script/Engine.PhysicsSettings] diff --git a/Config/DefaultGame.ini b/Config/DefaultGame.ini index 379cd7e4..dd1dc798 100644 --- a/Config/DefaultGame.ini +++ b/Config/DefaultGame.ini @@ -1,2 +1,7 @@ [/Script/EngineSettings.GeneralProjectSettings] ProjectID=52E42E9347AC36EE8A8D6C8B33F4FCE7 +bUseBorderlessWindow=False + +[/Script/UnrealEd.ProjectPackagingSettings] +UsePakFile=False +bSkipEditorContent=True diff --git a/Content/Blueprints/BP_Elevator_OTIS.uasset b/Content/Blueprints/BP_Elevator_OTIS.uasset index af0a59fb..78ba7b04 100644 Binary files a/Content/Blueprints/BP_Elevator_OTIS.uasset and b/Content/Blueprints/BP_Elevator_OTIS.uasset differ diff --git a/Content/Blueprints/Player/MyGM.uasset b/Content/Blueprints/Player/MyGM.uasset index 3de52f1c..7b2887a6 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 0a903a5f..caa6db62 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 a6e3c9a7..1026b246 100644 Binary files a/Content/Blueprints/Player/MyPawn.uasset and b/Content/Blueprints/Player/MyPawn.uasset differ diff --git a/Content/Blueprints/Player/VR/BP_MotionController.uasset b/Content/Blueprints/Player/VR/BP_MotionController.uasset index 2f080359..cb88f5f7 100644 Binary files a/Content/Blueprints/Player/VR/BP_MotionController.uasset and b/Content/Blueprints/Player/VR/BP_MotionController.uasset differ diff --git a/Content/Blueprints/Player/VR/MotionControllerPawn.uasset b/Content/Blueprints/Player/VR/MotionControllerPawn.uasset index 9e487ab2..b5b1eff2 100644 Binary files a/Content/Blueprints/Player/VR/MotionControllerPawn.uasset and b/Content/Blueprints/Player/VR/MotionControllerPawn.uasset differ diff --git a/Content/Blueprints/UI/Other/FlatPoint.uasset b/Content/Blueprints/UI/Other/FlatPoint.uasset index a2109bd2..630f9500 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/Pointer.uasset b/Content/Blueprints/UI/Other/Pointer.uasset index 00e1f946..a00d1b4a 100644 Binary files a/Content/Blueprints/UI/Other/Pointer.uasset and b/Content/Blueprints/UI/Other/Pointer.uasset differ diff --git a/Content/Blueprints/UI/Other/PoitersData.uasset b/Content/Blueprints/UI/Other/PoitersData.uasset index cf68bcc0..9f62e754 100644 Binary files a/Content/Blueprints/UI/Other/PoitersData.uasset and b/Content/Blueprints/UI/Other/PoitersData.uasset differ diff --git a/Content/Blueprints/UI/Other/StageSelect.uasset b/Content/Blueprints/UI/Other/StageSelect.uasset index 52f3dbc1..b32c89fa 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 8bb41177..045874cf 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 01dcc12d..90eb86d7 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 daf10fe0..62c3d398 100644 Binary files a/Content/Blueprints/UI/Wbps/Pointer.uasset and b/Content/Blueprints/UI/Wbps/Pointer.uasset differ diff --git a/Content/Level/Environment.umap b/Content/Level/Environment.umap index e962fc93..7bc74117 100644 Binary files a/Content/Level/Environment.umap and b/Content/Level/Environment.umap differ diff --git a/Content/Level/Index.umap b/Content/Level/Index.umap index dab0126d..e5c4a963 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 fd884ec5..2e29030d 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 5d1fd16c..c1f3a988 100644 Binary files a/Content/Level/Lights.umap and b/Content/Level/Lights.umap differ diff --git a/Content/Level/S2F1.umap b/Content/Level/S2F1.umap index d4e04d42..7830050f 100644 Binary files a/Content/Level/S2F1.umap and b/Content/Level/S2F1.umap differ diff --git a/Content/Level/S2F2.umap b/Content/Level/S2F2.umap index df0ab6e7..0ea0fe28 100644 Binary files a/Content/Level/S2F2.umap and b/Content/Level/S2F2.umap differ diff --git a/Content/Level/S3F1.umap b/Content/Level/S3F1.umap index 411f1db2..50d4a773 100644 Binary files a/Content/Level/S3F1.umap and b/Content/Level/S3F1.umap differ diff --git a/Content/Level/S3F2.umap b/Content/Level/S3F2.umap index 9f9608b1..35db599d 100644 Binary files a/Content/Level/S3F2.umap and b/Content/Level/S3F2.umap differ diff --git a/Content/Materials/M_SandColor1.uasset b/Content/Materials/M_SandColor1.uasset index 03f7be71..6aca8774 100644 Binary files a/Content/Materials/M_SandColor1.uasset and b/Content/Materials/M_SandColor1.uasset differ diff --git a/Content/Meshes/Environment/SM_BuildingBase_003.uasset b/Content/Meshes/Environment/SM_BuildingBase_003.uasset index 3a72e7d3..3e04cab4 100644 Binary files a/Content/Meshes/Environment/SM_BuildingBase_003.uasset and b/Content/Meshes/Environment/SM_BuildingBase_003.uasset differ diff --git a/Content/Meshes/Environment/SM_Sidewalk_004.uasset b/Content/Meshes/Environment/SM_Sidewalk_004.uasset index bc4c7285..bb4ef7c4 100644 Binary files a/Content/Meshes/Environment/SM_Sidewalk_004.uasset and b/Content/Meshes/Environment/SM_Sidewalk_004.uasset differ diff --git a/Content/Meshes/interior/SM_Door_01.uasset b/Content/Meshes/interior/SM_Door_01.uasset index 1f13a4c0..f9e847d1 100644 Binary files a/Content/Meshes/interior/SM_Door_01.uasset and b/Content/Meshes/interior/SM_Door_01.uasset differ diff --git a/Content/PeopleSplineWalk/PeopleMove.uasset b/Content/PeopleSplineWalk/PeopleMove.uasset index d792c6bb..94b452a2 100644 Binary files a/Content/PeopleSplineWalk/PeopleMove.uasset and b/Content/PeopleSplineWalk/PeopleMove.uasset differ diff --git a/Content/Textures/lut.uasset b/Content/Textures/lut.uasset new file mode 100644 index 00000000..658df72a Binary files /dev/null and b/Content/Textures/lut.uasset differ diff --git a/Content/Textures/lut1.uasset b/Content/Textures/lut1.uasset new file mode 100644 index 00000000..27a4aa19 Binary files /dev/null and b/Content/Textures/lut1.uasset differ diff --git a/URA.uproject b/URA.uproject index 14b11062..d987059d 100644 --- a/URA.uproject +++ b/URA.uproject @@ -142,14 +142,9 @@ { "Name": "MeshEditor", "Enabled": true - }, - { - "Name": "VisualStudioCodeSourceCodeAccess", - "Enabled": false - }, - { - "Name": "VisualStudioSourceCodeAccess", - "Enabled": false } + ], + "TargetPlatforms": [ + "WindowsNoEditor" ] } \ No newline at end of file