ImpulseFPS / FiveMCarsMerger

Merge FiveM cars into a single resource

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

FiveM Cars Merger

Merge FiveM cars into a single resource

Usage

  • Download the binary from here or build it
  • Save it in a directory
  • Create a new folder in the same directory with any name
  • Copy all your car folders and files in that folder (It doesn't matter what heirarchy those files are placed)
  • Run the program with these parameters:
      --clean                Clear output directory before merging
      --input-path string    Path to all cars (default ".")
      --output-path string   Output path (default "out")
      --verbose              Enable verbose logging
  • Example:
./FiveMCarsMerger --clean --input-path "cars" --output-path "merged-cars"

Demo: https://asciinema.org/a/m38nDlDwAcqOYzpVCEeFXPnIS

About

Merge FiveM cars into a single resource


Languages

Language:Go 100.0%