SkySongBuilder Tutorial: Difference between revisions

Okami (talk | contribs)
mNo edit summary
Use spaces instead of tabs (required by yaml)
Line 59: Line 59:


Scroll down until you find the section labeled <code>songs:</code> under the "Add songs here" comment. For simpliciy sake, delete everything under, but not including, <code>songs:</code>. Then you may add this template block.<syntaxhighlight lang="yaml">
Scroll down until you find the section labeled <code>songs:</code> under the "Add songs here" comment. For simpliciy sake, delete everything under, but not including, <code>songs:</code>. Then you may add this template block.<syntaxhighlight lang="yaml">
Buried_Oasis:
  Buried_Oasis:
i: 194
    i: 194
raw: Buried_Oasis.wav
    raw: Buried_Oasis.wav
loop_point: 846720
    loop_point: 846720
formats: [Wav4BitAdpcmNDSPlanarStereoLooped]
    formats: [Wav4BitAdpcmNDSPlanarStereoLooped]
dsp:
    dsp:
adpcm_block_size: 16377
      adpcm_block_size: 16377
adpcm_encoder_lookahead: 4
      adpcm_encoder_lookahead: 4
flags: SND_STREAM
    flags: SND_STREAM
</syntaxhighlight>There are only a few things you need to change.  
</syntaxhighlight>There are only a few things you need to change.