burnt43 / msu1tracks

A website to store and access tracks I've converted to MSU1 PCM format to be able to play on SD2SNES or SNES Emulators
http://www.msu1tracks.com
0 stars 0 forks source link

Legacy of the Wizard #1

Closed burnt43 closed 5 years ago

burnt43 commented 5 years ago

I want to convert the music in this game. The dungeon musics would be good for ALTTPR

burnt43 commented 5 years ago

I went through the 16 tracks and found the loop start and end positions of the wav files. Note: Track 15 is just a sound effect when you pick up an item.

Track Number Track Name Loop Start Loop End
1 Dungeon Entrance 0_000_588 1_375_318
2 Warrior's Theme 0_000_716 1_692_296
3 Wizard's Theme 0_000_794 1_128_856
4 Elf's Theme 0_432_353 1_842_159
5 Monster's Theme 0_000_778 0_917_422
6 King Dragon Keela 0_282_419 1_410_436
7 Worzen Family 0_000_821 1_128_813
8 Welcome 0_035_964 1_868_524
9 Death's Theme 0_000_857 0_471_319
10 Title Screen 0_423_549 0_987_957
11 Dragon Slayers 0_000_857 2_537_916
12 Guardian of the Crown 0_000_858 0_941_003
13 Near Home 0_282_419 1_410_540
14 Preparations 0_000_817 1_128_778
15 Treasure Chest N/A N/A
16 Unknown Bonus Track 0_000_661 1_128_738
burnt43 commented 5 years ago

loop table for legacy_of_the_wizard.lt

01_dungeon_entrance.wav,0_000_588,1_375_318
02_warriors_theme.wav,0_000_716,1_692_296
03_wizards_theme.wav,0_000_794,1_128_856
04_elfs_theme.wav,0_432_353,1_842_159
05_monsters_theme.wav,0_000_778,0_917_422
06_king_dragon_keela.wav,0_282_419,1_410_436
07_worzen_family.wav,0_000_821,1_128_813
08_welcome.wav,0_035_964,1_868_524
09_deaths_theme.wav,0_000_857,0_471_319
10_title_screen.wav,0_423_549,0_987_957
11_dragon_slayers.wav,0_000_857,2_537_916
12_guardian_of_the_crown.wav,0_000_858,0_941_003
13_near_home.wav,0_282_419,1_410_540
14_preparations.wav,0_000_817,1_128_778
16_unknown_bonus_track.wav,0_000_661,1_128_738
burnt43 commented 5 years ago

I converted the files using my helper script

./msu1_helper.rb --input="/home/jcarson/msu1_audio/nes/legacy_of_the_wizard/wav/*.wav" --output-type=msu1_pcm --loop-table=/home/jcarson/msu1_audio/nes/legacy_of_the_wizard/legacy_of_the_wizard.lt --destdir=/home/jcarson/msu1_audio/nes/legacy_of_the_wizard/pcm
burnt43 commented 5 years ago

I just tested 02_warriors_theme.wav in a ALTTPR ROM and it worked OK and looped OK

burnt43 commented 5 years ago

This has been completed and released into production