Console Commands

You can use console commands to control mapmixer in-game.

Parameter Conventions Used

MapMixer console commands are specified using the following conventions:

<name> Indicates a parameter name that you should fill in for this command.
 
[] Square brackets are used to indicate that an item is optional.  It needn't be provided for the command to function.
 
[*] An asterix in the option indicates that you do not need to type that parameter exactly, meaning that you could specify any text to make the switch "true" - leaving it blank indicates "false".
 
| A vertical bar tells you that you can select one or another of the alternatives that are seperated by the vertical bar for a command.
 

MapMixer console commands must be prefixed by the standard mutate command plus the word mapmixer, ie

mutate mapmixer <command> [parameter 1] ...

List of Comands

Command Description Example
config Opens the client-side configuration menu. config
admin Opens the client-side admin menu. admin
switch Switches to next map in map list or the last map selected using the navigation commands. switch
nav [direction] Navigates through the map list in either direction, determined by the sign of the [direction] parameter number.  If the [direction] parameter does not exist or equals zero then the current map is selected. nav 1 nav -1 nav 5 nav
setindex <index> [*switch] Navigates directly to the specified <index> in the map list.  If you specify the [switch] parameter then the selected map is loaded immediately. setindex 5
setindex 100 switch
source [menu]|[all]|[<listname>]
 
Changes the current map list to the type specified.

[menu] loads all the maps selected in the game menu when the game started.

[all] loads all the maps of the current game type.

<listname> is the name of a custom map list.

source all
source mymaps
source "my list"
 
sourceadd [menu]|[all][<listname>] Same as source command but doesn't clear the current list.
shuffle
Shuffles the current list.
addtolist <listname> Adds the current map to the Custom Map List specified by <listname>.  If the list does not exist then it is created. addtolist "My Deathmatches"
addtofav Adds the current map to a Custom Map List created for the current game type - named "Favourites {gametype}" addtofav
abortcountdown
If the game has ended and MapMixer is counting down till the next level switch, then you can use this command to stop the countdown. abortcountdown
difficulty <level> Set the level of difficulty of the next map.  Valid <level> numbers are from 0 to 8 (0=Novice, 8=Godlike). difficulty 8
loadconfig <configname> [*loadmaplist] Load a pre-saved MapMixer Configuration
If you specify the [loadmaplist] option then the map list source will be rebuilt as the new source.
loadconfig testconfig
loadconfig "my config" true