📥
Installation
Installation instructions for the 2023 release of the RedEM:RP Framework for RedM.
This guide is for 2022 version of RedEM:RP. It does not apply to the older releases.
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.
Follow the steps below to install RedEM:RP onto your FXServer.
- 1.Verify that your FXServer installation is running correctly with the game set to rdr3.
- 2.
- 3.Create a database named redemrp in your MySQL server.
- 4.Run the redemrp.sql file from the redem_roleplay resource in your new redemrp database to create the tables.
- 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]
Last modified 6mo ago