MvC Champ Posted March 28, 2015 Posted March 28, 2015 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
0 Magical Klara Posted March 28, 2015 Posted March 28, 2015 Open the .ogg file in Audacity. 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. Change the value to 'samples'. Write the number after 'select.bgm.loopstart = ' in the .def file. Look for and click on the spot where you want the loop to end. Write that 'samples' number after 'select.bgm.loopend = ' in the .def file. 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. http://www.dailymotion.com/Muirtower
Question
MvC Champ
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
1 answer to this question
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now