SpotifyCoopDX & Custom Voicelines

SpotifyCoopDX & Custom Voicelines v2.1

THIS IS A 2 PART MOD READ EVERYTHING TO UNDERSTAND!!!

SpotifyCoopDX:
Bring your spotify playlist to sm64coopdx! add your .mp3 files to the sound folder and add the
file path, song name, artist name, and length of the song in the "add-songs.lua" file. (the limit of of megabytes (MB) of songs is maxed at 35 MB combined (no i cannot change this if u have a problem with it ask the sm64coopdx developers))
Commands:
/pause pause a song
/unpause unpause a song
/restart restart the playing song
/skipto (song ID) skip to a song
/skipmany (number) skip a multiple number of songs
/skip skip song
/playlist shows list of songs in your playlist
/song shows song info

Custom Voicelines:
YOU CAN NOW ADD CUSTOM VOICELINES TO SM64COOPDX IN THE EAISEST WAY POSSIBLE!!! Add your .ogg file in the sound folder and add your .ogg file in the "add-voicelines.ogg" (example: [CHAR_SOUND_OKEY_DOKEY] = 'your voiceline.ogg',).

ITS AS EASY AS IT GETS YOU CAN'T MESS UP (but if you do just message me)
  • Screenshot (181).png
    Screenshot (181).png
    610.7 KB · Views: 2,505
  • Screenshot (182).png
    Screenshot (182).png
    802.2 KB · Views: 2,178
  • Screenshot (183).png
    Screenshot (183).png
    816.3 KB · Views: 1,636
  • Screenshot (184).png
    Screenshot (184).png
    813.4 KB · Views: 1,518
  • Screenshot (185).png
    Screenshot (185).png
    608.4 KB · Views: 1,406
  • Screenshot (186).png
    Screenshot (186).png
    616.1 KB · Views: 1,350
  • Screenshot (187).png
    Screenshot (187).png
    609.5 KB · Views: 1,536
  • Screenshot (207).png
    Screenshot (207).png
    70.3 KB · Views: 1,382
  • Screenshot (208).png
    Screenshot (208).png
    22.9 KB · Views: 2,477
Author
kikwee
Downloads
3,177
Views
10,892
First release
Last update

Ratings

4.00 star(s) 6 ratings

More mods from kikwee

Latest updates

  1. Separate Voicelines

    add Separate Voicelines for each player
  2. voiceline editor

    YOU CAN NOW ADD CUSTOM VOICELINES TO SM64COOPDX IN THE EAISEST WAY POSSIBLE!!! Add your .ogg...
  3. SILENCE

    The background music is muted

Latest 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},
}