-
Notifications
You must be signed in to change notification settings - Fork 396
QMOD Format
Lauriethefish edited this page Jun 14, 2021
·
1 revision
QuestPatcher mods have the file extension .qmod
.
They are renamed ZIP archives (other archive formats such as RAR or TAR are not supported).
For a QMOD to be installed by QuestPatcher, the following conditions must be met.
- The archive must contain a
mod.json
manifest which is JSON encoded in UTF-8. - The manifest must adhere to this schema.
- All
modFiles
,libraryFiles
andfileCopies
in the manifest must exist in the archive with the given paths. - Dependency URLs (if given) must point to a website with a version of the dependency within the version range.
Some example QMODs that are used for testing QuestPatcher can be found here.