Skip to content
Guilherme Stoppa Caulada edited this page Apr 10, 2018 · 2 revisions

Yet Another RolePlay - RAGE-MP

YARP aim`s to be an object oriented framework that allows you to create persistent objects dynamically.

/!\ This project is still under development, many changes can happen to the code. /!\

/!\ This project is NOT ready for production, use only for development. /!\

Requirements

  • RAGE-MP - RAGE Multiplayer is an multiplayer modification for Grand Theft Auto V that is alternative to GTA Online.
  • nodejs - A JavaScript runtime built on Chrome`s V8 JavaScript engine.
  • mongodb - A document database with the scalability and flexibility that you want with the querying and indexing that you need.
  • bcryptjs - Optimized bcrypt in JavaScript with zero dependencies.
  • chalk - Terminal string styling done right.

Installation

  1. Download or clone the repository.
  2. Extract the files to your RAGE-MP server-files folder.
  3. Using a command prompt window install these modules on your server-files folder.
    • Run the command prompt as administrator.
    • cd C:/server-files (use your server path)
    • npm install mongodb bcryptjs chalk

Features

  • Whitelist
  • MongoDB Database
  • Dynamic & Persistent
  • Secure Authentication
  • Multiple Characters
  • More to come...

Usage

YARP is still under development, information will be added here in the future.

License

YARP - Yet Another RolePlay
Copyright (C) 2018  Sighmir

This program is free software: you can redistribute it and/or modify
it under the terms of the GNU Affero General Public License as published
by the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU Affero General Public License for more details.

You should have received a copy of the GNU Affero General Public License
along with this program.  If not, see <http:https://www.gnu.org/licenses/>.

Acknowledgments

Thanks to the following people who in some way or another, has helped with this project: