Skip to content
metherul edited this page Sep 14, 2018 · 1 revision

Entries marked with an o are optional

Entries marked with a r are required

(ctrl + f will be your friend)

r | "mod_name"

  • Sets the name of the target mod
  • datatype: string

r | "mod_archive_name"

  • The archive name of the target mod
  • datatype: string

r | "mod_archive_size"

  • The size of the target mod. Note that this is in bytes, and can be found using the FileInfoUtility.
  • datatype: string

r | "archive_md5sum"

  • The MD5 file hash of the mod archive. This can be found using the FileInfoUtility.
  • datatype: string

o | "mod_source_url"

  • The source url of the target mod archive. Should be where the user can download said file. Strongly recommended, but not required for an install.
  • datatype: string

o | "nexus_mod_id"

  • The Nexus ID of the targeted mod. This is optional, but note that NXM downloads will not work if this value is not set.
  • datatype: string

Clone this wiki locally