Important
This repository has been archived and its comprehensive version is available in this repository.

Elementum is a plugin for use extended mode of Godot classes.
Important
The project is not yet ready for use, but there is no risk in using it. Currently, the control panel is not optimized for activating elements and generates additional characters.
Tip
In Godot, after install Elementum press F1 and search for Elementum to see all documentation for all plugin classes.
Elementum Main Plugin is primary part of Elementum.
For set up your plugin you can use Elementum Control Panel. Run project ( F5
or F6
) and press Ctrl + Shift + E
to open the ECP. In ECP you can turn on extended classes (Elements).
Note
Open ECP need to enable Active Shortcut in settings. (It's enabled by default)
Warning
ECP should only be used for project development, disable Active Shortcut
before exporting your project!
This section is responsible for calling the ECP.
Note
To improve the speed of the program, this section also performs the activation of other systems required during program execution.
The general constants of the plugin and the path of its settings are kept in this class.
All the outputs of the program are sent to this section to be displayed on the console, formatting and checking the structure of the outputs is the responsibility of this class.
If you want to change plugin settings see Project Settings > Elementum
.
Important
Show Elementum
section in Project Settings need active Advanced Settings
!
This option controls the sending of reports to the Godot debugger console, it is recommended not to disable it.
Controls the element output color, it is recommended to change this option to a low contrast color with the screen instead of disabling the output color.
This option allows you to disable the control panel shortcut, if this option is disabled, a warning will be sent to the debugger after every 30 calls to the control panel.
If Ctrl + Shift + E
is one of the most used keys in your program, turn off this option, otherwise it will cause
certain problems during troubleshooting.
Type | From | Text | Reason | Correction |
---|---|---|---|---|
Warning | Debugger | Elementum: ECP called for several times, but shortcut is disable! see Project Settings > Elementum > ControlPanel > ActiveShortcut & Project Settings > Elementum > ControlPanel > ShortcutWarn |
Many ECP calls and its shortcut is disabled | Enable Project Settings > Elementum > ControlPanel > ActiveShortcut or Disable Project Settings > Elementum > ControlPanel > ShortcutWarn |
Soft Error | Output | ECP - Element Extract Error: Cannot find folder \"%s\" folder, close ECP automaticly & back to main scene |
Calling ECP and missing required folders | Reinstall plugin or create folder or download plugin elements |