Difference between revisions of "BFSTM file"

From Pikmin Technical Knowledge Base
Jump to navigation Jump to search
m (1 revision imported)
m (Added a link to a tool that can create BFSTM files)
Line 1: Line 1:
 
<code>.bfstm</code> files are the streamed music in ''Pikmin 3''. Some of these songs contain several tracks, which are enabled or disabled in-game to make the music dynamic. This game's BFSTM files can be found in <code>/CMCmn/audio/audiores/stream</code>. A rundown of the format can be found <code>[http://mk8.tockdom.com/wiki/BFSTM_(File_Format) here]</code>. A list of what files match what songs can be found [[BFSTM file list|here]].
 
<code>.bfstm</code> files are the streamed music in ''Pikmin 3''. Some of these songs contain several tracks, which are enabled or disabled in-game to make the music dynamic. This game's BFSTM files can be found in <code>/CMCmn/audio/audiores/stream</code>. A rundown of the format can be found <code>[http://mk8.tockdom.com/wiki/BFSTM_(File_Format) here]</code>. A list of what files match what songs can be found [[BFSTM file list|here]].
 +
 +
<code>.bfstm</code> files can be created using ''[https://github.com/libertyernie/LoopingAudioConverter/releases Looping Audio Converter]''.
  
 
== Tools ==
 
== Tools ==
 
* [[vgmstream]]
 
* [[vgmstream]]
 +
* [https://github.com/libertyernie/LoopingAudioConverter/releases Looping Audio Converter]
  
 
[[Category:Pikmin 3]]
 
[[Category:Pikmin 3]]
 
[[Category:File formats]]
 
[[Category:File formats]]

Revision as of 08:27, 7 May 2019

.bfstm files are the streamed music in Pikmin 3. Some of these songs contain several tracks, which are enabled or disabled in-game to make the music dynamic. This game's BFSTM files can be found in /CMCmn/audio/audiores/stream. A rundown of the format can be found here. A list of what files match what songs can be found here.

.bfstm files can be created using Looping Audio Converter.

Tools