Menu

Console

Jakob Battelino Prelog

Console allows a basic command input.
Console can be accessed by pressing the ` key.
Currently, console recognizes the following commands:

  • /debug enables or disables debug info in the console. Recognized parameters are:
    • off turns the debug mode off.
    • on turns the debug mode on.
  • /game starts a game server. Required parameters are:
    • map name of the map folder.
    • rounds total number of rounds played.
    • time available guessing time for each round in seconds.
    • delay time between each of the rounds in seconds.
  • /help shows game help.
  • /join connects to a game server. Required parameters are:
    • host game host name or IP address.
    • name player name. Can not contain spaces.
    • color player color in RGB hex.
  • /music controls the music playback. Recognized parameters are:
    • off turns the music off.
    • on turns the music on.
  • /quit exits the game.
  • /showFPS enables or disables frames per second (FPS) display. Recognized parameters are:
    • off turns the FPS display off.
    • on turns the FPS display on.
  • /start starts the game. Only a game server host can start the game.
  • /who lists all the players connected to the game server.

MongoDB Logo MongoDB