Project Zomboid

Project Zomboid

Broadcast Voicer
Ergebnisse 1–9 von 9
Update: 17. Jan. um 13:05

Added support for Build 42

Update: 12. Aug. 2024 um 19:55

Fixed Time control so it is not framerate dependant.

This should avoid accidentally triggering Fast Forward Sound clip when at regular speeds.

Update: 15. März 2024 um 16:57

Increased Radio Cache Amount.

Added a Debug Toggle in RadioWavs.lua to hide messages.

Update: 21. Nov. 2023 um 10:59

Fixed issue in multiplayer, were it didn't find Radio Devices.

This may cause trouble for people playing in 41.69 and below.

Special thanks to Wesch, who made me realize this bug and provided all the details required to fix it.

Update: 30. Aug. 2023 um 20:51

Added support for continuous audio clips.

Now, it will search for the GUID code provided. If it is not found, it will try to split it into segments, separated by "+". If the first line is not found it will not play, otherwise it will make a queue and play all found sounds in sequence.

This was added for dynamic radios, which generally generate their lines with game variables, so they have to be stitched together from audio clips.

Update: 23. Aug. 2023 um 8:03

Increased required time multiplier to trigger Fast Forward sound effect.

This should prevent the sound from accidentaly starting when time is set to normal due to float point error.

Update: 22. Aug. 2023 um 21:46

Added a Fast Forward effect.

If players are fast forwarding when a voiced line starts playing, it will play the FF sound instead.

If a player returns to normal speed, it will only play the line sound if it is voiced, meaning:

For best results, split the audio into each individual line, and assign the GUID of each line to the clip.

I might make some tools for this framework in the future, but I want to focus on finishing Voiced Radios & TVs


Added support to Recorded Media (VHS Tapes / CDs)

Due to problems with how the game is coded, we cannot control how much a recorded Media Line Lasts, so the text would most likely not sync to audio. It might also require all lines to be individually voiced.

To add voice to a VHS, go to lua/shared/RecordedMedia/recorded_media.lua to check what are the GUIDs of each line.

Update: 8. Mai 2023 um 19:42

Added mod URL to mod.info

Update: 8. Mai 2023 um 19:39