Thread: Changing Zoom

Results 1 to 6 of 6
  1. #1 Changing Zoom 
    Kneel before me.

    Join Date
    Sep 2012
    Posts
    200
    Thanks given
    202
    Thanks received
    91
    Rep Power
    125
    Ok so for those of you noobs who wanna make your server first person this is where you will probably need to look

    to change your zoom closer or further away simply go to one of these methods and play around with them.

    Code:
    private void setCameraPos(int i, int j, int k, int l, int i1, int j1) {
    Mess around with these ints. simply + or - like i did with zCameraPos

    Code:
    xCameraPos = k - i2; // idk honestly
    zCameraPos = l - j2 - 275; // Height?
    yCameraPos = j1 - k2; // Zoom or height idk tbh
    yCameraCurve = j;
    xCameraCurve = i1;
    there is also

    Code:
    private void method146() {
    Code:
    setCameraPos(i * 1, i, anInt1014, getViewportHash(plane, myPlayer.y, myPlayer.x) + 100, k, anInt1015);
    simply change the i * 1 to a different digit -2 or -1 is like first person but it screws up the camera. So idk play around with it.

    Thats all... DO NOT REPLACE THESE WITH THE ONES I HAVE POSTED...unless you want to..
    Reply With Quote  
     

  2. Thankful user:


  3. #2  
    Registered Member Walkable's Avatar
    Join Date
    Mar 2012
    Posts
    728
    Thanks given
    107
    Thanks received
    32
    Rep Power
    35
    Quote Originally Posted by Voyage View Post
    Ok so for those of you noobs who wanna make your server first person this is where you will probably need to look

    to change your zoom closer or further away simply go to one of these methods and play around with them.

    Code:
    private void setCameraPos(int i, int j, int k, int l, int i1, int j1) {
    Mess around with these ints. simply + or - like i did with zCameraPos

    Code:
    xCameraPos = k - i2; // idk honestly
    zCameraPos = l - j2 - 275; // Height?
    yCameraPos = j1 - k2; // Zoom or height idk tbh
    yCameraCurve = j;
    xCameraCurve = i1;
    there is also

    Code:
    private void method146() {
    Code:
    setCameraPos(i * 1, i, anInt1014, getViewportHash(plane, myPlayer.y, myPlayer.x) + 100, k, anInt1015);
    simply change the i * 1 to a different digit -2 or -1 is like first person but it screws up the camera. So idk play around with it.

    Thats all... DO NOT REPLACE THESE WITH THE ONES I HAVE POSTED...unless you want to..
    thanks man I needed this

    Spoiler for People I Respect:
    Galkon, Pea2nuts, Monster, Faris, KingJscape, RS Wiki, Dead Fury
    01053
    Reply With Quote  
     

  4. #3  
    Extreme Donator


    Join Date
    May 2010
    Posts
    1,344
    Thanks given
    961
    Thanks received
    132
    Rep Power
    216
    Nice but this isn't how first person is done.
    Reply With Quote  
     

  5. #4  
    Kneel before me.

    Join Date
    Sep 2012
    Posts
    200
    Thanks given
    202
    Thanks received
    91
    Rep Power
    125
    Quote Originally Posted by Snake View Post
    Nice but this isn't how first person is done.
    Ohh it isnt didnt know O_O

    well i guess it could still be helpful
    Reply With Quote  
     

  6. #5  
    The Emperor of the Sands

    Azir's Avatar
    Join Date
    Nov 2008
    Posts
    2,466
    Thanks given
    8
    Thanks received
    487
    Rep Power
    117
    first person on a 317? would be awesome.


    Reply With Quote  
     

  7. #6  
    Donator


    Join Date
    Sep 2011
    Posts
    2,730
    Thanks given
    1,150
    Thanks received
    907
    Rep Power
    668
    Quote Originally Posted by King J Scape View Post
    first person on a 317? would be awesome.
    Would be weird.

    OT: This is an old concept, well done though.
    Reply With Quote  
     


Thread Information
Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)


User Tag List

Similar Threads

  1. zoom in and out
    By Al4n in forum Help
    Replies: 1
    Last Post: 07-19-2012, 05:21 PM
  2. Zoom?
    By Richie in forum Help
    Replies: 0
    Last Post: 10-16-2010, 08:21 AM
  3. Client Zoom
    By ike izzle in forum Help
    Replies: 3
    Last Post: 03-25-2010, 03:55 AM
  4. 508 client zoom and minimap zoom :P
    By Erand in forum Show-off
    Replies: 4
    Last Post: 03-19-2010, 05:43 PM
  5. Zoom
    By MistaahSells in forum Help
    Replies: 9
    Last Post: 04-28-2009, 07:32 PM
Posting Permissions
  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •