Author Topic: Trying to modify Baseraiders Gamemode  (Read 852 times)

So i'm trying to modify Baseraiders Game mode so it'll add some music which i downloaded from a music pack, however whenever I add it it only says "Add on(s) missing:" and it will lists the songs I placed in.

https://www.dropbox.com/home?preview=Music+(2).zip

Some help would be appreciated.

(BTW I converted the folder to text so i could modify it.)

How are you trying add the music? Are you adding the names of your music files to the gamemode's gamemode.txt file? For instance, for a music file titles "My_Music_File.ogg", you'd want to include the line
Code: [Select]
MUSIC My_Music_File
somewhere in gamemode.txt. See this thread for more information on adding music to gamemodes.



Also, as a side-note, would you mind uploading files through https://leopard.hosting/ (or just something else) instead of dropbox? Personally, and I think I speak for others, I don't want to create a dropbox account just to view your files. Just a suggestion, though.