How to make a perfect looping BGM for RPG Maker VX
Example: Loop the main part of BGM without looping the beginning.
By: Shu
YouTube tutorial video here: http://www.youtube.com/watch?v=di4nOopPF2MIntroductionHave you ever wanted your battle music to play the beginning once, and then loop the main part only, like most Final Fantasy music?
That's exactly what this tutorial will teach you how to do.
Required ProgramYou need to download the free audio editing tool, Audacity 1.3 Beta from
here. I'm pretty sure the 1.2 version will not work.
Editing the BGMOpen your desired BGM in Audacity. Find the portion that you want to loop by using the selection tool and zoom tool and carefully listening to where the song should begin looping, and where the song should restart to the beginning of the loop. These two points in the song MUST sound exactly the same! It is recommended that the loop point is loud, because trying to loop on a quiet, sensitive part of a song is more noticeable and harder to make it seamless.
Once you know where the points are, select the point where the loop should begin, and then go to Tracks -> Add Label at Selection. Enter "Loop Start." Do the same for where you want the loop to restart, and label it as "Loop End."
You can test to see if it loops seamlessly by highlighting the area inside these two labels and shift+clicking the play button.
Next, thou shall go to the bottom of the program, where you shall see some drop-down menus. Click a drop-down menu and set it to "samples" like shown in this image:
and then make sure that "Length" is checked instead of "End" like so:
Now, make sure that you have selected the area of the song from the Loop Start label to the Loop End label, and then go to File -> Export...
Name it, and make sure the File Type is set to Ogg Vorbis Files. Click Save.
This is the most important step! An Edit Metadata window should appear. At the bottom, click add until there are two blank tags. Double click the first blank tag and type in "LOOPSTART". In the second blank tag, type in "LOOPLENGTH". Look at the bottom of Audacity to see a number under Selection Start. Insert this number as the value for LOOPSTART without commas. Do the same for LOOPLENGTH using the number under Length.
Click OK, import your new ogg file inside your RPG Maker VX, go to Sound Test, and click Play!
If it loops exactly where you wanted it to, then you have not failed.
Go forth, and make awesomeness.
Reason for edit: Placed Large Images In Spoilers-Jonnie19