aboutsummaryrefslogtreecommitdiff
path: root/tools/terrain_map_doc_validator.py
Commit message (Collapse)AuthorAgeFilesLines
* Add terrain map documentation validatorValentin Popov11 hours1-0/+809
This commit introduces a new Python script, `terrain_map_doc_validator.py`, which validates terrain and map documentation assumptions against actual game data. The validator checks for the presence and correctness of various data chunks in the `Land.msh` and `Land.map` files, reporting any issues found during the validation process. It also generates a summary report of the validation results, including counts of errors and warnings, and statistics related to the map and mesh data.