Download url can be .dll
or .zip
that will be placed in the plugins
directory.
{
"mods": [
{
"version": "1.2.3",
"id": "ExtendedCheats",
"name": "Extended Cheats",
"download": "https://github.com/benediktwerner/Desperados3Mods/releases/download/cheats-v1.1.1/ExtendedCheats.dll",
"extract_to_root": true, // optional, if true zip mods will be extracted to the game directory instead of `plugins`
"files": [ // optional, used mainly for uninstallation.
// if not specified all files and directories starting with `plugins/<mod id>` will be removed
"plugins/ConfigurationManager.dll",
"plugins/ConfigurationManager.xml",
],
"dev_mod": true, // optional, set to true if the mod is mostly intended for mod developers
"description": "Adds more cheats", // optional
"ytinu_version": "<semver constraint>", // optional
"source": "https://github.com/benediktwerner/Desperados3Mods", // optional
"homepage": "https://github.com/benediktwerner/Desperados3Mods", // optional
}
]
}
{
"games": [ /* See meta.json */ ],
"mods": {
"Desperados3": [ /* See <game>.json */ ]
}
}