YesNoOk
avatar

Stage order question [SOLVED] (Read 2044 times)

Started by Shishisonson, February 02, 2019, 02:05:33 pm
Share this topic:
Stage order question [SOLVED]
New #1  February 02, 2019, 02:05:33 pm
  • avatar
    • France
Hello, so here is my problem, when i assign a stage with a character with NameOfTheCharacter, stages/NameOfTheStage.def in select.def, the order of the stage in the stage selection becomes #1, my question is, is it possible to keep the original order of the stage while still assigning it to a character?

Before assigning the stage to the character (position 14)



After assigning the stage to the character (position 1)




Thanks!
Last Edit: February 04, 2019, 11:52:59 pm by Shishisonson
Re: Stage order question
#2  February 04, 2019, 05:09:02 am
  • avatar
  • **
    • USA
Yes, use includestage=0 in your select.def and make sure the stage is listed later in the order that you want it.  Mugen won't add an entry to the list with this parameter, but it won't impact the next time it encounters it.


Example:
Gouki, stages\sfaakuma.def, includestage=1, order=5
Re: Stage order question
#3  February 04, 2019, 11:52:06 pm
  • avatar
    • France
Yes, use includestage=0 in your select.def and make sure the stage is listed later in the order that you want it.  Mugen won't add an entry to the list with this parameter, but it won't impact the next time it encounters it.


Example:
Gouki, stages\sfaakuma.def, includestage=1, order=5

It worked, thank you very much!