YesNoOk
avatar

Char order, what do i do wrong? (Read 595 times)

Started by thargh, October 07, 2007, 12:58:39 am
Share this topic:
Char order, what do i do wrong?
#1  October 07, 2007, 12:58:39 am
  • avatar
  • *
Ive tried figuring this arcade order thing out for hours.
heres an example from my select.def

DragonClaw, stages/random, order=1
drdoom, stages/random, order=2
Carnage, stages/random, order=9
0Marvin_100_DDR, stages/random, order=9

i tried to give Dragon Claw Order 1 and Drdoom, 2 so i could test it.

My arcade bottom thing

1,1,0,0,0,0,0,0,0,0 (still only doing this for test purposes

as i have understood what would mean i started off fighting a order=1 char, then 1 order=2 and the arcade should be over.
Yet everytime i try, it picks a completely random oponent, not DragonClaw, even tho he is the only char with order=1.

Thanks in advance
Re: Char order, what do i do wrong?
#2  October 07, 2007, 01:53:12 am
  • ****
  • Don't care if it's a sword or an egg, put it down!
    • www.youtube.com/profile?user=CandoraAuthes
I think you need another comma
[mcode]DragonClaw, stages/random, , order=1
drdoom, stages/random, , order=2[/mcode]

Because there's another space for music
The Answer to the Ultimate Question:

For rare M.U.G.E.N. characters, click here.
Re: Char order, what do i do wrong?
#3  October 07, 2007, 11:55:31 am
  • avatar
  • *
Doesn't work

Error message:
[Characters]: On Line: DragonClaw, stages/random, , order=1
--Unknown flag: ,
Error finding characters/stages in select.def

Re: Char order, what do i do wrong?
#4  October 07, 2007, 12:01:25 pm
  • ******
  • Limited time to use Infinite power !
    • France
    • network.mugenguild.com/cybaster/
No, you mustn't add another comma.

Nevertheless, you should not put stages/random, but just random.

So put dragonclaw,,order=1 or dragonclaw,random,order=1
Re: Char order, what do i do wrong?
#5  October 07, 2007, 12:30:21 pm
  • avatar
  • *
finally got it to work.
I missed some of the chars that i laid higer up on the list (Back when i didn't know where to position them) and i couldn't find out why KFM always appeared when i had taken him off, but there is 2 KFMs, another one on the top  --;
Thanks anyway