Results 1 to 2 of 2

Thread: ACLGTTC: Emotion Cycler Help!

  1. #1

    Default ACLGTTC: Emotion Cycler Help!

    I have found this code and was wondering if anyone would help me with the button activator. I don't care which buttons. Just for it to work

    emotion cycler
    42000000 90000000
    8201000F 00DF9614
    E0000000 80008000
    206E4EC0 0000XXXX
    A8000000 F0000000
    8600000F 00000001
    E0000000 80008000
    206E4EC0 0000XXXX
    A8000000 F0000000
    8600000F FFFFFFFF
    E0000000 80008000
    42000000 90000000
    8401000F 00DF9614
    2CDF9614 00001D1D
    00DF9614 00000000
    E0000000 80008000
    The XXXX's are button values so insert whatever button value you want to go forward 1 emotion first, and the one to go back second.

  2. #2

    Default

    Here is the list of button values:

    Button Values:
    Wiimote D-Pad:
    Left - 1
    Right - 2
    Down - 4
    Up - 8

    Wiimote:
    Plus - 10
    Minus - 1000
    A - 800
    B - 400
    1 - 200
    2 - 100
    Home - 8000
    Numchuk:
    Z - 2000
    C - 4000

    So lets say for example you wanted to make a button activator that triggered on Z+Up for emotion to go forward and Z+Down to go back. You would simply add all the button numbers together = 2008 for Z+Up and = 2004 for Z+Down.

    Now the code will look like (hopefully it works):

    emotion cycler [put the name of the coder here to give credit please]

    42000000 90000000
    8201000F 00DF9614
    E0000000 80008000
    206E4EC0 00002008 --> Z+Up
    A8000000 F0000000
    8600000F 00000001
    E0000000 80008000
    206E4EC0 00002004 --> Z+Down
    A8000000 F0000000
    8600000F FFFFFFFF
    E0000000 80008000
    42000000 90000000
    8401000F 00DF9614
    2CDF9614 00001D1D
    00DF9614 00000000
    E0000000 80008000

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •