Talk:Music in Pikmin 2

From Pikipedia, the Pikmin wiki
Revision as of 18:45, July 17, 2015 by Espyo (talk | contribs) (Created page with "Phew... Okay, so I've been messing about with Pikmin 2's music files in hopes of understanding them a bit better. DebugYoshi and some other people have been trying to decode t...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Phew... Okay, so I've been messing about with Pikmin 2's music files in hopes of understanding them a bit better. DebugYoshi and some other people have been trying to decode the .bms file format, but this time, I just tried snooping around the other files and reaching conclusions. This'll just serve as a bag of notes and... experiment results, I guess?

  1. /AudioRes/BgmList.txt seems to be unused because it is quite incomplete. I'll try tampering with it some time later to check if the game uses it.
  2. /AudioRes/Banks is where the sound effects of the game and the instrument samples are. There's more info on TCRF's Pikmin 2 notes page.
  3. /AudioRes/Conductor.arc has .cnd files. I don't know what they are, but opening them with a text editor reveals English names of instruments lying around, like "marimba", "orchpad" or "Dulcima".
  4. /AudioRes/Key.arc contains a folder for some enemies and objects with .bas files in them. The files are named after the respective object's animations, and because this is in the game's main audio folder, I can only assume that these files map what sounds to play at what points during an enemy/plant/etc.'s animation.
  5. /AudioRes/PSound.aaf is used with other Nintendo games' .bms files.
  6. /AudioRes/PSound.asn is unknown.
  7. /AudioRes/Seqs/Seq.arc stores the .bms files.
  8. /AudioRes/Stream is where the streamed music is. You can listen to this with Winamp and some plugins. Think of it like MP3 files.
  9. /User/Totaka/BgmList.txt is similar to the AudioRes folder's BgmList.txt, but more complete. This might be the one the game actually uses.
  10. /User/Totaka/BgmList_*.txt are files for every area in the game. At first glance, they definitely look like the songs (the .cnd files) that the game should use for each sublevel in each cave. But then you start noticing stuff like how Subterranean Complex sublevel 3 uses a metallic sublevel song, but is said to use the rest sublevel song in the files, and how Emergence Cave's second sublevel should play a metallic sublevel song, according to the US version's files. The only conclusion I reached is that the game does not use these files and must be getting its sublevel music data elsewhere. So I tried changing them. And the game refused to load. So... is it using the files, but ignoring their content? I honestly don't know. Also, to note is that this includes the songs used on newtest too. ...I suppose.
  11. /User/Totaka/ChallengeBgmList.txt is like the previous BgmList files.
  12. /User/Totaka/StreamList.txt seems to be the map between streamed music and its ID. It also includes the volume of each track, but this might be wrong, because the values are crazy. Some tracks have 60, others have 100. Would they really create the tracks with such wild volume changes that they'd need a configuration file in the final game to balance it?
  13. /User/Totaka/trackMap_*_T.txt could be something that relates the .cnd files's instruments with the different gameplay events (carrying treasure, battling an enemy, etc.) tha makes the music change. I have no idea which ones are used and which ones aren't.
  14. /User/Wakai/trackMap_*_W.txt: same comment as above.

Hopefully we can gather some more useful data about the way the music and works in the future. But for now, I'll place this information here so I don't forget. — {EspyoT} 18:45, 17 July 2015 (EDT)