YesNoOk
avatar

Character Endings (Read 1417 times)

Started by Was, August 29, 2007, 11:57:49 am
Share this topic:

Was

Character Endings
#1  August 29, 2007, 11:57:49 am
  • avatar
How do i add character endings
Re: Character Endings
#2  August 29, 2007, 12:24:22 pm
  • ******
  • Limited time to use Infinite power !
    • France
    • network.mugenguild.com/cybaster/
Put the ending for the character (def file, sff file and sometimes there's also a sound file) in the same folder as the character

Then, open the def file of the character, and you'll see some lines underneath [arcade]
add the name of the def file to it, such as :
ending = name_of_def_file.def

Was

Re: Character Endings
#3  August 29, 2007, 02:20:37 pm
  • avatar
I am unclear on where on the def i type it. Also do i replace something or add
Re: Character Endings
#4  August 29, 2007, 03:02:48 pm
  • ******
  • Limited time to use Infinite power !
    • France
    • network.mugenguild.com/cybaster/
Sometimes, some def files don't have the arcade parameter.
Open several def files of several characters you have, and at the end of one of them, you'll see a [arcade] parameter with two lines underneath, one for the ending and one for the intro.

Copy paste these lines into the def file you're interested in, and do what I said before.
Re: Character Endings
#5  August 29, 2007, 04:13:36 pm
  • *
1. Download an ending
2. Find a characters def file and open it with notepad or whatever
3. If it isnt already at the bottom of the def file:
    leave 1 line open after the last line and under that put this:
   
; Arcade mode
[Arcade]
intro.storyboard  =
ending.storyboard =
   

4. Put the ending files in the characters map
5. The ending must have a def so after ending.storyboard you need to put the name of the def file and after that add  .def