Skip to content

Latest commit

 

History

History
26 lines (16 loc) · 718 Bytes

File metadata and controls

26 lines (16 loc) · 718 Bytes

Source 2 Schema Explorer

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.

Schema Data

The app expects gzipped JSON schema files in the schemas/ directory, one per game:

  • cs2.json.gz
  • dota2.json.gz
  • deadlock.json.gz

The schemas are generated by DumpSource2 and automatically updated by GameTracking.

Development

npm install
npm run dev

License

Apache-2.0