Kitty Corp Meow Mix Forums

Help & Tutorials => Help => Topic started by: (specter) on December 21, 2010, 01:12:48 PM



Title: Am I doing this code right? [SOLVED]
Post by: (specter) on December 21, 2010, 01:12:48 PM
Am I using this code correctly? Because it's the only code that will cause me to get an Exception (DSI) Occurred error, but I can add any other codes, just not this one.

Code:
VS Match Modifier (Heinermann)
40000000 9017B638
04000290 XXXXXXXX (00000000 (infinite time)
04000294 YYYYYYYY (0000000F) (15 stock)
04000298 ZZZZZZZZ (00000008) (eight-minute coin matches)
E0000000 80008000
X = Time Matches
Y = Stock Matches
Z = Coin Matches


Title: Re: Am I doing this code right?
Post by: Miniova on December 24, 2010, 09:12:10 PM
Umm... yea.... I'm pretty sure the values are in the wrong spot for stock and coin time.  it should be 000000F0 and 00000008


Title: Re: Am I doing this code right?
Post by: (specter) on December 25, 2010, 10:05:05 AM
Miniova, it still doesn't work. I get the "Exception (DSI) Occurred!" again...

Code:
VS Match Modifier (Heinermann)
* 40000000 9017B638
* 04000290 00000000
* 04000294 0000000F
* 04000298 00000008
* E0000000 80008000

Also, 000000F0 is 240 stock, 0000000F is 15 stock.


Title: Re: Am I doing this code right?
Post by: Sajiao Omelette on December 26, 2010, 04:56:35 PM
Wait.... are you talking about something like this?

http://www.smashboards.com/showthread.php?t=243156 (http://www.smashboards.com/showthread.php?t=243156)


Title: Re: Am I doing this code right?
Post by: (specter) on December 26, 2010, 05:38:27 PM
Wait.... are you talking about something like this?

[url]http://www.smashboards.com/showthread.php?t=243156[/url] ([url]http://www.smashboards.com/showthread.php?t=243156[/url])


That looks a lot different than the code in the OP which I'm using. I got it from this board: http://www.smashboards.com/showthread.php?t=209575&highlight=Peach%27s+Turnip+%26gt%3B+Waluigi


Title: Re: Am I doing this code right?
Post by: (specter) on January 01, 2011, 11:44:07 PM
Bump......


Title: Re: Am I doing this code right?
Post by: Sajiao Omelette on January 02, 2011, 11:45:14 AM
This is probably a stupid question, but what exactly are you trying to do with the code? Maybe you can find another code that does the same thing?


Title: Re: Am I doing this code right?
Post by: (specter) on January 02, 2011, 12:32:48 PM
This is probably a stupid question, but what exactly are you trying to do with the code? Maybe you can find another code that does the same thing?

I'm trying to use it to change the default settings in group Brawls. Hence the code's name. Usually it's always set at 2 minutes every time I get on, but I want it to be set to infinite time and 15 stock every time I get on.


Title: Re: Am I doing this code right?
Post by: Sajiao Omelette on January 02, 2011, 12:40:13 PM
Try this code, it does that too:

Default Settings Modifer NTSC-U[Igglyboo, Brkirch, and FMK]
24494A98 80000000
20523300 00000000
04523300 DEADBEEF
42000000 90000000
0417F360 00000100
0417F364 0F000A00
0417F368 00000100
0417F36C 01000000
E0000000 80008000


Title: Re: Am I doing this code right?
Post by: (specter) on January 02, 2011, 12:44:52 PM
Try this code, it does that too:

Default Settings Modifer NTSC-U[Igglyboo, Brkirch, and FMK]
24494A98 80000000
20523300 00000000
04523300 DEADBEEF
42000000 90000000
0417F360 00000100
0417F364 0F000A00
0417F368 00000100
0417F36C 01000000
E0000000 80008000

Where do I input my values?


Title: Re: Am I doing this code right?
Post by: Sajiao Omelette on January 02, 2011, 12:46:03 PM
Inputted for you already.


Title: Re: Am I doing this code right?
Post by: (specter) on January 02, 2011, 12:47:31 PM
Inputted for you already.

Thanks I'll try it out soon, but could you tell me how to do it so I know for future reference?


Title: Re: Am I doing this code right?
Post by: Sajiao Omelette on January 02, 2011, 12:53:27 PM
http://www.smashboards.com/showthread.php?t=243156 (http://www.smashboards.com/showthread.php?t=243156)


Title: Re: Am I doing this code right?
Post by: (specter) on January 02, 2011, 01:11:04 PM
[url]http://www.smashboards.com/showthread.php?t=243156[/url] ([url]http://www.smashboards.com/showthread.php?t=243156[/url])


Thanks; I'll have to keep that thread bookmarked. I studied it and looked at your code and I understand everything about it. Thanks a bunch. Now to try the code out.

Edit: I got the code to work. Thanks a lot, Sumire.