• Welcome to Smashboards, the world's largest Super Smash Brothers community! Over 250,000 Smash Bros. fans from around the world have come to discuss these great games in over 19 million posts!

    You are currently viewing our boards as a visitor. Click here to sign up right now and start on your path in the Smash community!

The Default Settings Modifier:Tutorial On How To Use It And Modfiy It. PAL code added

codfish92

Smash Ace
Joined
Apr 17, 2009
Messages
954
Location
Denver Colorado: wishing it was never summer.
Most people know a default settings modifier code exists, but few people have used(or know how to use) it to make their own default settings. there is a good number of people asking for default settings with blah blah stock and blah blah settings in the code q + a request thread. I've decided to make a tutorial on how to use it(even though original coders provided one, people still don't understand how to use it). I believe the code request thread(and many others) will be cleared up with this thread. Here is the code.

Code:
default settings modifier NSTC-U[Igglyboo, Brkirch, and FMK]
bold letters are the fields that need changing (aka variables)

24494A98 80000000
20523300 00000000
04523300 DEADBEEF
42000000 90000000
0417F360 0000[B]XXYY[/B]
0417F364 [B]WWGGZZNN[/B]
0417F368 [B]KKTTPPSS[/B]
0417F36C [B]JJ[/B]000000
E0000000 80008000

Default settings PAL [Almas]
24496898 80000000
20525200 00000000
04525200 DEADBEEF
4A000000 9000E220
0417F360 0000[B]XXYY[/B]
0417F364 [B]FFGGZZNN[/B]
0417F368 [B]KKTTPPSS[/B]
0417F36C [B]JJ[/B]000000
E0000000 80008000

XX is game type
Timed Match = 0
Stock Match = 1
Coin Match = 2
this is an easy field to edit, put 00 for timed match, 01 for stock, 02 for a coin match.

YY is Time limit(Infinite time is 00). This field is for time and coin matches only, if you're doing stock matches, this field can be any value less than or equal to 63.
This is probably one of the more complex fields for first time users of hex to understand. CONVERSION TO HEX IS NECESSARY! Put 01 for 1 minute, 0C for 12 minutes. This means that if you want a 16 minute match, put 10(which is 16 in decimal)into YY.
examples
left side is the time limit
right side is the value you would put in that field to get desired amount of time.
1=01
2=02
3=03
4=04
5=05
6=06
7=07
8=08
9=09
10=0A
11=0B
12=0C
13=0D
14=0E
15=0F
16=10
17=11
18=12
19=13
20=14


WW is stock(FF for pal)
This is probably one of the more complex fields for first time users of hex to understand. Put the number of lives you want IN HEX. This is like the YY field, number of lives is the hex number you put in converted to decimal.
examples
left side is the lives
right side is the value you would put in that field to get desired amount of lives
1=01
2=02
3=03
4=04
5=05
6=06
7=07
8=08
9=09
10=0A
11=0B
12=0C
13=0D
14=0E
15=0F
16=10
17=11
18=12
19=13
20=14


GG is handicap
00=off
01=auto
02=on
pretty self explanatory

ZZ is the damage ratio
This is probably the most complex field for first time users to hex to understand. Just move the decimal place over and act as if its in hex. That can be a little hard to understand so I made a list of damage ratios you can use.
.5=05
.6=06
.7=07
.8=08
.9=09
1.0=0A
1.1=0B
1.2=0C
1.3=0D
1.4=0E
1.5=0F
1.6=10
1.7=11
1.8=12
1.9=13
2.0=14

NN is how the stage is chosen.
Choose = 00
Random = 01
Turns = 02
Ordered = 03
Loser's Pick = 04
this field is another easy one to fill

KK is stock time limit 00 is infinite(used only if you're doing a stock match)
like YY, except this is the time limit used in stock matches. you won't believe how many people thought YY was the time limit in stock matches. KK is the stock time limit, not YY.

TT is team attack
00= off
01 = on
self explanatory

PP is pause
00 = off
01 = on
self explanatory

SS is score display
00 = off
01 = on
This is only used if you're doing time matches. If you're doing stock or coin, the score will always be displayed even with this off. In time matches, it will make a number next to you're character portrait that shows you your score.

JJ is damage gauge
00= off
01= on
this is the field that can make it so you won't/will see your damage%. default is 01

WARNING! DO NOT put a number greater than 63 into YY, WW, and KK. 63 is 99 in decimal and going above that will either freeze the game whenever it try's to set the default settings or lets you start the game but no one will ever spawn.

and that is how you use the default settings modifier to make it your own. Below I have posted the most common of requests

3 stock, 8min time limit(stock), team attack on, handicap off, scoring on, damage ratio 1.0, stage choice is choose, damage gauge on, pause on.

Code:
NSTC-U
24494A98 80000000
20523300 00000000
04523300 DEADBEEF
42000000 90000000
0417F360 00000108
0417F364 03000A00
0417F368 08010101
0417F36C 01000000
E0000000 80008000

PAL
24496898 80000000
20525200 00000000
04525200 DEADBEEF
4A000000 9000E220
0417F360 00000108
0417F364 03000A00
0417F368 08010101
0417F36C 01000000
E0000000 80008000
4 stock, 8min time limit(stock), team attack on, handicap off, scoring on, damage ratio 1.0, stage choice is choose, damage gauge on, pause on.

Code:
NSTC-U
24494A98 80000000
20523300 00000000
04523300 DEADBEEF
42000000 90000000
0417F360 00000108
0417F364 04000A00
0417F368 08010101
0417F36C 01000000
E0000000 80008000

PAL
24496898 80000000
20525200 00000000
04525200 DEADBEEF
4A000000 9000E220
0417F360 00000108
0417F364 04000A00
0417F368 08010101
0417F36C 01000000
E0000000 80008000
Hopefully this will clear the forum of "default settings with..." requests.
 

Bakuryu

Smash Ace
Joined
Sep 16, 2005
Messages
507
Location
Breinigsville, PA
Awesome, I think my friend wanted to make his own and I didn't know how to help him with it, now I can. Someone should sticky this or make a full guide on the different codes that are used and how to modify them.
 
Top Bottom