Garry's Mod
Cider's TTS
20件中 1-10 を表示
< 1  2 >
更新: 5月19日 @ 13時26分

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

更新: 5月8日 @ 20時40分

-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.)

更新: 2024年11月10日 @ 21時54分

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

更新: 2024年6月11日 @ 22時46分

-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.

更新: 2024年4月24日 @ 0時31分

-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.

更新: 2024年3月29日 @ 0時09分

-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.

更新: 2024年3月25日 @ 16時04分

-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)

更新: 2023年5月15日 @ 19時14分

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

更新: 2023年4月28日 @ 22時41分

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

更新: 2023年4月28日 @ 10時05分

-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.