Thread: Mac help

Results 1 to 3 of 3
  1. #1 Mac help 
    Registered Member

    Join Date
    Sep 2011
    Posts
    527
    Thanks given
    124
    Thanks received
    49
    Rep Power
    77
    I need a tutorial on how to load a client on a mac? None work. Someone has any download link of a rs2 that can work on Macs please give me i keep failing on getting one
    Reply With Quote  
     

  2. #2  
    Extreme Donator


    Join Date
    Oct 2010
    Posts
    2,853
    Thanks given
    1,213
    Thanks received
    1,622
    Rep Power
    5000
    This is wrong section for this. The correct section would be RS2Client help.

    But to change the directory where your cache is loaded from, open SignLink.java and replace this with your method:
    Code:
    	public static String findcachedir() {
            return System.getProperty("user.home")+"/CACHENAME/";
    	
        }
    This will change the cache dir to your home user - works for Mac.

    You might have some other things in client which is loaded from a set directory. You will have to change that, such as preloading models in my client doesn't use findCacheDir to find the directory, it's defined customly inside the method.
    [Today 01:29 AM] RSTrials: Nice 0.97 Win/Loss Ratio luke. That's pretty bad.
    [Today 01:30 AM] Luke132: Ok u fucking moron i forgot i could influence misc.random
    Reply With Quote  
     

  3. #3  
    Registered Member

    Join Date
    Sep 2011
    Posts
    527
    Thanks given
    124
    Thanks received
    49
    Rep Power
    77
    I'll try that thanks! Why do the other tutorials have completely different things, like to copy your folder into the terminal then type javac .*java??
    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

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