Transcript of Console

  • To close the console press the key below the escape key. Type 'help' for a list of commands.
  • (After entering an unknown command:)
    • > [command]
      No such command '[command]'
  • (After entering a command in an incorrect way:)
    • > [command]
      Usage: [example]
  • (After entering "build_string":)
    • > build_string
      [current build string]
  • (After entering "clear":)
    • (The console is cleared.)
  • (After entering "close":)
    • > close
    • (The console is closed.)
  • (After entering "fake_lost_context":)
    • > fake_lost_context
    • (The game reloads.)
  • (After entering "fake_out_of_driver_memory":)
    • > fake_out_of_driver_memory
    • (The game reloads.)
  • (After entering "fake_out_of_total_memory":)
    • > fake_out_of_total_memory
    • (The game reloads.)
  • (After entering "get [variable]":)
    • (With invalid variable:)
      • > get [variable]
        No such variable: [variable]
    • (With valid variable:)
      • > get [variable]
        [variable] = [value]
  • (After entering "help":)
    • > help
      Commands:
      build_string: prints the build string of this client
      clear: clears all the text in the console
      close: closes the console
      fake_lost_context: simulates losing the gpu context
      fake_out_of_driver_memory: simulates running out of driver memory
      fake_out_of_total_memory: simulates running out of total memory
      get: gets the value of a variable
      help: shows the available console commands and key presses
      quit: quits the client immediately
      resize: Tries to resize the window such that the frontbuffer is the specified dimensions
      set: sets the value of a variable
      Keys:
      Tab: autocomplete current command
      Cursor up/down: command history
      Key below Esc: hide the console
      For help on a specific command type: 'help command_name'
  • (After entering "help [command]" with an unknown command:)
    • > help [command]
      No such command '[command]'
  • (After entering "help build_string":)
    • > help build_string
      Description: prints the build string of this client
      Usage: build_string
  • (After entering "help clear":)
    • > help clear
      Description: clears all the text in the console
      Usage: clear
  • (After entering "help close":)
    • > help close
      Description: closes the console
      Usage: close
  • (After entering "help fake_lost_context":)
    • > help fake_lost_context
      Description: simulates losing the gpu context
      Usage: fake_lost_context
  • (After entering "help fake_out_of_driver_memory":)
    • > help fake_out_of_driver_memory
      Description: simulates running out of driver memory
      Usage: fake_out_of_driver_memory
  • (After entering "help fake_out_of_total_memory":)
    • > help fake_out_of_total_memory
      Description: simulates running out of total memory
      Usage: fake_out_of_total_memory
  • (After entering "help get":)
    • > help get
      Description: gets the value of a variable
      Usage: get variable-name
      Available variables
      show-zone
      roster-servers
      show-heap-memory
      show-read-sync-profiling
      show-gpu-memory
      show-frame-profiling
      show-flute-debug
      vsync
      fence
      show-event-profiling
      show-speaker-compressor
      debug-portable-events
      fake-fluctuating-fps
      show-memory
      show-batch-profiling
      show-fps
      show-cache-profiling
      show-frame-time
      sound
      show-allocation-counts
      show-frame-metrics
      show-latency
      show-network-profiling
  • (After entering "help help":)
    • > help help
      Description: shows the available console commands and key presses
      Usage: help [command]
  • (After entering "help quit":)
    • > help quit
      Description: quits the client immediately
      Usage: quit
  • (After entering "help resize":)
    • > help resize
      Description: Tries to resize the window such that the frontbuffer is the specified dimensions
      Usage: resize width height [borderless]
  • (After entering "help set":)
    • > help set
      Description: sets the value of a variable
      Usage: set variable-name value
      Available variables
      show-zone
      roster-servers
      show-heap-memory
      show-read-sync-profiling
      show-gpu-memory
      show-frame-profiling
      show-flute-debug
      vsync
      fence
      show-event-profiling
      show-speaker-compressor
      debug-portable-events
      fake-fluctuating-fps
      show-memory
      show-batch-profiling
      show-fps
      show-cache-profiling
      show-frame-time
      sound
      show-allocation-counts
      show-frame-metrics
      show-latency
      show-network-profiling
  • (After entering "quit":)
    • > quit
    • (The game is closed.)
  • (After entering "reize [width] [height]":)
    • > resize [width] [height]
    • (The game window is resized as close to the provided width and height in pixels as possible.)
  • (After entering "reize [width] [height] [borderless]" with invalid borderless value:)
    • > resize [width] [height]
      Invalid borderless
  • (After entering "reize [width] [height] [borderless]" with valid borderless value:)
    • > resize [width] [height] [borderless]
    • (The game window is resized as close to the provided width and height in pixels as possible in the provided borderless mode.)
  • (After entering "set [parameters]" in an incorrect way:)
    • > set [parameters]
      Usage: set variable-name value [value] ...
  • (After entering "set [variable] [value]" with an unknown variable:)
    • > set [variable] [value]
      No such variable: [variable]
  • (After entering "set [variable] [value]" with a valid variable and invalid value:)
    • > set [variable] [value]
      Invalid value
      Valid values:
      true
      false
  • (After entering "set [variable] [value]" with valid variable and value:)
    • > set [variable] [value]