Originally posted by nfleming
View Post

A new console command called 'players', which allows you flexible command line operations on the player counts. You can adjust player counts with either an absolute number (ie set player counts to an exact number) or a relative number (ie increase or decrease player counts by a number).
Set the total number of players for a non-team game - or set the number of players per team in a team game
mutate mm players 2
mutate mm players 10
Increase the total number of players for a non-team game - or increase the number of players per team in a team game
mutate mm players +1
mutate mm players +5
Decrease the total number of players for a non-team game - or decrease the number of players per team in a team game
mutate mm players -2
mutate mm players -5
A further option can be added to modify ONE team only, for example
mutate mm players +2 blue
mutate mm players -1 red
mutate mm players +1 green
mutate mm players 10 gold
You can also specify teams with numbers (0 = Red, 1 = Blue, 2 = Green, 3 = Gold)
mutate mm players 3 0
mutate mm players 3 2
What this will allow you to do is bind a key to say increase or decrease the number of players etc.
Of course, this command requires the user to be an admin or playing offline.
Set the total number of players for a non-team game - or set the number of players per team in a team game
mutate mm players 2
mutate mm players 10
Increase the total number of players for a non-team game - or increase the number of players per team in a team game
mutate mm players +1
mutate mm players +5
Decrease the total number of players for a non-team game - or decrease the number of players per team in a team game
mutate mm players -2
mutate mm players -5
A further option can be added to modify ONE team only, for example
mutate mm players +2 blue
mutate mm players -1 red
mutate mm players +1 green
mutate mm players 10 gold
You can also specify teams with numbers (0 = Red, 1 = Blue, 2 = Green, 3 = Gold)
mutate mm players 3 0
mutate mm players 3 2
What this will allow you to do is bind a key to say increase or decrease the number of players etc.
Of course, this command requires the user to be an admin or playing offline.
Btw, in case anyone of you didn't know, you get get a brief listing of all the mm console commands by typing 'mutate mm help'
Unfortunately you need to prefix all MM console commands with 'mutate'. I've tried to get assistance with creating client-side 'exec' functions for this purpose but no one seems able or willing to help. It could actually be impossible within the scope of MM. Frustrating but I've done all I can.
Comment