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 | Portable |
|---|---|---|---|
| IniFiles | Reading from and writing to INI files | src | Yes |
| Dylib | Loading DLL files and importing functions | src | Yes |
| Input | Checking for keyboard and mouse input, emulating key presses | src | Yes |
| ImGuiRedux | Dear ImGui bindings | GitHub repo | No |
| MemoryOperations | Low-level memory operations | GitHub repo | No |
| Frontend | Checking for updates on GitHub and displaying information in the main menu | Available only in the installer | No |
| Events | Emitting custom events | src | Yes |
Plugins are included in the CLEO Redux installer. You can opt out of some of them by unchecking the corresponding checkbox in the installer. Portable plugins are also included in the portable versions of CLEO Redux (standalone archives). Non-portable plugins need to be downloaded and installed manually.