Jump to content
  • 0

Use special mode as a default mode?


Question

Posted

Example like Batman by Alucard, if you choose pal8, the Batman will change into Batzarro. It is possible to make the Batzarro mode as the default chars to use, no need to chose the pal8 anymore...can it be done?

q4VPoIp.png                                                                                                                                                                                        

5 answers to this question

Recommended Posts

  • 0
Posted

You just have to replace the default pal to batzarro pal:

 


; Definition file for Batman

; Player information
[info]
name ="Batman"        
displayname ="Batman"
author ="Alucard"         
pal.defaults =2,1,4     
versiondate=18/02/2007
mugenversion=

; Files for the player
[Files]
cmd      = batman_IA.cmd
cns      = batman.cns
st       = batman.cns
;st1       = Hyper.cns
stcommon = common1.cns
sprite   = Batman.sff
anim     = batman.air
sound    = batman.snd
pal1     = pals/Batzarro.act;pals/THEBATMAN0.act ;1996 MvsDC
pal2     = pals/THEBATMAN1.act ;Actual
pal3     = pals/THEBATMAN2.act ;80-90
pal4     = pals/THEBATMAN3.act ;OB
pal5     = pals/THEBATMAN4.act ;First
pal6     = pals/THEBATMAN5.act ;OB2
pal7     = pals/Infiltration.act
pal8     = pals/Batzarro.act
pal9     = pals/Kryptonite.act
pal10     = pals/Knight_Shadow.act
pal11     = pals/ZurEnArrh.act
pal12     = pals/THEBATMAN7.act ;Begins
;palx     = pals/Anti-Batman.act

 

[Arcade]
intro.storyboard=
ending.storyboard=
 

 

 

You can do dat with pal2, 3, 4 and so on.

  • 0
Posted

That just change the pal from Batman to Batzarro. I have done that before. Batzarro mode has a different move and intro from Batman. Changing the pal just change the Batman appearance into Batzarro, but still the same moveset and intro by Batman.

q4VPoIp.png                                                                                                                                                                                        

  • 0
Posted

So you will have to open his cns file, and change all palno = 8 to palno = [1,8].

 

That way ALL pals will have the batzarro features. You can also replace the = 8 to a specific pal you want.

  • 0
Posted

You freaking noobs.  Good grief.

 

Ok, so I'm guessing you hold start and get different mode, not just palette 8, right?

 

So first off change the default palettes

pal.defaults = 7,8,9,10,11,12

 

But now you need to change the palette keymap so that you don't have to push start.  So at the bottom add this... (Modify if you prefer to use A instead of X.)

 

[Palette Keymap]
x = 7
y = 8
z = 9
a = 10
b = 11
c = 12
x2 = 7 ;Hold Start and press button X for palette 7, etc.
y2 = 8
z2 = 9
a2 = 10
b2 = 11
c2 = 12

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...