cactbot 0.4.0: tts
An update of Cactbot with text-to-speech support.
**REQUIRES** the 0.3.4.0 version of the hibiyasleep OverlayPlugin. In case the bold text was not obvious, you need to update to this version.
Tested with the 1.6.1.8 version of rahvan's FFXIV ACT plugin.
Major Changes:
- tts support by popular demand
- many examples of how to customize and add triggers and timelines
- summoner ui for jobs overlay
- locale-related bug fixes for folks running Windows in other languages
- more coil triggers, including dragon marking locations
- Timelines are now fully compatible with ACT Timeline and should be able to be used interchangeably between cactbot and ACT Timeline plugins.
Text-to-Speech Overview:
- In your
user/raidboss.js
file (create if not there), add the lineOptions.SpokenAlertsEnabled = true
and this will make any trigger that has tts support use text to speech instead of the info/alert/alarm noise. - If you have ui/test/cactbot_test.html as an overlay, you can
/echo tts:howdy
in game to test out text to speech. - The test timeline also has text to speech support if you want a further example.
- There is no support for timeline-based tts yet (sorry).