Configuration
CLEO Redux exposes some of the configurable settings in the file CLEO\.config\cleo.ini
.
General
-
AllowCs
- when set to1
CLEO loads and executes*.cs
files located in the CLEO directory. Enabled by default. -
AllowJs
- when set to1
CLEO loads and executes*.js
files located in the CLEO directory. Enabled by default. -
AllowFxt
- when set to1
CLEO loads and uses*.fxt
files located in the CLEO\CLEO_TEXT directory. Enabled by default. -
LogOpcodes
- when set to1
CLEO logs all executed opcodes in custom scripts. -
PermissionLevel
- sets the permission level for unsafe operations (see below). Default isLax
. -
CheckUpdates
- (deprecated in favor of Frontend plugin) -
DisplayMenuInfo
- (deprecated in favor of Frontend plugin)
Host
EnableSelfHost
- when set to1
CLEO runs in the self-host mode. Only applicable on an Unknown host. See the Emdedding guide for more information.SelfHostFps
- the amount of iterations per second the CLEO's main loop will do. Only applicable whenEnableSelfHost
is1
. Default is30
.
Permissions
This section lists permission tokens and sets whether they are allowed or not in the Strict mode.