This file sets several additional options for the game (see option.txt for other basic options). These options are loaded during startup.
First of all, this file allows for blank lines and comment lines starting with semicolons (';'). After the proper information in a line, you can add TABs, SPACEs, and comments starting with semicolon (';') as you please.
The data proper consists of settings with the following grammar: setting name = value
It seems that only one setting per line is allowed.
The current release version of the game includes the following executed data in this file (note that the values may vary as I am using the settings I have currently in my option.txt file. Since there is no reference need, I have translated the Japanese comments, replacing them with English ones.):
TitleBGpop = 1 ; Number of images displayed at startup (0~) FullScreen = 1 : startup in fullscreen mode? (0: window,1: fullscreen) BitColor = 32 ; Color Depth (Either 16 or 32; this setting only takes effect during fullscreen mode)
Return to the StartData directory overview
Return to the main index