/DelGen.Check

Checks Deli manifests to make sure they follow correct formatting.

Primary LanguagePythonGNU General Public License v3.0GPL-3.0

DelGen.Check

Checks Deli manifests to make sure they follow correct formatting.

This includes that all fields are present, and that:

  • "guid"
    • Makes sure that there are no capitals or spaces
  • "version" and "require"
    • Follow correct versioning
  • "dependencies"
    • Is a dict
  • "authors"
    • Is a list
  • "assets"
    • Is a dict
    • Reports on all loading phases and if the files they reference are present

Installation/Usage

  1. Download DelGen.Check.exe from the Releases page.
  2. Place it in a folder next to your files you wish to check. Make sure that the file is not zipped. If you do not have read permissions inside the folder, move the files somewhere else, or run DelGen.Check.exe as administrator.
  3. Run the program and follow the terminal prompts.