JayArrowz / NetScape

C# RSPS Multi Protocol

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

NetScape

Modular Runescape Private Server in C# for learning purposes & fun!

Badges

wakatime .NET

Getting Started

These instructions will get you a copy of the project up and running on your local machine for development and testing purposes. See deployment for notes on how to deploy the project on a live system.

Prerequisites

Code Docs

Installing

  1. Create the folder AspNetServerData\Cache in your users home folder and add the cache
  2. Go to appsettings.json and ensure the ConnectionString to your database is correct
  3. Go to your Terminal (Make sure its current directory is matching the root of this repo) or VS Console then type:
dotnet tool install -g dotnet-ef
dotnet build
dotnet ef database update --project NetScape

To Run in Terminal:

dotnet run --project netscape

Contributing

Please read CONTRIBUTING.md for details on our code of conduct, and the process for submitting pull requests to us.

Versioning

We use SemVer for versioning. For the versions available, see the tags on this repository.

Authors

See also the list of contributors who participated in this project.

Acknowledgments

About

C# RSPS Multi Protocol

License:GNU General Public License v3.0


Languages

Language:C# 100.0%