Simply Console
by Mediocracy
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
-
Multiple argument type support
- String
- int
- float
- bool
- Vector2 & Vector2i
- Vector3 & Vector3i
- Object
-
Keywords to access specific objects directly
-
Permission levels and cheats to restrict command access
-
Graphical editor plugin for creating and editing commands
-
Module system with included modules
- Object Picker
- Property Viewer
-
Print functions
-
Command history
-
Command suggestions
Guides
Download
Support
If you need help or have questions about this plugin, please contact the author.
Contact Author