onetrueblade Posted October 14, 2007 Share Posted October 14, 2007 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 More sharing options...
Evil_Ryu_X Posted October 15, 2007 Share Posted October 15, 2007 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,0team.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 More sharing options...
onetrueblade Posted October 16, 2007 Author Share Posted October 16, 2007 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,0team.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 More sharing options...
Evil_Ryu_X Posted October 16, 2007 Share Posted October 16, 2007 Cool. I'm going to take all this info I'm sharing with you and add it to that new FAQ page made. Link to comment Share on other sites More sharing options...
onetrueblade Posted October 16, 2007 Author Share Posted October 16, 2007 Cool. I'm going to take all this info I'm sharing with you and add it to that new FAQ page made. Good idea. That'll be handy for anyone else with the same issues in the future. Link to comment Share on other sites More sharing options...
Evil_Ryu_X Posted October 16, 2007 Share Posted October 16, 2007 Is it working, btw? Link to comment Share on other sites More sharing options...
onetrueblade Posted October 17, 2007 Author Share Posted October 17, 2007 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 More sharing options...
Evil_Ryu_X Posted October 17, 2007 Share Posted October 17, 2007 Actually, bro, I don't know. I've never done that, they either all had an order, or they didn't. O_O Link to comment Share on other sites More sharing options...
onetrueblade Posted October 17, 2007 Author Share Posted October 17, 2007 It seems to me like it might mess it up. But did the orders work for you with half or so done and some not? Link to comment Share on other sites More sharing options...
Evil_Ryu_X Posted November 12, 2007 Share Posted November 12, 2007 Like I said, I never tried. All he characters either had NO order, or they had one. Link to comment Share on other sites More sharing options...
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now