Skip to content
This repository has been archived by the owner on Feb 19, 2024. It is now read-only.

Latest commit

 

History

History
28 lines (20 loc) · 1.19 KB

README.md

File metadata and controls

28 lines (20 loc) · 1.19 KB

TSGen.Check

This tool is now depricated with the release of the validator tool. You can still use it to check the validity of your other files though.

A tool made to check the validity of Thunderstore required files.

Checks:

  • Manifest:
    • All required fields are present
    • Name follows proper regex ([a-zA-Z0-9_])
    • Version number follows Semantic Versioning.
    • Description is under 250 characters
    • Dependencies are in list format
  • Icon
    • Has a size of 256x256
  • Readme
    • Is present

Installation/Usage

  1. Download TSGen.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 TSGen.Check.exe as administrator.
  3. Run the program and follow the terminal prompts.

Below is an example of how your Thunderstore files and TSGen.Check.exe should look when you try to run it.

image