Here is a part of my select file:
;---------------------------------------------------------------------
[Options]
;---------------------------------------------------------------------
;Here you set the maximum number of matches to fight before game ends
;in Arcade Mode. The first number is the number of matches against
;characters with order=1, followed by order=2 and order=3 respectively.
;For example, for 4,3,1 you will fight up to 4 randomly-picked
;characters who have order=1, followed by 3 with order=2 and 1 with
;order=3.
arcade.maxmatches = 2,2,2,2,1,1,1,1,1,1
From what I understood I should have 4x2 + 6x1 = 14 fights before the ending
But the problem is I get a random number of fights from 3 to 5 usually and it skips some order=1 or order=6 etc....
I have made sure there are chars with order=1, order=2, .... order=10
Some chars have order=0 because I don't want to meet them...
So what is wrong with my select.def please?