Thread: NetScape - Multi Rev RSPS Development Framework - Noob friendly build your own server

Page 5 of 6 FirstFirst ... 3456 LastLast
Results 41 to 50 of 53
  1. #41  
    Extreme Donator

    JayArrowz's Avatar
    Join Date
    Sep 2008
    Posts
    104
    Thanks given
    99
    Thanks received
    107
    Rep Power
    810
    Added a 508 branch to repo with login protocol. Progressing slowly last few weekends been hectic. Some more updates due next week!
    Reply With Quote  
     

  2. #42  
    08-13, SpawnScape Owner

    jet kai's Avatar
    Join Date
    Dec 2009
    Age
    28
    Posts
    870
    Thanks given
    630
    Thanks received
    957
    Rep Power
    5000
    Quote Originally Posted by JayArrowz View Post
    Added a 508 branch to repo with login protocol. Progressing slowly last few weekends been hectic. Some more updates due next week!
    Good lil updates there JayZ ! Even with all this hecticness, you're pushing out some quality content!
    Reply With Quote  
     

  3. Thankful user:


  4. #43  
    Member NetScape - Multi Rev RSPS Development Framework - Noob friendly build your own server Market Banned


    Luke132's Avatar
    Join Date
    Dec 2007
    Age
    35
    Posts
    12,574
    Thanks given
    199
    Thanks received
    7,106
    Rep Power
    5000
    lookin good bro keep it up

    Attached imageAttached image
    Reply With Quote  
     

  5. Thankful user:


  6. #44  
    Registered Member
    King Zeus's Avatar
    Join Date
    Jan 2018
    Posts
    205
    Thanks given
    40
    Thanks received
    82
    Rep Power
    178
    Quote Originally Posted by JayArrowz View Post
    Added a 508 branch to repo with login protocol. Progressing slowly last few weekends been hectic. Some more updates due next week!
    Enjoying watching the progress, please keep going!
    ---------------------------------------------
    My Contributions:
    [317]
    Run Regeneration
    [OSRS]
    Prifddinas Agility Course
    Priffdinnas NPC Spawns
    ---------------------------------------------
    Reply With Quote  
     

  7. Thankful user:


  8. #45  
    nice


    Join Date
    Jul 2014
    Posts
    740
    Thanks given
    382
    Thanks received
    562
    Rep Power
    4239
    nice
    Attached image
    Reply With Quote  
     

  9. Thankful user:


  10. #46  
    Developer

    Holy Symbol's Avatar
    Join Date
    Dec 2011
    Age
    25
    Posts
    1,763
    Thanks given
    1,093
    Thanks received
    239
    Rep Power
    365
    Damn sick, keep going! Good luck
    Spoiler for big sig:


    Reply With Quote  
     

  11. Thankful user:


  12. #47  
    Vitality

    Raw Envy's Avatar
    Join Date
    Dec 2010
    Posts
    3,034
    Thanks given
    869
    Thanks received
    1,186
    Rep Power
    3054
    This is very cool, best of luck Jay.
    Reply With Quote  
     

  13. Thankful user:


  14. #48  
    Donator

    Mythic Dream's Avatar
    Join Date
    Jun 2021
    Posts
    145
    Thanks given
    17
    Thanks received
    145
    Rep Power
    800
    Always been a fan of your work Jay! Very well done
    Reply With Quote  
     

  15. Thankful user:


  16. #49  
    Extreme Donator

    JayArrowz's Avatar
    Join Date
    Sep 2008
    Posts
    104
    Thanks given
    99
    Thanks received
    107
    Rep Power
    810
    Quite a bit of packages have been updated on Nuget. Now people have the ability to simply spin up a server with a few files and get coding directly.

    See this repo here for example usage:
    https://github.com/JayArrowz/317-Example


    Nuget libs:

    Core lib for spinning up a Netscape server:
    Attached image

    Revision specific modules easily installed with 1 click:
    Attached image

    Bootstrapping:
    Attached image

    Start working on content directly without having to look at all the core files:
    Attached image

    The core is not fully done however this is a big step to make the learning curve easier and just get working on a RSPS without having to worry about core
    Reply With Quote  
     

  17. #50  
    Extreme Donator

    JayArrowz's Avatar
    Join Date
    Sep 2008
    Posts
    104
    Thanks given
    99
    Thanks received
    107
    Rep Power
    810
    Added the ability to declare your own Player Entity by using

    Code:
                ServerHandler.RunServer<MyPlayer>("appsettings.json", BuildDbOptions, modules);
    Code:
        public class MyPlayer : Player
        {
            public string ANewFieldInDb { get; set; }
        }
    The updated example is available here: https://github.com/JayArrowz/317-Example
    Reply With Quote  
     

Page 5 of 6 FirstFirst ... 3456 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: 54
    Last Post: 02-27-2016, 11:23 PM
  2. Replies: 55
    Last Post: 03-28-2013, 06:49 PM
  3. Replies: 13
    Last Post: 12-29-2011, 11:49 PM
  4. How to make your own server (NEWB FRIENDLY!)
    By Lemonslayer in forum Tutorials
    Replies: 4
    Last Post: 09-04-2007, 03:43 PM
  5. Object Actions in TestScape (noob-friendly)
    By LandScape in forum Tutorials
    Replies: 0
    Last Post: 05-19-2007, 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
  •