Results 1 to 3 of 3
  1. #1
    mr.fish's Avatar
    Join Date
    Aug 2010
    Gender
    male
    Posts
    12
    Reputation
    10
    Thanks
    1
    My Mood
    Sleepy

    Thumbs up How to make a Rsps

    First Off I Don't Want Any One To or Please.

    Ok! Let's Get Started

    Chapter 1: Getting JDK(Java Development Kit)
    Chapter 2: Getting a source
    Chapter 3: Getting No-ip to host
    Chapter 4: Port forwarding
    __________________________________________________ __________________________________________________ _________________________

    Procedure
    __________________________________________________ __________________________________________________ _________________________


    Chapter 1: Getting JDK(Java Development Kit)


    Step 1: First, go the the Java downloads page and select JDK

    Go to Java SE Downloads - Sun Developer Network (SDN) and select the latest JDK, at this time JDK 6 update 5




    Step 2: Now, on the downloads page, select the best download for you.

    Once on the download page, make sure you accept the license agreement, then select the best download for you, and hit download selected.
    I will be using the windows online installation.

    This image has been resized. Click this bar to view the full image. The original image is sized 800x177.



    Step 3: Now we need to download

    Once the quick download is done, the Sun(TM) Download Manager should pop up.
    Once it does, make sure you have the JDK selected, and hit start. If you get the error saying could not download file to that location or something, to to File>Options>Download and set the directory for the download to your desktop.




    Step 4: Now we need to install JDK(Java Development Kit)

    Find the file you just downloaded, if you followed me it would be on the desktop, and run the exe.
    Follow the installation process by accepting the license



    Then hit next for the install path (Should be on Dev tools, C:\Program Files\JDK1.6.0_05\)



    Now just let it install.


    Step 5: Now we need to install JRE(Java Runtime Environment)

    Once the JDK installation is complete, it should pop up for an installation for JRE
    Simply run the installer.



    Now you have JDK!



    __________________________________________________ __________________________________________________ _________________________


    Chapter 2: Getting a source


    Step 1: First, we need to physically download a source.

    Google, Or Moparscape And Or Rune-Server. Any 317 Source Source Base
    Project Insanity For Newbies


    Step 2: Second, we need to extract

    Now that you have downloaded a source, we need to extract it. It is in a .rar format, and can be extracted a number of ways.
    I will use WinRAR, download it from WinRAR archiver, a powerful tool to process RAR and ZIP files and select the graphic and command line download.
    Once you have WinRAR, open RichScape V2.rar with it. Select Extract To, choose your desktop and hit OK.
    This image has been resized. Click this bar to view the full image. The original image is sized 800x465.



    Step 3: Now we need to get it to run.

    Go to your desktop, or wherever you extracted it, and open the source's folder.
    Now, double click compile.bat
    If a black window appears and disappears, or if it stays up and says it cannot find Java, You need to set the Java path.

    If you used RichScape, you shouldn't need to worry about it not finding Java, but other sources might need to do this.

    Right click compile.bat and hit edit, if it asks you what to open it in choose notepad.
    Now, if you followed getting JDK/JRE correctly, this is a simple fix. Replace what you have in compile.bat with
    Code:
    Code:
    @echo off
    color 0b
    title SERVER NAME Compiler
    @echo ----------------------
    @echo --Initiating Compile--
    @echo ----------------------
    "C:\Program Files\Java\jdk1.6.0_05\bin\javac.exe" -cp . *.java
    @echo ----------------------
    @echo --Compiling complete--
    @echo ----------------------
    @echo off
    title SERVER NAME server
    "C:\Program Files\Java\jre1.6.0_05\bin\java.exe" -Xmx500m server
    Also, if you had that issue you probably have the problem with run or runserver.bat
    Edit it as well, and replace what's in it with
    Code:
    Code:
    @echo off
    color 0b
    title SERVER NAME server
    "C:\Program Files\Java\jre1.6.0_05\bin\java.exe" -Xmx500m server

    I Will Make A Hosting Post Later Thinks, Fish.

  2. #2
    Superpunt's Avatar
    Join Date
    Feb 2010
    Gender
    male
    Posts
    2,396
    Reputation
    31
    Thanks
    115
    My Mood
    Mellow
    I was gonna correct you for posting in the wrong section. Copypasting that section. Finding it no longer exists.
    Helger, can you ask Dabis to make a subforum here for RSpses.


  3. #3
    mr.fish's Avatar
    Join Date
    Aug 2010
    Gender
    male
    Posts
    12
    Reputation
    10
    Thanks
    1
    My Mood
    Sleepy
    Yea, I Thought It Would Do With Hacking Runescape Lol

Similar Threads

  1. [Solved] How to make your rsps public
    By AnimeArts in forum Runescape Help
    Replies: 1
    Last Post: 09-18-2011, 07:55 AM
  2. how to make a rsps the WHOLE way
    By martijno0o in forum RuneScape Discussions
    Replies: 2
    Last Post: 07-26-2010, 08:10 AM
  3. How to make the server run
    By wowhaxor in forum Gunz General
    Replies: 3
    Last Post: 05-25-2006, 09:59 PM
  4. How to make a Zombie
    By arunforce in forum Art & Graphic Design
    Replies: 2
    Last Post: 01-27-2006, 08:07 AM
  5. How I make wallhack?
    By RaidenDXX in forum WarRock - International Hacks
    Replies: 6
    Last Post: 01-23-2006, 01:28 PM