mirror of
https://github.com/coop-deluxe/sm64coopdx.git
synced 2025-10-30 08:01:01 +00:00
Stopped copying over peach's lines from the mario folder to wario/luigi sound folders
Stopped compiling peach's lines for wario/luigi sound folders
Created a tool to precompile the aiffc tables and append them into custom sounds
this matches what mario's sound files are like
I believe the issue is that previously we would copy over the sound files and
they were either incomplete or would be compiled during the copying process
I noticed that Mario's sounds had their sound tables inserted into the aiff
file already, and none of our custom sounds did. This caused a different path
to be taken for mario sounds than the rest of ours. In order to prevent the
possibility that there was a problem with that seperate path, I've created
a tool that can insert the table into the file to match how mario sounds are.
|
||
|---|---|---|
| .. | ||
| 00.json | ||
| 0A_mario_peach.json | ||
| 0B.json | ||
| 0C.json | ||
| 0D.json | ||
| 0E.json | ||
| 0F.json | ||
| 01_terrain.json | ||
| 1A.json | ||
| 1B.json | ||
| 1C_endless_stairs.json | ||
| 1D_bowser_organ.json | ||
| 1E.json | ||
| 1F.json | ||
| 02_water.json | ||
| 03.json | ||
| 04.json | ||
| 05.json | ||
| 06.json | ||
| 07.json | ||
| 08_mario.json | ||
| 09.json | ||
| 10.json | ||
| 11.json | ||
| 12.json | ||
| 13.json | ||
| 14_piranha_music_box.json | ||
| 15.json | ||
| 16_course_start.json | ||
| 17.json | ||
| 18.json | ||
| 19.json | ||
| 20.json | ||
| 21.json | ||
| 22.json | ||
| 23.json | ||
| 24.json | ||
| 25.json | ||
| 26_custom_luigi.json | ||
| 27_custom_luigi_peach.json | ||
| 28_custom_wario.json | ||
| 29_custom_wario_peach.json | ||
| 30_extended.json | ||