YesNoOk
avatar

Order Problems D: (Read 332 times)

Started by AntM, August 03, 2013, 12:55:17 am
Share this topic:
Order Problems D:
#1  August 03, 2013, 12:55:17 am
  • *
    • USA
    • antpepmck@gmail.com
    • www.youtube.com/user/GosbelX
Ok first things first I know what you're thinking; Oh god its another person who doesn't know how to use order in arcade right... Kind of ... lol
But hear me out. I want my Mugen 1.0 to be like this: You fight 3 random people then a Mini-game and here's how I have my order set up as of now:
Code:
arcade.maxmatches = 3,1,3,1,0,0,0,0,0,0

And this is every character who has order in front of their name.

Code:
 DuckHunt, random, order=2    m-gb_game1, stages/m-gb_stage1.def, order=4 

You see how I wanted it? 3 random people then a mini game. But when I beat 3 people and the mini-game it doesn't give me 3 more people it skips the whole order 3 and jumps to 4. Is there a way to randomize an order? Because the first one is always random if you don't input orders into your Select.def. Is their like an Order = Random... or something...?
Re: Order Problems D:
#2  August 04, 2013, 11:36:09 pm
  • ***
  • chill out...
    • Germany
you could put all the chars with order = 1 twice into the select file and give 'em order = 3. or you could simply give half of them order = 1 and the other half order = 3 as a compromise. :gugoi:
Re: Order Problems D:
#3  August 05, 2013, 05:27:59 pm
  • *
    • USA
    • antpepmck@gmail.com
    • www.youtube.com/user/GosbelX
you could put all the chars with order = 1 twice into the select file and give 'em order = 3. or you could simply give half of them order = 1 and the other half order = 3 as a compromise. :gugoi:

When I put Order one and 3 like this
Code:
charactername, random, order=1, order=3
It just goes right to duck hunt for some reason  :fear: so I'm going to put some as order 1 and some order 3.  :computer: Thanks man for all your help  :nutrox: