Project Zomboid

Project Zomboid

Broadcast Voicer
Visar 1–9 av 9 poster
Uppdatering: 17 jan @ 13:05

Added support for Build 42

Uppdatering: 12 aug, 2024 @ 19:55

Fixed Time control so it is not framerate dependant.

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

Uppdatering: 15 mar, 2024 @ 16:57

Increased Radio Cache Amount.

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

Uppdatering: 21 nov, 2023 @ 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.

Uppdatering: 30 aug, 2023 @ 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.

Uppdatering: 23 aug, 2023 @ 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.

Uppdatering: 22 aug, 2023 @ 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.

Uppdatering: 8 maj, 2023 @ 19:42

Added mod URL to mod.info

Uppdatering: 8 maj, 2023 @ 19:39