Migrations

Migrate data from other systems

Migrate command can be only turn on from server-console.

Base command: rcore_tattoos_migrate

esx_tattooShop

ESX tattoos with different data structure, you can check it when you have in users table tattoos column with texture:1 for example.

Our script load file from that resource to get tattoo data by indexes in database.

Default resource name: esx_tattooshop

Default path: client/tattooList.lua

You can edit it in rcore_tattoos/server/migration/types/esxTattooShops.lua line 26-27

Command:

rcore_tattoos_migrate esxTattooShops

dp-tattoos

Command:

rcore_tattoos_migrate dpTattoos

mx-tattoos

Command:

esx_tattoos

ESX tattoos are same as option xnTattoos

Command:

xnTattoos

Command:

illenium-appearance

📦 https://github.com/iLLeniumStudios/illenium-appearance/releases/

Our script works with illenium-appearance v4.5.1 and above.

All you have to do is open illenium-appearance/config.lua and set

fivem-apperance with tattoos

Command:

Editations:

  • fivem-apperance/shared/config.lua

Disable tattoos at character creation, if you dont these tattoos will not be handled properly by rcore_tattoos

Comment the tattoo part of code

Comment out all shopType = "tattoo" from Config.Stores

Last updated

Was this helpful?