SkySongBuilder Tutorial: Difference between revisions
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: | |||
i: 194 | |||
raw: Buried_Oasis.wav | |||
loop_point: 846720 | |||
formats: [Wav4BitAdpcmNDSPlanarStereoLooped] | |||
dsp: | |||
adpcm_block_size: 16377 | |||
adpcm_encoder_lookahead: 4 | |||
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. | ||