Difference between revisions of "Category:config.txt"

From OpenKore Wiki
Jump to navigation Jump to search
m (add text to config.txt category)
 
m (remove a space)
Line 12: Line 12:
 
     <attribute2> <value2>
 
     <attribute2> <value2>
 
  }
 
  }
 
  
 
==Details==
 
==Details==

Revision as of 13:32, 6 November 2009

The file config.txt is the main configuration file. It is where you configure most of Kore's behavior.

Syntax

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

<config key> <value>

The block format, on the other hand, follows the similar concept, but additional attributes enclosed in curly brackets "{ }" extend the block config option's meaning:

<config key> <value> {
   <attribute1> <value1>
   <attribute2> <value2>
}

Details

<config key>
This is one of the configuration variable names used by Kore. See the configuration list below for a list of available 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 config keys are described in the configuration list below.
<attribute>
These are basically the same as config keys but they are only used inside configuration blocks. These attributes define properties for the current block, as well as the conditions when the block will be used.

Note. Lines that begin with the pound sign (#) are comment lines. They are ignored by Openkore. You can also make blocks of comments by enclosing multiple lines inside /* and */.

Pages in category "config.txt"

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

(previous page) (next page)

A

(previous page) (next page)