SpotifyCoopDX & Custom Voicelines

SpotifyCoopDX & Custom Voicelines v2.1

Reviews 3.86 star(s) 7 reviews

Its a great concept for a mod but it has some flaws...

1st: let's get the one i don't like the most. Having to adjust the length of the song in the lua is annoying. If this thing was fixed/removed I would like this mod a LOT more.

2nd: Menu improvements. With the age of new mods, you can go to the mod menu and simply change something... Simply put i would like this instead of typing /help to see what to type then typing /whatever for the thing i want to do

3rd: Bug fixes. This is more of a coop dx problem but custom character voices are completely broken. I know this is a thing with other voice replacements but hopefully someone fixes it...
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},
}