Creates a new instance of the builder for configuration.
The game ID for this installer.
The mod file extension, defaults to .pak
.
The maximum number of installation root options before warning the user.
Adds a compatibility test to be run during install to catch malformed or incompatible mods.
The function to test compatibility during install.
The builder.
Adds an instruction extender for including additional instructions during install.
The instruction extender to be invoked during installation.
An optional test to determine whether to run the extender.
The builder.
Adds a check to be run to determine if the current installer supports the file being installed.
A supported file check to invoke before running the main installer.
The builder.
Builds an installer using the currently configured options and components.
The installer to use in your extension's registration.
Adds custom messages to be used for common error/warning scenarios.
The custom messages.
The builder.
Generated using TypeDoc
A fluent builder for the advanced installer to simplify configuration.