SpotifyCoopDX & Custom Voicelines

SpotifyCoopDX & Custom Voicelines v2.1

Reviews 4.00 star(s) 6 reviews

give me the tutorial pls i idk read
Custom Voice lines seems like a good mod, although i would like support for CS
kikwee
kikwee
Wdym
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!
It only allows limited songs, if there are more than 3 or 5, it disables itself...
kikwee
kikwee
this is because of sm64coopdx limitations the limit is 35 mb, a few ways to get around it is a mp3 compressor online and the second option is making a custom build of the game by downloading the source code from the GitHub repo and change the limit then build the game. if u go the route of making a custom build do know that you can't use custom builds of the game on CoopNet
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},
}