Thread: What you're doing wrong with your client/cache.

Page 3 of 3 FirstFirst 123
Results 21 to 29 of 29
  1. #21  
    Registered Member Text's Avatar
    Join Date
    Nov 2012
    Posts
    302
    Thanks given
    61
    Thanks received
    27
    Rep Power
    21
    If you say so, haha.
    Reply With Quote  
     

  2. #22  
    Member
    Join Date
    Jun 2014
    Posts
    74
    Thanks given
    5
    Thanks received
    1
    Rep Power
    0
    I do all my programming on my Mac and I host my RSPS on a linux vps, I can safely say 4 out of 5 sources I try require me to change the cache directory to make it compatible cross-platform. The other issue regarding this in a similar matter is how sources try to load files in places such as /Data/characters/ but decide to search for them like:
    Code:
    String filePath = "./Data/Characters/" + c.playerName + ".txt";
    Now the problem with this is that when hosting your RSPS on a unix-based operating system(Mac OSX, Linux and it's distros) it will search for the file exactly how it is presented in the code, unlike windows where it looks for variations such as capitalisation in folder or file names.
    It is annoying because this usually happens in all the sources I use, it loads the item.cfg in a folder called "cfg" but they code it to look for a folder called "CFG" and then it requires changing and it just pisses me off, anyway that's just my opinion.
    Reply With Quote  
     

  3. #23  
    What you're doing wrong with your client/cache.



    Scu11's Avatar
    Join Date
    Aug 2007
    Age
    30
    Posts
    16,307
    Thanks given
    7,215
    Thanks received
    12,308
    Rep Power
    5000
    Quote Originally Posted by Text View Post
    Tfw suggestion and ideas turn into a flamefest. Why don't you guys calm down? Haha.
    think u need to learn what flame is compared to a discussion

    Attached image
    Reply With Quote  
     

  4. #24  
    Donator
    Holdover's Avatar
    Join Date
    Dec 2013
    Posts
    93
    Thanks given
    20
    Thanks received
    12
    Rep Power
    1
    Quote Originally Posted by Scu11 View Post
    think u need to learn what flame is compared to a discussion

    And you need to learn that a suggestion can never be wrong.
    Reply With Quote  
     

  5. #25  
    What you're doing wrong with your client/cache.



    Scu11's Avatar
    Join Date
    Aug 2007
    Age
    30
    Posts
    16,307
    Thanks given
    7,215
    Thanks received
    12,308
    Rep Power
    5000
    Quote Originally Posted by Earwig View Post
    And you need to learn that a suggestion can never be wrong.
    lmfao what yes it can?? what a ridiculous thing to say

    Attached image
    Reply With Quote  
     

  6. Thankful users:


  7. #26  
    Donator
    Holdover's Avatar
    Join Date
    Dec 2013
    Posts
    93
    Thanks given
    20
    Thanks received
    12
    Rep Power
    1
    Quote Originally Posted by Scu11 View Post
    lmfao what yes it can?? what a ridiculous thing to say
    Theoretically, if I were to suggest you wear a black shirt, and you wore a white shirt you're the kind of person (making generalizations here) that would disregard my suggestion and call it "wrong", when it's just preference/opinion.
    Reply With Quote  
     

  8. #27  
    What you're doing wrong with your client/cache.



    Scu11's Avatar
    Join Date
    Aug 2007
    Age
    30
    Posts
    16,307
    Thanks given
    7,215
    Thanks received
    12,308
    Rep Power
    5000
    Quote Originally Posted by Earwig View Post
    Theoretically, if I were to suggest you wear a black shirt, and you wore a white shirt you're the kind of person (making generalizations here) that would disregard my suggestion and call it "wrong", when it's just preference/opinion.
    k but this thread has not had any discussion that relies on preference/opinion and also your presumption that all suggestions are based on preference/opinion is pure conjecture.

    Attached image
    Reply With Quote  
     

  9. #28  
    Head Veteran and Respected Member


    Thakiller's Avatar
    Join Date
    Dec 2006
    Age
    26
    Posts
    2,953
    Thanks given
    1,957
    Thanks received
    3,074
    Rep Power
    5000
    Quote Originally Posted by Earwig View Post
    Theoretically, if I were to suggest you wear a black shirt, and you wore a white shirt you're the kind of person (making generalizations here) that would disregard my suggestion and call it "wrong", when it's just preference/opinion.
    You could have just said the idea presented via a suggestion can't be right/wrong because it is being suggested and not depicted (right/wrong) by the suggester.
    Reply With Quote  
     

  10. #29  
    Donator
    Holdover's Avatar
    Join Date
    Dec 2013
    Posts
    93
    Thanks given
    20
    Thanks received
    12
    Rep Power
    1
    Quote Originally Posted by Thakiller View Post
    You could have just said the idea presented via a suggestion can't be right/wrong because it is being suggested and not depicted (right/wrong) by the suggester.

    Yeah that's true, sorry.
    Reply With Quote  
     

Page 3 of 3 FirstFirst 123

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. Replies: 32
    Last Post: 11-05-2013, 03:58 AM
  2. You're doing it wrong.
    By BenjaR in forum Help
    Replies: 2
    Last Post: 04-09-2010, 01:47 PM
  3. Replies: 2
    Last Post: 03-25-2010, 06:52 AM
  4. Replies: 5
    Last Post: 11-09-2009, 06:36 PM
  5. Replies: 18
    Last Post: 10-10-2008, 09:19 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
  •