Thread: How to Resize The Character O.O

Page 1 of 3 123 LastLast
Results 1 to 10 of 23
  1. #1 How to Resize The Character O.O 
    Apocalyptism
    Harry's Avatar
    Join Date
    Apr 2007
    Posts
    3,783
    Thanks given
    594
    Thanks received
    1,833
    Rep Power
    2934
    DO NOT release modified versions of my work without my permission! This includes converting it to "non-renamed"

    since this has 100% no use to me whatsoever im releasing this so you know this feature at least exists and the only person ive seen with this is silab and that was years ago

    [Only registered and activated users can see links. ]

    Refactored

    Open up player.java and declare the following:

    Code:
    /*
    * Player model verticle points
    * Default is 128
    */
    public int scalePlayerX = 128;
    public int scalePlayerY = 128;
    public int scalePlayerHeight = 128;
    search for

    Code:
    model_1.method479(64, 850, -30, -50, -30, true);
    you can use this method to adjust model light on the player, 64 is the whole light, if you change that to a higher number the whole player will be white, this can be used with npcs and objects etc, anyway back to the tutorial. Under that add:

    Code:
    if (scalePlayerX != 128 || scalePlayerY != 128 || scalePlayerHeight != 128) {
                    model_1.method478(scalePlayerX, scalePlayerY, scalePlayerHeight);
                }
    How to use

    just change the numbers

    Code:
    /*
    * Player model verticle points
    * Default is 128
    */
    public int scalePlayerX = 128;//stretch the players sides
    public int scalePlayerY = 128;//stretch players front and back
    public int scalePlayerHeight = 128;//stretch the players height
    If you want to perfectly resize make sure all 3 have the same number.
    ~ Harry
    Please bear this in mind when hearing the word 'soon' from a software programmer.

    As coding software generally takes thousands of years, software programmers have developed a natural adaptation to this in the form of an altered perception of the flow of time.

    Due to this, the word 'soon' when uttered by a programmer should be taken to mean 'a very, very long time from now' in the terminology used by common human specimens who have not developed such an adaptation.
    knowledge can be taught, but passion cannot.
    It's better to create something that others criticise than to create nothing and criticise others.
    Reply With Quote  
     

  2. #2  
    Banned

    Join Date
    Oct 2007
    Posts
    928
    Thanks given
    17
    Thanks received
    2
    Rep Power
    0
    V nice!?1
    Reply With Quote  
     

  3. #3  
    Donator


    Join Date
    May 2008
    Posts
    1,235
    Thanks given
    31
    Thanks received
    25
    Rep Power
    279
    Rofl wish it was non renamed
    Reply With Quote  
     

  4. #4  
    Banned

    Join Date
    Oct 2007
    Posts
    928
    Thanks given
    17
    Thanks received
    2
    Rep Power
    0
    im sure that can be used for non too?
    Reply With Quote  
     

  5. #5  
    Donator


    Join Date
    May 2008
    Posts
    1,235
    Thanks given
    31
    Thanks received
    25
    Rep Power
    279
    how? it says edite Player.java. My client dont have 1 of them...
    Reply With Quote  
     

  6. #6  
    Apocalyptism
    Harry's Avatar
    Join Date
    Apr 2007
    Posts
    3,783
    Thanks given
    594
    Thanks received
    1,833
    Rep Power
    2934
    Quote Originally Posted by sellzy jr View Post
    how? it says edite Player.java. My client dont have 1 of them...
    find the non-renamed one
    ~ Harry
    Please bear this in mind when hearing the word 'soon' from a software programmer.

    As coding software generally takes thousands of years, software programmers have developed a natural adaptation to this in the form of an altered perception of the flow of time.

    Due to this, the word 'soon' when uttered by a programmer should be taken to mean 'a very, very long time from now' in the terminology used by common human specimens who have not developed such an adaptation.
    knowledge can be taught, but passion cannot.
    It's better to create something that others criticise than to create nothing and criticise others.
    Reply With Quote  
     

  7. #7  
    Donator


    Join Date
    May 2008
    Posts
    1,235
    Thanks given
    31
    Thanks received
    25
    Rep Power
    279
    Quote Originally Posted by Blood Isle View Post
    find the non-renamed one
    how we ament do that?
    Reply With Quote  
     

  8. #8  
    Registered Member

    Join Date
    Apr 2009
    Posts
    233
    Thanks given
    0
    Thanks received
    0
    Rep Power
    106
    Quote Originally Posted by sellzy jr View Post
    how we ament do that?
    How bout you search the fucking website for a list of renamed to non-renamed classes, then search for the number 128 in the class and you will exactly what he is fucking doing where he is doing it?

    Leechers these days
    Reply With Quote  
     

  9. #9  
    Donator


    Join Date
    May 2008
    Posts
    1,235
    Thanks given
    31
    Thanks received
    25
    Rep Power
    279
    Quote Originally Posted by Bomb View Post
    How bout you search the fucking website for a list of renamed to non-renamed classes, then search for the number 128 in the class and you will exactly what he is fucking doing where he is doing it?

    Leechers these days
    Well sorry for knowing everything Bomb.. Unlike you i dont sit around on my phat ass no lifing java stuff i go college nd have a girlfriend to see alot.. Only lover urll get my no lifing is Probs a jva bitch
    Reply With Quote  
     

  10. #10  
    Registered Member
    ViperSniper's Avatar
    Join Date
    Apr 2007
    Age
    27
    Posts
    2,417
    Thanks given
    367
    Thanks received
    82
    Rep Power
    976
    Quote Originally Posted by sellzy jr View Post
    Well sorry for knowing everything Bomb.. Unlike you i dont sit around on my phat ass no lifing java stuff i go college nd have a girlfriend to see alot.. Only lover urll get my no lifing is Probs a jva bitch
    You know 'Phat' means cool, Not fat.
    :indeed:
    Reply With Quote  
     

Page 1 of 3 123 LastLast

Thread Information
Users Browsing this Thread

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


User Tag List

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