collapse

Author Topic: How can I?  (Read 457 times)

0 Members and 1 Guest are viewing this topic.

Offline yosifun

  • Forum Member
  • ***
  • Posts: 260
  • Last Login:February 18, 2013, 09:14:45 AM
How can I?
« on: September 30, 2008, 01:33:18 PM »
1) Edit the level of a character (in settings of the game you can edit which level of character will be in each round of the game).

2) Edit the strength of a character (to weaken over-powered characters like Wonder Woman and Wolverine).

3) To switch between characters while playing Team Arcade (in turns).

4) Randomselect in the character select screen from a group of characters or from an "order" of characters.

:(|)
« Last Edit: September 30, 2008, 03:12:53 PM by yosifun »



Offline Swiziga

  • Infinity Regular
  • ****
  • Posts: 1438
  • Last Login:October 28, 2016, 11:01:46 PM
  • Hyper Combo Finish
Re: How can I?
« Reply #1 on: September 30, 2008, 01:55:29 PM »
1) Edit the level of a character (in settings of the game you can edit which level of character will be in each round of the game).

2) Edit the strength of a character (to weaken over-powered characters like Wonder Woman and Wolverine).

3) To switch between characters while playing Team Arcade (in turns).

:(|)

1) u can give a char a stage show that when u fight them in arcade mode ur battle with them will be at that stage. u cand do this by putting the stage name next to the name of the character in the select.def
example
ryu, stages/ryustage.def

2) u can change a character's power by going to that character's folder and opening the cns file with their name with wordpad. u can make them weaker by lowering their attack and defense.
for example if u see  attack= 100 change it to attack=85

Offline yosifun

  • Forum Member
  • ***
  • Posts: 260
  • Last Login:February 18, 2013, 09:14:45 AM
Re: How can I?
« Reply #2 on: September 30, 2008, 02:11:14 PM »
swiziga, I asked in (1) how to edit the level of the character, not the default stage
thanks for (2) anyway  ;)

"order" of the character would be more suitable than "level".

EDIT: added (4) question in first post.
« Last Edit: September 30, 2008, 03:14:55 PM by yosifun »

Offline Swiziga

  • Infinity Regular
  • ****
  • Posts: 1438
  • Last Login:October 28, 2016, 11:01:46 PM
  • Hyper Combo Finish
Re: How can I?
« Reply #3 on: September 30, 2008, 03:43:39 PM »
are u asking how to make mugen determine who will be weak chars and who will be boss chars( chars u fight last in arcade mode)?

Offline fer619

  • Angry Bird
  • Contributor
  • ****
  • Posts: 911
  • Last Login:May 18, 2014, 09:32:23 PM
  • ANGRY BIRDZ GONNA DESTROY DEM PIGZ!
    • fer619's Hideout
    • Email
Re: How can I?
« Reply #4 on: September 30, 2008, 05:00:35 PM »
1) Edit the level of a character (in settings of the game you can edit which level of character will be in each round of the game).

3) To switch between characters while playing Team Arcade (in turns).

:(|)

1) open up select.def in the Data folder, and on each char's name, you add "order=" at the end of the line, followed by a number. it should look like this:

Chargin_chuck, , order=2

3) some chars have a tag team patch that lets them switch out like you say, like ryouwin's chars or beximus' chars. if you want to have your chars switch out, you'll have to check the aforementioned chars and see how they're coded and see if you can do the same to the other chars
(click to show/hide)

Offline Swiziga

  • Infinity Regular
  • ****
  • Posts: 1438
  • Last Login:October 28, 2016, 11:01:46 PM
  • Hyper Combo Finish
Re: How can I?
« Reply #5 on: September 30, 2008, 05:14:31 PM »


1) open up select.def in the Data folder, and on each char's name, you add "order=" at the end of the line, followed by a number. it should look like this:

Chargin_chuck, , order=2
to get that to work i think the char needs a stage. if the char doesn't have a stage put random
so if u char doesn't have a stage it should be like character, random, order=2

Offline fer619

  • Angry Bird
  • Contributor
  • ****
  • Posts: 911
  • Last Login:May 18, 2014, 09:32:23 PM
  • ANGRY BIRDZ GONNA DESTROY DEM PIGZ!
    • fer619's Hideout
    • Email
Re: How can I?
« Reply #6 on: September 30, 2008, 05:43:50 PM »


1) open up select.def in the Data folder, and on each char's name, you add "order=" at the end of the line, followed by a number. it should look like this:

Chargin_chuck, , order=2
to get that to work i think the char needs a stage. if the char doesn't have a stage put random
so if u char doesn't have a stage it should be like character, random, order=2

no, that's not really true, you don't have to put anything there, not even random. none of my chars have a stage assigned to them, and i don't even need to put random.
(click to show/hide)

Offline Fallen_Angel

  • Global Moderator (out of the office)
  • *****
  • Posts: 1358
  • Last Login:July 04, 2012, 03:11:05 PM
    • Email
Re: How can I?
« Reply #7 on: September 30, 2008, 11:32:50 PM »
If you dont put stages if you loose on arcade mode against that char (on normal winmugen), the game stops working


sig made by shullbocka

Offline dante244

  • Initiate
  • **
  • Posts: 39
  • Last Login:May 05, 2021, 10:54:45 PM
Re: How can I?
« Reply #8 on: October 01, 2008, 01:53:27 AM »
If you dont put stages if you loose on arcade mode against that char (on normal winmugen), the game stops working


Even if do you put random stage to that char?

Offline yosifun

  • Forum Member
  • ***
  • Posts: 260
  • Last Login:February 18, 2013, 09:14:45 AM
Re: How can I?
« Reply #9 on: October 01, 2008, 06:12:42 AM »
Quote from: fer619
1) open up select.def in the Data folder, and on each char's name, you add "order=" at the end of the line, followed by a number. it should look like this:

Chargin_chuck, , order=2

3) some chars have a tag team patch that lets them switch out like you say, like ryouwin's chars or beximus' chars. if you want to have your chars switch out, you'll have to check the aforementioned chars and see how they're coded and see if you can do the same to the other chars

Quote from: Fallen_Angel
If you dont put stages if you loose on arcade mode against that char (on normal winmugen), the game stops working

Thanks :thumbsup: any idea on (4) question?


Offline Fallen_Angel

  • Global Moderator (out of the office)
  • *****
  • Posts: 1358
  • Last Login:July 04, 2012, 03:11:05 PM
    • Email
Re: How can I?
« Reply #10 on: October 01, 2008, 12:50:13 PM »
If you dont put stages if you loose on arcade mode against that char (on normal winmugen), the game stops working


Even if do you put random stage to that char?

random is considered a stage, so it works perfct


sig made by shullbocka

Offline yosifun

  • Forum Member
  • ***
  • Posts: 260
  • Last Login:February 18, 2013, 09:14:45 AM
Re: How can I?
« Reply #11 on: October 02, 2008, 01:36:22 PM »
Is there somebody who can tell me something about (4) ?

BTW, when changing the power and defense of characters, is there an average for these values (values which most characters will have - "normal") ?

Offline El Chupacabras

  • Forum Member
  • ***
  • Posts: 315
  • Last Login:June 11, 2010, 04:34:36 PM
Re: How can I?
« Reply #12 on: October 02, 2008, 07:25:54 PM »
Is there somebody who can tell me something about (4) ?

BTW, when changing the power and defense of characters, is there an average for these values (values which most characters will have - "normal") ?

For (4), I haven't heard of something like that done before or can't think of a way for it to be done. For the power and defense, I suppose around 100 would be average.

Offline Fallen_Angel

  • Global Moderator (out of the office)
  • *****
  • Posts: 1358
  • Last Login:July 04, 2012, 03:11:05 PM
    • Email
Re: How can I?
« Reply #13 on: October 03, 2008, 12:33:19 AM »
4)there isn't a way to do that, random selects, chooses from all characters


sig made by shullbocka

Tags:
 


* IMT Facebook

Help us by Donating!

IMT Discord

Join us at our Discord! Click the image below!

* IMT Shoutbox

Sorry, this shoutbox does not exist.

* Recent Posts

* IMT Calendar

May 2024
Sun Mon Tue Wed Thu Fri Sat
1 2 3 4
5 6 7 8 9 10 11
12 13 14 15 16 17 18
19 [20] 21 22 23 24 25
26 27 28 29 30 31

SimplePortal 2.3.5 © 2008-2012, SimplePortal