Jump to content
  • 0

How do I use loopstart and loopend with player select music


MvC Champ

Question

In an MvC2 Screenpack, There is a coding on the select bgm like this:

select.bgm = data/MvsC2_2011/System/MvC2select.ogg

select.bgm.volume = 0

select.bgm.loop = 1

select.bgm.loopstart = 458979

select.bgm.loopend = 812433

I wanted to know how to use the loopstart and loopend because I have a song that I want to use

Link to comment
Share on other sites

1 answer to this question

Recommended Posts

  • 0
  1. Open the .ogg file in Audacity.
  2. Look for and click on the spot where you want the loop to start from, and check the number under 'Selection Start' on the bottom.
  3. Change the value to 'samples'.
  4. Write the number after 'select.bgm.loopstart = ' in the .def file.
  5. Look for and click on the spot where you want the loop to end.
  6. Write that 'samples' number after 'select.bgm.loopend = ' in the .def file.
  7. Open the stage in Mugen to make sure that the loop is in the right place.  If not, check for the right spot in Audacity again.
Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...