YesNoOk
avatar

Bosses (Read 2239 times)

Started by DeadlyItachi, September 06, 2007, 07:24:43 am
Share this topic:
Bosses
#1  September 06, 2007, 07:24:43 am
  • *
  • Why did you make me chibi?
I'm sorry that I keep on bugging you all with my newbie questions, I was wondering how I can set up my characters for arcade mode because everytime I play arcade mode I fight 1 person then the game is over. I want to add bosses and stuff like that to the game. Anyone mind helping out?
Re: Bosses
#2  September 06, 2007, 07:31:20 am
  • *****
  • You know it!
    • viewtiful9.blog124.fc2.com/
Yea its easy..
Put something like this in the select.def, near the characters name
, order=6

Now read this so you fully understand it.

; - order
 ;   Set the paramvalue to the ordering priority to give the
 ;   character. Valid values are from 1 to 10. A smaller value
 ;   means you will fight the character sooner. You will never
 ;   fight an order 2 character before an order 1 character,
 ;   and never an order 3 character before an order 2 one.
 ;   For example, you might want to set your boss character
 ;   to have order=3. The default order value is 1 if you omit
 ;   this param. See *.maxmatches under [Options] for how to
 ;   limit the number of matches per order priority.
 ;

Max matches

[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,0,0,0,0,0,0,0
WOO! WOO! WOO!
PSN / XBLA - ViewtifulSuxx
Re: Bosses
#3  September 06, 2007, 07:33:20 am
  • *
  • Why did you make me chibi?
Ohhh, Thank you very much.
Re: Bosses
#4  September 06, 2007, 07:40:42 am
  • *
  • Why did you make me chibi?
I'm sorry bout double posting, I was wondering how I set the stages for certain characters in Arcade mode =X
Re: Bosses
#5  September 06, 2007, 07:42:40 am
  • *****
  • You know it!
    • viewtiful9.blog124.fc2.com/
Paste this on one of the characters names in the select.def

, stages/Stagename.def, includestage=0

You don't have to add includestage=0.
Unless its a boss stage or something.
WOO! WOO! WOO!
PSN / XBLA - ViewtifulSuxx
Re: Bosses
#6  September 06, 2007, 07:45:21 am
  • *
  • Why did you make me chibi?
Again, thanks for all the help.