there have been no add-on requirements added. i only removed Server_TsuEval and i'm not getting that error with the latest version. it may be an expansion you've made or something? i'm not sure if that would break things or not but i'm not able to reproduce this
how would you preview what a role list would look like with different playercounts
there is no documentation on this and aaaaaa
i was certain i had something to do this easily since i had to be able to do that but it looks like i don't
the process would be to set
$MMDebug to 1 and to call
MM_InitModeCustom($DefaultMinigame);. the resulting roles list would be echoed out. (or just start a round)
the only thing to figure out is how you would want to change the number of players to test for, which could be done by changing line 781 in MM_Gamemods.cs (line 782 is actually a commented-out replacement that would work) or by packaging MinigameSO::MM_GetNumPlayers(%this) to return a specified value