Skip to content

Latest commit

 

History

History
21 lines (12 loc) · 1.84 KB

README.md

File metadata and controls

21 lines (12 loc) · 1.84 KB

MetaSplit (For FiveM)

MIT License Donate on PayPal Sub on Patreon Buy Me a Pizza

split vehicles.meta or handling.meta files into seperate files by vehicle name

Do you have a massive handling.meta or vehicles.meta that is unweildy and hard to maintain and compare changes to with git? Well then this is for you! Drag your handling/vehicles.meta onto the MetaSplit.exe and in the same directory as the file you dragged an output folder will be filled with folders named after each vehicle with a handling/vehicles.meta inside specific only to that vehicle. Now you're probably thinking "Well I mean that has some benefits with git compare but how does that help my server??" Well i'm glad you asked stranger! You can actually load multiple handlings in a single resource and I've included an example fivem resource that shows you how to do that exactly with an adder and a police car.

How to use

first get a vehicles.meta or handling.meta (xml) file (exported .ymt) then you can either do:

Option 1: Drag the file onto MetaSplit.exe (and output folder will be created in the same directory as the .meta)

or

Option B: Open a command prompt with MetaSplit.exe Path/To/File (Example: MetaSplit.exe .\example\data\adder\handling.meta) and the output folder will be generated in the same folder in which you opened the command prompt to