These are pretty good mods! I'm happy that I got help to get them working too! I've always wanted to play custom music and use custom voicelines since Coop DX came out and wondered how until now. I know it's different for other mods to use custom voicelines and music but these mods make it easy!
Good mod, but i have a problem: How do I add another song to the playlist? Well, I tried, but only one appears. The only thing I can think of is the ID, but how do I add one? (And if it isn't, please tell me.)
did u add the mp3 files into the sound folder? and the code in add-songs.lua should be formated like:
-- Add your songs here and add them in the sounds folder Format: {file = "sound/filename.mp3", name = "Song Name", artist = "Artist Name", length = duration_in_seconds},
_G.playlist = {
{file = "sound/sports car.mp3", name = "Sports Car", artist = "tate mcrae", length = 188},
{file = "sound/miss possessive.mp3", name = "Miss Possessive", artist = "tate mcrae", length = 140},
}
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.