From c7e9187987d71adf60d008652c1a3d9d3c16191e Mon Sep 17 00:00:00 2001 From: Areloch Date: Thu, 1 Feb 2018 01:50:38 -0600 Subject: [PATCH] Corrects level asset defines in the FPSGameplay and SpectatorGameplay modules. --- Templates/Modules/FPSGameplay/FPSGameplay.module | 5 +++++ .../Modules/FPSGameplay/levels/EmptyLevel.asset.taml | 3 ++- .../Modules/FPSGameplay/levels/EmptyTerrain.asset.taml | 8 ++++++++ .../Modules/FPSGameplay/levels/Empty_Terrain.asset.taml | 7 ------- Templates/Modules/FPSGameplay/levels/Outpost.asset.taml | 3 ++- .../Modules/spectatorGameplay/SpectatorGameplay.module | 5 +++++ 6 files changed, 22 insertions(+), 9 deletions(-) create mode 100644 Templates/Modules/FPSGameplay/levels/EmptyTerrain.asset.taml delete mode 100644 Templates/Modules/FPSGameplay/levels/Empty_Terrain.asset.taml diff --git a/Templates/Modules/FPSGameplay/FPSGameplay.module b/Templates/Modules/FPSGameplay/FPSGameplay.module index 9833352e2..37623bf1e 100644 --- a/Templates/Modules/FPSGameplay/FPSGameplay.module +++ b/Templates/Modules/FPSGameplay/FPSGameplay.module @@ -7,4 +7,9 @@ DestroyFunction="destroy" Group="Game" Dependencies="clientServer=1,UI=1"> + \ No newline at end of file diff --git a/Templates/Modules/FPSGameplay/levels/EmptyLevel.asset.taml b/Templates/Modules/FPSGameplay/levels/EmptyLevel.asset.taml index 58b1fc1c2..4f33dbd9f 100644 --- a/Templates/Modules/FPSGameplay/levels/EmptyLevel.asset.taml +++ b/Templates/Modules/FPSGameplay/levels/EmptyLevel.asset.taml @@ -2,6 +2,7 @@ canSave="true" canSaveDynamicFields="true" AssetName="EmptyLevel" + FriendlyName="EmptyLevel" LevelFile="data/FPSGameplay/levels/EmptyLevel.mis" - LevelDescription="An empty room" + Description="An empty room" VersionId="1" /> diff --git a/Templates/Modules/FPSGameplay/levels/EmptyTerrain.asset.taml b/Templates/Modules/FPSGameplay/levels/EmptyTerrain.asset.taml new file mode 100644 index 000000000..657070e50 --- /dev/null +++ b/Templates/Modules/FPSGameplay/levels/EmptyTerrain.asset.taml @@ -0,0 +1,8 @@ + diff --git a/Templates/Modules/FPSGameplay/levels/Empty_Terrain.asset.taml b/Templates/Modules/FPSGameplay/levels/Empty_Terrain.asset.taml deleted file mode 100644 index 08f13fa0e..000000000 --- a/Templates/Modules/FPSGameplay/levels/Empty_Terrain.asset.taml +++ /dev/null @@ -1,7 +0,0 @@ - diff --git a/Templates/Modules/FPSGameplay/levels/Outpost.asset.taml b/Templates/Modules/FPSGameplay/levels/Outpost.asset.taml index ab8a6c95a..3f70498f0 100644 --- a/Templates/Modules/FPSGameplay/levels/Outpost.asset.taml +++ b/Templates/Modules/FPSGameplay/levels/Outpost.asset.taml @@ -2,6 +2,7 @@ canSave="true" canSaveDynamicFields="true" AssetName="Outpost" + FriendlyName="Outpost" LevelFile="data/FPSGameplay/levels/Outpost.mis" - LevelDescription="Outpost level" + Description="Outpost level" VersionId="1" /> diff --git a/Templates/Modules/spectatorGameplay/SpectatorGameplay.module b/Templates/Modules/spectatorGameplay/SpectatorGameplay.module index 953932b87..08e040082 100644 --- a/Templates/Modules/spectatorGameplay/SpectatorGameplay.module +++ b/Templates/Modules/spectatorGameplay/SpectatorGameplay.module @@ -7,4 +7,9 @@ DestroyFunction="destroy" Group="Game" Dependencies="clientServer=1,UI=1"> + \ No newline at end of file