diff --git a/Config/DefaultEngine.ini b/Config/DefaultEngine.ini index 87548e63..1743111c 100644 --- a/Config/DefaultEngine.ini +++ b/Config/DefaultEngine.ini @@ -27,8 +27,15 @@ GlobalDefaultGameMode=/Game/Blueprints/Player/myGM.myGM_C UIScaleCurve=(EditorCurveData=(Keys=((Time=560.000000,Value=0.250000),(Time=2160.000000,Value=1.000000)),DefaultValue=340282346638528859811704183484516925440.000000,PreInfinityExtrap=RCCE_Constant,PostInfinityExtrap=RCCE_Constant),ExternalCurve=None) [/Script/Engine.StreamingSettings] -s.UseBackgroundLevelStreaming=False +s.UseBackgroundLevelStreaming=True [/Script/WindowsTargetPlatform.WindowsTargetSettings] DefaultGraphicsRHI=DefaultGraphicsRHI_DX11 +[/Script/NavigationSystem.RecastNavMesh] +RuntimeGeneration=Dynamic +bAutoDestroyWhenNoNavigation=False + +[/Script/NavigationSystem.NavigationSystemV1] +bGenerateNavigationOnlyAroundNavigationInvokers=True + diff --git a/Content/Blueprints/Player/CM.uasset b/Content/Blueprints/Player/CM.uasset index 5fe181bf..87c21c05 100644 Binary files a/Content/Blueprints/Player/CM.uasset and b/Content/Blueprints/Player/CM.uasset differ diff --git a/Content/Blueprints/Player/MyPC.uasset b/Content/Blueprints/Player/MyPC.uasset index a5c8767a..418125bc 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 43fe4849..13bb4c4f 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 c9dfdb71..fbd7c421 100644 Binary files a/Content/Blueprints/Player/WalkingPawn.uasset and b/Content/Blueprints/Player/WalkingPawn.uasset differ diff --git a/Content/Blueprints/UI/Actors/TouchPoint.uasset b/Content/Blueprints/UI/Actors/TouchPoint.uasset new file mode 100644 index 00000000..39cfa9ed Binary files /dev/null and b/Content/Blueprints/UI/Actors/TouchPoint.uasset differ diff --git a/Content/Blueprints/UI/Actors/floorPoint.uasset b/Content/Blueprints/UI/Actors/floorPoint.uasset index f02113a8..45bd7489 100644 Binary files a/Content/Blueprints/UI/Actors/floorPoint.uasset and b/Content/Blueprints/UI/Actors/floorPoint.uasset differ diff --git a/Content/Blueprints/UI/Actors/walkPoint.uasset b/Content/Blueprints/UI/Actors/walkPoint.uasset index c83aec8f..c1c36caa 100644 Binary files a/Content/Blueprints/UI/Actors/walkPoint.uasset and b/Content/Blueprints/UI/Actors/walkPoint.uasset differ diff --git a/Content/Blueprints/UI/Img/VRPoint/NOK.uasset b/Content/Blueprints/UI/Img/VRPoint/NOK.uasset new file mode 100644 index 00000000..8f952b3e Binary files /dev/null and b/Content/Blueprints/UI/Img/VRPoint/NOK.uasset differ diff --git a/Content/Blueprints/UI/Img/VRPoint/OK.uasset b/Content/Blueprints/UI/Img/VRPoint/OK.uasset new file mode 100644 index 00000000..bcd5c3e2 Binary files /dev/null and b/Content/Blueprints/UI/Img/VRPoint/OK.uasset differ diff --git a/Content/Blueprints/UI/Widgets/menu/mainMenu.uasset b/Content/Blueprints/UI/Widgets/menu/mainMenu.uasset index 21e2fa09..bf81e50e 100644 Binary files a/Content/Blueprints/UI/Widgets/menu/mainMenu.uasset and b/Content/Blueprints/UI/Widgets/menu/mainMenu.uasset differ diff --git a/Content/Blueprints/UI/materials/0to1Cubic.uasset b/Content/Blueprints/UI/materials/0to1Cubic.uasset new file mode 100644 index 00000000..bb856eea Binary files /dev/null and b/Content/Blueprints/UI/materials/0to1Cubic.uasset differ diff --git a/Content/Blueprints/UI/materials/MovePoint.uasset b/Content/Blueprints/UI/materials/MovePoint.uasset new file mode 100644 index 00000000..1f24bc20 Binary files /dev/null and b/Content/Blueprints/UI/materials/MovePoint.uasset differ diff --git a/Content/Blueprints/world/BP_house.uasset b/Content/Blueprints/world/BP_house.uasset index d92ae579..6f4779c0 100644 Binary files a/Content/Blueprints/world/BP_house.uasset and b/Content/Blueprints/world/BP_house.uasset differ diff --git a/Content/Maps/Interior/F02/1ST_FL.umap b/Content/Maps/Interior/F02/1ST_FL.umap index 9bb8b1eb..9592903f 100644 Binary files a/Content/Maps/Interior/F02/1ST_FL.umap and b/Content/Maps/Interior/F02/1ST_FL.umap differ diff --git a/Content/Maps/Interior/F02/2ND_FL.umap b/Content/Maps/Interior/F02/2ND_FL.umap index 0a44b94f..3cd5d173 100644 Binary files a/Content/Maps/Interior/F02/2ND_FL.umap and b/Content/Maps/Interior/F02/2ND_FL.umap differ diff --git a/Content/Maps/Interior/F02/GF0.umap b/Content/Maps/Interior/F02/GF0.umap index 336c4f0f..9736b5e7 100644 Binary files a/Content/Maps/Interior/F02/GF0.umap and b/Content/Maps/Interior/F02/GF0.umap differ diff --git a/Content/Maps/Main_Scene.umap b/Content/Maps/Main_Scene.umap index 6169a3e2..dfa84cd4 100644 Binary files a/Content/Maps/Main_Scene.umap and b/Content/Maps/Main_Scene.umap differ diff --git a/Content/Materials/Interior/F2/MI_Wall_white.uasset b/Content/Materials/Interior/F2/MI_Wall_white.uasset index 245adba7..271f45b7 100644 Binary files a/Content/Materials/Interior/F2/MI_Wall_white.uasset and b/Content/Materials/Interior/F2/MI_Wall_white.uasset differ diff --git a/Content/Textures/Interior/Fabric/T_AI_vol3_1_fabric_01_N.uasset b/Content/Textures/Interior/Fabric/T_AI_vol3_1_fabric_01_N.uasset index 93ccc91e..388cfdc1 100644 Binary files a/Content/Textures/Interior/Fabric/T_AI_vol3_1_fabric_01_N.uasset and b/Content/Textures/Interior/Fabric/T_AI_vol3_1_fabric_01_N.uasset differ diff --git a/Content/UltraDynamicSky/Blueprints/Ultra_Dynamic_Sky.uasset b/Content/UltraDynamicSky/Blueprints/Ultra_Dynamic_Sky.uasset index 48f357b7..d397245e 100644 Binary files a/Content/UltraDynamicSky/Blueprints/Ultra_Dynamic_Sky.uasset and b/Content/UltraDynamicSky/Blueprints/Ultra_Dynamic_Sky.uasset differ diff --git a/ShipyardSaudi.uproject.bak b/ShipyardSaudi.uproject.bak deleted file mode 100644 index 0fdb8f5b..00000000 --- a/ShipyardSaudi.uproject.bak +++ /dev/null @@ -1,313 +0,0 @@ -{ - "FileVersion": 3, - "EngineAssociation": "4.27", - "Category": "", - "Description": "", - "Plugins": [ - { - "Name": "Paper2D", - "Enabled": false - }, - { - "Name": "EnvironmentQueryEditor", - "Enabled": false - }, - { - "Name": "OnlineSubsystemGooglePlay", - "Enabled": false, - "SupportedTargetPlatforms": [ - "Android" - ] - }, - { - "Name": "AndroidPermission", - "Enabled": false - }, - { - "Name": "GooglePAD", - "Enabled": false - }, - { - "Name": "OpenXRHandTracking", - "Enabled": false, - "SupportedTargetPlatforms": [ - "Win32", - "Win64", - "Linux", - "HoloLens", - "Android" - ] - }, - { - "Name": "AudioCapture", - "Enabled": false - }, - { - "Name": "Synthesis", - "Enabled": false - }, - { - "Name": "MotoSynth", - "Enabled": false - }, - { - "Name": "SoundFields", - "Enabled": false - }, - { - "Name": "MagicLeapMedia", - "Enabled": false, - "SupportedTargetPlatforms": [ - "Lumin" - ] - }, - { - "Name": "MagicLeap", - "Enabled": false, - "SupportedTargetPlatforms": [ - "Lumin", - "Mac", - "Win64" - ] - }, - { - "Name": "MagicLeapPassableWorld", - "Enabled": false, - "SupportedTargetPlatforms": [ - "Lumin", - "Mac", - "Win64" - ] - }, - { - "Name": "LocationServicesBPLibrary", - "Enabled": false - }, - { - "Name": "XGEController", - "Enabled": false - }, - { - "Name": "CameraShakePreviewer", - "Enabled": false - }, - { - "Name": "MatineeToLevelSequence", - "Enabled": false - }, - { - "Name": "GameplayCameras", - "Enabled": false - }, - { - "Name": "OodleNetwork", - "Enabled": false - }, - { - "Name": "AndroidDeviceProfileSelector", - "Enabled": false - }, - { - "Name": "IOSDeviceProfileSelector", - "Enabled": false - }, - { - "Name": "LinuxDeviceProfileSelector", - "Enabled": false - }, - { - "Name": "ActorSequence", - "Enabled": false - }, - { - "Name": "FacialAnimation", - "Enabled": false - }, - { - "Name": "AppleImageUtils", - "Enabled": false - }, - { - "Name": "BackChannel", - "Enabled": false - }, - { - "Name": "ArchVisCharacter", - "Enabled": false - }, - { - "Name": "CharacterAI", - "Enabled": false - }, - { - "Name": "AlembicImporter", - "Enabled": false - }, - { - "Name": "LuminPlatformFeatures", - "Enabled": false, - "SupportedTargetPlatforms": [ - "Lumin" - ] - }, - { - "Name": "MLSDK", - "Enabled": false - }, - { - "Name": "AndroidMedia", - "Enabled": false - }, - { - "Name": "AvfMedia", - "Enabled": false - }, - { - "Name": "MediaCompositing", - "Enabled": false - }, - { - "Name": "ImgMedia", - "Enabled": false - }, - { - "Name": "WebMMoviePlayer", - "Enabled": false - }, - { - "Name": "MacGraphicsSwitching", - "Enabled": false - }, - { - "Name": "MobileLauncherProfileWizard", - "Enabled": false - }, - { - "Name": "MobilePatchingUtils", - "Enabled": false - }, - { - "Name": "AndroidMoviePlayer", - "Enabled": false - }, - { - "Name": "AppleMoviePlayer", - "Enabled": false - }, - { - "Name": "GoogleCloudMessaging", - "Enabled": false - }, - { - "Name": "ChunkDownloader", - "Enabled": false - }, - { - "Name": "OnlineSubsystemIOS", - "Enabled": false, - "SupportedTargetPlatforms": [ - "IOS", - "TVOS" - ] - }, - { - "Name": "CLionSourceCodeAccess", - "Enabled": false - }, - { - "Name": "CodeLiteSourceCodeAccess", - "Enabled": false - }, - { - "Name": "KDevelopSourceCodeAccess", - "Enabled": false - }, - { - "Name": "NullSourceCodeAccess", - "Enabled": false - }, - { - "Name": "RiderSourceCodeAccess", - "Enabled": false - }, - { - "Name": "XCodeSourceCodeAccess", - "Enabled": false, - "SupportedTargetPlatforms": [ - "Mac" - ] - }, - { - "Name": "CableComponent", - "Enabled": false - }, - { - "Name": "PerforceSourceControl", - "Enabled": false - }, - { - "Name": "SubversionSourceControl", - "Enabled": false - }, - { - "Name": "PlasticSourceControl", - "Enabled": false - }, - { - "Name": "OpenXREyeTracker", - "Enabled": false, - "SupportedTargetPlatforms": [ - "Win32", - "Win64", - "Linux", - "HoloLens", - "Android" - ] - }, - { - "Name": "OpenXR", - "Enabled": false, - "SupportedTargetPlatforms": [ - "Win32", - "Win64", - "Linux", - "Android", - "HoloLens" - ] - }, - { - "Name": "StaticMeshEditorExtension", - "Enabled": true - }, - { - "Name": "SteamVR", - "Enabled": false, - "SupportedTargetPlatforms": [ - "Win32", - "Win64", - "Linux" - ] - }, - { - "Name": "OculusVR", - "Enabled": false, - "SupportedTargetPlatforms": [ - "Win32", - "Win64", - "Android" - ] - }, - { - "Name": "Niagara", - "Enabled": true - }, - { - "Name": "DLSS", - "Enabled": true, - "MarketplaceURL": "https://www.unrealengine.com/marketplace/en-US/product/nvidia-dlss" - } - ], - "TargetPlatforms": [ - "WindowsNoEditor" - ] -} \ No newline at end of file