You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The Weight module extends Ultimate Mapchooser's weighting system to allow users to specify a weight for maps and groups in their UMC-Mapcycle definitions. Specifically, it defines one new group option group_weight and one new map option weight.
"umc_mapcycle"
{
"A Group"
{
"group_weight" "X"
...
"A Map"
{
"weight" "X"
...
}
}
...
}