Page 1 of 7 123 ... LastLast
Results 1 to 10 of 61

Thread: AC:WW Search and Replace

  1. #1
    Chris (Administrator) Vash's Avatar
    Join Date
    Sep 2007
    Location
    Teh Interwebz
    Posts
    1,992
    Blog Entries
    27

    Default AC:WW Search and Replace

    These codes are for the world map in AC:WW. I will include the basic shell for the following versions: US 1.0, US 1.1, and EU. This is to avoid further topics on the subject.

    Search and Replace [U1.0]
    Code:
    94000130 FDBF0000 --Activator (in this case L+Up)
    D3000000 021E3122
    C0000000 00000FFF
    DC000000 00000002
    F2000000 00000002
    92000000 0000XXXX --Change XXXX to the item you're replacing
    10000000 0000YYYY --Change YYYY to the item you want XXXX to become
    D2000000 00000000
    Search and Replace [EU]
    Code:
    94000130 FDBF0000 --Activator (in this case L+Up)
    D3000000 021E6D4A
    C0000000 00000FFF
    DC000000 00000002
    F2000000 00000002
    92000000 0000XXXX --Change XXXX to the item you're replacing
    10000000 0000YYYY --Change YYYY to the item you want XXXX to become
    D2000000 00000000
    Search and Replace [U1.1]
    Code:
    94000130 FDBF0000 --Activator (in this case L+Up)
    D3000000 021E36A2
    C0000000 00000FFF
    DC000000 00000002
    F2000000 00000002
    92000000 0000XXXX --Change XXXX to the item you're replacing
    10000000 0000YYYY --Change YYYY to the item you want XXXX to become
    D2000000 00000000
    Animal Crossing: City Folk
    ACToolkit - NPC_Tool - PattView

  2. #2

    Default Re: AC:WW Search and Replace

    what exactly does it do?

  3. The Following User Says Thank You to neighbrahood For This Useful Post:


  4. #3

    Default Re: AC:WW Search and Replace

    changes the xxxx hex code to the yyyy hex code eg.

    Search and Replace L+Up changes weed type 1 into 99k [EU]

    Code:
    94000130 FDBF0000 --You don't need to change this unless you need to use somthing different
    D3000000 021E6D4A
    C0000000 00000FFF
    DC000000 00000002
    F2000000 00000002
    92000000 00000021 --I've changed xxxx to 0021 which is the hex code for 'weed 1'
    10000000 000014FD --I've changed yyyy to 14FD which is the hex code for '99,000 bells'
    D2000000 00000000
    This code now changes all of the weed type one's to 99k

    Remember to always click the thanks button of those who help you! It makes them feel wanted:

  5. #4

    Default Re: AC:WW Search and Replace

    can you make this sticky? (or post them in there release topics?)

    Remember to always click the thanks button of those who help you! It makes them feel wanted:

  6. #5

    Default Re: AC:WW Search and Replace

    Will this work on wifi too?

  7. #6

    Default Re: AC:WW Search and Replace

    almost certainly (not sure though!)

    Remember to always click the thanks button of those who help you! It makes them feel wanted:

  8. #7

    Default Re: AC:WW Search and Replace

    I dont know much about coding, but was just wondering if its possible to add to that weed to bells code so that it searches for (and replaces) all the different weed types.

    Thanks!

  9. #8
    Chris (Administrator) Vash's Avatar
    Join Date
    Sep 2007
    Location
    Teh Interwebz
    Posts
    1,992
    Blog Entries
    27

    Default Re: AC:WW Search and Replace

    yup. Use a range.
    Animal Crossing: City Folk
    ACToolkit - NPC_Tool - PattView

  10. #9

    Default Re: AC:WW Search and Replace

    sweet! can ya by any chance point me in the direction of some info on how to do that?

  11. #10

    Default Re: AC:WW Search and Replace

    Thanks! This Is really helpful...

Posting Permissions

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