Jump to content
  • 0

Arcade fight line up.


Question

Posted
At this part of the select.def 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 = 1,2,2,2,0,0,0,1,0,0
                  ; 1 2 3 4 5 6 7 8 9 10
 
What I want to do here is fix my line up to where there is a bonus game then a boss character right after and have this to repeat a number of times. How would I go about doing this?

0a8h.pngjg1o.jpgOn the web since '07

2 answers to this question

Recommended Posts

  • 0
Posted
arcade.maxmatches = 1,2,2,2,0,0,0,1,0,0
                  ; 1 2 3 4 5 6 7 8 9 10
 
 
you have a arcade where you have one match with a "order=1" char (example: Ryu, stages/temple.def, order=1
 
You have 2 matches with every character labeled with a order=2, order=3, order=4
(example: Ken, stages/ssf2.def, order=2 / Sagat, stages/thailand.def, order=3, etc. etc.)
 
make your bonus character match 5
(example: Bonus char name, stages/bonus_stage.def, order=5
 
then make your boss the order right after the bonus char
(example: Shao Kahn, stages/mortalkombat.def, order=6
 
Every time you play arcade you will fight however many matches you set up, but you will always fight the bonus stage right before the boss. You can even dazzle this up by putting multiple bonus stages with the order=5, that way youll never know what bonus stage your gonna get before the boss.
 
You can do the same with bosses, by giving any number of bosses the same order-xxx, that way you never know what boss your gonna fight, but that one will be the last and only boss of that one arcade game session.
 
I have randomized mine up where i have multiple bosses with the same order, so each time i play arcade, the game ends with a different boss. I also put all my bonus stages with the same order=xxx, so every time i get to a bonus round, i dont know which bonus game im gonna get. I also changed my Co-Op/2player arcade matches so i ghave to fight a whole list of different bosses altogether that cant be beat by one person alone.
 
Example:
[Options] arcade.maxmatches= 1,2,2,2,2,1(bonus stage/char),1(boss),0,0,0 team.maxmatches  =  1,2,2,2,2,1,0,1,0,0  
(arcame match bosses have order=7; apocalypse, stages/mvcapoc.def, order=7 / kingpin, stages/mrx.def,order=7 / etc.)
(team match bosses have order=8; devilgundam, stages/mauryshow.def, order=8)
I put slot 8 as a 0 for arcade matches so i never play them in single arcade, i put slot 7 a 0 in team matches so i never fight easy bosses in team matches
 
 
:) hope this helps

ppp

Guest
This topic is now closed to further replies.
×
×
  • Create New...