Search Offset 3D Camera Main 1.03z+ and 104D

Results 1 to 5 of 5
  1. #1
    Newbie DieJX is offline
    MemberRank
    Jul 2009 Join Date
    4Posts

    Search Offset 3D Camera Main 1.03z+ and 104D

    how to find offset 3d camera in main 1.03Z+ and 1.04?
    please help me!!!
    sorry, I bad english. Because i'm Vietnamese people!


  2. #2
    Elite Member CodeBlocks is offline
    Member +Rank
    Jul 2011 Join Date
    193Posts

    Re: Search Offset 3D Camera Main 1.03z+ and 104D

    #Main 1.04D camera offsets
    #define Offset_Camera_Zoom (0x00D27BFC)
    #define Offset_Camera_RotY (0x00D27B88)
    #define Offset_Camera_RotZ (0x087933D8)
    #define Offset_Camera_PosZ (0x00D255AC)
    #define Offset_Camera_ClipX (0x00D2C848)
    #define Offset_Camera_ClipY (0x00D2C894)
    #define Offset_Camera_GlClip (0x00D2570C)

    #Main 1.03Z camera offsets
    float *Camera_Zoom = (float*) 0x004AA2E9;
    float *Camera_RotY = (float*) 0x0096CA24;
    float *Camera_RotZ = (float*) 0x082732B8;
    float *Camera_PosZ = (float*) 0x0096C3F4;
    float *Camera_ClipX = (float*) 0x0096D324;
    float *Camera_ClipY = (float*) 0x005F5682;
    float *Camera_GlClip = (float*) 0x004AA57A;

  3. #3
    Newbie DieJX is offline
    MemberRank
    Jul 2009 Join Date
    4Posts

    Re: Search Offset 3D Camera Main 1.03z+ and 104D

    Quote Originally Posted by CodeBlocks View Post
    #Main 1.04D camera offsets
    #define Offset_Camera_Zoom (0x00D27BFC)
    #define Offset_Camera_RotY (0x00D27B88)
    #define Offset_Camera_RotZ (0x087933D8)
    #define Offset_Camera_PosZ (0x00D255AC)
    #define Offset_Camera_ClipX (0x00D2C848)
    #define Offset_Camera_ClipY (0x00D2C894)
    #define Offset_Camera_GlClip (0x00D2570C)

    #Main 1.03Z camera offsets
    float *Camera_Zoom = (float*) 0x004AA2E9;
    float *Camera_RotY = (float*) 0x0096CA24;
    float *Camera_RotZ = (float*) 0x082732B8;
    float *Camera_PosZ = (float*) 0x0096C3F4;
    float *Camera_ClipX = (float*) 0x0096D324;
    float *Camera_ClipY = (float*) 0x005F5682;
    float *Camera_GlClip = (float*) 0x004AA57A;
    can you show me how to find it ? thanks you!
    To make a full 3D camera you will need these values (name / default value / comment):
    Camera_Zoom = 35 - zooming in/out
    Camera_RotY = -48.5 - rotate up/down
    Camera_RotZ = -45 - rotate left/right
    Camera_PosZ = 150 - additional value for corrent Y rotating
    Camera_ClipX = 1190 - area filled with textures, x value
    Camera_ClipY = 2400 - area filled with textures, y value
    I can't find the offset on main 1.03z+ and 1.04D. Can you help me? Please!!!
    Last edited by DieJX; 26-04-12 at 08:31 PM.

  4. #4
    Elite Member CodeBlocks is offline
    Member +Rank
    Jul 2011 Join Date
    193Posts

    Re: Search Offset 3D Camera Main 1.03z+ and 104D

    Read this tutorial and you will understand how to search for 3D camera offsets:
    http://forum.ragezone.com/f196/find-...-using-656118/

  5. #5
    Newbie Damian1945 is offline
    MemberRank
    Apr 2012 Join Date
    2Posts

    Re: Search Offset 3D Camera Main 1.03z+ and 104D

    Can anyone find the offsets for the 3D camera to the main

    Darmowy hosting plików, zdjęć i obrazków - Hostuje.net



Advertisement