Skip to content
This repository was archived by the owner on Jan 10, 2026. It is now read-only.
This repository was archived by the owner on Jan 10, 2026. It is now read-only.

Add tools list #8

Description

@zpiddock

Work required:-

  • Rework mod list and games list in to a custom List implementation, can then use generics to specify the type.
  • Add new ToolsList similar to mod list and games list:
  • Tools list will be stored in the mod store, next to the mods.json named tools.json
  • Add GUI to add tools
{
    "tools": [
        {
             "Name": "",
             "Icon": "",
             "RunConfig": ""
        }
    ]
}

Name is the display name of the tool,
Optional icon file to display,
Name of the run config to find in the "tools" folder

Run configs will be a json representation of the RunConfig class.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions