SkySongBuilder Tutorial: Difference between revisions

Formatting improvements, as well as an additional step that wasn't mentioned before
No edit summary
 
(One intermediate revision by one other user not shown)
Line 72: Line 72:
</syntaxhighlight>There are only a few things you need to change.  
</syntaxhighlight>There are only a few things you need to change.  


* <code>i:</code> is the slot of the song. The game has several unused slots already we can use to add new music. These are slots 194-201 for a total of 7 additional songs. If you want more songs without removing existing songs you must apply Adex's PlayMoreBGM Skypatch which can be found above. The installation process is the same for the Fifohooks installation. Each song you add needs it's own slot, starting at 194, just as the sample does.
* <code>i:</code> is the slot of the song. The game has several unused slots already we can use to add new music. These are slots 194-200 for a total of 7 additional songs. If you want more songs without removing existing songs you must apply Adex's PlayMoreBGM Skypatch which can be found above. The installation process is the same for the Fifohooks installation. Each song you add needs it's own slot, starting at 194, just as the sample does.


* The name of the song above <code>i:</code>
* The name of the song above <code>i:</code>
Line 126: Line 126:


When creating sequenced music, it should be noted that Explorers of Sky cannot play more than a certain number of voices at the same time. The number of voices is roughly equal to the number of instruments playing at any given time. The exact limit is currently unknown, but it's likely between 10 and 16.
When creating sequenced music, it should be noted that Explorers of Sky cannot play more than a certain number of voices at the same time. The number of voices is roughly equal to the number of instruments playing at any given time. The exact limit is currently unknown, but it's likely between 10 and 16.
A video tutorial for sequenced music: [[https://www.youtube.com/watch?v=mK0DuXT69q8]]
[[Category:Tutorials]]
[[Category:Tutorials]]