Check out our latest project ✨ OpenChapter.io: free ebooks the way its meant to be 📖

Developer Game Console

An asset by cherttov
The page banner background of a mountain and forest
Developer Game Console hero image

Quick Information

0 ratings
Developer Game Console icon image
cherttov
Developer Game Console

Godot addon that adds an in-game developer console to run and output in-game commands.

Supported Engine Version
4.6
Version String
0.1.0
License Version
MIT
Support Level
community
Modified Date
1 day ago
Git URL
Issue URL

Godot Developer Console

Godot addon that adds an in-game developer console to run and output in-game commands.

Configuration

By openning the dev-console scene in addons/dev-console/dev-console.tscn you can edit the parameters in the Inspector tab. Upon downloading the addon activate, it in the Godot plugin menu.

Parameter Value Type
Console Window Title String
Console Toggle Keybind Key
Console Default Commands Boolean

Usage

In order to use, add commands with reference to a coresponding function in _ready function like this:

func _ready() -> void:
  # Register the command "test" to call the _test function
  DevConsole.add_command("test", _test);

func _test() -> String:
  return "Hello world!";

Note: By returning a string you pass an output to the console, which will be displayed in it.

Godot addon that adds an in-game developer console to run and output in-game commands.

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
Developer Game Console icon image
cherttov
Developer Game Console

Godot addon that adds an in-game developer console to run and output in-game commands.

Supported Engine Version
4.6
Version String
0.1.0
License Version
MIT
Support Level
community
Modified Date
1 day 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