Jump to content

tier/order system


Recommended Posts

Does the "order" way of programming in characters (for example-> mars_people,stages/spaceship.def,order=4) always work? Because i was playing in arcade once and had evil ryu popped up first and I know darn well I didn't put him in that order. Is there anything you can think of I could have done wrong?

Link to comment
Share on other sites

Order goes from 1-10. The numbers represent how powerful they are. Evil_Ryu would be like, 4.

 

The trick is to set your fight number in your select.def This sets the amount of fights you have to go through in arcade. For example, a balanced line looks like:

 

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

team.maxmatches = 6,4,2,1,1,0,0,0,0,0

 

Meaning you'll fight six level 1 matches, four level 2, two level 3, one level 4, and one level 5.

 

Then, you set the order for your chars. If you use the method above, they need to be set from 1-5.

 

Example, if Ryu is set at order=1, he'll be among all the other level 1 chars that you'll randomly fight first. If Evil_Ryu and Evil_Ken are the only ones in order=4, and you only have one level 4 fight, the game will randomly choose one of them for you to fight, but only for the level 4 match. ^^

Link to comment
Share on other sites

Order goes from 1-10. The numbers represent how powerful they are. Evil_Ryu would be like, 4.

 

The trick is to set your fight number in your select.def This sets the amount of fights you have to go through in arcade. For example, a balanced line looks like:

 

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

team.maxmatches = 6,4,2,1,1,0,0,0,0,0

 

Meaning you'll fight six level 1 matches, four level 2, two level 3, one level 4, and one level 5.

 

Then, you set the order for your chars. If you use the method above, they need to be set from 1-5.

 

Example, if Ryu is set at order=1, he'll be among all the other level 1 chars that you'll randomly fight first. If Evil_Ryu and Evil_Ken are the only ones in order=4, and you only have one level 4 fight, the game will randomly choose one of them for you to fight, but only for the level 4 match. ^^

 

Ok. I finally get it. Hmmm... I have to look at my select def again. Thanks. I'll post back if I have any other problems/questions about this.

Link to comment
Share on other sites

Is it working, btw?

 

Haven't tested yet. Got caught up adding music to stages and trying to hunt down Gutts. :) I had a thought- If they're not all assigned an order, than there's no point in testing because it won't work then, right? (This will be good to know before I start picking levels for my newest characters.

Link to comment
Share on other sites

  • 4 weeks later...

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...