Jump to content

Realra

Member
  • Posts

    36
  • Joined

  • Last visited

Community Answers

  1. Realra's post in converting character mugen 1.0 into 1.1 was marked as the answer   
    Ok here are the steps:
    1. Go into your character def file and paste this into the def file:
    2. Any palettes that are being loaded as files you need to remove. 
    Example:
     
    Your DEF File should looks something like this:
    3. Now you need to add the palettes to the character's SFF file. So open the character in fighter factory and go to the sprites.
    Before you add the palettes you need to convert the SFF to 1.1. To do this go down the the bottom of fighter factory and you will see Version: 1.0.1.0 or maybe Version: 2.0.0.0.  Click it and set it to Mugen 1.1.
    To add the palettes find this:
    A window will pop up and you will have to find the .act files that are the palettes of the character. Make sure to only do all of the act files accept for the default one. 
    Then this will come up:
    You want to set the group to 1 and the index to 2 and click OK.
    This will add the palettes to the SFF file now you can save the SFF file.
     
    5. Finally you need to add a small amount of code to the .cns file or the states.
    You need to find Statedef 5900. 
    It may look something like this.
    You need to add this code to the State Def
    Add it right underneath Type = S above the other states. Like this
    If you cannot find [Statedef 5900] Just go to the bottom of the character's cns file and paste this:
    Hopefully this fixes your problem! :) 
×
×
  • Create New...