-
Notifications
You must be signed in to change notification settings - Fork 14
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)
- Stores the target Automaton version. The most current version can be found at {this} wiki page.
- The name of the modpack.
datatype: string
- Modpack description to be shown to the user.
datatype: string
- The name of the modpack author. Leave empty to remain anonymous.
datatype: string
- The current modpack version.
datatype: string
- The website link to the modpack.
datatype: string
- The game to be targeted. For example, Skyrim ->
skyrim
datatype: string
- Makes Automaton download and install Mod Organizer automatically for the user. This value can be overidden during the install process.
datatype: bool
- Sets the background color of Automaton. Must be in hex format.
datatype: string
- Sets the font color of Automaton. Must be in hex format.
datatype: string
- Sets the button colors of Automaton. Must be in hex format.
datatype: string
- Sets the colors of controls shown in the setup assistant. Will be deprecated soon. Must be in hex format.
datatype: string
- 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>
- Indicates whether Automaton will display the setup assistant to the user. If left null, it will default to false.
datatype: bool