Lint game data metafiles against GTA5.xsd for Rockstar’s game engine
rage-lint Lint RAGE (only GTA5 at the moment) meta/XML files for validity based off of the GTA5.xsd generated from game code. This script accepts a series of blobs, and validates all files against GTA5.xsd, allowing to check your metafilesagainst Rockstar’s own definitions. NOTE: This software is EXPERIMENTAL, there are likely XSD generation issues laying around Usage A rage-lint.exe file is provided in the releases tab. Compiling To use this script, first install the dependencies with pip install -r requirements.txt, then […]
Read more