Thread: Client Start Up on HD?

Page 1 of 3 123 LastLast
Results 1 to 10 of 21
  1. #1 Client Start Up on HD? 
    Banned

    Join Date
    Nov 2009
    Posts
    4,219
    Thanks given
    2,950
    Thanks received
    1,362
    Rep Power
    0
    Hi, I've been pulling my hairs out all day about this. TAKE NOTE THAT THIS IS BLUURR'S CLIENT! This is what I want:

    Let's say a new player has just downloaded my client, and he logs on. What I want is everything to be High Detailed not Low Detailed because at the moment it's at Low Detail. Also, I need it so that it stays High Detail ALL THE TIME!

    Please help, Shadow.


    (P.S. If you help me, I will love you SOOO much!)
    Reply With Quote  
     

  2. #2  
    Extreme Donator


    Join Date
    Mar 2009
    Posts
    1,461
    Thanks given
    111
    Thanks received
    184
    Rep Power
    79
    Ooh, I know this one for once.

    Right-click on your Run/Initialize.bat and it will say "lowmem" in there. Change it to "highmem". Hope I helped.
    Attached image
    Quote Originally Posted by MaxXi View Post
    Your combat is so awsome that i almost forgot its the combat matrix coded.
    Quote Originally Posted by twobrosplay View Post
    Try allowing the batch file through your firewall?
    Quote Originally Posted by SS_Alophonse View Post
    i have no life u say ha anything u say kid.i doubt u can even get a girlfriend
    i bet u cant even code anything.
    Reply With Quote  
     

  3. #3  
    Banned

    Join Date
    Nov 2009
    Posts
    4,219
    Thanks given
    2,950
    Thanks received
    1,362
    Rep Power
    0
    Wait, right click on 'Run' client sided, and press edit?
    Reply With Quote  
     

  4. #4  
    Extreme Donator


    Join Date
    Mar 2009
    Posts
    1,461
    Thanks given
    111
    Thanks received
    184
    Rep Power
    79
    Yea.
    Attached image
    Quote Originally Posted by MaxXi View Post
    Your combat is so awsome that i almost forgot its the combat matrix coded.
    Quote Originally Posted by twobrosplay View Post
    Try allowing the batch file through your firewall?
    Quote Originally Posted by SS_Alophonse View Post
    i have no life u say ha anything u say kid.i doubt u can even get a girlfriend
    i bet u cant even code anything.
    Reply With Quote  
     

  5. #5  
    Banned

    Join Date
    Nov 2009
    Posts
    4,219
    Thanks given
    2,950
    Thanks received
    1,362
    Rep Power
    0
    Quote Originally Posted by Khan6195 View Post
    Yea.
    This is all that's there:

    @echo off
    java -Xmx500m -cp .;Theme.jar Gui
    pause
    Forgot to mention, it's bluurrs.
    Reply With Quote  
     

  6. #6  
    Extreme Donator


    Join Date
    Mar 2009
    Posts
    1,461
    Thanks given
    111
    Thanks received
    184
    Rep Power
    79
    Ow, damn. >.<

    Mine looks like this:
    Code:
    @echo off
    start javaw -Xmx500m client 0 0 highmem members 0
    pause
    Lol.

    317 Deob is better imo.

    EDIT: Search for "highmem" in client.java? I dunno what to say guy. >.<
    Attached image
    Quote Originally Posted by MaxXi View Post
    Your combat is so awsome that i almost forgot its the combat matrix coded.
    Quote Originally Posted by twobrosplay View Post
    Try allowing the batch file through your firewall?
    Quote Originally Posted by SS_Alophonse View Post
    i have no life u say ha anything u say kid.i doubt u can even get a girlfriend
    i bet u cant even code anything.
    Reply With Quote  
     

  7. #7  
    Banned

    Join Date
    Nov 2009
    Posts
    4,219
    Thanks given
    2,950
    Thanks received
    1,362
    Rep Power
    0
    Nope, didn't work. Anyone else?
    Reply With Quote  
     

  8. #8  
    Retired. Stop PMing me.


    Galkon's Avatar
    Join Date
    Nov 2007
    Age
    17
    Posts
    7,526
    Thanks given
    1,805
    Thanks received
    2,830
    Rep Power
    5000
    Code:
        public void init() {
            nodeID = Integer.parseInt(getParameter("nodeid"));
            portOff = Integer.parseInt(getParameter("portoff"));
            String s = getParameter("lowmem");
            if(s != null && s.equals("1"))
                setLowMem();
            else
                setHighMem();
            String s1 = getParameter("free");
            isMembers = !(s1 != null && s1.equals("1"));
            initClientFrame(503, 765);
        }
    Something like that, remove the else if statement and make it setHighMem();.
    Attached image
    Reply With Quote  
     

  9. #9  
    Banned

    Join Date
    Nov 2009
    Posts
    4,219
    Thanks given
    2,950
    Thanks received
    1,362
    Rep Power
    0
    I found this in client.java:
    Code:
           public final void init() // settings
        {
            try
            {
    
      
                anInt957 = 10; //high detial //1?
                anInt958 = 0;
               // method52(false); //false
                aBoolean959 = true;
     		
                signlink.storeid = 32; //not really needed for us
                signlink.startpriv(InetAddress.getLocalHost());	   
                method2(503, false, 765); //sets gameframe size
            }
            catch(Exception exception)
            {
                return;
            }
        }
    Would I replace that with yours?
    Reply With Quote  
     

  10. #10  
    Banned

    Join Date
    Nov 2009
    Posts
    4,219
    Thanks given
    2,950
    Thanks received
    1,362
    Rep Power
    0
    Also, this is bluurr's client.
    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
  •