GithubHelp home page GithubHelp logo

elvarg-rsps-old's Introduction

RSPSApp

Vision

The vision of this project is to have a very stable and functional RuneScape Private Server source which is open source to the entire community. As an added bonus, all copies of this source are compatible with our webclient, which we will be opening for other servers to use in the near future. We believe more can be achieved when we work together as a community.

Setting up your fork:

  1. Fork the repo
  2. Clone your fork of rhe repo using git clone <fork url>
  3. Inside your cloned fork, execute: git remote add rspsapp https://github.com/RSPSApp/elvarg-rsps.git

This creates a link to the main repo so you can pull bug fixes and core feature improvements. It also means you can open a PR to contribute to the core server base, if you fix a bug or add a feature that would be useful to other servers.

Getting the latest from RSPSApp/elvarg-rsps

Any time you want to pull the latest changes from the core repo, just do:

git checkout master then git pull rspsapp master

Contributing to the Core

If you want to fix something on RSPSApp/elvarg-rsps, you need to create a clean branch from the latest version or our master.

This is because we want to keep RSPSApp/elvarg-rsps vanilla and true to the original goal of Elvarg.

  1. Create a new branch for your changes git checkout -b "feature-description-here" --track rspsapp/master Change feature-description-here to whatever you're doing
  2. Do the work/fix
  3. Commit your changes git add --all then git commit -m "Fixing ..."
  4. Push your changes to a remote branch git push
  5. Go to Github > Pull Requests > New Pull Request

elvarg-rsps-old's People

Contributors

drhenny avatar reinismu avatar tobywisener avatar syuil avatar shogunrsps avatar naton1 avatar lerl avatar mrjason83 avatar matthewbishop avatar mark7625 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.