__resource.lua file format help?

Hello!
I am new to modding fivem servers and was wondering if anyone has a list of the tags used on the __resource files? If your not sure what i mean, its the VEHICLE_META_DATA, CARCOLS_FILE, WEHICLE_VARIATION_FILE, etc.

They all are different wording from thier original .meta counterparts, Like carvariations.meta is VEHILCE_VARIATION_FILE. Does anyone have a list of all the possible files and wordings that go with it?

Here are the ones i have that i know work:

handling.meta = HANDLING_FILE
vehicles.meta = VEHICLE_METADATA_FILE
carcols.meta = CARCOLS_FILE
carvariations.meta = VEHICLE_VARIATION_FILE
caraddonContentUnlocks = CONTENT_UNLOCKING_META_FILE

dlctext.meta = DLC_TEXT_FILE(Not sure on this one)

Anything will help, thank you.

1 Like

There’s a page for that on the docs

Thank you! That will help a lot!

So i do have one question, what is dlctext.meta? that isn’t in the list?