Thread: yet another noob trying to make a rsps :)

Results 1 to 7 of 7
  1. #1 yet another noob trying to make a rsps :) 
    Registered Member

    Join Date
    Oct 2014
    Posts
    192
    Thanks given
    31
    Thanks received
    15
    Rep Power
    81
    so...
    me and my buddy wanted to make a rsps, the only problem was that we had no idea what to do....

    so we looked up a few tutorials on yt and we found out a few things...

    our knowledge so far is:
    ----------------------------------
    - you can get a "client", "server", "source" and "cache" from moparscape.com
    (we still dont know what to do with the server and cache tho :\ )

    - the client folder and the source folder each contain a compile.bat and a run.bat, where we have to change the "direction" thingy, to match our java version,
    (so if it was jdk1.6.0_25, we change it to jdk1.8.0_05)

    - also some source folders contain stuff like when people talk, and trade and pm each other.. and they also contain all the players and from there we can change the ranks from 0 to 1,2,3,4,5...and so on...
    ----------------------------------

    so now we have downloaded a source and a client, and a cache (even tho we still dont know what it does or what we need it for)...
    and everything seems to be working fine so we would like to make it online now....

    so once again we looked up a few tutorials on youtube and we found out that if you have a rsps.jar file,
    you can make a rsps webclient by making a html file and writing this:
    <applet name="rsps" archive="rsps.jar" code="Loader.class">
    (we are not sure if the rsps will be "multiplayer" or just "singleplayer" when we do this tho)

    so i made a html file and wrote it and it seems to be working, the only thing we need now is the rsps.jar file,
    so we watched some tutorials and we found out that we needed to download jar-maker, and then change the "input directory"
    to
    C:\Users\test\Desktop\rsps\Client\bin
    and then press the "create jar!" button, so we did and we got a rsps.jar file,
    our problem tho is that when we double click it to try and run it, nothing happens?..

    so now we dont really know what to do??

    so...
    can someone tell us what we need to do in order to make a online, multiplayer rsps?
    and, is it gonna cost money? because we already have a website that we paid for (for a diffrend purpose) so cant we just put the rsps up on that??

    thank yoouuuuuu :3


    (sorry for bad grammer english is not my first language)
    Reply With Quote  
     

  2. #2  
    Ex-Staff

    Koy's Avatar
    Join Date
    Oct 2010
    Posts
    1,871
    Thanks given
    1,299
    Thanks received
    910
    Rep Power
    5000
    Since this seems to be your first experience with RSPS ever, you should check out Apollo or ScapeEmu before you're corrupted by the PI masses.

    Here's how to setup Apollo:

    Quote Originally Posted by Major View Post
    Using apollo:

    Prerequisites:
    • An internet connection.
    • JDK 8.


    1. Install Maven.

    Installation instructions are on the site, just download the latest binary.zip file and follow them. See this for information on setting environment variables.

    2. Install git.

    It's a three click install so I trust you can do this. All of the default options are fine.

    3. Downloading apollo

    Go to whatever folder you want to place apollo in. Right click in explorer and click "Git bash here" (or any other way to open a terminal if you're not on Windows). Copy and paste

    Code:
    git clone https://github.com/apollo-rsps/apollo.git
    When that's done:

    Code:
    mvn clean install
    Then add it as a project in the IDE of your choice.
    Reply With Quote  
     

  3. Thankful user:


  4. #3  


    Major's Avatar
    Join Date
    Jan 2011
    Posts
    2,997
    Thanks given
    1,293
    Thanks received
    3,556
    Rep Power
    5000
    Reply With Quote  
     

  5. #4  
    Registered Member
    Shoutbox's Avatar
    Join Date
    Sep 2013
    Posts
    1,748
    Thanks given
    580
    Thanks received
    363
    Rep Power
    834
    I would strongly recommend Hyperion or Apollo. Also by the sounds of it you are wondering what a 317 cache does? Im not 100% clear myself but it stores all the clients models, sprites, animations, sounds and so on. (Sprites are Images that draw ingame) ((They can be Raw and Packed)). These are packed in .idx files being index files.

    Index 1 being models
    Index 2 being animations
    Index 3 is sound I believe
    Index 4 being maps
    Some have even added Index 5 for textures for "Floor texturing"
    Also you can have a Sprites Index but that's not really necessary but its "Cleaner" to some.

    The best IDE in my opinion is Eclipse.

    Links
    http://www.rune-server.org/runescape...ape-cache.html
    S A D B O Y S

    私は自分自身を殺すために待つことができない
    Reply With Quote  
     

  6. #5  
    Taking all OSGP donations at this time

    Deri's Avatar
    Join Date
    Apr 2014
    Age
    30
    Posts
    381
    Thanks given
    274
    Thanks received
    251
    Rep Power
    5000
    Quote Originally Posted by Bayley The Cat View Post
    I would strongly recommend Hyperion or Apollo. Also by the sounds of it you are wondering what a 317 cache does? Im not 100% clear myself but it stores all the clients models, sprites, animations, sounds and so on. (Sprites are Images that draw ingame) ((They can be Raw and Packed)). These are packed in .idx files being index files.

    Index 1 being models
    Index 2 being animations
    Index 3 is sound I believe
    Index 4 being maps
    Some have even added Index 5 for textures for "Floor texturing"
    Also you can have a Sprites Index but that's not really necessary but its "Cleaner" to some.

    The best IDE in my opinion is Eclipse.

    Links
    http://www.rune-server.org/runescape...ape-cache.html

    Yeah that's pretty much right. The cache stores more or less all the images that are going to be displayed on your screen ie models, objects, npcs. Without it, your whole world would just be empty darkness.

    In whose opinion is Eclipse not the best IDE?

    Pm me if you need any help, I know how hard it is to get into this, I only started back in April but the best way to learn (in my opinion) is to follow a couple tutorials, problem solve your errors (very few tutorials are going to work 100% of the time) and see everything in context, because if you see how it works, you'll start to understand why and will be able to start writing your own code
    Reply With Quote  
     

  7. #6  
    Registered Member Lnex Host's Avatar
    Join Date
    Jun 2013
    Posts
    149
    Thanks given
    21
    Thanks received
    17
    Rep Power
    18
    I strongly suggest that you don't host it.
    I suggest that you mess around with your first rsps, and after learning a bit of basic stuff
    To manage your server, you can then try hosting it.
    This is just my opinion tho it's totally up to you
    Reply With Quote  
     

  8. #7  
    Taking all OSGP donations at this time

    Deri's Avatar
    Join Date
    Apr 2014
    Age
    30
    Posts
    381
    Thanks given
    274
    Thanks received
    251
    Rep Power
    5000
    Quote Originally Posted by pkcrown View Post
    I strongly suggest that you don't host it.
    I suggest that you mess around with your first rsps, and after learning a bit of basic stuff
    To manage your server, you can then try hosting it.
    This is just my opinion tho it's totally up to you

    This. Learn what to do before you host it. Hamachi host it with your friend if you both want to play but don't go spending money on a vps and stuff before you know what you're doing!
    Reply With Quote  
     


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. Trying to make another client work with my server
    By Jaiden Watling in forum Help
    Replies: 0
    Last Post: 02-17-2014, 03:44 PM
  2. [release] i tryed to make new monk robes.... pix
    By lord jahva in forum Models
    Replies: 23
    Last Post: 04-11-2009, 03:52 AM
  3. Trying to make dream work need help
    By Downfall in forum Requests
    Replies: 2
    Last Post: 01-17-2009, 12:42 AM
  4. my 2nd try to make a sig
    By freddytheboy in forum Showcase
    Replies: 9
    Last Post: 09-15-2007, 01:58 PM
  5. my first try to make a sig( not sure if its a sig)
    By freddytheboy in forum Showcase
    Replies: 8
    Last Post: 05-01-2007, 10:09 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
  •