From 18abb5f338144785b939686278b2443559bd8de1 Mon Sep 17 00:00:00 2001 From: mjkzy Date: Fri, 24 Jun 2022 07:55:08 -0500 Subject: [PATCH] add extra gamemodes to UI --- data/ui_scripts/extra_gamemodes/__init__.lua | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 data/ui_scripts/extra_gamemodes/__init__.lua diff --git a/data/ui_scripts/extra_gamemodes/__init__.lua b/data/ui_scripts/extra_gamemodes/__init__.lua new file mode 100644 index 00000000..6bdadc82 --- /dev/null +++ b/data/ui_scripts/extra_gamemodes/__init__.lua @@ -0,0 +1,11 @@ +Cac.GameModes.Data = { + Standard = { + Label = Engine.Localize("@MPUI_STANDARD_CAPS"), + Image = "h1_ui_icon_playlist_standard", + List = + { + "dm", "war", "sd", "dom", "conf", "sab", "koth", "hp", "gun", + "dd", "ctf" -- missing gamemodes from UI + } + } +}