mirror of
https://github.com/NotAKidoS/NAK_CVR_Mods.git
synced 2025-09-01 13:59:22 +00:00
23 lines
No EOL
661 B
JSON
23 lines
No EOL
661 B
JSON
{
|
|
"_id": -1,
|
|
"name": "LuaTTS",
|
|
"modversion": "1.0.2",
|
|
"gameversion": "2024r176",
|
|
"loaderversion": "0.6.1",
|
|
"modtype": "Mod",
|
|
"author": "NotAKidoS",
|
|
"description": "Provides access to the built-in text-to-speech (TTS) functionality to lua scripts. Allows you to make the local player speak.",
|
|
"searchtags": [
|
|
"lua",
|
|
"tts",
|
|
"texttospeech",
|
|
"tomato"
|
|
],
|
|
"requirements": [
|
|
"None"
|
|
],
|
|
"downloadlink": "https://github.com/NotAKidoS/NAK_CVR_Mods/releases/download/r28/LuaTTS.dll",
|
|
"sourcelink": "https://github.com/NotAKidoS/NAK_CVR_Mods/tree/main/LuaTTS/",
|
|
"changelog": "- Initial release.",
|
|
"embedcolor": "#f61963"
|
|
} |