Author Topic: Music hak-  (Read 815 times)

Legacy_Omega27

  • Sr. Member
  • ****
  • Posts: 255
  • Karma: +0/-0
Music hak-
« on: February 08, 2011, 12:22:31 pm »


                Ill make this to the point and clear.
 I have a module for downloading, but it has come to my attention that people will also need the tracks. So just like i made a zip file for the module to be downloaded. 
What are the steps in making a folder for the music to be downloaded by others 
so when they play the game they can hear the music as well?
               
               

               
            

Legacy_Calvinthesneak

  • Hero Member
  • *****
  • Posts: 1159
  • Karma: +0/-0
Music hak-
« Reply #1 on: February 08, 2011, 03:15:30 pm »


               I am assuming you have the ambientmusic.2da written and placed in a hak for them to download?

Your music tracks are in .bmu format? (has to be mono, 144khz I belive, someone will correct me)

If both of the above true, they simply need to download the tracks and extract them into their /NWN/music directory.
               
               

               


                     Modifié par Calvinthesneak, 08 février 2011 - 03:16 .
                     
                  


            

Legacy_Omega27

  • Sr. Member
  • ****
  • Posts: 255
  • Karma: +0/-0
Music hak-
« Reply #2 on: February 08, 2011, 06:35:00 pm »


               Thank you i believe i understand it if i have run into a dead end ill come back.
               
               

               
            

Baaleos

  • Administrator
  • Hero Member
  • *****
  • Posts: 1916
  • Karma: +0/-0
Music hak-
« Reply #3 on: February 09, 2011, 11:16:24 am »


               Note - Although Hak's are easier to distribute, they do limit player bases.

eg - A player MUST have that hak to get into your server.



However, BMU's are an optional component of Modules.

eg - Players can enter your server, if they have the BMU, they will hear the music, if not, they wont.



To make the music optional, you would only need to advise the players that the BMU's need to be put into the music folder as (bmu's) and the AmbientMusic.2da in the Override folder.





This way, you can get lots of players joining the server, and just have a sign post advising them on what they need to do, to get the music playing.
               
               

               
            

Legacy_Omega27

  • Sr. Member
  • ****
  • Posts: 255
  • Karma: +0/-0
Music hak-
« Reply #4 on: February 09, 2011, 06:19:25 pm »


               Well im trying to make a zip file with the music but it wont load on the Vault nor this site..

so im having an issue getting the music out there



               
               

               
            

Legacy_Bannor Bloodfist

  • Hero Member
  • *****
  • Posts: 1578
  • Karma: +0/-0
Music hak-
« Reply #5 on: February 09, 2011, 09:13:59 pm »


               

Omega27 wrote...

Well im trying to make a zip file with the music but it wont load on the Vault nor this site..
so im having an issue getting the music out there


Send a PM to BeyondThePale at vaultnetwork.com and he will give you FTP site access to upload files larger than 50 meg in size.  Do note that they will pay attention to copyright issues on music files though, so if these files you mention are direct copies of licensed music, they might still reject the upload.
               
               

               
            

Legacy_Calvinthesneak

  • Hero Member
  • *****
  • Posts: 1159
  • Karma: +0/-0
Music hak-
« Reply #6 on: February 10, 2011, 02:17:48 am »


               As a note, you won't get much compression ratio on a BMU since they are essentially a specialized MP3 format.  Still nice to have the source files in one repository.
               
               

               
            

Legacy_Karvon

  • Sr. Member
  • ****
  • Posts: 430
  • Karma: +0/-0
Music hak-
« Reply #7 on: February 10, 2011, 02:19:33 am »


               Another option would be to upload the zip to any number of free online storage sites and then just post the link to your players, or where ever.



Karvon
               
               

               
            

Legacy_Omega27

  • Sr. Member
  • ****
  • Posts: 255
  • Karma: +0/-0
Music hak-
« Reply #8 on: February 10, 2011, 05:40:04 am »


               @ Bannor: thank you i will visit the site

@Karvon: Can you suggest one for me?
               
               

               
            

Baaleos

  • Administrator
  • Hero Member
  • *****
  • Posts: 1916
  • Karma: +0/-0
Music hak-
« Reply #9 on: February 10, 2011, 10:28:37 am »


               @ Everyone

I created my own Resource Downloader application for my PW, which has ffmpeg embedded in it.(an open source media converter)



It downloads an xml from my website,

xml contains a list of files, md5 hash, and file size of each file etc

xml checks the client computer/nwn directory for these files,

Application downloads files missing, or that dont match the xml specs.



It downloads

2da files,

bmu files

mp3 files (converts these to wav - for playback in nwn  -  when it is an mp3, it is about 900kb for 1 minute of audio,  when it is wav, it is about 3mb - this reduces bandwidth)



Being strictly honest, I think the app could be changed to download mp3's and then convert them to BMU to further increase the bandwidth savings.



I've been tempted to release a public version of this app, but just havent had the chance.

Currently it is hardcoded to work for my PW only.
               
               

               
            

Legacy_Karvon

  • Sr. Member
  • ****
  • Posts: 430
  • Karma: +0/-0
Music hak-
« Reply #10 on: February 10, 2011, 12:10:49 pm »


               I've used the following in the past.

www.myotherdrive.com

and

explore.live.com/windows-live-skydrive

I'm sure if you google, you can find others.

Karvon
               
               

               
            

Legacy_Karvon

  • Sr. Member
  • ****
  • Posts: 430
  • Karma: +0/-0
Music hak-
« Reply #11 on: February 10, 2011, 12:12:05 pm »


               dup deleted
               
               

               


                     Modifié par Karvon, 10 février 2011 - 12:12 .
                     
                  


            

Legacy_Omega27

  • Sr. Member
  • ****
  • Posts: 255
  • Karma: +0/-0
Music hak-
« Reply #12 on: February 10, 2011, 12:31:08 pm »


               Thanks Karvon
               
               

               
            

Legacy_Calvinthesneak

  • Hero Member
  • *****
  • Posts: 1159
  • Karma: +0/-0
Music hak-
« Reply #13 on: February 11, 2011, 01:07:30 am »


               I don't think there's much difference in size between BMU and MP3 is there?  BMU is more or less a specialized form of MP3.