Skip to content

Commit 39d4dd1

Browse files
committed
Sync modoptions.
1 parent 8517545 commit 39d4dd1

1 file changed

Lines changed: 32 additions & 0 deletions

File tree

LuaMenu/configs/gameConfig/zk/ModOptions.lua

Lines changed: 32 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -770,6 +770,38 @@ local options = {
770770
max = 10000000,
771771
step = 1,
772772
},
773+
{
774+
key = "allyteam_long_name_1",
775+
name = "Team 1 Name Override",
776+
desc = "Overrides the name of team 1 in the player list.",
777+
section = 'mapsettings',
778+
type = "string",
779+
def = "",
780+
},
781+
{
782+
key = "allyteam_short_name_1",
783+
name = "Team 1 Short Name Override",
784+
desc = "Overrides the short name of team 1 on the spectator panels.",
785+
section = 'mapsettings',
786+
type = "string",
787+
def = "",
788+
},
789+
{
790+
key = "allyteam_long_name_2",
791+
name = "Team 2 Name Override",
792+
desc = "Overrides the name of team 2 in the player list.",
793+
section = 'mapsettings',
794+
type = "string",
795+
def = "",
796+
},
797+
{
798+
key = "allyteam_short_name_2",
799+
name = "Team 2 Short Name Override",
800+
desc = "Overrides the short name of team 2 on the spectator panels.",
801+
section = 'mapsettings',
802+
type = "string",
803+
def = "",
804+
},
773805
--[[ Engine option, would need proper UI before enabling
774806
{
775807
key = 'fixedallies',

0 commit comments

Comments
 (0)