Small bug report, each time the VN is started, the “Text Speed” (preferences.text_cps) preference is reset to the default. This is caused by the default value being defined twice in the code, with different values, once in options.rpy, and once in script.rpy. Removing either line would fix the issue.