General Help

Started by REDSOXROX, September 03, 2008, 08:20:35 PM

Previous topic - Next topic

REDSOXROX

Hi guys. I have a few questions.:confused

1. On making codes. I've made codes for infinite lives, health, etc, but how can I make other types of codes in code search without poking 200 results?
I'd also like some help on Breakpoints, Disassembler, and especially FST. (How to make codes with these)

2. Button Activation. I've looked at the threads on this but am still confused. How do I find the location to put before the numbers that assign the  buttons that must be pressed? e.g. the codeline that tells the Wii what controller I want to use. Will it be the same for all games? Will it be the same for each individual game? Or will it only work with the code it was made for?
Say I wanted to press L and *insert something here* in...SSBB. What would I do?
I'd like to know how to do this with all games aswell. Do I need to use an If codetype?
Thank you!:)
Red Sox vs. Yankees 4/4/2k10 Season Opener
Red Sox: 9 Yankees: 7 Final!

Power Marshall

I'm still puzzle on this too... :(
-Power Marshall

IMMA FIRIN' MAH LAZER!!!

Wanna level up my BrawlCard?
Click here!

Info:
Brawl FC: 4940-5114-6951 (pm me if you add me! :D)
Wii #:
YouTube- youtube.com/pow


REDSOXROX

Quote from: Panda On Smack;9564http://www.usbgecko.com/forums/showthread.php?t=53&highlight=button

That's what I looked at...I don't fully understand it.
Red Sox vs. Yankees 4/4/2k10 Season Opener
Red Sox: 9 Yankees: 7 Final!

Power Marshall

I didn't either but you still have to learn! ;)
-Power Marshall

IMMA FIRIN' MAH LAZER!!!

Wanna level up my BrawlCard?
Click here!

Info:
Brawl FC: 4940-5114-6951 (pm me if you add me! :D)
Wii #:
YouTube- youtube.com/pow

hetoan2

#5
For button activators, you just stick the line in before the code. it's different for ever single game. so for ssbb you have the controller port activators which set up for the button pressed to activate the code. so for GCN port 1 you have the code:

284DE4B0[/B]

Then after that you need the buttons you want pressed to activate the code.

0000YYYY[/B]

(Y's are button activator values. (which are different for some games, but are usually the same))

so for L + ?

first you take 00C0 + the value of the next thing. (i'll say A because its a good example for adding in Hex)

the value for a is 0180. so in calculator (windows program) change to scientific and hex and you can add the values.

0240
is what you get... so together it's 00000240. add that after you're controller value.

284DE4B0 0000[B]0240[/B]


Then you add that to the front of your code and it makes it turn on.

If you wish for the same combo to turn it off you have to add:

CC000000 00000000 [/B]

after it which will make it have L + A turn you super strong, and then just press L + A to turn it off and send you back to normal. then you'd get this code.
[B]
284DE4B0 00000240
CC000000 00000000[/B]
[I]4A000000 90180F20
140000CC 42000000
E0000000 80008000[/I]


and Power Marshall stop agreeing with people just to get your post count up and actually try and help. :mad: i've seen you do this on gs central too but i only added it to this post cuz i'm actually helping -.-

Power Marshall

geez sorry, I'll be more helpful next time...
-Power Marshall

IMMA FIRIN' MAH LAZER!!!

Wanna level up my BrawlCard?
Click here!

Info:
Brawl FC: 4940-5114-6951 (pm me if you add me! :D)
Wii #:
YouTube- youtube.com/pow

REDSOXROX

Quote from: hetoan2;9611For button activators, you just stick the line in before the code. it's different for ever single game. so for ssbb you have the controller port activators which set up for the button pressed to activate the code. so for GCN port 1 you have the code:

284DE4B0[/B]

Then after that you need the buttons you want pressed to activate the code.

0000YYYY[/B]

(Y's are button activator values. (which are different for some games, but are usually the same))

so for L + ?

first you take 00C0 + the value of the next thing. (i'll say A because its a good example for adding in Hex)

the value for a is 0180. so in calculator (windows program) change to scientific and hex and you can add the values.

0240
is what you get... so together it's 00000240. add that after you're controller value.

284DE4B0 0000[B]0240[/B]


Then you add that to the front of your code and it makes it turn on.

If you wish for the same combo to turn it off you have to add:

CC000000 00000000 [/B]

after it which will make it have L + A turn you super strong, and then just press L + A to turn it off and send you back to normal. then you'd get this code.
[B]
284DE4B0 00000240
CC000000 00000000[/B]
[I]4A000000 90180F20
140000CC 42000000
E0000000 80008000[/I]


and Power Marshall stop agreeing with people just to get your post count up and actually try and help. :mad: i've seen you do this on gs central too but i only added it to this post cuz i'm actually helping -.-

I'm seeing this much clearer now. Thanks!:)
Red Sox vs. Yankees 4/4/2k10 Season Opener
Red Sox: 9 Yankees: 7 Final!