Skip to content

Modpack Header

metherul edited this page Sep 12, 2018 · 5 revisions

Entries marked with an o are optional

Entries marked with a r are required

(ctrl + f will be your friend)

r | "automaton_version"

  • Stores the target Automaton version. The most current version can be found at {this} wiki page.

r | "modpack_name"

  • The name of the modpack.
  • datatype: string

o | "modpack_description"

  • Modpack description to be shown to the user.
  • datatype: string

o | "modpack_author"

  • The name of the modpack author. Leave empty to remain anonymous.
  • datatype: string

o | "version"

  • The current modpack version.
  • datatype: string

o | modpack_source_url"

  • The website link to the modpack.
  • datatype: string

r | "target_game"

  • The game to be targeted. For example, Skyrim -> skyrim
  • datatype: string

o | "install_mod_organizer"

  • Makes Automaton download and install Mod Organizer automatically for the user. This value can be overidden during the install process.
  • datatype: bool

o | "background_color_hex"

  • Sets the background color of Automaton. Must be in hex format.
  • datatype: string

o | "font_color_hex"

  • Sets the font color of Automaton. Must be in hex format.
  • datatype: string

o | "button_color_hex"

  • Sets the button colors of Automaton. Must be in hex format.
  • datatype: string

o | "assistant_control_color"

  • Sets the colors of controls shown in the setup assistant. Will be deprecated soon. Must be in hex format.
  • datatype: string

r | "mod_install_folders"

  • A list of all mod folders to source mod install metadata from. Note that the lower indexes in the list are installed first.
  • datatype: List<string>

o | "contains_setup_assistant"

  • Indicates whether Automaton will display the setup assistant to the user. If left null, it will default to false.
  • datatype: bool