Configuration
Description about the configuration file.
The configuration file can be found in <game_directory>/red4ext/config.ini
.
If there is no configuration file present then the file is automatically generated, with the default values, when the game is started.
Even if the configuration file has ini
extension, in fact, it is a TOML
file See toml.io for more information.
Options
Name | Type | Default | Description |
|
|
| The file's version. |
logging | |||
|
|
| The global log level. Accepted values:
|
|
|
| The minimum log level that will trigger the flush. Accepted values:
|
|
|
| The maximum number of rotated log files. Minimum value: Note: A log file is rotated every time the game starts. |
|
|
| The maximum size, in megabytes, of a log file.
Minimum value: |
plugins | |||
|
|
| Enable / disable plugins system. |
|
|
| The specified plugins are ignored and will not loaded. |
dev | |||
|
|
| Enable / disable the external console (useful for development). |
|
|
| Block the process until a debugger is attached. |
Example
An example of the configuration file.
Last updated