This looks like a great game and I really wanted to enjoy this, but I simply can't handle the slow text speed.
Can you add an option for Instant text, such as
You must be registered to see the links
? Otherwise, it is really annoying for fast readers.
EDIT:
Actually, I went ahead and did it myself. For anyone else wanting to do the same, just grab the YEP_X_MessageSpeedOpt.js file from
this thread, and then add the following code at the end of "www/js/plugins.js":
JavaScript:
{ "name": "YEP_X_MessageSpeedOpt", "status": true, "description": "v1.00 (Requires YEP_MessageCore.js) Let your places adjust the\nspeed the message window displays text.", "parameters": { "OptionsCommand": "Message Speed", "DefaultSpeed": "11", "InstantText": "Instant" } },
The SlowText plugin also likes to change the text speed so go to "www/js/plugins/SlowText.js" and change line 75 from
this.updateTextSpeed(this.obtainEscapeParam(textState));
to
this.obtainEscapeParam(textState);