From da34a79555979d2637d9eaa74a5ab4a0b2335308 Mon Sep 17 00:00:00 2001 From: Michal Tuszowski Date: Thu, 21 Aug 2025 20:56:51 +0000 Subject: [PATCH] Import gk-greyknight-0.4.1.zip do wg-greyknights (2025-08-21T20:56:51Z) --- wg-greyknights/README.txt | 18 +++++++++--------- wg-greyknights/module.json | 12 ++++++------ 2 files changed, 15 insertions(+), 15 deletions(-) diff --git a/wg-greyknights/README.txt b/wg-greyknights/README.txt index 1a73ca8..118f4bc 100644 --- a/wg-greyknights/README.txt +++ b/wg-greyknights/README.txt @@ -1,13 +1,13 @@ -Grey Knights — Compendium (Wrath & Glory) v0.4.0 +Grey Knights — Compendium (Wrath & Glory) v0.4.1 Built from: GK_Foundry_GreyKnight_v5.zip (ONLY the 'foundry/*.json' files) -Built at: 2025-08-21 20:39:55 UTC +Built at: 2025-08-21 20:55:51 UTC -Installation: -1) Copy the folder 'gk-greyknight-compendium-0.4.0' into your Foundry data directory: Data/modules/ -2) Restart your World and enable the module: 'Grey Knights — Compendium (Wrath & Glory)' -3) Open the Compendium sidebar — you should see: 'Grey Knights — Items (from foundry zip)' -4) Drag items out of the compendium into your world, or 'Import All' from its context menu. +How to install (manual): +1) Unzip so that you have: Data/modules/gk-greyknight/module.json (i.e. the FOLDER name == id). +2) Restart your World and enable module: 'Grey Knights — Compendium (Wrath & Glory)'. +3) Open Compendium sidebar → you will see: 'Grey Knights — Items'. +4) Import by drag&drop or context menu 'Import All'. Notes: -- This module intentionally contains ONLY the compendium; no macros, no auto-import hooks. -- If you want auto-import or loadout hooks, we can ship them in a separate module or a later version. +- The compendium path in module.json uses 'packs/gk-items' (no .db) per v11+ packaging. +- The actual data ships as 'packs/gk-items.db'. Foundry will auto‑migrate it to the new format on first load. diff --git a/wg-greyknights/module.json b/wg-greyknights/module.json index 7d3049f..e203920 100644 --- a/wg-greyknights/module.json +++ b/wg-greyknights/module.json @@ -1,10 +1,10 @@ { - "id": "gk-greyknight-compendium", + "id": "gk-greyknight", "title": "Grey Knights — Compendium (Wrath & Glory)", - "description": "Compendium pack built ONLY from the provided 'foundry/' JSONs.", - "version": "0.4.0", + "description": "Compendium pack built ONLY from the provided 'foundry/' JSONs (6 items).", + "version": "0.4.1", "compatibility": { - "minimum": "13", + "minimum": "11", "verified": "13" }, "authors": [ @@ -18,8 +18,8 @@ "packs": [ { "name": "gk-items", - "label": "Grey Knights — Items (from foundry zip)", - "path": "packs/gk-items.db", + "label": "Grey Knights — Items", + "path": "packs/gk-items", "type": "Item", "system": "wrath-and-glory", "private": false