Page 1 of 2 12 LastLast
Results 1 to 10 of 19

Thread: Camera Zoom mod (ACWW 1.0)

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

    Default Camera Zoom mod (ACWW 1.0)

    I need people to test this code. It works for me everywhere except in your house (but of course you don't need it in there anyway)

    Press L+R to zoom in on your character almost anywhere
    To zoom out, just open your menu and close it again
    (pointer and addresses found by me)

    Code:
    94000130 FCFF0000
    B21C2AE8 00000000
    000000FC 1EEE0000
    00000100 0000A000
    D2000000 00000000
    (extra thanks to Maniac for telling me how to use the regular AR DS codetypes for this >_<)

    The only reason I posted this here is because I know other people have been wanting to make something like this, so I welcome you to test it XD
    Always willing to help with anything, code-related or not. :]

  2. #2

    Default

    So its a pointer? Vash had found it before, but I couldn't find the address. Nice work.
    http://siestacat.webs.com/GetAttachment.jpg

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

    Default

    This pointer should be better than the one I posted before (it holds an address that's closer to the actual address)

    Code:
    94000130 FCFF0000
    B22AEEB4 00000000
    000000D4 1EEE0000
    000000D8 0000A000
    D2000000 00000000
    It works exactly the same as the other one.
    Always willing to help with anything, code-related or not. :]

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

    Default

    After more searching, I found out the zoom pointer also holds the x and y coordinate of the camera location.

    Code:
    Pointer: 022AEEB4
    Address at pointer + #0xD4 for "camera level"
    Address at pointer + #0xD8 for "camera zoom"
    Address at pointer + #0xE8 for x coordinate of camera
    Address at pointer + #0xF0 for y coordinate of camera
    however, simply writing to the x or y coordinate doesn't move the camera very much. I'm guessing the game is loading from your own coordinate and storing it in there. Is there a way to stop the game from storing your player coordinates? If so, a full blown camera-modifier type code could be made :P

    (I know this is the camera location, because at the game's title screen, on the "demo" that just shows the screen sliding with no animals, you can move the camera with this code, but if there is an animal there, the x/y coordinates follow the animal's x/y coordinates.)
    Always willing to help with anything, code-related or not. :]

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

    Default

    Hehe :P
    Code:
    address at pointer + #0x1D0 determines if it loads from the characters coordinates
    (0 for yes, 1 for no)
    Sorry for the multiple posts :P

    hehe look

    The main problem I have is, setting the coordinates for the camera doesn't move the camera to that position, it makes the camera LOOK at that position. For example, if you set the coordinates of nookingtons as the camera, the screen would look in that direction depending on where you are
    Attached Thumbnails Attached Thumbnails Click image for larger version. 

Name:	beach.jpg 
Views:	334 
Size:	24.2 KB 
ID:	1919   Click image for larger version. 

Name:	sideways.jpg 
Views:	334 
Size:	21.5 KB 
ID:	1918   Click image for larger version. 

Name:	switchedview.jpg 
Views:	334 
Size:	21.8 KB 
ID:	1917  
    Always willing to help with anything, code-related or not. :]

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

    Default

    That's actually quite cool. 360 camera in ACWW? Very cool.
    Animal Crossing: City Folk
    ACToolkit - NPC_Tool - PattView

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

    Default

    Quote Originally Posted by Vash View Post
    That's actually quite cool. 360 camera in ACWW? Very cool.
    Thanks :P

    I finally figured it all out. I made a (unreleased) code that shows other people on your screen XD
    I also released a camera mod code in VIP. It's pretty awesome (although pretty late too)
    I shouldn't have given up so easily when I tried making it like 6 months ago.

    Anyway, anyone who wants a few preview images:

    Examples:
    http://i48.tinypic.com/ejas6t.jpg

    http://i45.tinypic.com/iqa6o6.jpg

    aerial view
    http://i50.tinypic.com/2upvm1x.jpg

    Reversed view
    http://i46.tinypic.com/2cem5o5.jpg

    (pictures taken in my girlfriend's town)

    Anyway, I'll be leaving tomorrow for 3 weeks, so not sure when I'll be back on.
    Always willing to help with anything, code-related or not. :]

  8. #8

    Default

    Wow nice images, especially the reversed view. ^_^
    3DS Friend Code: 4699-6293-3106

  9. #9

    Default

    Wait wheres the code for 360 camera?

  10. #10

    Default

    This thread is almost a year old... dragonboy269 didn't release the other ones, only the Zoom In/Zoom Out version. I think he kept those for himself. ^_^
    3DS Friend Code: 4699-6293-3106

Posting Permissions

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