Thread: Most Efficient Clean Base Client & Server [317]?

Page 1 of 2 12 LastLast
Results 1 to 10 of 18
  1. #1 Most Efficient Clean Base Client & Server [317]? 
    Programming Enthusiast

    o paws's Avatar
    Join Date
    Sep 2011
    Age
    28
    Posts
    301
    Thanks given
    52
    Thanks received
    40
    Rep Power
    108
    I'm looking for a clean 317 base, what framework is the most efficient when it comes to handling processes? What is the most stable, the easiest to work on, etc. Before you suggest I use the search bar, I'm looking for more than that. I'm looking for insight, if any experienced developers can give me any that would be awesome!


    For future users who are looking for the same answer:

    Recommendations:

    Bases:

    1 x http://www.rune-server.org/runescape...i-ctf-wpe.html

    1 x Asteria 3.0 for documentation

    1 x http://www.rune-server.org/runescape...en-source.html

    Frameworks:

    2 x Apollo

    1 x Project Insanity

    1 x Astraeus

    Source:

    N/A

    Client:

    1 x Major's Refactored 317 Client - http://www.rune-server.org/runescape...17-client.html

    1 x http://www.rune-server.org/runescape...efactored.html


    My decision:

    I decided to go with Astraeus framework for it's simplicity and it's opportunity to learn from. http://www.rune-server.org/runescape...-skeleton.html

    If I was going to decide on a base I'd go with: http://www.rune-server.org/runescape...en-source.html
    Reply With Quote  
     

  2. #2  
    Registered Member
    hacker's Avatar
    Join Date
    Jun 2013
    Posts
    1,409
    Thanks given
    576
    Thanks received
    580
    Rep Power
    5000
    as for client I'd suggest majors refactored 317
    Attached image
    Reply With Quote  
     

  3. #3  
    Banned

    Join Date
    Jul 2015
    Posts
    607
    Thanks given
    520
    Thanks received
    660
    Rep Power
    0
    http://www.rune-server.org/runescape...i-ctf-wpe.html

    Not clean but very stable and extremely easy to work with.
    Reply With Quote  
     

  4. Thankful users:


  5. #4  
    ???

    funkE's Avatar
    Join Date
    Feb 2008
    Posts
    2,612
    Thanks given
    255
    Thanks received
    989
    Rep Power
    1366
    Apollo is easy to work with if you know a little bit about Java.

    Most people think they're Java pros but can't understand how Apollo works, so if you're worth a damn you can definitely write good content in Apollo. It practically forces you to design things in an efficient way (unless, of course, you resort to "process" shit)

    To put it differently... I can't, for the life of me, make any content for any of these new servers.. There's just too much crazy shit going on to make it feasible to learn and you'd have to know the source pretty well to be 100% sure everything isn't on the verge of going to hell. Apollo makes sense, and is simple to understand if you give it a few minutes. Debugging is easy. It is efficient, even with the single threaded updater.

    Of course, everything is harder if you're not using an IDE. For the love of god, use one.
    .
    Reply With Quote  
     

  6. #5  
    Programming Enthusiast

    o paws's Avatar
    Join Date
    Sep 2011
    Age
    28
    Posts
    301
    Thanks given
    52
    Thanks received
    40
    Rep Power
    108
    Quote Originally Posted by LoveGuru View Post
    lol.

    ot: You pretty much described Apollo, though if you have enough knowledge, it's always good to make your own framework (you always tend to learn new things).
    Yeah, I'm looking for a framework to build off of. But not something that's going to be confusing.

    Quote Originally Posted by Supah Fly View Post
    Apollo is easy to work with if you know a little bit about Java.

    Most people think they're Java pros but can't understand how Apollo works, so if you're worth a damn you can definitely write good content in Apollo. It practically forces you to design things in an efficient way (unless, of course, you resort to "process" shit)

    To put it differently... I can't, for the life of me, make any content for any of these new servers.. There's just too much crazy shit going on to make it feasible to learn and you'd have to know the source pretty well to be 100% sure everything isn't on the verge of going to hell. Apollo makes sense, and is simple to understand if you give it a few minutes. Debugging is easy. It is efficient, even with the single threaded updater.

    Of course, everything is harder if you're not using an IDE. For the love of god, use one.
    Yeah that's my issue, a lot of these new frameworks tend to be confusing because previous developers leave no documentation. I normally use Eclipse but I also like to use SpringSource. I'm not a java noobie but I'm also not an expert for sure. I'm looking for something that's going to help me advance myself.

    Quote Originally Posted by Hacker View Post
    as for client I'd suggest majors refactored 317
    Thanks I'll check it out!

    Quote Originally Posted by Swiffy View Post
    http://www.rune-server.org/runescape...i-ctf-wpe.html

    Not clean but very stable and extremely easy to work with.
    Looking for a clean base, so I can code everything myself and learn everything! Thanks though!
    Reply With Quote  
     

  7. #6  
    Banned

    Join Date
    Jul 2015
    Posts
    607
    Thanks given
    520
    Thanks received
    660
    Rep Power
    0
    Quote Originally Posted by o paws View Post
    Yeah, I'm looking for a framework to build off of. But not something that's going to be confusing.



    Yeah that's my issue, a lot of these new frameworks tend to be confusing because previous developers leave no documentation. I normally use Eclipse but I also like to use SpringSource. I'm not a java noobie but I'm also not an expert for sure. I'm looking for something that's going to help me advance myself.



    Thanks I'll check it out!



    Looking for a clean base, so I can code everything myself and learn everything! Thanks though!
    Then I'd recommend Asteria 3.0. It's well-documented.
    Reply With Quote  
     

  8. #7  
    Programming Enthusiast

    o paws's Avatar
    Join Date
    Sep 2011
    Age
    28
    Posts
    301
    Thanks given
    52
    Thanks received
    40
    Rep Power
    108
    Quote Originally Posted by Swiffy View Post
    Then I'd recommend Asteria 3.0. It's well-documented.
    I will definitely have to look into that, thank you for the help man! Hopefully I can look into these frameworks and put up a thread describing the pros and cons of all these frameworks in the future.
    Reply With Quote  
     

  9. #8  
    (Official) Thanksgiver

    Arham's Avatar
    Join Date
    Jan 2013
    Age
    23
    Posts
    3,415
    Thanks given
    7,254
    Thanks received
    1,938
    Rep Power
    3905
    Quote Originally Posted by Supah Fly View Post
    Apollo is easy to work with if you know a little bit about Java.

    Most people think they're Java pros but can't understand how Apollo works, so if you're worth a damn you can definitely write good content in Apollo. It practically forces you to design things in an efficient way (unless, of course, you resort to "process" shit)
    I mean, let's totally disregard the fact that its scripted in Ruby. Not bashing Apollo at all, more like your statements.

    Quote Originally Posted by o paws View Post
    I'm looking for the a clean 317 base, what framework is the most efficient when it comes to handling processes? What is the most stable, the easiest to work on, etc. Before you suggest I use the search bar, I'm looking for more than that. I'm looking for insight, if any experienced developers can give me any that would be awesome!


    For future users who are looking for the same answer:

    Recommendations:

    Bases:

    1 x http://www.rune-server.org/runescape...i-ctf-wpe.html

    Frameworks:

    1 x Asteria 3.0 for documentation

    2 x Apollo

    Source:

    N/A

    Client:

    1 x Major's Refactored 317 Client - http://www.rune-server.org/runescape...17-client.html


    My decision:

    N/A
    Asteria is very well considered a base not a framework.

    As Swiffy said, Ruse isn't clean.
    Attached image
    Attached image
    Quote Originally Posted by MrClassic View Post
    Arham is the official thanker!
    List of my work here!
    Reply With Quote  
     

  10. #9  
    Programming Enthusiast

    o paws's Avatar
    Join Date
    Sep 2011
    Age
    28
    Posts
    301
    Thanks given
    52
    Thanks received
    40
    Rep Power
    108
    Quote Originally Posted by arham 4 View Post
    I mean, let's totally disregard the fact that its scripted in Ruby. Not bashing Apollo at all, more like your statements.



    Asteria is very well considered a base not a framework.

    As Swiffy said, Ruse isn't clean.
    So what framework would you recommend?

    I've heard good things about Hyperion but that was like 6 years ago. Is there anything better now?

    I've also heard good things about Shard but nothing complete is released.
    Reply With Quote  
     

  11. #10  
    Ex Rune-Scaper

    Join Date
    Jun 2008
    Posts
    3,534
    Thanks given
    457
    Thanks received
    1,257
    Rep Power
    990
    Client (So many good features, also hardly any bugs)

    http://www.rune-server.org/runescape...efactored.html

    Decent and cleanest PI out there (Great to build off of and its very easy to work with, if you can find a better PI link me)

    http://www.rune-server.org/runescape...en-source.html

    In-progress but a decent framework to work with from scratch and very user-friendly.

    http://www.rune-server.org/runescape...-skeleton.html
    Attached image
    Reply With Quote  
     

  12. Thankful user:


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

Similar Threads

  1. Replies: 2
    Last Post: 03-10-2015, 05:56 AM
  2. The most stable Client and Server (#317)
    By Zonchord in forum Requests
    Replies: 9
    Last Post: 12-19-2009, 06:56 PM
  3. Replies: 45
    Last Post: 07-10-2009, 09:03 PM
  4. 317 Server + 317 Client + 317 cache
    By C in forum Downloads
    Replies: 27
    Last Post: 04-26-2009, 10:36 PM
  5. Replies: 23
    Last Post: 11-29-2008, 01:26 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
  •