Godot Pack Mod Doctor
godot-pack-mod-doctor generates and validates small Godot pack, patch, DLC,
and mod manifests before release. It is intentionally format-light: projects
keep their own build system, while the tool checks the manifest evidence that
build system emits.
Install
python -m pip install godot-pack-mod-doctor
From a source checkout:
python -m pip install -e .\godot-pack-mod-doctor
Quick Start
godot-pack-mod-doctor manifest from-folder addons\demo_pack --id demo_pack --version 1.0.0 --output pack-manifest.json
godot-pack-mod-doctor check pack-manifest.json --format markdown
godot-pack-mod-doctor check pack-manifest.json --base base-content.json --format json --output reports\pack.json
godot-pack-mod-doctor diff baseline-pack.json current-pack.json --format markdown
godot-pack-mod-doctor load-order base-pack.json patch-pack.json optional-mod.json --format markdown
manifest from-folder writes a reviewable JSON manifest from a folder of pack
files. It records deterministic res:// paths, byte sizes, and SHA-256 hashes
so later diff reports can show exactly which shipped resources changed.
Manifest Shape
{
"id": "demo_patch",
"version": "1.0.0",
"dependencies": [{"id": "base_game", "version": ">=1.0.0"}],
"files": [
{
"path": "res://content/items/sword.tres",
"references": ["iron_ingot"],
"overrides": false,
"size": 128,
"sha256": "..."
}
]
}
The optional base manifest can contain content entries with id fields.
Checks
- missing pack id or version;
- file entries without paths;
- duplicate shipped paths;
- unexpected overrides;
- references that are not present in a supplied base content manifest;
- local, parent-directory, or non-
res://paths; - case-only path collisions that can break on Windows or macOS;
- script, native binary, archive, packed-project, debug, backup, cache, or key files that commonly need manual review before public distribution;
- added, removed, and changed files between two pack manifests;
- undeclared override conflicts across ordered packs.
Scripted mods and native extensions can be legitimate. These file policy checks
are warnings by default; use --fail-on warning in CI if your project wants a
stricter content-pack gate.
Outputs
text: local terminal report.json: CI and scripts.markdown: PR comments and release notes.
diff is useful before publishing a patch or DLC update. It compares shipped
paths and stable file metadata so changed resources are visible in review.
load-order reads packs in the order supplied on the command line. If a later
pack ships the same resource path without setting overrides: true, the report
flags the conflict so the intended ownership is explicit.
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file godot_pack_mod_doctor-0.1.2.tar.gz.
File metadata
- Download URL: godot_pack_mod_doctor-0.1.2.tar.gz
- Upload date:
- Size: 11.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.12
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
cfeb2331d373d20f337208a8400a21b17ddb54c5b22907e0d12156fbe13f6496
|
|
| MD5 |
159b8bc83c62f60673c17d1c9921d84d
|
|
| BLAKE2b-256 |
9baa99996dcd8bde1b3a3f59c411d18ef575d30b90c0dedc1e00615bfc1cd019
|
Provenance
The following attestation bundles were made for godot_pack_mod_doctor-0.1.2.tar.gz:
Publisher:
publish-pack-mod-doctor.yml on NonniGB/godot-production-toolkit
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
godot_pack_mod_doctor-0.1.2.tar.gz -
Subject digest:
cfeb2331d373d20f337208a8400a21b17ddb54c5b22907e0d12156fbe13f6496 - Sigstore transparency entry: 1843396918
- Sigstore integration time:
-
Permalink:
NonniGB/godot-production-toolkit@826e09a479f3152714233a6a7c3699df250782b3 -
Branch / Tag:
refs/tags/godot-pack-mod-doctor-v0.1.2 - Owner: https://github.com/NonniGB
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
publish-pack-mod-doctor.yml@826e09a479f3152714233a6a7c3699df250782b3 -
Trigger Event:
push
-
Statement type:
File details
Details for the file godot_pack_mod_doctor-0.1.2-py3-none-any.whl.
File metadata
- Download URL: godot_pack_mod_doctor-0.1.2-py3-none-any.whl
- Upload date:
- Size: 10.5 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.12
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
36b51487302c2389f506478f7ae12cb782b224c687a0067b99bb09d789a557d9
|
|
| MD5 |
416200ce3e9cc24afafd17477a02f9f0
|
|
| BLAKE2b-256 |
f7b10d6e9b8388eb587937675f4020e2cc9c9a680fbcb4abfc4e5c4cc3b38ff8
|
Provenance
The following attestation bundles were made for godot_pack_mod_doctor-0.1.2-py3-none-any.whl:
Publisher:
publish-pack-mod-doctor.yml on NonniGB/godot-production-toolkit
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
godot_pack_mod_doctor-0.1.2-py3-none-any.whl -
Subject digest:
36b51487302c2389f506478f7ae12cb782b224c687a0067b99bb09d789a557d9 - Sigstore transparency entry: 1843397087
- Sigstore integration time:
-
Permalink:
NonniGB/godot-production-toolkit@826e09a479f3152714233a6a7c3699df250782b3 -
Branch / Tag:
refs/tags/godot-pack-mod-doctor-v0.1.2 - Owner: https://github.com/NonniGB
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
publish-pack-mod-doctor.yml@826e09a479f3152714233a6a7c3699df250782b3 -
Trigger Event:
push
-
Statement type: