Skip to content

Mapgroup didnt change in the !maps and !nominate menu if the gamemode is changed but the maps in RTV and end-map-vote menu is changed #62

@DearCrazyLeaf

Description

@DearCrazyLeaf

I have 2 gamemodes for my server, also they got different mapgroups, so when I use !modes change the mode between them, the !map and !nominate maps is not changing, but the RTV and end-map-vote is showing the right mapgoup's map, so im wandering if you can fix that problem, im so need this function.

My cfg for modes:

"List": [
      {
        "Name": "MG",
        "Config": "mg_custom.cfg",
        "DefaultMap": "3170006594",
        "MapGroups": [
          "mg_custom"
        ]
      },
	  {
		"Name": "HunZhan",
		"Config": "mg_hunzhan.cfg",
		"DefaultMap": "3415606747",
		"MapGroups": [
		  "mg_hunzhan"
		]
	  }
      ]

Both the two modes' Configs are using css_gamemode to change to the right mode:

mapgroup mg_custom
css_gamemode MG
...
mapgroup mg_hunzhan
css_gamemode HunZhan
...

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions