Results 1 to 7 of 7

Thread: Animal Crossing City Folk Search/Teleport

Hybrid View

  1. #1
    Member
    Join Date
    Aug 2008
    Location
    Arizona
    Posts
    1,073
    Blog Entries
    2

    Default

    I found where the x coordinate is stored, but I can't seem to make sense of it (I know I'm trying too hard >_>)

    I had to make a hacky routine to actually see the x coordinate though

    In the top left corner, it would probably actually be read as 03448010, not 80100344

    and in the top right corner, it would probably be read as 3F45F508, not F5083F45
    but thats just my guess.

    I know it's the x coordinate, cause when i use my routine to store it on my text, it changes in real time if i move left or right, and doesnt change if i stand still. but why it changes the way it does, i have no idea.

    -sigh- i wish i just got a USBGecko when I still could have
    XD
    Attached Thumbnails Attached Thumbnails Click image for larger version. 

Name:	RUU_0145.JPG 
Views:	593 
Size:	87.1 KB 
ID:	1893   Click image for larger version. 

Name:	RUU_0147.JPG 
Views:	591 
Size:	90.3 KB 
ID:	1894  
    Always willing to help with anything, code-related or not. :]

  2. #2
    Member
    Join Date
    Aug 2008
    Location
    Arizona
    Posts
    1,073
    Blog Entries
    2

    Default

    Okay, I have determined how the coordinates are structured, and I will begin making my search/teleport code

    turns out my viewing routine was wrong. I fixed it.

    The x coordinate in the middle of the very left slot is 44040000
    with each slot it increases by 8
    so, like 4404, 440C, 4414, 441C

    the last 4 digits dont really matter
    Always willing to help with anything, code-related or not. :]

  3. #3
    Member
    Join Date
    Aug 2008
    Location
    Arizona
    Posts
    1,073
    Blog Entries
    2

    Default

    Okay, NOW I have the coordinates figured out. It's pretty stupid. I guess Nintendo was drunk when structuring them. So anyway

    Start at 4400 at the very left, end at 4540 at very right (or very top and very bottom for y)
    in the first acre, for each slot the coordinates increase by 8
    for the next few acres, up until you reach 4500+ they increase by 4 for each slot
    after that, they increase by 2

    What the heck!? This makes everything so much harder XD
    No wonder why Virus didn't use the actual coordinates in RTWE
    I'll try making real-time world edit using the actual coordinates, and if I can do that, I'll try making my search teleport code.
    Otherwise I'll have to give up.
    Always willing to help with anything, code-related or not. :]

  4. #4
    J.P. (Global Moderator) Maniac's Avatar
    Join Date
    Sep 2007
    Location
    Ohio, USA
    Posts
    2,083
    Blog Entries
    5

    Default

    ....please message me about this when i'm on later

    Say what you mean, mean what you say, and let your actions speak for you.


  5. #5
    Member
    Join Date
    Aug 2008
    Location
    Arizona
    Posts
    1,073
    Blog Entries
    2

    Default

    Sure ^_^

    By the way, here it is....the actual real-time world edit using coordinates (activator c+down)

    I know it's huge, but it works, and it took me forever to think of the math to make it XD (I was about to give up too >_>)
    I'll show you the source when you get my message.
    I'm going to bed right now, my brain hurts...
    Always willing to help with anything, code-related or not. :]

Posting Permissions

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