Console

An asset by SirQuartz
The page banner background of a mountain and forest
Console thumbnail image
Console thumbnail image
Console thumbnail image
Console hero image

Quick Information

0 ratings
Console icon image
SirQuartz
Console

A general-purpose debug console full of useful commands suitable for any kind of project.To install simply autoload the console.tscn scene and place it at the top of your load order. Then go to Project > Project Settings > Input Map and add a new action called "debug" and assign it a key. This action is used to open/close the console.

Supported Engine Version
3.3
Version String
1.2.3
License Version
MIT
Support Level
community
Modified Date
3 years ago
Git URL
Issue URL

Debug Console

A general-purpose debug console for the Godot Engine.

README Debug Console

Features

  • Debugging suite full of useful in-game commands
  • Usable in any project
  • Lightweight and easy to use
  • Persistent across all scenes

Overview

I made this debug console to be a tool used in any type of project by incorporating many useful commands. It has commands to change the resolution, window mode, enable/disable vsync, display useful debug information such as frames per second, memory, cursor position, current resolution, current screen, and more. There's a command to change the time scale, as well as reload the current scene. There's a "help" command that displays a popup with all the commands and more information about them.

This scene is autoloaded and persistent across all scenes, therefore, you don't need to instance it into every scene, it already exists within every scene by default. When the debug console is brought up it automatically pauses the game, then when it's exited it automatically unpauses the game for you.

README Debug Stats

Usage

Copy the addons/Debug Console folder into your projects directory, Then autoload the console.tscn scene within the Debug Console folder. This will make it present in every scene within your game. Next you need to create a new InputEventAction by going to Project>Project Settings>Input Map and create an action called "debug" and assign it a key. Press the "debug" action to bring up the console in-game. Be sure to consult the wiki for more detailed information.

Commands

Below is a list of all available commands that the debug console will accept. It works by typing the prefix followed by a space then enter the value.

  • help
  • clear
  • quit
  • shoot
  • cr int,int
  • mw fullscreen, windowed, borderless, bordered
  • mt float
  • vsync
  • fxaa
  • msaa 2, 4, 8, off
  • fov float
  • debug name, desc, fps, stats, draw, reload

License

MIT license.

A general-purpose debug console full of useful commands suitable for any kind of project.

To install simply autoload the console.tscn scene and place it at the top of your load order. Then go to Project > Project Settings > Input Map and add a new action called "debug" and assign it a key. This action is used to open/close the console.

Reviews

0 ratings

Your Rating

Headline must be at least 3 characters but not more than 50
Review must be at least 5 characters but not more than 500
Please sign in to add a review

Quick Information

0 ratings
Console icon image
SirQuartz
Console

A general-purpose debug console full of useful commands suitable for any kind of project.To install simply autoload the console.tscn scene and place it at the top of your load order. Then go to Project > Project Settings > Input Map and add a new action called "debug" and assign it a key. This action is used to open/close the console.

Supported Engine Version
3.3
Version String
1.2.3
License Version
MIT
Support Level
community
Modified Date
3 years ago
Git URL
Issue URL

Open Source

Released under the AGPLv3 license

Plug and Play

Browse assets directly from Godot

Community Driven

Created by developers for developers