Runescape Private Server - The Basics

Discussion in 'Game programming' started by Brentatechnologies, Aug 30, 2011.

  1. Brentatechnologies

    Brentatechnologies New Member

    Joined:
    Aug 22, 2011
    Messages:
    19
    Likes Received:
    0
    Trophy Points:
    0
    Hey All,
    I've decided to put tutorials up for making your own Runescape Private Server...
    The reason for this is to help anyone interested in JAVA and can put it into practical experiences....

    Let's start
    First things first you need your Java Development Kit (JDK) this will be used to compile your server...

    So, go to http://www.oracle.com/technetwork/java/javase/downloads/java-se-jdk-7-download-432154.html this will download the Java Development Kit

    Once downloaded run and install the JDK, Install into a location of your choice

    Now we have to setup our server and client read below

    Project Insanity [PI]
    This is the Source and Client we will be using [http://www.mediafire.com/?zytktzkvgzn]
    Download it and use winzip or 7-zip to open the folders inside.

    Go into the CLient folder and right click on COmpile.bat
    @echo off
    Title Compiler
    "C:\Program Files\Java\jdk6\bin\javac.exe" *.java
    pause
    thats mine setup your's ,may have something different, but make sure it links to the right place otherwise your compiler will be busted


    MORE TO COME
     
  2. sparticus

    sparticus Banned

    Joined:
    Sep 9, 2013
    Messages:
    6
    Likes Received:
    0
    Trophy Points:
    0
    Occupation:
    Programming
    Location:
    Canada
    Can you get away with newer versions of java like 7?
     

Share This Page

  1. This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
    By continuing to use this site, you are consenting to our use of cookies.
    Dismiss Notice