isledecomp / LEGOIslandRebuilder

A launcher and mod/patch tool for the 1997 video game LEGO Island.
416 stars 20 forks source link

[Music Replacement] Add a column showing the LI1 Cassetes-v3 filename of the track? #31

Closed wertercatt closed 2 years ago

wertercatt commented 3 years ago

When attempting to replace the music like you did in your video (How I Replaced the Music in LEGO Island (2019)) it's unclear what filenames from the higher quality transfers correspond to which in-game filenames.

itsmattkc commented 3 years ago

IMO it would be to have a pack with the original JUKEBOX.SI filenames (which is what Rebuilder is showing) rather than adhering to the arbitrary names used in the pack

wertercatt commented 3 years ago

I agree, but I'm not familar enough with the music to rename the files from projectisland.org to their JUKEBOX.SI names.

angela-dayo commented 2 years ago

In case anyone else comes across this thread, I ended up just manually matching up each individual song — so here's a really low-effort copy-paste of the filenames that I figured out and matched up.

These filenames have been slightly modified by me (mostly just noting down discrepancies I noticed compared to the original audio), but you should be able to tell which ones they are from the Project Island high-quality music page.

※ NOTE 1: The "Collection" *.zip file that is available on the Project Island page is out of date — I recommend downloading each file individually.

※ NOTE 2: There's some trailing silence at the beginning of the version of "The Brickster - Decal" found on the Project Island page — you can remove that with an audio editor (hence the "[RETIMED]" tag I gave my version below).

※ NOTE 3: A few of these files are in FLAC and MP3 formats — you can convert them to WAV using a tool such as ffmpeg. (I personally just ran for file in *.mp3 *.flac; do ffmpeg -i "${file}" "${file}.wav" in a Bash shell to convert all of them at once.)


Project Island filenames to JUKEBOX.SI filenames

※ NOTE: Some of these songs have multiple versions available on Project Island — check the "Files that are not recommended" section below to know which one to pick!

※ Regarding "Mama Papa Brickolini" and "Jail Theme": Pay close attention to the filename! These two songs actually appear twice in JUKEBOX.SI — this is due to one of the instances being the 22050 Hz duplicates.


Files that are not recommended


Files that don't seem to exist in-game

itsmattkc commented 2 years ago

Thanks for the documentation @angela-dayo. Perhaps that would be good to put on the wiki or in a markdown file somewhere here. Otherwise, closing this issue as wontfix.