FiveM fxmanifest.lua Generator

Create a valid resource manifest for your FiveM scripts and vehicles instantly. Stop copying and pasting broken code.

fxmanifest.lua
fx_version 'cerulean'
game 'gta5'

version '1.0.0'

files {
    'data/**/*.meta',
    'data/**/*.xml',
}

data_file 'HANDLING_FILE' 'data/handling.meta'
data_file 'VEHICLE_METADATA_FILE' 'data/vehicles.meta'
data_file 'CARVARIATIONS_FILE' 'data/carvariations.meta'

Want to skip the manual work?

Our main converter handles creating this file AND restructuring all your vehicle folders automatically.