mirror of
https://github.com/fulpstation/fulpstation.git
synced 2025-12-09 07:54:14 +00:00
* tgu * utter bullshit * fixes more bugs * a * barsign bullshit * Update barsigns.dm * bitrunner update * infiltrator bullshit * ports 2 gamebreaking bug fixes * mentorwho is now in a block * Sec mech bay for fulp maps * merge conflict * oh man im pushing this to map depot --------- Co-authored-by: SgtHunk <68669754+SgtHunk@users.noreply.github.com>
11 lines
497 B
Plaintext
11 lines
497 B
Plaintext
///TTS preference is disbaled entirely, no sound will be played.
|
|
#define TTS_SOUND_OFF "Disabled"
|
|
///TTS preference is enabled, and will give full text-to-speech.
|
|
#define TTS_SOUND_ENABLED "Enabled"
|
|
///TTS preference is set to only play blips of a sound, rather than speech.
|
|
#define TTS_SOUND_BLIPS "Blips Only"
|
|
///TTS filter to activate start/stop radio clicks on speech.
|
|
#define TTS_FILTER_RADIO "radio"
|
|
///TTS filter to activate a silicon effect on speech.
|
|
#define TTS_FILTER_SILICON "silicon"
|