YesNoOk
avatar

Intro and Ending not working... (Read 845 times)

Started by SuperMaxZero, October 01, 2007, 10:30:50 pm
Share this topic:
Intro and Ending not working...
#1  October 01, 2007, 10:30:50 pm
  • avatar
  • *
I downloaded an intro and ending for Evil Ryu at the following site:
http://rugal2.mugenfury.com/

I unzipped, took the files out of the folder, and put them into Evil Ryu's folder, as I assumed I was supposed to, but it doesn't work.
Umm...why?
Re: Intro and Ending not working...
#2  October 01, 2007, 11:20:30 pm
  • ****
  • Don't care if it's a sword or an egg, put it down!
    • www.youtube.com/profile?user=CandoraAuthes
You're supposed to edit Evil Ryu's DEF file so it can read and play the intro and ending at the right time. At the bottom of the DEF file when opened, you might have to add data:
[mcode][Arcade]
intro.storyboard = Coding/intro.def
ending.storyboard = Coding/ending.def[/mcode]

The directory to the DEF files of the intro and ending may differ, depending how you put them in the character's folder. If they are directly in there, and NOT in any other folders, then it would look like this. Assuming the intro's DEF file was called Intro.def and the ending's DEF file was called ending.def:
[mcode][Arcade]
intro.storyboard = intro.def
ending.storyboard = ending.def[/mcode]

In cases it's in a folder by itself, that would also apply by doing this:
[mcode][Arcade]
intro.storyboard = Intro/intro.def ;(Assuming the folder name is called "Intro")
ending.storyboard = Ending/ending.def ;(Assuming the folder name is called "Ending")[/mcode]
The Answer to the Ultimate Question:

For rare M.U.G.E.N. characters, click here.