A tool designed to assist map developers and server owners with finding map collisions in their servers and projects.
- Python 3.x
git clone https://github.com/puttydotexe/fivem-map-collision-finder.git
python checker.py <directory> [--ignore PATTERN [PATTERN ...]] [--output OUTPUT_FILE]
python checker.py /resources/[maps] --ignore *.ydd output.log
If an output file isn't provided, it will simply output the possible collisions in the command line.
This project is licensed under the Creative Commons Attribution-NonCommercial 4.0 International License.