collapse

Author Topic: How do you set a boss char?  (Read 3281 times)

0 Members and 1 Guest are viewing this topic.

Offline Animeboy

  • Forum Member
  • ***
  • Posts: 264
  • Last Login:December 28, 2012, 01:40:01 AM
How do you set a boss char?
« on: July 20, 2008, 02:40:52 PM »
The subject says it all.How do you set a nonplayable boss char in Mugen?

I've done the arcade Number of matches before the game ends thing already but the boss wouldn't come up.set it this way.

arcade.maxmatches = 6,0,0,0,0,0,6

mastrhnd,stages/XX'FINAL'DESTINATION'XX.def,order=6

Is this right?Will this make the final boss appear?Because I set it this way and the boss won't come up at the 6th battle which is the last one.Can anyone help me out?
And how do you make the boss nonplayable? :-??



Offline dante244

  • Initiate
  • **
  • Posts: 39
  • Last Login:May 05, 2021, 10:54:45 PM
Re: How do you set a boss char?
« Reply #1 on: July 21, 2008, 03:34:21 PM »
this is the problem:
                                                                 ---------
mastrhnd,stages/XX'FINAL'DESTINATION'XX.def,! order=6 !
                                                                 ---------

you give it order 6

and then you put

arcade.maxmatches = 6,0,0,0,0,0,6

you must put

"arcade.maxmatches = 6,0,0,0,0,6,0" ;without ""

see this:

order              = 1, 2, 3, 4, 5, 6, 7, 8, ;etc
arcadematches = x, x, x, x, x, x, x, x, ;etc

a example :

order                     = 1, 2, 3, 4, 5, 6, 7; ETC
arcade.maxmatches = 6, 5, 8, 1,  5, 3, 6; ETC

IT MEANS THAT WHEN I PLAY IN ARCADE MODE I WILL FIGHT AGAINTS 6 CHARS OF ORDER= 1, 5 CHARS OF ORDER=2, 8 CHARS OF ORDER=3, 1 CHARS OF ORDER=4, 5 CHARS OF ORDER=5, 3 CHARS OF ORDER=6, 6 CHARS OF ORDER=7, ETC,ETC,ETC

i hope that you understand

Offline Animeboy

  • Forum Member
  • ***
  • Posts: 264
  • Last Login:December 28, 2012, 01:40:01 AM
Re: How do you set a boss char?
« Reply #2 on: July 21, 2008, 04:07:38 PM »
I already got it done.Now how do you make a boss nonplayable?

Offline Captain Cold

  • Infinity Regular
  • ****
  • Posts: 1127
  • Last Login:April 15, 2015, 04:08:38 PM
  • Never Kill a Speedster
    • Email
Re: How do you set a boss char?
« Reply #3 on: July 21, 2008, 04:20:01 PM »
the boss will always be selectable you just how to move the char off the select screen so you cant see it....its not possible to make it completely un-selectable as far as my knowledge goes  :)

Offline Animeboy

  • Forum Member
  • ***
  • Posts: 264
  • Last Login:December 28, 2012, 01:40:01 AM
Re: How do you set a boss char?
« Reply #4 on: July 21, 2008, 04:26:07 PM »
So how do you move the bosses offscreen then?

Offline nick09

  • Contributor
  • ****
  • Posts: 3481
  • Last Login:December 21, 2011, 10:16:38 PM
  • Avatar Credit to CD.
    • Nick09's creations
    • Email
Re: How do you set a boss char?
« Reply #5 on: July 21, 2008, 04:37:54 PM »
So how do you move the bosses offscreen then?

Fill the screen with randomboxes then add him after that.

Offline dante244

  • Initiate
  • **
  • Posts: 39
  • Last Login:May 05, 2021, 10:54:45 PM
Re: How do you set a boss char?
« Reply #6 on: July 21, 2008, 04:48:50 PM »
there is a little trick to make unselectable character

x=normal chars
o=empty slot
y=unselectable char
x x x x x o
x x x x x o        there is no way to select "y" because the cursor can not stay above or next
x x x x x o        to "y".
x x x x x o
o o o o o y   

Then you must configure your select screen for hide the empty slots and the unselectable character(i'm a magician). To hide the slot see in the date/system.def. There you can configure columns, rows, position, etc.
That is the only way that i know to make character unselectable but this is no perfect. The problem is that in survival mode the cpu can use it and the demo mode too, sh*t.

hope you understand, my english is very poor :P

Offline Animeboy

  • Forum Member
  • ***
  • Posts: 264
  • Last Login:December 28, 2012, 01:40:01 AM
Re: How do you set a boss char?
« Reply #7 on: July 21, 2008, 05:53:46 PM »
there is a little trick to make unselectable character

x=normal chars
o=empty slot
y=unselectable char
x x x x x o
x x x x x o        there is no way to select "y" because the cursor can not stay above or next
x x x x x o        to "y".
x x x x x o
o o o o o y  

Then you must configure your select screen for hide the empty slots and the unselectable character(i'm a magician). To hide the slot see in the date/system.def. There you can configure columns, rows, position, etc.
That is the only way that i know to make character unselectable but this is no perfect. The problem is that in survival mode the cpu can use it and the demo mode too, sh*t.

hope you understand, my english is very poor :P

I'm sorry but my head is hurting from that.



So how do you move the bosses offscreen then?

Fill the screen with randomboxes then add him after that.

I've done that and the boss wouldn't show up at the final match.Sigh forget about it.This is a real killer.Thanks anyways guys.

Offline Captain Cold

  • Infinity Regular
  • ****
  • Posts: 1127
  • Last Login:April 15, 2015, 04:08:38 PM
  • Never Kill a Speedster
    • Email
Re: How do you set a boss char?
« Reply #8 on: July 21, 2008, 07:17:13 PM »
there is a little trick to make unselectable character

x=normal chars
o=empty slot
y=unselectable char
x x x x x o
x x x x x o        there is no way to select "y" because the cursor can not stay above or next
x x x x x o        to "y".
x x x x x o
o o o o o y   

Then you must configure your select screen for hide the empty slots and the unselectable character(i'm a magician). To hide the slot see in the date/system.def. There you can configure columns, rows, position, etc.
That is the only way that i know to make character unselectable but this is no perfect. The problem is that in survival mode the cpu can use it and the demo mode too, sh*t.

hope you understand, my english is very poor :P

thanks dante that was a good idea ill have to do that thanks

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

Street Fighter 1 Ultimate Ryu by ELECTRO
[Today at 03:58:25 PM]


China Town (Revenge of Shinobi) by Lord_Enemil
[Today at 03:02:10 PM]


Neon Light Force Demo by Uche_of_IMT
[Today at 10:21:37 AM]


Marvel vs. Capcom: Eternity of Heroes REMAKE Game Update 1.3.0 - N.A.O.H. by Uche_of_IMT
[May 21, 2024, 11:50:20 PM]


The Spider release + Spider-Man game by kobun
[May 21, 2024, 02:05:24 AM]


Let's all try it together! Yazawanainn gose breakdancing in MUGEN! by GTFoxN6Y
[May 18, 2024, 05:00:14 PM]


[WIP] Pocket Dimensional Clash 2 by O Ilusionista
[May 18, 2024, 11:17:34 AM]


Classic VS : Athena by ELECTRO
[May 15, 2024, 01:25:51 PM]


D2TD VS Showcase Thread by D2TD
[May 12, 2024, 10:20:11 AM]


Ballroom Hallway (1.1 Only/AIGS) by Vegaz by LightFlare
[May 09, 2024, 11:53:48 AM]

* 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

No calendar events were found.
SimplePortal 2.3.5 © 2008-2012, SimplePortal