lfnetwork.com mark read register faq members calendar

Thread: "Tales of Monkey Island" soundtracks... make your own!
Thread Tools Display Modes
Post a new thread. Add a reply to this thread. Indicate all threads in this forum as read. Subscribe to this forum. RSS feed: this forum RSS feed: all forums
Old 03-18-2010, 02:16 PM   #1
Laserschwert
 
Laserschwert's Avatar
 
Join Date: Mar 2002
Location: Cologne, Germany
Posts: 1,070
Notable contributor 
"Tales of Monkey Island" soundtracks... make your own!

With an official release of the "Tales of Monkey Island"-soundtrack still uncertain, I have perpared five little scripts that work in conjuction with bgbennyboy's fantastic Telltale Music Extractor.

Edit:
Putting my half-assed BAT-idea below to shame, Benny has included a "Dump your own soundtrack"-function into the latest releases of his Telltale Music Extractor, which has those scripts integrated, including tagging the OGG-files accordingly.

Or here's my original (less comfortable) way:

To make it work, you have to have all five episodes (or the ones you want to rip the music from) installed on your system. Start the Music Extractor, click on the upper folder icon on its interface, and select the desired ToMI episode. Once selected, click on the lower folder icon on the interface, and select a folder to rip the music files to. It'd be smart to create a new sub-folder for each rip (so that the music of each episode lies in its own folder).

Here are the five scripts that will be used as BAT-files:

Chapter 1: Launch of the Screaming Narwhal
Show spoiler

Chapter 2: The Siege of Spinner Cay
Show spoiler

Chapter 3: Lair of the Leviathan
Show spoiler

Chapter 4: The Trial and Execution of Guybrush Threepwood
Show spoiler

Chapter 5: Rise of the Pirate God
Show spoiler

Copy and paste each script in its own empty text-file, and change the file extension from TXT to BAT. Put each BAT file in its respective folder containing the music files and double click it. After a few seconds you'll end up with some nicely numbered OGG-files. All the other files can be deleted (as they don't contain any music, or music that's already used in another episode's track listing).

That's it! Easy peasy. Enjoy!

UPDATE with covers for your (in)convenience (now without typos!):


These are supposed to be printed, folded in half, and put in a CD-case (since they're lacking back covers, slim-cases will do).


These are smaller, without the track listings, and to be used with your iPod or other fancy playback device that supports cover artworks.


Last edited by Laserschwert; 05-08-2010 at 07:24 AM.
Laserschwert is offline   you may: quote & reply,
Old 03-18-2010, 07:29 PM   #2
Fealiks
NAMBLA member
 
Fealiks's Avatar
 
Join Date: Jul 2004
Location: Britain
Posts: 2,201
Awesome! Thank you
Fealiks is offline   you may: quote & reply,
Old 03-20-2010, 07:52 AM   #3
bgbennyboy
Festively Plump
 
bgbennyboy's Avatar
 
Status: Super Moderator
Join Date: Feb 2002
Location: England
Posts: 1,983
LFN Staff Member 
Great stuff! If you don't mind, I might look at adding this to the next version of the Music Extractor (with proper credits to you of course)

bgbennyboy is offline   you may: quote & reply,
Old 03-20-2010, 09:25 AM   #4
Laserschwert
 
Laserschwert's Avatar
 
Join Date: Mar 2002
Location: Cologne, Germany
Posts: 1,070
Notable contributor 
Quote:
Originally Posted by bgbennyboy View Post
Great stuff! If you don't mind, I might look at adding this to the next version of the Music Extractor (with proper credits to you of course)
Wow, that'd be cool!

You might want to read this post as well, because I've done the same for "Muzzled!". (I'll do the other W&G-episodes like this too)

Laserschwert is offline   you may: quote & reply,
Old 03-20-2010, 07:20 PM   #5
bgbennyboy
Festively Plump
 
bgbennyboy's Avatar
 
Status: Super Moderator
Join Date: Feb 2002
Location: England
Posts: 1,983
LFN Staff Member 
I've hacked together a test version. Get it here.

If you, or anyone else wants to make a "soundtrack file" just have a look at the one that I've included for Screaming Narwhal. Making one of your own should be fairly straightforward, its just an ini file:

There's always an [Info Header] section that looks something like this:
Code:
[Info Header]
Title=Launch of the Screaming Narwhal
UniqueFile1=town-glass
UniqueFile2=desinge-weird
UniqueFile3=restore-winds
The "UniqueFile" entries are supposed to be filenames that only exist in that game. This allows the app to match each game to the correct soundtrack file.

After that each entry looks like this:
Code:
[ship-at-dock-slow]
NewName=14 - Knocking Off Winslow
The text in-between [] is the original filename.

If there are tracks that need to be merged then they need to look like this:
Code:
[jungle]
NewName=16 - Flotsam Jungle
File1=jungle-doro
File2=jungle-voodoo
File3=jungle-merfolk
File4=jungle-wind1
File5=jungle-wind2
File6=jungle-wind3
File7=jungle-machine
File8=jungle-machine-wind1
File9=jungle-machine-wind2
File10=jungle-machine-wind3
The "File" entries are the original filenames of the tracks that need to be merged.


The app will only offer to use a soundtrack file if it finds one that matches the game you're trying to dump. If you choose to use a soundtrack file, then only the files specified in the soundtrack file will be dumped. I've explained this poorly, but if people give it a go I'm sure they'll find it easy enough.

If it all works ok then I'll release a new version of the app, together with any soundtrack files that people make.


Last edited by bgbennyboy; 03-20-2010 at 07:26 PM.
bgbennyboy is offline   you may: quote & reply,
Old 03-20-2010, 11:02 PM   #6
Laserschwert
 
Laserschwert's Avatar
 
Join Date: Mar 2002
Location: Cologne, Germany
Posts: 1,070
Notable contributor 
Whoah! That's really cool... and easy too!

I'll turn my BATs into some of these.


Edit:
I've attached the files for chapters 2 - 5. Although I have a little problem with a trackname in Chapter 3:

Code:
[guybrush-sputters-to-surface]
NewName=37 - Female... Giant... Manatee
... creates the file 37 - Female... Giant...ogg (note that it's only two periods at the end, plus the period of the extension)


And now, feature-requests :

You know what would be really cool? If you would manage to properly ID3-tag the OGG-files (with data that can be defined in the INI-files as well).

Furthermore, how about if the window saying "Do you want to dump this game as a soundtrack?" shows the actual tracklist that would be generated? Something like this:



Of course it would need scrollbars for longer playlists (or longer tracknames... or the window gets wider).
Attached Files
File Type: txt TMI_102_Music.txt (2.5 KB, 128 views)
File Type: txt TMI_104_Music.txt (2.2 KB, 125 views)
File Type: txt TMI_105_Music.txt (2.6 KB, 127 views)
File Type: txt TMI_103_Music.txt (3.3 KB, 115 views)


Last edited by Laserschwert; 03-21-2010 at 08:53 AM.
Laserschwert is offline   you may: quote & reply,
Old 03-21-2010, 03:44 AM   #7
Scapetti
Junior Member
 
Scapetti's Avatar
 
Join Date: Jun 2009
Location: Aberystwyth, Wales
Posts: 273
Small mistake with chapter 1, track 20 btw. You've listed it as track 22 causing duplicates but yeah... thanks
Scapetti is offline   you may: quote & reply,
Old 03-21-2010, 04:01 AM   #8
bgbennyboy
Festively Plump
 
bgbennyboy's Avatar
 
Status: Super Moderator
Join Date: Feb 2002
Location: England
Posts: 1,983
LFN Staff Member 
That truncated filename is due to the way the file extension stripping/changing functions work. They are designed to look for the last . character - to detect a file extension.I've replaced the app with an fixed version, just download again from the same link above.

Great work on the soundtrack files! Anyone else who downloads them - remember to name them .ini rather than .txt.

A dialog like that is a bit unwieldy, I could write a custom dialog to do something similar but I'm leaving that for now. I'll have a look at adding tags, but I know that last time I looked at this all the tagging components for Delphi didn't work that well so it might not happen.


Last edited by bgbennyboy; 03-21-2010 at 04:08 AM.
bgbennyboy is offline   you may: quote & reply,
Old 03-21-2010, 07:00 AM   #9
Laserschwert
 
Laserschwert's Avatar
 
Join Date: Mar 2002
Location: Cologne, Germany
Posts: 1,070
Notable contributor 
Thanks for your effort!

Do you mind if I link to your new version in the opening post? I could clean up the post a bit to remove the BAT-idea and replace it with your new Extractor-method.

Laserschwert is offline   you may: quote & reply,
Old 03-21-2010, 07:47 AM   #10
bgbennyboy
Festively Plump
 
bgbennyboy's Avatar
 
Status: Super Moderator
Join Date: Feb 2002
Location: England
Posts: 1,983
LFN Staff Member 
Please feel free. I'm just working on the tagging stuff now.
I'm thinking of having:
Code:
[Info Header]
TAG-Album=
TAG-Artist=
TAG-Year=
TAG-Genre=

And then for each file
[somefile]
NewName=
TAG-Title=
TAG-TrackNo=
Does that look suitable?

bgbennyboy is offline   you may: quote & reply,
Old 03-21-2010, 08:52 AM   #11
Laserschwert
 
Laserschwert's Avatar
 
Join Date: Mar 2002
Location: Cologne, Germany
Posts: 1,070
Notable contributor 
Looks good... is it possible to automatically extract "Title" and "TrackNo" from "NewName"? Only if "Title" or "TrackNo" (or both) are not defined... although that of course requires a uniform naming convention for the file names.

Laserschwert is offline   you may: quote & reply,
Old 03-21-2010, 08:57 AM   #12
bgbennyboy
Festively Plump
 
bgbennyboy's Avatar
 
Status: Super Moderator
Join Date: Feb 2002
Location: England
Posts: 1,983
LFN Staff Member 
It is...but its not worth the hastle. I'd have to build in checks for numbers in the first 2 characters and then trim any dashes and trailing spaces.

A better solution might be to do away with newname and have the app create it from the Title and TrackNo. So then there'd be:
Code:
[SomeFile]
TAG-Title=Guybrush On Tour
TAG-TrackNo=5
And then the app can combine those to create "5 - Guybrush On Tour.ogg"

bgbennyboy is offline   you may: quote & reply,
Old 03-21-2010, 09:59 AM   #13
bgbennyboy
Festively Plump
 
bgbennyboy's Avatar
 
Status: Super Moderator
Join Date: Feb 2002
Location: England
Posts: 1,983
LFN Staff Member 
I've updated the link again with another new version.
This one will add tags to the ogg files when dumping a soundtrack.
I've changed the format of the ini's too:

A typical header now looks like:
Code:
[Info Header]
Title=The Siege of Spinner Cay
UniqueFile1=reunite
UniqueFile2=spinner-siege
UniqueFile3=raft-map-siege
Album=Tales Of Monkey Island: The Siege of Spinner Cay
Artist=Michael Land
Year=2009
Genre=Game
And a typical track entry looks like:
Code:
[prologue-intro]
TrackNo=01
Title=Morgan LeFlay, Mighty Pirate Hunter
The app builds the filename from the TrackNo and Title.


I've included the TMI ini's you made and have converted them to the new format. No doubt you'll want to tweak them a bit, perhaps with different entries for artist.

bgbennyboy is offline   you may: quote & reply,
Old 03-21-2010, 10:42 AM   #14
Laserschwert
 
Laserschwert's Avatar
 
Join Date: Mar 2002
Location: Cologne, Germany
Posts: 1,070
Notable contributor 
Very cool work!

I'll have a look at them.

Are you going to put this version up as the "official" version on your site?

Laserschwert is offline   you may: quote & reply,
Old 03-21-2010, 10:48 AM   #15
bgbennyboy
Festively Plump
 
bgbennyboy's Avatar
 
Status: Super Moderator
Join Date: Feb 2002
Location: England
Posts: 1,983
LFN Staff Member 
Once its had a bit more testing I will, yes

bgbennyboy is offline   you may: quote & reply,
Old 03-21-2010, 12:15 PM   #16
Laserschwert
 
Laserschwert's Avatar
 
Join Date: Mar 2002
Location: Cologne, Germany
Posts: 1,070
Notable contributor 
Little problem: The files don't have a "-" between the track number and the title.

And something else: Some characters are not allowed in filenames but in an OGG-tag. For example, I've named one track from chapter 5 "Losing the Sponge - Jus de Vie", which I only did, because of the filename-conventions. I would've named it "Losing the Sponge / Jus de Vie" in the tag though. Is it possible to substitute characters that are not allowed in a file name on the fly? Right now using unallowed characters in the titles results in an error. It would be convenient, if for example a slash "/" ends up in the OGG-tag, but gets substituted with a hyphen "-" in the file name.

Laserschwert is offline   you may: quote & reply,
Old 03-21-2010, 01:14 PM   #17
bgbennyboy
Festively Plump
 
bgbennyboy's Avatar
 
Status: Super Moderator
Join Date: Feb 2002
Location: England
Posts: 1,983
LFN Staff Member 
The - is easily fixed. I'll look into sanitising filenames, should be doable.

bgbennyboy is offline   you may: quote & reply,
Old 03-21-2010, 01:46 PM   #18
Scapetti
Junior Member
 
Scapetti's Avatar
 
Join Date: Jun 2009
Location: Aberystwyth, Wales
Posts: 273
Quote:
Originally Posted by Laserschwert View Post
I've named one track from chapter 5 "Losing the Sponge - Jus de Vie", which I only did, because of the filename-conventions.
Can you tell me which ones you did this for? I've already converted the ogg files to mp3s so I can play them on iTunes. I do not plan on getting them all back again with bgbennyboy's tool. Thanks Would like my tags to be correct
Scapetti is offline   you may: quote & reply,
Old 03-21-2010, 02:00 PM   #19
bgbennyboy
Festively Plump
 
bgbennyboy's Avatar
 
Status: Super Moderator
Join Date: Feb 2002
Location: England
Posts: 1,983
LFN Staff Member 
I've updated the download link again.

This version strips invalid characters from filenames. The only character that's treated differently is "/" it's replaced with "-".

The characters are left intact in the tags.

bgbennyboy is offline   you may: quote & reply,
Old 03-21-2010, 05:08 PM   #20
Laserschwert
 
Laserschwert's Avatar
 
Join Date: Mar 2002
Location: Cologne, Germany
Posts: 1,070
Notable contributor 
Quote:
Originally Posted by Scapetti View Post
Can you tell me which ones you did this for? I've already converted the ogg files to mp3s so I can play them on iTunes. I do not plan on getting them all back again with bgbennyboy's tool. Thanks Would like my tags to be correct
It's several... uhm... the easiest thing would be to check those text-files I've attached above (except for the Chapter music... the "-" is supposed to be used there).

Quote:
Originally Posted by bgbennyboy View Post
I've updated the download link again.

This version strips invalid characters from filenames. The only character that's treated differently is "/" it's replaced with "-".

The characters are left intact in the tags.
Great work!!

Laserschwert is offline   you may: quote & reply,
Old 03-21-2010, 06:02 PM   #21
Jenni
Rookie
 
Jenni's Avatar
 
Join Date: Jul 2008
Posts: 179
I just used the test version of the Telltale Music Extractor to make soundtracks for the Tales of Monkey Island games and added them to WinAmp. It's great to be able to listen to the songs AND have a nice name format for each of them so I know where they come from in the game.

Is there any chance that you might try to make soundtrack names for the 4 music files the tool extracts for Telltale Texas Hold'Em. I'd love to have a different name than 1,2,3 in my WinAmp playlist and I can't figure out what to call them. The 4th file is fine actually, since it's named logo since it's the song used at the Telltale games logo in the game.
Jenni is offline   you may: quote & reply,
Old 03-21-2010, 06:04 PM   #22
Laserschwert
 
Laserschwert's Avatar
 
Join Date: Mar 2002
Location: Cologne, Germany
Posts: 1,070
Notable contributor 
I don't own that game, so I'm not even sure how I could name them.

Anybody to the rescue?

Laserschwert is offline   you may: quote & reply,
Old 03-22-2010, 01:27 AM   #23
Scapetti
Junior Member
 
Scapetti's Avatar
 
Join Date: Jun 2009
Location: Aberystwyth, Wales
Posts: 273
Quote:
Originally Posted by Laserschwert View Post
It's several... uhm... the easiest thing would be to check those text-files I've attached above (except for the Chapter music... the "-" is supposed to be used there).
No worries, I did it myself using common sense :P not sure why I even asked. I changed the chapter ones to a colon like in the older Monkey Island soundtracks. And changed the rest to "/" apart from the Flotsam Island ones. Good work
Scapetti is offline   you may: quote & reply,
Old 03-24-2010, 01:32 PM   #24
clintondsmith
Lurker
 
Join Date: Mar 2010
Location: Virginia, USA
Posts: 5
Thanks for all your hard work, y'all! I successfully ripped and converted the TMI tunes to MP3 for iTunes playback. Now all that's missing is some cover art... anybody have any ideas on what to use? It'd be great to have a different image for each of the five episodes.
clintondsmith is offline   you may: quote & reply,
Old 03-24-2010, 03:05 PM   #25
Laserschwert
 
Laserschwert's Avatar
 
Join Date: Mar 2002
Location: Cologne, Germany
Posts: 1,070
Notable contributor 
Quote:
Originally Posted by clintondsmith View Post
Now all that's missing is some cover art... anybody have any ideas on what to use? It'd be great to have a different image for each of the five episodes.
I'll upload some today

Edit: Done! I've added them to the opening post.


Last edited by Laserschwert; 03-24-2010 at 04:08 PM.
Laserschwert is offline   you may: quote & reply,
Old 03-24-2010, 06:31 PM   #26
bgbennyboy
Festively Plump
 
bgbennyboy's Avatar
 
Status: Super Moderator
Join Date: Feb 2002
Location: England
Posts: 1,983
LFN Staff Member 
Those covers are great! Would you mind if I included the smaller covers with the app too? I could have it copy the album art across for the soundtracks.

bgbennyboy is offline   you may: quote & reply,
Old 03-24-2010, 06:51 PM   #27
Gabez
Senior Member
 
Gabez's Avatar
 
Join Date: Dec 2001
Location: Oxford, England
Posts: 3,146
Damn those are some mighty fine covers.

Good job!
Gabez is offline   you may: quote & reply,
Old 03-24-2010, 07:21 PM   #28
Laserschwert
 
Laserschwert's Avatar
 
Join Date: Mar 2002
Location: Cologne, Germany
Posts: 1,070
Notable contributor 
Glad you like them. Sure Benny, use them.

Laserschwert is offline   you may: quote & reply,
Old 03-25-2010, 06:57 AM   #29
clintondsmith
Lurker
 
Join Date: Mar 2010
Location: Virginia, USA
Posts: 5
Those look awesome! Many, many thanks.
clintondsmith is offline   you may: quote & reply,
Old 03-25-2010, 02:56 PM   #30
bgbennyboy
Festively Plump
 
bgbennyboy's Avatar
 
Status: Super Moderator
Join Date: Feb 2002
Location: England
Posts: 1,983
LFN Staff Member 
I've updated the download link again. This version includes Laserschwert's excellent covers. It copies the cover to the folder when a soundtrack is dumped and since they have the same name as the album, they show up as album art for the music (they do in winamp anyway).

Laserschwert, if you are able, please take a last look at the soundtrack files and let me know of any changes you think should be made. Once the filenames/tags are finalised I'll release it as the next stable version

bgbennyboy is offline   you may: quote & reply,
Old 03-25-2010, 03:01 PM   #31
Fealiks
NAMBLA member
 
Fealiks's Avatar
 
Join Date: Jul 2004
Location: Britain
Posts: 2,201
Those covers are hella sick and rad.
Fealiks is offline   you may: quote & reply,
Old 03-25-2010, 03:15 PM   #32
Laserschwert
 
Laserschwert's Avatar
 
Join Date: Mar 2002
Location: Cologne, Germany
Posts: 1,070
Notable contributor 
Quote:
Originally Posted by bgbennyboy View Post
Laserschwert, if you are able, please take a last look at the soundtrack files and let me know of any changes you think should be made. Once the filenames/tags are finalised I'll release it as the next stable version
Done, check the attachment.

I've unified the lower-case usage on "and", "of", "the" and the likes, plus changed all hyphens that were supposed to be slashes accordingly. I think that's it!

Thanks for all your work, Benny! "Wallace & Gromit" will be next.
Attached Files
File Type: zip soundtracks.zip (6.3 KB, 193 views)

Laserschwert is offline   you may: quote & reply,
Old 03-26-2010, 01:55 PM   #33
bgbennyboy
Festively Plump
 
bgbennyboy's Avatar
 
Status: Super Moderator
Join Date: Feb 2002
Location: England
Posts: 1,983
LFN Staff Member 
I've released the stable version

Get it here.

bgbennyboy is offline   you may: quote & reply,
Old 03-26-2010, 02:54 PM   #34
Laserschwert
 
Laserschwert's Avatar
 
Join Date: Mar 2002
Location: Cologne, Germany
Posts: 1,070
Notable contributor 
Nice! And thanks for the credit

Laserschwert is offline   you may: quote & reply,
Old 03-31-2010, 03:45 PM   #35
bgbennyboy
Festively Plump
 
bgbennyboy's Avatar
 
Status: Super Moderator
Join Date: Feb 2002
Location: England
Posts: 1,983
LFN Staff Member 
Thanks to Laserschwert I've just released version 1.4.7. It has a few fixes to soundtrack ini files but more importantly it includes soundtrack support for all episodes of Wallace and Gromit - once again provided by Laserschwert.

He's also created more excellent covers which are included.

Get it here.

bgbennyboy is offline   you may: quote & reply,
Old 04-01-2010, 06:08 AM   #36
Snugglecakes
Junior Member
 
Snugglecakes's Avatar
 
Join Date: Feb 2009
Location: Cape Town, South Africa
Posts: 352
Current Game: Mata Hari
Thanks again!
Snugglecakes is offline   you may: quote & reply,
Post a new thread. Add a reply to this thread. Indicate all threads in this forum as read. Subscribe to this forum. RSS feed: this forum RSS feed: all forums
Go Back   LucasForums > Network > Mixnmojo.com > Mojo Discussion Forums > General Discussion > "Tales of Monkey Island" soundtracks... make your own!

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT -4. The time now is 06:37 AM.


LFNetwork, LLC ©2002-2011 - All rights reserved.
Powered by vBulletin®
Copyright ©2000 - 2013, Jelsoft Enterprises Ltd.