The community-maintained game and mod catalog for GameTweaks.
It tells the GameTweaks desktop app which Steam games are supported, which mods are available for them, and which configuration options can be managed from the app.
- Supported Steam games and their App IDs
- Compatible BepInEx runtime and architecture information
- Mod names, versions, dependencies, and conflicts
- Config controls such as switches, text fields, number inputs, and selections
- Verified release references and SHA-256 checksums
Mods marked Official have been reviewed by GameTweaks maintainers. Community mods use the same validation and installation protections, but do not carry the Official badge. Official mods must additionally have public source code and a GitHub-attested release build tied to an exact source tag, commit, and workflow.
Contributions are welcome. To submit a mod:
- Publish the finished ZIP in a public GitHub release for the mod.
- Add its definition under
games/<steam-app-id>/mods/. - Reference it from the game's
game.json. - Open a pull request with the release and compatibility evidence.
The catalog checks definitions, checksums, archive safety, declared network access, and supplied build provenance automatically. Approved packages are copied into a protected catalog release before they become available in GameTweaks.
Read Adding a game and mods for the complete format and
CONTRIBUTING.md before opening a pull request. JSON Schemas
and neutral examples are available in schemas/ and
examples/. Agent-integrated mod authors should also follow the
Agent SDK guide.
GameTweaks downloads mod packages only from this catalog's reviewed releases. Packages are checksum-verified and inspected before installation. The catalog does not provide process execution, arbitrary file access, or anti-cheat bypass functionality.
See LICENSE.