Skip to content

bscal/rd2lrp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

41 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

RD2lRP

GTA V fivem rp server for rd2l players

Was built using a modified version of the current vRP framework. ImagicTheCat https://github.com/ImagicTheCat/vRP

Database driver by https://github.com/GHMatti/FiveM-MySQL

Contains a combination of scripts that were created by us or from the fivem forums (Some are modified by us).

Status

The current release is still in development. However you can use an older release that will work but contains several bugs and missing features.

I would recommend not to add/edit/update/remove scripts or files unless you know what you are doing. Many of these scripts are modified from their original forms to work with vRP or other reasons.

There is a lack of documentation for our scripts or any of our changes to scripts.

I do not know how much I will continue to work on this project and am not planning on having much support for bugs or features. So use at your own risk.

Installation

  1. Install a server by following the fivem documentations
    • DO NOT clone fivem's cfx-server-data repo (It uses the resources directory)
  2. Clone rd2lrp git clone https://github.com/bscal/rd2lrp.git resources
  3. Copy the server.cfg infomation below and configure it.
  4. Import databases.sql into your sql database.
  5. Start the server up normally.

server.cfg

You need to replace you start resources with these and you NEED to change the infomation for your database also. They are both the same but another sql driver was added so it uses 2 different convars.

Replace your start resources or mysql strings with this
set dhost "host"
set ddatabase "database"
set duser "user"
set dpassword "password"
set mysql_connection_string "server=host;database=database;userid=user;password=password;Allow User Variables=True"
set mysql_debug false

#required
start mapmanager
start chat
start spawnmanager
start fivem
start hardcap
start rconlog
#start scoreboard
start playernames

#vrp main
start GHMattiMySQL
start vrp
start vrp_ghmattimysql

#vrp other
start vrp_carwash

#mine
start pvp
start map
start indicators
start lux_vehcontrol
start VK_interiors
start RealisticVehicleFailure
start CustomScripts
start clothing
start 3dme
start voicechat
start rpemotes
start cars
start wk_wrs
start frfuel
start pNotify
start cops
start robberies
start core_hideintrunk
start sahp
start unmarked-police-pack
start bob74_ipl
start PillboxHospital
start dispatch
start utils
start policeboost
start ServerPassword
start schafter
start unmarked-megapack
start jobs
#start MattomcLoad
start bx-loading-screen
start vrp_lscustoms
start vRP_doorsControl
start [Police Skins]
start online
start Ped

# Assets
start club_B
start club_R
start blips
start Bentley2013
start BentleyBen
start BentleyMul
start BMW_7L
start BMW_M4
start BMW_M5
start BMW_M6
start BMW_X5
start BMW_X6
start Bugatti_Chiron
start Bugatti_Divo
start Bugatti_Veyron
start Buick1970
start Buick1987
start Spider

#Keep this here, it stops some errors
restart sessionmanager