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 + } + } +}