Category:sys.txt

From OpenKore Wiki
Revision as of 10:56, 15 December 2009 by EternalHarvest (talk | contribs) (Created page with 'Openkore system configuration file. == Syntax == Entries in this file follows the key-value format. The key-value format is outright simple. Each line contains a configuration k…')
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Openkore system configuration file.

Syntax

Entries in this file follows the key-value format. The key-value format is outright simple. Each line contains a configuration key as the first word, followed by the value:

<sys key> <value>

Details

<sys key>
This is one of the system configuration variable names used by Kore. See the system configuration list below for a list of available system config variables.
<value>
This sets the value for the corresponding configuration variable that will be used by Kore. The type of meaningful values vary with each configuration key. The proper values for each system config key are described in the system configuration list below.

Examples

The following example will make Openkore run using the English translation, load only the macro plugin:

locale en

loadPlugins 2
loadPlugins_list macro

Pages in category "sys.txt"

The following 12 pages are in this category, out of 12 total.