Skip to content
This repository was archived by the owner on Feb 2, 2025. It is now read-only.

Subject-Team/Elementum-EC

Repository files navigation

Important

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

Elementum (Extended Classes For Godot)

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.

Parts

EMP (Elementum Main Plugin)

Elementum Main Plugin is primary part of Elementum.

ECP (Elementum Control Panel)

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!

ECPL (Elementum Control Panel Loader)

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.

EGV (Elementum Global Variables)

The general constants of the plugin and the path of its settings are kept in this class.

EOP (Elementum Output Profiler)

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.

Settings

If you want to change plugin settings see Project Settings > Elementum.

Important

Show Elementum section in Project Settings need active Advanced Settings!

Main

Send Output

This option controls the sending of reports to the Godot debugger console, it is recommended not to disable it.

Output Color

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.

Control Panel

Active Shortcut

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.

Shortcut Warn

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.

Error & Warnings

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

About

Extended internal Godot classes

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published