diff --git a/Config/DefaultEngine.ini b/Config/DefaultEngine.ini index 64c79660..7f992b7c 100644 --- a/Config/DefaultEngine.ini +++ b/Config/DefaultEngine.ini @@ -30,6 +30,8 @@ r.SeparateTranslucency=False [/Script/EngineSettings.GameMapsSettings] GameInstanceClass=/Game/Blueprints/Player/GI.GI_C GlobalDefaultGameMode=/Game/Blueprints/Player/MyGM.MyGM_C +EditorStartupMap=/Game/Maps/MainScene.MainScene +GameDefaultMap=/Game/Maps/MainScene.MainScene [/Script/Engine.UserInterfaceSettings] bAllowHighDPIInGameMode=False diff --git a/Content/Maps/Buildings_Outside.umap b/Content/Maps/Buildings_Outside.umap new file mode 100644 index 00000000..e72c2e8b Binary files /dev/null and b/Content/Maps/Buildings_Outside.umap differ diff --git a/Content/Maps/Empty.umap b/Content/Maps/Empty.umap deleted file mode 100644 index b15501e6..00000000 Binary files a/Content/Maps/Empty.umap and /dev/null differ diff --git a/Content/Maps/Index.umap b/Content/Maps/Index.umap index e7856cf1..19a4e821 100644 Binary files a/Content/Maps/Index.umap and b/Content/Maps/Index.umap differ diff --git a/Content/Maps/MainScene.umap b/Content/Maps/MainScene.umap index 6a30b218..ce95bb99 100644 Binary files a/Content/Maps/MainScene.umap and b/Content/Maps/MainScene.umap differ diff --git a/Content/Maps/Test_Level.umap b/Content/Maps/Test_Level.umap deleted file mode 100644 index f98da2b2..00000000 Binary files a/Content/Maps/Test_Level.umap and /dev/null differ diff --git a/Content/Maps/Test_Level_BuiltData.uasset b/Content/Maps/Test_Level_BuiltData.uasset deleted file mode 100644 index eecc1b60..00000000 Binary files a/Content/Maps/Test_Level_BuiltData.uasset and /dev/null differ diff --git a/Content/Maps/Yard.umap b/Content/Maps/Yard.umap index ec922262..48b4a049 100644 Binary files a/Content/Maps/Yard.umap and b/Content/Maps/Yard.umap differ diff --git a/Content/Maps/test.umap b/Content/Maps/test.umap deleted file mode 100644 index 7c3e9d4f..00000000 Binary files a/Content/Maps/test.umap and /dev/null differ diff --git a/Content/Maps/yard2.umap b/Content/Maps/yard2.umap new file mode 100644 index 00000000..efa386f6 Binary files /dev/null and b/Content/Maps/yard2.umap differ