https://github.com/puttydotexe/fivem-map-collision-finder
A tool designed to assist map developers and server owners with finding map collisions in their servers and projects.
https://github.com/puttydotexe/fivem-map-collision-finder
fivem fivem-development fivem-maps gtav gtav-maps
Last synced: 10 months ago
JSON representation
A tool designed to assist map developers and server owners with finding map collisions in their servers and projects.
- Host: GitHub
- URL: https://github.com/puttydotexe/fivem-map-collision-finder
- Owner: puttydotexe
- License: other
- Created: 2024-02-04T10:54:12.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-02-04T11:07:42.000Z (over 2 years ago)
- Last Synced: 2025-03-21T19:19:53.868Z (about 1 year ago)
- Topics: fivem, fivem-development, fivem-maps, gtav, gtav-maps
- Language: Python
- Homepage: https://p.utty.dev/
- Size: 9.77 KB
- Stars: 10
- Watchers: 1
- Forks: 7
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# FiveM Map Collision Finder
A tool designed to assist map developers and server owners with finding map collisions in their servers and projects.
### Prerequisites
- Python 3.x
### Installation
```bash
git clone https://github.com/puttydotexe/fivem-map-collision-finder.git
```
### Usage
```bash
python checker.py [--ignore PATTERN [PATTERN ...]] [--output OUTPUT_FILE]
```
### Example Usage
```bash
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.
### License
This project is licensed under the [Creative Commons Attribution-NonCommercial 4.0 International License](LICENSE).