Scans Crab Game's Map Mod repo for errors. Makes fixing issues with large repo's easier.
Instructions:
- Open the program
- Give it your local repository's path (must be on drive, url not supported)
Supports:
- Checking if the indexfile exists
- Checking if the maps folder exists
- Checking if the indexfile is valid and matches the contents of the maps folder
- Checking if the map configs exist in the zip files ("size" and "modes" options exist and are valid)
- Checking the map zip files for .obj and .mtl files
Note: If no path is provided, it will scan the path the script is currently inside of.
Build instructions:
- Make sure you have python3 installed with pip.
- Run
pip install pyinstaller
(replace "pip" with "pip3" if not found) - Execute
build.bat
on Windows orbuild.sh
on Linux - Built binary will be located in scriptPath/dist