This is a utility for GTAV / FiveM to concatenate multiple handling.meta files into a singular file while removing duplicate entries (there are many). I don't believe this step is necessary but it does make working on the files a lot more comfortable so I hope you find this useful.
Made in collaboration with iZolox
Download handling.meta
from latest release and place the file in your metas resource
If you don't know how to do that this tool is probably not for you
Requires Node 16 or greater
git clone https://github.com/ParadymLabs/handling.meta.git
pnpm i
node app.js
This will output handling.meta
into the root of your repo
You may add any additional handling files for add-on cars, etc into ./metas/
before running the script with Node