SHA256 hash index of all PAYDAY 3 mods on modworkshop, used by modrex to identify manually placed .pak files.
A GitHub Actions workflow runs hourly, downloads all PD3 mod files from modworkshop, hashes each .pak, and stores the results in index.db (SQLite). The database is published as a GitHub Release asset — never committed to git.
The app downloads index.db on first launch (cached for 1 hour) and queries it with sql.js to match a file's SHA256 against a mod name, version, and modworkshop IDs.
pnpm install
pnpm build-index
pnpm build-index -- --concurrency=10