Addon installers


Courtesy of RavenAscendant#7504

MO2 supports 2 kinds of installers. BAIN is the simpler. For BAIN to work you put the gamedata folder for for the main mod into a folder thats name starts with 00. Patches would then go in folders with subsequent numbers. These folders should all be at the root level of the archive.

Example: addon.zip

00 Main
01 BAS patch
02 Optional thing

Files in folders with higher numbers will overwrite those in folders with lower numbers.

BAIN installers present as a list of check boxes. Folders with 00 will be checked by default, all others will be unchecked. Folders at the root of the archive without numbers will not show up in the installer and not be installed.

DNPCAV uses BAIN.

The second is FOMOD Fomod installers can be made to look like a facy windows installer, have preview images, descriptions of what each component does. There is a tool that can help you build a FOMOD installer.

Guide and tool

An anomaly specific Guide

A fomod installer can be built using any folder structure, even the messy one you use now. Or the structure of a BAIN.

Mags Redux has a FOMOD installer but a pretty messy file structure.

SidHUD uses FOMOD but has a BAIN file structure.