diff --git a/Config/DefaultEngine.ini b/Config/DefaultEngine.ini index 29ef34c..35a7dda 100644 --- a/Config/DefaultEngine.ini +++ b/Config/DefaultEngine.ini @@ -12,6 +12,9 @@ bSupportsUpsideDownOrientation=False bSupportsLandscapeLeftOrientation=True PreferredLandscapeOrientation=LandscapeLeft +[/Script/EngineSettings.GameMapsSettings] +EditorStartupMap=/Game/Levels/index.index + [/Script/Engine.PhysicsSettings] DefaultGravityZ=-980.000000 DefaultTerminalVelocity=4000.000000 @@ -57,5 +60,24 @@ InitialAverageFrameRate=0.016667 PhysXTreeRebuildRate=10 DefaultBroadphaseSettings=(bUseMBPOnClient=False,bUseMBPOnServer=False,MBPBounds=(Min=(X=0.000000,Y=0.000000,Z=0.000000),Max=(X=0.000000,Y=0.000000,Z=0.000000),IsValid=0),MBPNumSubdivs=2) -[/Script/EngineSettings.GameMapsSettings] -EditorStartupMap=/Game/Levels/index.index +[/Script/Engine.RendererSettings] +r.AllowStaticLighting=False +r.SeparateTranslucency=False +r.DefaultFeature.LensFlare=True + +[/Script/WindowsTargetPlatform.WindowsTargetSettings] +Compiler=VisualStudio2017 +-TargetedRHIs=PCD3D_SM5 +-TargetedRHIs=PCD3D_SM4 ++TargetedRHIs=PCD3D_SM5 +MinimumOSVersion=MSOS_Vista +AudioDevice= +AudioSampleRate=48000 +AudioCallbackBufferFrameSize=1024 +AudioNumBuffersToEnqueue=1 +AudioMaxChannels=0 +AudioNumSourceWorkers=4 +SpatializationPlugin= +ReverbPlugin= +OcclusionPlugin= + diff --git a/Config/DefaultGame.ini b/Config/DefaultGame.ini index 1f4f567..fc7a53a 100644 --- a/Config/DefaultGame.ini +++ b/Config/DefaultGame.ini @@ -1,2 +1,7 @@ [/Script/EngineSettings.GeneralProjectSettings] ProjectID=949CAECC425B7EBF8F4B4395BA7C8C9E + +[/Script/UnrealEd.ProjectPackagingSettings] +UsePakFile=False +bSkipEditorContent=True + diff --git a/Content/Levels/LandscapeMap.umap b/Content/Levels/LandscapeMap.umap index d6688c0..a842e91 100644 Binary files a/Content/Levels/LandscapeMap.umap and b/Content/Levels/LandscapeMap.umap differ diff --git a/Content/Levels/LandscapeMap_BuiltData.uasset b/Content/Levels/LandscapeMap_BuiltData.uasset new file mode 100644 index 0000000..3ca8253 Binary files /dev/null and b/Content/Levels/LandscapeMap_BuiltData.uasset differ diff --git a/Helicopter_K52.uproject b/Helicopter_K52.uproject index 3d463a4..0848aa9 100644 --- a/Helicopter_K52.uproject +++ b/Helicopter_K52.uproject @@ -8,6 +8,61 @@ "Name": "SceneProtocol", "Enabled": true, "MarketplaceURL": "com.epicgames.launcher://ue/marketplace/content/7f317bcd79c5421d9af437b9165f55c2" + }, + { + "Name": "OculusVR", + "Enabled": false + }, + { + "Name": "SteamVR", + "Enabled": false + }, + { + "Name": "AndroidMoviePlayer", + "Enabled": false + }, + { + "Name": "OnlineSubsystemGooglePlay", + "Enabled": false, + "SupportedTargetPlatforms": [ + "Android" + ] + }, + { + "Name": "AndroidPermission", + "Enabled": false + }, + { + "Name": "AndroidDeviceProfileSelector", + "Enabled": false + }, + { + "Name": "AndroidMedia", + "Enabled": false + }, + { + "Name": "AppleVision", + "Enabled": false + }, + { + "Name": "AppleImageUtils", + "Enabled": false + }, + { + "Name": "AppleMoviePlayer", + "Enabled": false + }, + { + "Name": "WebMMoviePlayer", + "Enabled": false + }, + { + "Name": "PerforceSourceControl", + "Enabled": false + }, + { + "Name": "SubversionSourceControl", + "Enabled": false } ] } \ No newline at end of file