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.CheckUpdates
- when set to1
CLEO check if there is a new update available for download during the game startup. Enabled by default.LogOpcodes
- when set to1
CLEO logs all executed opcodes in custom scripts.DisplayMenuInfo
- when set to1
CLEO displays some information in the main menu. Enabled by default.PermissionLevel
- sets the permission level for unsafe operations (see below). Default isLax
.
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.