There are two types of configuration files for Kirikiri. The file that is located in the same location as the Kirikiri executable file, with the extension of the executable file name changed to
cf, and the name of the executable file that is placed in the data storage location specified by -datapath of
Command line options It is two of those that changed the extension to
cfu.
The cfu is generated by "engine settings (-userconf)" for end users.
When setting with Releaser, a .cf file will be created. However, please note that if you do not distribute this file together with Kirikiri, the set options will not be reflected.
If these files do not exist, they will be created when you launch the engine settings and press the OK button.
Note
In the configuration file, 'name="value"' is described line by line. The "value" part is a series of \xNN, each of which is a code point value in UNICODE. For example, if you write opt = "\x61\x62\x63\x3042\x3044\x3046", this means "abcあいう". Be careful when writing to these files from other applications.
In addition, if you write without using the \xNN format like opt="abcあいう", the Kirikiri core can recognize this correctly, but the engine setting cannot recognize this format. It may not work as expected. Double quotes on both sides of the value are also required.