godot-simply-console

A simple console for Godot 4 with the ability to call custom commands that are usable by the player and the developer.

MIT License

Stars
8
Committers
1

Simply Console for Godot 4

Simply Console is an in-game console window focused on being usable by players not just the developer.

Usage

Since the console is made to be accessible by players, it does not have the ability to execute arbitrary pieces of code. Instead, custom commands are used to execute existing methods from any object inside of the game.

The console can also be directly printed to to display errors, warnings or general messages.

Current Features

  • Custom commands to call set functions on any object

  • Object picker to get reference of objects being clicked on

  • Keywords to access specific objects directly

  • Permission levels and cheats to restrict command access

  • Graphical editor plugin for creating and editing commands

  • Print functions

  • Command history

  • Command suggestions

Guides

Notice

If you are upgrading from a version prior to v1.3.0, make sure to update your command list file as the command structure got reworked.

To update your command list:

  • Go to the Extras tab in the command editor.
  • Press the Validate Command List button. This may spam the editor output.
  • Press the Save button.