diff --git a/DES3_Project/Config/DefaultEngine.ini b/DES3_Project/Config/DefaultEngine.ini index 8e803c3..27d90a2 100644 --- a/DES3_Project/Config/DefaultEngine.ini +++ b/DES3_Project/Config/DefaultEngine.ini @@ -11,8 +11,8 @@ AppliedDefaultGraphicsPerformance=Maximum +ActiveGameNameRedirects=(OldGameName="/Script/TP_BlankBP",NewGameName="/Script/TileProject") [/Script/EngineSettings.GameMapsSettings] -EditorStartupMap=/Game/Core/Maps/BaseMap.BaseMap -GameDefaultMap=/Game/Core/Maps/BaseMap.BaseMap +EditorStartupMap=/Game/RCQuick/Maps/LVL_RandalQuick.LVL_RandalQuick +GameDefaultMap=/Game/RCQuick/Maps/LVL_RandalQuick.LVL_RandalQuick GlobalDefaultGameMode=/Game/Core/Blueprints/BP_TileGameMode.BP_TileGameMode_C [/Script/AndroidFileServerEditor.AndroidFileServerRuntimeSettings] diff --git a/DES3_Project/Content/Core/Maps/BaseMap.umap b/DES3_Project/Content/Core/Maps/BaseMap.umap index d09d661..a6a2e0c 100644 Binary files a/DES3_Project/Content/Core/Maps/BaseMap.umap and b/DES3_Project/Content/Core/Maps/BaseMap.umap differ diff --git a/DES3_Project/Content/RCQuick/Blueprints/Tile_BridgeButton.uasset b/DES3_Project/Content/RCQuick/Blueprints/Tile_BridgeButton.uasset index e7b7dca..744d80d 100644 Binary files a/DES3_Project/Content/RCQuick/Blueprints/Tile_BridgeButton.uasset and b/DES3_Project/Content/RCQuick/Blueprints/Tile_BridgeButton.uasset differ diff --git a/DES3_Project/Content/RCQuick/Maps/LVL_RandalQuick.umap b/DES3_Project/Content/RCQuick/Maps/LVL_RandalQuick.umap new file mode 100644 index 0000000..e114e16 Binary files /dev/null and b/DES3_Project/Content/RCQuick/Maps/LVL_RandalQuick.umap differ diff --git a/DES3_Project/Content/RCQuick/Maps/LVL_Sandbox.umap b/DES3_Project/Content/RCQuick/Maps/LVL_Sandbox.umap index 289a9d1..1319bf8 100644 Binary files a/DES3_Project/Content/RCQuick/Maps/LVL_Sandbox.umap and b/DES3_Project/Content/RCQuick/Maps/LVL_Sandbox.umap differ