📥

Installation

Installation instructions for the 2023 release of the RedEM:RP Framework for RedM.
This guide assumes you have a working FXServer. To get one set up please follow the guide here.
This guide is for 2022 version of RedEM:RP. It does not apply to the older releases.

Downloads

Download and install the following resources to your FXServer installation (in the [REDEMRP] folder)
Use middle mouse button to open these links in a new tab.

Installation Steps

Follow the steps below to install RedEM:RP onto your FXServer.
  1. 1.
    Verify that your FXServer installation is running correctly with the game set to rdr3.
  2. 2.
    Make sure your resources folder includes the cfx-server-data from here.
  3. 3.
    Create a database named redemrp in your MySQL server.
  4. 4.
    Run the redemrp.sql file from the redem_roleplay resource in your new redemrp database to create the tables.
  5. 5.
    Add the following information to your server.cfg, or server configuration file. Replace %USERNAME_CHANGE_ME% with your MySQL username and %PASSWORD_CHANGE_ME% with your MySQL password.
server.cfg
set es_enableCustomData 1
set mysql_connection_string "server=127.0.0.1;uid=%USERNAME_CHANGE_ME%;password=%PASSWORD_CHANGE_ME%;database=redemrp"
ensure oxmysql
ensure redem_roleplay
ensure redemrp_menu_base
ensure redemrp_charselect
ensure redemrp_respawn
ensure redemrp_inventory
ensure redemrp_status
ensure [REDEMRP]

Now you can run your FXServer. If the resources listed in the server.cfg above start successfully, you're done!