1 |
Got this to work. Instructions for Linux Debian/Ubuntu with ZKL:
|
1 |
Got this to work. Instructions for Linux Debian/Ubuntu with ZKL:
|
2 |
Click download in the pastebin behind @banana_Ai's link.
|
2 |
Click download in the pastebin behind @banana_Ai's link.
|
3 |
Save the file to your .spring/LuaUI/Widgets folder with the name
|
3 |
Save the file to your .spring/LuaUI/Widgets folder with the name
|
4 |
festival_tts.lua (or whatever name ending in .lua).
|
4 |
festival_tts.lua (or whatever name ending in .lua).
|
5 |
\n
|
5 |
\n
|
6 |
Do in a terminal:
|
6 |
Do in a terminal:
|
7 |
[*quote]
|
7 |
[quote]
|
8 |
sudo apt-get install festival
|
8 |
sudo apt-get install festival
|
9 |
[/quote]
|
9 |
[/quote]
|
10 |
\n
|
10 |
\n
|
11 |
This one will run festival, the text to speech server, and will take over your terminal. Closing the terminal closes the text to speech service:
|
11 |
This one will run festival, the text to speech server, and will take over your terminal. Closing the terminal closes the text to speech service:
|
12 |
[*quote]
|
12 |
[quote]
|
13 |
festival --server
|
13 |
festival --server
|
14 |
[/quote]
|
14 |
[/quote]
|
15 |
\n
|
15 |
\n
|
16 |
In ZK Lobby, go to Settings. Click Adv. Settings - edit engine settings.
|
16 |
In ZK Lobby, go to Settings. Click Adv. Settings - edit engine settings.
|
17 |
Paste
|
17 |
Paste
|
18 |
[*quote]
|
18 |
[quote]
|
19 |
LuaSocketEnabled = 1
|
19 |
LuaSocketEnabled = 1
|
20 |
TCPAllowConnect = 127.0.0.1:1314
|
20 |
TCPAllowConnect = 127.0.0.1:1314
|
21 |
[/quote]
|
21 |
[/quote]
|
22 |
at the end of the file.
|
22 |
at the end of the file.
|
23 |
Start a new game. It should speak "I choose: whatevercom" when you start.
|
23 |
Start a new game. It should speak "I choose: whatevercom" when you start.
|
24 |
Also active when spectating by default.
|
24 |
Also active when spectating by default.
|
25 |
Just kill or don't run festival to disable.
|
25 |
Just kill or don't run festival to disable.
|