Plugins
Plugins are optional programs adding extra scripting commands with the help of CLEO Redux SDK. A plugin file has a .cleo
extension and should be copied to the CLEO\CLEO_PLUGINS
directory.
List of plugins
Name | Description | Link |
---|---|---|
IniFiles | Reading from and writing to INI files | src |
Dylib | Loading DLL files and importing functions | src |
Input | Checking for keyboard and mouse input, emulating key presses | src |
ImGuiRedux | Dear ImGui bindings | GitHub repo |
MemoryOperations | Low-level memory operations | GitHub repo |
Frontend | Checking for updates on GitHub and displaying information in the main menu | |
Events | Emitting custom events | src |
Plugins are included in the CLEO Redux installer. You can opt out of some of them by unchecking the corresponding checkbox in the installer.