Skip to content

modrexio/modrex-index

Repository files navigation

modrex-index

SHA256 hash index of all PAYDAY 3 mods on modworkshop, used by modrex to identify manually placed .pak files.

How it works

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.

Running locally

pnpm install
pnpm build-index
pnpm build-index -- --concurrency=10

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Contributors