Thread: RSC Creating

Results 1 to 9 of 9
  1. #1 RSC Creating 
    Registered Member Doctor Dre's Avatar
    Join Date
    Apr 2012
    Posts
    42
    Thanks given
    2
    Thanks received
    2
    Rep Power
    13
    Hi.
    I am not a programmer, coder, server creator or anything.. but I wanna learn how to be all of that. I searched the full Rune-Server for a tutorial how to create a server from source client and others.. but I don't found.

    I got the source, and in this map I got a client too! All this very nice, but I don't know how to start a server with this... someone can show me an tutorial or tell me?

    Thanks.
    Reply With Quote  
     

  2. #2  
    I'm secretly a carrot named 3arl.

    Mainframe's Avatar
    Join Date
    Jun 2012
    Age
    26
    Posts
    1,422
    Thanks given
    542
    Thanks received
    214
    Rep Power
    147
    Firstly you'll need to learn a language.

    If you're wanting to do the actual client/server you'll want to learn Java, of you want to do more of the web development I'd learn either Javascript, or Css (+ Html).

    There are tons of tutorials on Youtube/Google, Just have to do a bit of searching.

    Btw, I believe this is the wrong section but I'm not too sure.
    Reply With Quote  
     

  3. #3  
    Registered Member Doctor Dre's Avatar
    Join Date
    Apr 2012
    Posts
    42
    Thanks given
    2
    Thanks received
    2
    Rep Power
    13
    Rune-Server > RuneScape Development > RS Classic > Help - Are you sure?

    What language? Sometimes I speak english very well, this time I was quickly for a little bit, lol!

    You don't answered to my question.. How can I use Java in my server?lol I mean, I got the client, source, the full server.. then why I need java?
    Reply With Quote  
     

  4. #4  
    Java | JavaScript | Spark

    Join Date
    Sep 2008
    Posts
    868
    Thanks given
    104
    Thanks received
    83
    Rep Power
    21
    You need java to edit stuff inside the server


    Reply With Quote  
     

  5. #5  
    Registered Member
    James_'s Avatar
    Join Date
    May 2011
    Posts
    355
    Thanks given
    30
    Thanks received
    43
    Rep Power
    133
    Thenewboston is a good youtuber that teaches java. I'd suggest not learning it via private servers as 80% of them are badly done and wrong.. Start by making clean little classes as his tutorials show.



    Reply With Quote  
     

  6. #6  
    Registered Member Doctor Dre's Avatar
    Join Date
    Apr 2012
    Posts
    42
    Thanks given
    2
    Thanks received
    2
    Rep Power
    13
    Ah, I understand now. Thanks for the help everyone!
    Reply With Quote  
     

  7. #7  
    Registered Member
    thim slug's Avatar
    Join Date
    Nov 2010
    Age
    28
    Posts
    4,132
    Thanks given
    1,077
    Thanks received
    1,137
    Rep Power
    5000
    Quote Originally Posted by Djappelle View Post
    Thenewboston is a good youtuber that teaches java. I'd suggest not learning it via private servers as 80% of them are badly done and wrong.. Start by making clean little classes as his tutorials show.
    No he really isn't.
    Reply With Quote  
     

  8. #8  
    Registered Member galamonth's Avatar
    Join Date
    Mar 2012
    Posts
    8
    Thanks given
    0
    Thanks received
    1
    Rep Power
    0
    Quote Originally Posted by Doctor Dre View Post
    Hi.
    I got the source, and in this map I got a client too! All this very nice, but I don't know how to start a server with this... someone can show me an tutorial or tell me?

    Thanks.
    I'm guessing you just want to setup your server for the moment, then later edit stuff on it?

    If that's so then the first thing you need is install latest JDK 1.6 and Apache Ant too (Noobscape might come with ant already).

    the set you environment variables right, right click on computer -> properties -> advanced sys properties -> environment variables

    user variables add
    Path %ANT_HOME%\bin and
    Java_Home C:\Program Files\Java\jdk1.6.0_35

    system variables
    Ant_Home C:\apache-ant-1.8.2 (or wherever you have ant and remember to check you version since can be different than mine!)

    Now go to you server folder and edit your bat files if needed (could be that you got everything ready for running).
    compile.bat (apply for server and client, hopeful you haven't deleted build.xml )
    Code:
    ant
    runserver.bat
    Code:
    ant runserver
    (if your using rsca might be "ant runf2p")

    then on the client folder runclient.bat
    Code:
    @echo off
    java -cp rscd.jar;lib/xpp3.jar;lib/xstream.jar;lib/hex-string.jar;lib/jmf.jar org.rscdaemon.client.mudclient
    pause
    run client and server and see if you can log in, well that's it post if you have any problems.
    Reply With Quote  
     

  9. #9  
    Registered Member Doctor Dre's Avatar
    Join Date
    Apr 2012
    Posts
    42
    Thanks given
    2
    Thanks received
    2
    Rep Power
    13
    Quote Originally Posted by galamonth View Post
    I'm guessing you just want to setup your server for the moment, then later edit stuff on it?

    If that's so then the first thing you need is install latest JDK 1.6 and Apache Ant too (Noobscape might come with ant already).

    the set you environment variables right, right click on computer -> properties -> advanced sys properties -> environment variables

    user variables add
    Path %ANT_HOME%\bin and
    Java_Home C:\Program Files\Java\jdk1.6.0_35

    system variables
    Ant_Home C:\apache-ant-1.8.2 (or wherever you have ant and remember to check you version since can be different than mine!)

    Now go to you server folder and edit your bat files if needed (could be that you got everything ready for running).
    compile.bat (apply for server and client, hopeful you haven't deleted build.xml )
    Code:
    ant
    runserver.bat
    Code:
    ant runserver
    (if your using rsca might be "ant runf2p")

    then on the client folder runclient.bat
    Code:
    @echo off
    java -cp rscd.jar;lib/xpp3.jar;lib/xstream.jar;lib/hex-string.jar;lib/jmf.jar org.rscdaemon.client.mudclient
    pause
    run client and server and see if you can log in, well that's it post if you have any problems.
    Thanks! I will try later, but atm I working with some new friend.. I help them with their server (getting coords and give them good ideas). I will create my own too! Thanks again!
    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. [Rsc] Godspells [Rsc]
    By Ivo in forum Downloads
    Replies: 13
    Last Post: 03-21-2009, 01:52 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
  •