YesNoOk
avatar

how to configure the order in arcade mode? (Read 2476 times)

Started by LINKIN_J, September 10, 2009, 07:22:01 pm
Share this topic:
how to configure the order in arcade mode?
#1  September 10, 2009, 07:22:01 pm
  • avatar
  • *
hi guys,i have this problem,what i have to do to order the chars in arcade mode?,because when i play in arcade mode only fight against one char and then appears congratulations and i notice that i only fight with the number of chars before the fisrt comma this can be 1 or 10 but only to the first comma,what can i do to configure and take on count the other number in the order select?
i hope somebody can help me whit this and sorry my bad english. :P

[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,2,1,1,1,0,0
Re: how to configure the order in arcade mode?
#2  September 10, 2009, 10:42:46 pm
  • ***
    • UK
This is what I have in my select.def example:

Blaziken\Blaziken.def,stages/Outskirt_stand.def,order=2,music=sound/Blaziken.mp3,includestage=0;Blaziken
blank
FeliciaMVC\FeliciaMVC.def,stages/Stage0.def,order=1,music=,includestage=0;Felicia
blank
Gardevoir\Gardevoir.def,stages/POKESTAD.DEF,order=2,music=sound/Gardevoir.mp3,includestage=0;Gardevoir
blank
Guile\guile.def,stages/shield_helicarrier.def,order=1,music=sound/Guile.mp3,includestage=0;Guile
blank

I'll explain the order. When you have order=*number here*, you are choosing who appears in the order group. Above, I chose Felicia and Guile to be group 1. Now we edit this part below.

[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,0,0,0,0,0,0,0,0,0

As you can see, I have set 2 for the first number, this means I will fight 2 opponents from order 1. This is the same for order 2 and above. So here's another example.

arcade.maxmatches = 2,1,4,2,0,0,0,0,0,0

I will fight 2 order=1 opponents, 1 order=2, 4 order=3 and 2 order=4 opponents.

It's ideal to make sub-boss/boss characters order 9 and 10.

Sorry if this is a little confusing, but I tried to explain it the best I could.
Re: how to configure the order in arcade mode?
#3  September 11, 2009, 04:34:51 am
  • avatar
  • *
can u do the same in team mode because I can only play up to 3 matches on there. this is mine right here

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 = 6,1,1,0,0,0,0,0,0,0

 ;Maximum number of matches to fight before game ends in Team Mode.
 ;Like arcade.maxmatches, but applies to Team Battle.
team.maxmatches = 4,1,1,2,2,1,4,4,4,3
Re: how to configure the order in arcade mode?
#4  September 11, 2009, 04:53:22 am
  • ***
    • UK
can u do the same in team mode because I can only play up to 3 matches on there. this is mine right here

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 = 6,1,1,0,0,0,0,0,0,0

 ;Maximum number of matches to fight before game ends in Team Mode.
 ;Like arcade.maxmatches, but applies to Team Battle.
team.maxmatches = 4,1,1,2,2,1,4,4,4,3

Yes, you can do this through team mode as well, as long as you have enough characters with the order you wish.
Re: how to configure the order in arcade mode?
#5  September 12, 2009, 07:33:35 pm
  • avatar
  • *
thanks guys i'll try to do this  :)
Re: how to configure the order in arcade mode?
#6  September 13, 2009, 04:42:43 pm
  • avatar
  • *
how do u order ur characters to different numbers?
Re: how to configure the order in arcade mode?
#7  September 13, 2009, 07:07:09 pm
  • ***
    • UK
This is what I have in my select.def example:

Blaziken\Blaziken.def,stages/Outskirt_stand.def,order=2,music=sound/Blaziken.mp3,includestage=0;Blaziken
blank
FeliciaMVC\FeliciaMVC.def,stages/Stage0.def,order=1,music=,includestage=0;Felicia
blank
Gardevoir\Gardevoir.def,stages/POKESTAD.DEF,order=2,music=sound/Gardevoir.mp3,includestage=0;Gardevoir
blank
Guile\guile.def,stages/shield_helicarrier.def,order=1,music=sound/Guile.mp3,includestage=0;Guile
blank

I'll explain the order. When you have order=*number here*, you are choosing who appears in the order group. Above, I chose Felicia and Guile to be group 1. Now we edit this part below.

[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,0,0,0,0,0,0,0,0,0

As you can see, I have set 2 for the first number, this means I will fight 2 opponents from order 1. This is the same for order 2 and above. So here's another example.

arcade.maxmatches = 2,1,4,2,0,0,0,0,0,0

I will fight 2 order=1 opponents, 1 order=2, 4 order=3 and 2 order=4 opponents.

It's ideal to make sub-boss/boss characters order 9 and 10.

Sorry if this is a little confusing, but I tried to explain it the best I could.
Re: how to configure the order in arcade mode?
#8  September 14, 2009, 03:34:04 am
  • avatar
  • *
so what ur telling me is with the characters, I put their and their stages after that put the order number down like this


Example: kyo, stages/??????.def, order=1
Re: how to configure the order in arcade mode?
#9  September 14, 2009, 05:18:10 am
  • ***
    • UK
so what ur telling me is with the characters, I put their and their stages after that put the order number down like this


Example: kyo, stages/??????.def, order=1

You got it, replace the ?'s with your desired stage, then go to this part here.

[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 = 5,0,0,0,0,0,0,0,0,0

If you have more than 5 order 1 opponents, you'll randomly fight 5 order 1 opponents.
Re: how to configure the order in arcade mode?
#10  September 18, 2009, 05:50:07 pm
  • avatar
  • *
hi,well i have another problem, i got this:

ryo/ryo.def,stages/NBC_japanD4.def,order = 1,music=sound/02 Esaka XI.mp3,includestage=0
robert/robert.def,stages/NBC_japanD400.def,order = 1,music=sound/02 robert XI.mp3,includestage=0
takuma/takuma.def,stages/NBC_japanD400.def,order = 1,music=sound/02 takuma XI.mp3,includestage=0
j_yuri/j_yuri.def,stages/NBC_japanD4.def,order = 1,music=sound/02 yuri XI.mp3,includestage=0 

when i fight against chars with sound appears me "error message: music file not supported: sound/02"
how can i make it work properly? i run it in winmugen plus.
Re: how to configure the order in arcade mode?
#11  September 18, 2009, 07:17:15 pm
  • ***
    • UK
hi,well i have another problem, i got this:

ryo/ryo.def,stages/NBC_japanD4.def,order = 1,music=sound/02 Esaka XI.mp3,includestage=0
robert/robert.def,stages/NBC_japanD400.def,order = 1,music=sound/02 robert XI.mp3,includestage=0
takuma/takuma.def,stages/NBC_japanD400.def,order = 1,music=sound/02 takuma XI.mp3,includestage=0
j_yuri/j_yuri.def,stages/NBC_japanD4.def,order = 1,music=sound/02 yuri XI.mp3,includestage=0 

when i fight against chars with sound appears me "error message: music file not supported: sound/02"
how can i make it work properly? i run it in winmugen plus.


Edit your MP3 file names, remove the spaces from the titles, do the same on the select.def, and it should work. Mugen seems to act funny with spaces.
Re: how to configure the order in arcade mode?
#12  September 19, 2009, 01:10:17 am
  • avatar
  • *
problem solved,thanks xinos. 8)
Re: how to configure the order in arcade mode?
#13  September 19, 2009, 01:14:15 am
  • ***
    • UK