NAK_CVR_Mods/.Experimental/LuaTTS/format.json
2025-04-03 03:03:24 -05:00

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"
}