๐Ÿ› ๏ธGetting set up

Simple guide for setting up rpemotes-reborn for the first time / after a version update.

chevron-rightStep 1: Server Artifactshashtag

It is important to update your server artifacts at least once a month. You can download the latest artifacts for Windowsarrow-up-right or Linuxarrow-up-right

chevron-rightStep 2: Enforcing Gamebuildshashtag

For all GTA 5 props and animations to work with RPEmotes, it is recommended that you use the latest supported gamebuild. For an in depth guide, please read through our Enforcing Gamebuilds tutorial.

chevron-rightOnesync Infinityhashtag

For rpemotes-reborn and particle effects to sync across clients as intended, Onesync Infinity is a requirement. Please check this guide to set it up.

chevron-rightStep 3: Downloadinghashtag

Click herearrow-up-right to download rpemotes-reborn

Extract the file inside of the zip to a new folder and rename it to rpemotes-reborn

chevron-rightStep 4: Installinghashtag

Once rpemotes-reborn is successfully downloaded and extracted into a folder renamed rpemotes-reborn copy it to the /resources folder in your fiveM server.

Addensure rpemotes-reborn to your server.cfg

If the folder is already ensured e.g. ensure [example folder], this step can be skipped.

chevron-rightStep 5: Configuringhashtag

Open the rpemotes-reborn resource and edit the config.lua to enable or disable certain features. To edit the config.lua use a text editor e.g. Visual Studio Code or Notepad++.

chevron-right(Optional): SQL Setuphashtag

To use the SQL features, install the latest version of the oxmysqlarrow-up-right resource and enable the setting in config.lua

In order for rpemotes-reborn to work with SQL you will need to open fxmanifest.lua and uncomment the following lines


Alternatively, you can use the keybind command that comes with FiveM without having to use SQL, by entering the following into F8:

bind keyboard "Yourbutton" "e youremote". To remove the key bind, type "unbind keyboard "Yourbutton".

chevron-right(Optional): QB-Core Integrationhashtag

If youโ€™re using qb-core, you can now set

in the config file, otherwise leave it as

You may need to alter some code within qb-core to work with rpemotes-reborn .

chevron-rightAdding Custom Contenthashtag

Adding custom content to rpemotes-reborn doesn't need to be complicated. The rpemotes-reborn team suggests using the appropiately named AnimationListCustom.lua file to add your own animations into our menu and simply adding your props and animations files in the stream folder. Here you can find folders named [Custom Emotes] and [Props]. We'll go into more detail about adding your content over on our Custom Emotes & Props page.

Last updated