YesNoOk
avatar

Arcade Mode does not work properly (Read 846 times)

Started by Lime, January 01, 2008, 04:26:03 pm
Share this topic:
Arcade Mode does not work properly
#1  January 01, 2008, 04:26:03 pm
  • avatar
  • **
Alright, here's the deal. I have been putting together the whole roster, and have added the order= bit to all the characters in the select.def. I haven't added any other details, like stage and stage music.

Anyway, I set the arcade max matches to be 5,3,1,1,1. However, the order does not function properly; I only fight 5 random characters, with order completely disregarded, before it ends. What's going wrong?



Quote

kfm, order=1
kfg, order=1
rikard, order=1
kei, order=1
mika, order=1
randomselect
randomselect
randomselect
dragonclaw, order=2
fliz, order=1
kaname, order=1
kuando, order=1
eric, order=1
xiaoyen, order=1
kureha, order=1
seandg, order=1
sf3_ken, order=1
mf_yun, order=1
yang, order=1
sf3_alex, order=1
cvschunli, order=1
q, order=2
randomselect
sporyu, order=2
randomselect
rubyheart, order=1
randomselect
randomselect
randomselect
randomselect
rock, order=1
mow_terry, order=1
maryact3rd, order=1
donghwan, order=1
jaehoon, order=1
kevin, order=1
marco, order=2
ccikrauser96, order=3
adel, order=2
griffon_pro, order=1
hokutomaru, order=1
j_hotaru, order=1
ccikasumi, order=1
ccixiangfei, order=1
mrkaratedm, order=1
tetsu, order=1
hashimoto, order=1
nanashi, order=1
randomselect
randomselect
randomselect
reiko, order=2
wara, order=3
randomselect
randomselect
tohno, order=1
arcueid, order=1
kohaku, order=1
burai_yamamoto, order=1
kunagi_tenrou, order=1
haruhi, order=1
kyon, order=1
a0ranma, order=1
shaq, order=1
randomselect
randomselect
randomselect
randomselect
venom, order=2
spiderman, order=1
deadpool, order=1
psylocke, order=1
cyclops, order=1
randomselect
randomselect

arcade.maxmatches = 5,3,1,0,0,0,0,0,0,0
Re: Arcade Mode does not work properly
#2  January 02, 2008, 11:28:50 am
  • avatar
you need to add the stage.
Re: Arcade Mode does not work properly
#3  January 02, 2008, 09:22:19 pm
  • avatar
  • **
That has nothing to do with it. And the stages were added ages ago; I only quoted the relevant parts.  ¬_¬
Re: Arcade Mode does not work properly
#4  January 02, 2008, 09:57:52 pm
  • ******
    • Philippines
    • https://web.archive.org/web/20181226221429/http://moogen.piiym.net/
I think the stage cmd-line is needed before order for it to work. Try putting random if you want a random stage.
Re: Arcade Mode does not work properly
#5  January 02, 2008, 10:02:24 pm
  • avatar
  • **
its supposed to be like this:

iori, , order = 1

the extra comma is the key here

with a stage:

iori, stages/cvs2_stadium.def, order = 1
Re: Arcade Mode does not work properly
#6  January 02, 2008, 10:31:46 pm
  • avatar
  • **
Thanks. I finally got the answer I needed.