SpotifyCoopDX & Custom Voicelines

SpotifyCoopDX & Custom Voicelines v2.1

Reviews 4.00 star(s) 6 reviews

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!
Absolutely great mod, now I can listen to my favorite metal songs while playing Mario 64 XDDDDDD though the background music still plays
kikwee
kikwee
you can fix it a little in the sm64coopdx settings but i have got this response before ill make a version without the bg music
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.)
kikwee
kikwee
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},
}