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.