Thread: [CONTEST] Official Private Server Tutorial!

Page 1 of 2 12 LastLast
Results 1 to 10 of 13
  1. #1 [CONTEST] Official Private Server Tutorial! 
    Professional Upsetter


    Join Date
    Jul 2006
    Posts
    5,392
    Thanks given
    163
    Thanks received
    447
    Rep Power
    2040
    I am looking for a new and updated private server tutorial that will show new users exactly how and what to do in order to make a new server, if I get enough I will sticky the best one, remember the keys to sucess:

    • Neatness
    • Easy to read
    • In depth
    • Pictures and Images
    • Definitions
    • Examples
    • Loads more!


    I think snoops is a bit old and raggy, I will be stickying the best entry. Just post it in CODE format below, and I will choose!
    Ex-super moderator of Rune-Server.org and RSBot.org
     

  2. #2  
    Professional Upsetter


    Join Date
    Jul 2006
    Posts
    5,392
    Thanks given
    163
    Thanks received
    447
    Rep Power
    2040
    If you don't want to do one, don't post.
    Ex-super moderator of Rune-Server.org and RSBot.org
     

  3. #3  
    doodoohead
    Guest
    Code:
    Description: To give yourself a basic idea of how to make a RuneScape Private Server
    
    Difficulty: 4/10
    
    Assumed Knowledge: Downloading files, editing the system
    
    Procedure
    Step 1: The base of the tutorial
    Hello, I'm doodoohead. If you're reading this, you're probably a new person to Rune-Server.
    This tutorial was made to help you get started on your adventure into Rune-Server *theme music*
    
    Okay, the base of all private servers is the code they are written in, Java. You will need
    the latest version of Java to begin with. You can download it at [Only registered and activated users can see links. ]
    Be sure to select JDK download and not JRE.
    
    Step 2: The classpath editing
    For compiling your server, which we will get into later, you will need to set a the classpath to where
    ever your Java was downloaded to. To edit this information, open up your start menu. Go up to 'My Computer'
    and right click it, and hit properties. Then go to the advanced tab, and at the bottom of that window, click
    'Environment Variables.' There will be 2 paths you have to edit, CLASSPATH and PATH. At the end of both
    of them, paste 
    Code:
    C:\Program Files\Java\jdk1.6.0_06\bin;.
    Save them and close out of that window. Step 3: Portforwarding This varies by router, but this is one of the main parts of making a private server, unless you want to use Hamachi(ewwww). First off, go to [Only registered and activated users can see links. ]. I'm not on my home router, so any pictures are not mine, and I have no access to the router I am on, so any pictures will be directly from portforward.com. Well, on with the tutorial anyway. First, go to start menu, click 'Connect to', and then Show all connections. Find the connection you're using and double click it. Go to the 'Support' tab and take note of the default gateway. This is the router I use normally, but not direct pictures of it. Okay, this varies by router, but find your way to the firewall settings, login as the administrator, click make new or edit existing program. You should see a screen like Fill it out like so: Application name: Your server name Ports: Both 43594 Timeout: put the default And leave the rest blank MAKE SURE TO DO THIS FOR TCP AND UDP :) Step 4: NO-IP Go to the website no-ip.com and register for an account. Once activated, login to the panel and click add on the left hand side. Fill it out like so: Now, after that's filled out, click downloads on the top of the screen and download the no-ip duc and install it I'm not going to post pictures, but when run, it automatically updates your host and its IP redirection. Step 4: Server and Client downloading Lastly, you will need a server and client. Some good starting sources are [Only registered and activated users can see links. ] [Only registered and activated users can see links. ] [Only registered and activated users can see links. ] [Only registered and activated users can see links. ] Choose your pick out of those. Now, you will need a client. I recommend [Only registered and activated users can see links. ]. You will need WinRAR to extract those archives if they are in .rar format. [Only registered and activated users can see links. ]. After extracting the source, change the compile.bat to this
    Code:
    javac *.java
    pause
    and change the runserver.bat to this
    Code:
    java -Xmx1024m -cp .;./jython.jar;./MySql/mysql-connector-java-3.0.17-ga-bin.jar server 
    exit
    CONGRATULATIONS! If you survived my long boring tutorial, you now have created your very own private server! I will not cover anything about coding your server. Sorry. Credits: Me
    I did this in Eclipse LOL so theres probably some stuff that needs to be cleaned up...i cba to do it, sorry.
     

  4. #4  
    alley
    Guest
    [Only registered and activated users can see links. ]

    look at that... i cant paste it on to here because of the amount of characters at things..
     

  5. #5  
    cycl0n3pk3r
    Guest
    alley why cant u just copy and paste?
     

  6. #6  
    Donator

    tj007razor's Avatar
    Join Date
    Feb 2007
    Posts
    895
    Thanks given
    2
    Thanks received
    9
    Rep Power
    210
    [Only registered and activated users can see links. ]

    [Only registered and activated users can see links. ]

    [Only registered and activated users can see links. ] | [Only registered and activated users can see links. ] | [Only registered and activated users can see links. ]
     

  7. #7  
    alley
    Guest
    Quote Originally Posted by Gamer00125 View Post
    alley why cant u just copy and paste?
    i have too many images - max here is only 10 and i have 24. and i dont think it wil come out the same with the BBC codes
     

  8. #8  
    mr s' sock
    Guest
    Inside Sin, Stop spamming the RSPS sections with useless stickies.
     

  9. #9  
    Registered Member

    Join Date
    Feb 2007
    Age
    25
    Posts
    6,415
    Thanks given
    354
    Thanks received
    323
    Rep Power
    5000
    Quote Originally Posted by mr s' sock View Post
    Inside Sin, Stop spamming the RSPS sections with useless stickies.
    this is right..
    [Only registered and activated users can see links. ]

    Menacescape - Runescape Private server
    Come to Menacescape. We've been online for over two years with an active community!
     

  10. #10  
    Professional Upsetter


    Join Date
    Jul 2006
    Posts
    5,392
    Thanks given
    163
    Thanks received
    447
    Rep Power
    2040
    What, isn't it allowed to get an update?

    I'm the mod, I do what I want.

    Note: Razor is winning, closing thread in 3 days.
    Ex-super moderator of Rune-Server.org and RSBot.org
     

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

Tags for this Thread

View Tag Cloud

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