Thread: Connecting Rune-Legacy Client With It's Source [For Noobs]

Page 1 of 2 12 LastLast
Results 1 to 10 of 18
  1. #1 Connecting Rune-Legacy Client With It's Source [For Noobs] 
    The One And Only

    01053's Avatar
    Join Date
    Apr 2011
    Age
    28
    Posts
    2,887
    Thanks given
    417
    Thanks received
    885
    Rep Power
    856
    I continually see people asking how to make the rune-legacy client connect with it's source yes of course this is really easy.

    Go to client class and find:
    Code:
    if (debugServerIP) {
    It should look somewhat like this:
    Code:
    if (debugServerIP) {
    			server = "0.0.0.0";
    		} else {
    			//server = "rune-legacy.zapto.org";
    			server = "0.0.0.0";
    		}
    Change it to this:
    Code:
    if (debugServerIP) {
    			server = "127.0.0.1";
    		} else {
    			//server = "rune-legacy.zapto.org";
    			server = "127.0.0.1";
    		}
    Should connect now any problems just leave a post.


    Reply With Quote  
     

  2. #2  
    Donator

    Thock321's Avatar
    Join Date
    Jul 2011
    Posts
    1,804
    Thanks given
    706
    Thanks received
    363
    Rep Power
    416
    I think it looks like this if it isn't touched.
    Code:
    if (debugServerIP) {
    			server = "0.0.0.0";
    		} else {
    			server = "rune-legacy.zapto.org";
    		}
    Reply With Quote  
     

  3. #3  
    Super Donator


    Join Date
    Sep 2011
    Posts
    1,446
    Thanks given
    138
    Thanks received
    284
    Rep Power
    260
    hmm pretty sure 0.0.0.0 and 127.0.0.1 will still work so why do i not think thats the problem for whoever uses runelegacy
    Reply With Quote  
     

  4. Thankful user:


  5. #4  
    Donator

    Tringan's Avatar
    Join Date
    Feb 2011
    Age
    27
    Posts
    2,101
    Thanks given
    381
    Thanks received
    334
    Rep Power
    297
    Weird i thought 0.0.0.0 was the samething as 127.0.0.1
    Reply With Quote  
     

  6. #5  
    Registered Member

    Join Date
    Mar 2011
    Posts
    1,226
    Thanks given
    245
    Thanks received
    475
    Rep Power
    294
    Quote Originally Posted by Tringan View Post
    Weird i thought 0.0.0.0 was the samething as 127.0.0.1
    Listening on 0.0.0.0 means that the program is listening on all IPv4 addresses assigned to the machine, whereas 127.0.0.1 is the loopback address, only accessible from the same machine.
    Reply With Quote  
     

  7. #6  
    Donator

    Tringan's Avatar
    Join Date
    Feb 2011
    Age
    27
    Posts
    2,101
    Thanks given
    381
    Thanks received
    334
    Rep Power
    297
    Quote Originally Posted by TheLife View Post
    Listening on 0.0.0.0 means that the program is listening on all IPv4 addresses assigned to the machine, whereas 127.0.0.1 is the loopback address, only accessible from the same machine.
    ok now speak english x D
    Reply With Quote  
     

  8. Thankful users:


  9. #7  
    Extreme Donator Connecting Rune-Legacy Client With It's Source [For Noobs] Market Banned



    Join Date
    Dec 2010
    Age
    25
    Posts
    6,060
    Thanks given
    1,692
    Thanks received
    1,238
    Rep Power
    1765
    @ people who couldn't do this themselves.
    Reply With Quote  
     

  10. #8  



    Join Date
    Oct 2011
    Posts
    874
    Thanks given
    301
    Thanks received
    373
    Rep Power
    338
    0.0.0.0 = Connects people that are listed on the same IP address.
    Example, your desktop and laptop run are using the same IP since they're both connected to the same network. They'll both be able to connect to the server as long as it's running off the same IP.

    127.0.0.1 = Only your computer



    I think that's the valid explanation, correct me if I'm wrong though. Never really looked into it, just heard it from a friend. I just use 0.0.0.0. Lol doesn't really even matter. They're both gonna provide the same outcome.
    Reply With Quote  
     

  11. Thankful users:


  12. #9  
    The One And Only

    01053's Avatar
    Join Date
    Apr 2011
    Age
    28
    Posts
    2,887
    Thanks given
    417
    Thanks received
    885
    Rep Power
    856
    Quote Originally Posted by -Null Code- View Post
    hmm pretty sure 0.0.0.0 and 127.0.0.1 will still work so why do i not think thats the problem for whoever uses runelegacy
    At first it wasn't set to 0.0.0.0 I changed it all at first and forgot what it was at first so I was just using the way it's done on the tut for an example.


    Reply With Quote  
     

  13. #10  
    Registered Member

    Join Date
    Dec 2011
    Posts
    1,615
    Thanks given
    1,971
    Thanks received
    819
    Rep Power
    1049
    My client always says "The server has updated!" "Please redownload/reload" what is causing this? I checked client sided, but I am not sure what I should be looking for apart from the message itself.
    Reply With Quote  
     

Page 1 of 2 12 LastLast

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. Rune-Legacy Source
    By Impervious in forum Selling
    Replies: 93
    Last Post: 05-28-2012, 09:26 AM
  2. Connecting another client with source
    By turmoil-pk in forum Help
    Replies: 3
    Last Post: 05-05-2012, 08:19 PM
  3. Replies: 25
    Last Post: 10-26-2009, 10:09 PM
  4. Replies: 97
    Last Post: 10-23-2009, 02:57 AM
  5. Replies: 7
    Last Post: 09-01-2009, 11:54 AM
Posting Permissions
  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •