About Kirikiri setting

 "Kirikiri Settings" is a tool that allows you to set Kirikiri options with a GUI.
 This is so that end users (secondary users) can do some troubleshooting and performance tuning themselves.
 The engine settings are started by adding -userconf to the Kirikiri executable file itself.

 The name of the option, the value that can be set, and the description of the option use the information built into the Kirikiri core.

About configuration files

 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.

Engine settings screen

 The engine setting screen will be as follows.

Configure.png

"Option Name"
 The available options are listed.
 See also Command line options.
"Optional Values"
 A list of option values that can be set for the option selected in "Option name" is displayed.
 Please select.
"Description of Options"
 Displays a description for the option selected in "Option Name".