Previous Page | Next Page
- by Team Fail at 7:26 PM EST on February 4, 2014
- Benjamin: I have, what I believe is, a complete dump of all the sounds of the game. That is, the streamed Title Screen song, as well as the samples for the various songs. If you want, I can .7z them for you, although it will contain a few other samples from the RAM, like system menu sounds. I also have the same for OoT3D.
- by Benjamin at 7:29 PM EST on February 4, 2014
- I would love to see a .7z of it.
Besides, I like using Game Maker and MODPlug, and those samples would be useful. (I'd like to be able to loop them though so you are allowed to just upload the BCWAVs and whatnot)
In fact, this could contribute to finding beta sounds and whatnot. (Fun fact I posted in an earlier post: I believe the Yoshi sound was used by Note Blocks in one trailer, so add this to your TCRF, plus I don't remember hearing the first part of the SM64 Bowser Message theme in-game, I believe that's unused too)
edited 7:30 PM EST February 4, 2014
edited 7:32 PM EST February 4, 2014
- by dj4uk6cjm at 8:54 PM EST on February 4, 2014
- I could help with looping some of the samples as well if you'd like and it's funny benjamin mentioned finding beta sounds in games, I've been thinking about making a new forum where people can submit sounds like this.
- by Benjamin at 8:59 PM EST on February 4, 2014
- Oh, I know how to loop them, but only if I get the BCWAVs. (I can get the BCWAVs with VGMStream with looping included)
- by dj4uk6cjm at 9:11 PM EST on February 4, 2014
- VGMstream can get the original loop points? That's great! Lol I haven't used VGMstream in a long time, specifically the latest version so I wouldn't know.
- by soneek at 9:33 PM EST on February 4, 2014
- As I suspected, the CSTM streams are only referenced by location in the CSAR, just like with RSTM/RSAR on the Wii.
This is gonna be awesome for research purposes though. :)
- by Benjamin at 9:40 PM EST on February 4, 2014
- What do you know? The Hurry Up and Star music are both streamed. I thought they were sequenced.
Are the mystery box and death/game over theme streamed too? or sequenced like in the SMGs?
edited 9:46 PM EST February 4, 2014
- by Team Fail at 9:55 PM EST on February 4, 2014
- Actually, using my app, you can just rip the files directly from the sound data file I linked earlier. It should work. If you can tell me how to read the offset for the CSTM files to detect where they are in the CSAR, I can attempt to make a detection algorithm for it and include it in 0.4.
edited 10:10 PM EST February 4, 2014. Reason: I can't seem to spell for my life.
edited 10:12 PM EST February 4, 2014
- by soneek at 10:09 PM EST on February 4, 2014
- I'm suspecting the file tree would be something like this for the external streams.
sound/3DL.bcsar (made up name for the csar)
sound/stream/StmDummy.bcstm
sound/stream/STM_BGM_TRUCK_A.bcstm
sound/stream/STM_BGM_TRUCK_B.bcstm
sound/stream/STM_BGM_TRUCK_B_FAST.bcstm
sound/stream/STM_BGM_CASTLE_B_HEAT.bcstm
sound/stream/STM_BGM_CASTLE_B_HEAT_FAST.bcstm
sound/stream/STM_BGM_CHIKA.bcstm
sound/stream/STM_BGM_CHIKA_FAST.bcstm
sound/stream/STM_BGM_AFTER_BOSS.bcstm
sound/stream/STM_BGM_AFTER_BOSS_FAST.bcstm
sound/stream/STM_BGM_GOAL_03_B.bcstm
sound/stream/STM_BGM_HURRY_UP.bcstm
sound/stream/STM_BGM_RAREROOM.bcstm
sound/stream/STM_BGM_SENKAN.bcstm
sound/stream/STM_BGM_SENKAN_FAST.bcstm
sound/stream/STM_BGM_MUTEKISTAR.bcstm
sound/stream/STM_BGM_GOAL_01.bcstm
sound/stream/STM_BGM_GOAL_02.bcstm
sound/stream/STM_BGM_GOAL_03.bcstm
sound/stream/STM_BGM_ENDING_FAST.bcstm
sound/stream/STM_BGM_FIELD_WALK.bcstm
sound/stream/STM_BGM_FIELD_WALK_FAST.bcstm
sound/stream/STM_BGM_SKYPANEL.bcstm
sound/stream/STM_BGM_SKYPANEL_FAST.bcstm
sound/stream/STM_BGM_POTER.bcstm
sound/stream/STM_BGM_JG_MISS.bcstm
sound/stream/STM_BGM_JG_GAME_OVER.bcstm
sound/stream/STM_BGM_BOSS_BUNBUN.bcstm
sound/stream/STM_BGM_BOSS_BUNBUN_FAST.bcstm
sound/stream/STM_BGM_BOSS_PUNPUN.bcstm
sound/stream/STM_BGM_BOSS_PUNPUN_FAST.bcstm
sound/stream/STM_BGM_COURSE_SELECT.bcstm
sound/stream/STM_BGM_JG_COURSEIN.bcstm
sound/stream/STM_BGM_BEACH.bcstm
sound/stream/STM_BGM_BEACH_FAST.bcstm
sound/stream/STM_BGM_STAFF_ROLL.bcstm
sound/stream/STM_BGM_GHOST.bcstm
sound/stream/STM_BGM_GHOST_FAST.bcstm
sound/stream/STM_BGM_CASTLE_A.bcstm
sound/stream/STM_BGM_CASTLE_B.bcstm
sound/stream/STM_BGM_CASTLE_B_FAST.bcstm
sound/stream/STM_BGM_SNOW.bcstm
sound/stream/STM_BGM_SNOW_FAST.bcstm
sound/stream/STM_BGM_CLOCK_TOWER.bcstm
sound/stream/STM_BGM_CLOCK_TOWER_FAST.bcstm
sound/stream/STM_BGM_ATHLETIC.bcstm
sound/stream/STM_BGM_ATHLETIC_FAST.bcstm
sound/stream/STM_BGM_DESERT.bcstm
sound/stream/STM_BGM_DESERT_FAST.bcstm
sound/stream/STM_BGM_MANEC.bcstm
sound/stream/STM_BGM_MANEC_FAST.bcstm
sound/stream/STM_BGM_DOTCOIN.bcstm
sound/stream/STM_BGM_DOTCOIN_FAST.bcstm
sound/stream/STM_BGM_ENDING.bcstm
sound/stream/STM_BGM_KOOPA_01.bcstm
sound/stream/STM_BGM_KOOPA_01_FAST.bcstm
sound/stream/STM_BGM_KOOPA_02.bcstm
sound/stream/STM_BGM_KOOPA_02_FAST.bcstm
sound/stream/STM_BGM_WORLD1_A.bcstm
sound/stream/STM_BGM_WORLD1_B.bcstm
sound/stream/STM_BGM_WORLD2_A.bcstm
sound/stream/STM_BGM_WORLD2_B.bcstm
sound/stream/STM_BGM_WORLD3_A.bcstm
sound/stream/STM_BGM_WORLD3_B.bcstm
sound/stream/STM_BGM_WORLD4_A.bcstm
sound/stream/STM_BGM_WORLD4_B.bcstm
sound/stream/STM_BGM_WORLD5_A.bcstm
sound/stream/STM_BGM_WORLD5_B.bcstm
sound/stream/STM_BGM_WORLD6_A.bcstm
sound/stream/STM_BGM_WORLD6_B.bcstm
sound/stream/STM_BGM_WORLD7_A.bcstm
sound/stream/STM_BGM_WORLD7_B.bcstm
sound/stream/STM_BGM_WORLD8_A.bcstm
sound/stream/STM_BGM_WORLD8_B.bcstm
sound/stream/STM_BGM_WORLD8S_A.bcstm
sound/stream/STM_BGM_WORLD8S_B.bcstm
sound/stream/STM_BGM_KINOHOUSE.bcstm
sound/stream/STM_BGM_DEMO01_A.bcstm
sound/stream/STM_BGM_DEMO01_B.bcstm
sound/stream/STM_BGM_DEMO02_A.bcstm
sound/stream/STM_BGM_DEMO02_B.bcstm
sound/stream/STM_BGM_DEMO03_A.bcstm
sound/stream/STM_BGM_DEMO03_B.bcstm
sound/stream/STM_BGM_DEMO04_A.bcstm
sound/stream/STM_BGM_DEMO04_B.bcstm
sound/stream/STM_BGM_DEMO05.bcstm
sound/stream/STM_JG_KINO_GIFT_SILVER.bcstm
sound/stream/STM_JG_KINO_GIFT_GOLD.bcstm
The CSTMs would be too big to be in a CSAR that small. I definitely believe they're all external files like with the Wii. :(
edited 10:16 PM EST February 4, 2014
- by dj4uk6cjm at 10:23 PM EST on February 4, 2014
- Damn, I want the CSTMs now :P where else could they be located?
Previous Page | Next Page
Go to Page 0 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17
Search this thread
Show all threads
Reply to this thread:
HCS Forum Index
Halley's Comet Software
forum source