Garry's Mod

Garry's Mod

Cider's TTS mod
Showing 1-10 of 20 entries
< 1  2 >
Update: 19 May @ 1:26pm

-Fixed HTTP not being filtered
-Fixed nil error when invalid player attempts to send TTS

Update: 8 May @ 8:40pm

-Replaced old fetch system with one that checks for downloaded file with a timeout.
-Added way to mute individual players TTS.
-Added way to autoclear cache when it reaches a filesize limit.
-Redid how cache system is handled fileside.
-Redid how what players can hear TTS serverside to be more efficient.
-Removed broken google TTSes.
-Added male and female tags to TTSes.
-Added labels to UI.
-Reworked the UI a bit.
-Added checkbox for enabling NPCs to hear player's TTS.
-Reworked the code for NPCs hearing players TTS.
-Added Deltarune Voxes

-[BETA] added player character mouth moving when TTS is playing. (broken? might conflict with other addons)
-[BETA] added way to enable only teammates hearing TTS (will prob be reworked in a future update.)

Update: 10 Nov, 2024 @ 9:54pm

-Reworked the UI a bit.
-Added a whole lot of new google ttses.

Update: 11 Jun, 2024 @ 10:46pm

-Fixed issue that prevents TTS from playing when hearing own TTS is disabled.
-Added coroutines for other vox types to fix performance issues related to them.
-Removed annoying console spam when either Cache Delete or Cache Error Check functions were running.

Update: 24 Apr, 2024 @ 12:31am

-Added "Master" VOX (like the character from fallout 1)
-Added support for Alphabet Voxes and added a sample VOX.
-Added coroutines for cache clearing and errorchecking.
-Enabled errorchecking on init by default.
-Minor changes and additions to the GUI.

-Added sanity checks.
-Fixed issue with tts sound not following the player.

Update: 29 Mar, 2024 @ 12:09am

-fixed VoxSubTypes not clearing when changing from Vox to Constant Vox or vice versa
-added print info when getting the SoundDuration of a sound file fails with the file name and where the function is looking for it.

Update: 25 Mar, 2024 @ 4:04pm

-new workshop pic
-redid how cvars are handled
-added dynamic vox support
-reworked GUI
-added ability to change server cvars from gui
-added ability to disable hearing own tts
-added undertale voices (constant VOX)
-added barney (hl1) VOX
-fixed error check code?
-fixed NULL error when tts attempts to play without a player
-replaced older functions with newer more optimized ones (player.iterator)
-combined all lua files into 2
-added ability for VOX to bypass char limit
-separated debug cvars for server and client
-added compression for data
-better separator for VOX
-NPCs can now "hear" players using tts (emithint)
-improved VOX playback timing
-added scuffed Twilight Sparkle VOX (made with talknet)

Update: 15 May, 2023 @ 7:14pm

-Initial Support for VOX
-hl1vox
-Added distance check before fetching tts
-Streamlined the code more
-Added missing Australian English TTS

Update: 28 Apr, 2023 @ 10:41pm

-Added Convar to enable error checking (disabled by default) because it was causing some issues for some users.

Update: 28 Apr, 2023 @ 10:05am

-Streamlined code.
-Added delay convar before playing fetched sound to give the game time to fetch before playing.
-Added function to scan for corrupt cache files and delete them.
-Fixed issue with GUI resetting some config options.
-Improved HTTP filtering.