Skip to content

Latest commit

 

History

History
30 lines (20 loc) · 1.21 KB

File metadata and controls

30 lines (20 loc) · 1.21 KB

handling.meta

GitHub all releases

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

This is a utility not a fivem resource!

💾 Install

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

🏃 Running Locally

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

🚗 Custom Handling files

You may add any additional handling files for add-on cars, etc into ./metas/ before running the script with Node