A schema explorer for Source 2 engine games (Counter-Strike 2, Dota 2, Deadlock). Browse classes, enums, fields, and their metadata across game schema modules.
Based on ModDota API explorer.
The app expects gzipped JSON schema files in the schemas/ directory, one per game:
cs2.json.gzdota2.json.gzdeadlock.json.gz
The schemas are generated by DumpSource2 and automatically updated by GameTracking.
npm install
npm run dev