Skip to content

Tools

Lives at tools/pack-validator/pack-validator.exe. Point it at a pack folder:

pack-validator.exe path/to/your/pack

Checks:

  • package.xml exists and is well-formed
  • Girls.girlsx, Items.itemsx, Traits.traitsx parse if present
  • Every <Girl> has a matching Characters/<Name>/ folder
  • Every referenced trait and item name exists in core or the pack
  • No duplicate names within the pack

Exit code is non-zero if anything fails. Use this in your release checklist.

  • Scaffold helper: scaffold a new pack skeleton from a prompt. Likely ships as an AI skill rather than a batch file so it can ask clarifying questions, read existing packs for conventions, and validate as it writes.
  • Image tagger: assist with naming / manifest generation for a dropped folder of images. Similarly a good fit for an AI skill.

These are deliberately not built yet; the kit above gets modders to shippable first. Tools come after the docs are in players’ hands.