YesNoOk
avatar

Trouble in Arcade mode (Read 577 times)

Started by Badzou, February 20, 2009, 08:32:13 pm
Share this topic:
Trouble in Arcade mode
#1  February 20, 2009, 08:32:13 pm
  • ***
  • It's over! We won!
    • mugen.the-chronicles.org/
Here is a part of my select file:

Code:
;---------------------------------------------------------------------
[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?
Visit the first and the only "web 2.0" warehouse of the internet: MUGEN ARCHIVE
A warehouse by the community, for the community. If we join our efforts, we could preserve MUGEN forever!!

Sept 2013 Stats: 5135 files in 222 categories - 60,167 unique visitors, 292.24GB of bandwidth
And still no ad! :sugoi:

If you have a copy of Fighter Factory 3 Linux, pm me, you will be rewarded, thanks
Re: Trouble in Arcade mode
#2  February 20, 2009, 10:01:39 pm
  • ***
Show the entire select.def
Spoiler, click to toggle visibilty
Re: Trouble in Arcade mode
#3  February 21, 2009, 12:50:16 am
  • ***
  • It's over! We won!
    • mugen.the-chronicles.org/
Thank you for your reply 1nfrn0

Oh and I didn't use order=0 to make them unselectable, I used order=0 to make them unencounterable in arcade mode. I am not sure if that works that way tho.

Here is the whole select.def:  :)
http://pastebin.com/m583e47a6
Visit the first and the only "web 2.0" warehouse of the internet: MUGEN ARCHIVE
A warehouse by the community, for the community. If we join our efforts, we could preserve MUGEN forever!!

Sept 2013 Stats: 5135 files in 222 categories - 60,167 unique visitors, 292.24GB of bandwidth
And still no ad! :sugoi:

If you have a copy of Fighter Factory 3 Linux, pm me, you will be rewarded, thanks
Re: Trouble in Arcade mode
#4  February 21, 2009, 04:19:37 am
  • ***
no need to put the order way far away....do it like this:
Code:
#
SFZ/Evil Ken/evilken.def, order=9
New/Gouken/gouken.def, order=7

Hopefully it helps.....
Re: Trouble in Arcade mode
#5  February 21, 2009, 06:28:51 am
  • ***
  • It's over! We won!
    • mugen.the-chronicles.org/
I tried, but no that didn't work  :'(

I really don't get what's happening...
sometimes i meet apocalypse, order=10 in first match, and after him an order=3 guy  o_O
I tested 7 times right now and there are always 3 total matches and the ending guy is either naruto or sasuke...  :S

something is messed up... I use the muden fighting jam screenpack with cvs2 lifebars...
someone help please!
Visit the first and the only "web 2.0" warehouse of the internet: MUGEN ARCHIVE
A warehouse by the community, for the community. If we join our efforts, we could preserve MUGEN forever!!

Sept 2013 Stats: 5135 files in 222 categories - 60,167 unique visitors, 292.24GB of bandwidth
And still no ad! :sugoi:

If you have a copy of Fighter Factory 3 Linux, pm me, you will be rewarded, thanks
Re: Trouble in Arcade mode
#6  February 21, 2009, 11:44:29 am
  • ***
& u no...u should have said tht sooner....:P
Assign each char a stage i.e.

Code:
SFZ/Evil Ken/evilken.def, order=9
New/Gouken/gouken.def, stage=****.def , order=7

OR the char doent have a stage:
Code:
SFZ/Evil Ken/evilken.def, order=9
New/Gouken/gouken.def, random , order=7
Last Edit: February 22, 2009, 04:14:37 pm by 1nfrn0
Re: Trouble in Arcade mode
#7  February 22, 2009, 07:16:32 am
  • ****
  • English fluency I am swear!
    • Canada
I a char dosen't have a stage, Don't do this:

char, random , order =  :sugoi:

Do this insted:

char, , order =  ::)
Quote
And "Reality" is unveiled.
What did it want . . .
What did it see . . .
What did it hear . . .
What did it think . . .
What did it do . . .
Re: Trouble in Arcade mode
#8  February 23, 2009, 07:22:33 am
  • ***
  • It's over! We won!
    • mugen.the-chronicles.org/
Thanks 1nfrn0 !

Adding the "randon," fixed arcade mode :)
Visit the first and the only "web 2.0" warehouse of the internet: MUGEN ARCHIVE
A warehouse by the community, for the community. If we join our efforts, we could preserve MUGEN forever!!

Sept 2013 Stats: 5135 files in 222 categories - 60,167 unique visitors, 292.24GB of bandwidth
And still no ad! :sugoi:

If you have a copy of Fighter Factory 3 Linux, pm me, you will be rewarded, thanks