-
Notifications
You must be signed in to change notification settings - Fork 0
Archive2
Archive2 is a compression tool made by Bethesda and comes bundled with the Fallout 4 Creation Kit. It is used to pack *.ba2 archives that are loaded by the game.
For simplicity, it is included with this app.
If you're a Linux user, scroll down to see instructions on how to setup Wine and Mono.
Table of Contents
The mod manager includes an Archive2 section in the tool row:

For example, it gives you the option to create an archive:

However, it doesn't expose all the settings available in Archive2:

If you wish to "bundle" archives automatically (sort of like v1 did it for "Bundled archives"), you can do so with the "Create *.ba2 archives from folder" option:

This will sort files automatically into categories (like "General", "Textures", "Sounds", ...) and create several *.ba2 archives with different format and compression. You could use this option if a mod comes with files not yet packed into archives. Afterwards, you can import the folder as a new mod. Note that this might or might not work correctly and you may have to package files yourself with the correct settings.
Since Archive2 is a Windows-only tool running on .NET, users need to install wine and wine-mono.
Installing Wine is different for each distro, but it's usually done via the package manager:
# Debian/Ubuntu
sudo apt install wine
# Fedora
sudo dnf install wine
# Arch
sudo pacman -S wine
# openSUSE
sudo zypper in wineThen, you need to install wine-mono:
- Download wine-mono-vx.x.x-x86.msi from the official WineHQ site. Select the folder that matches your wine version (
wine --version). - Type
wine uninstallerin your terminal. - Press install from the uninstaller GUI and select the downloaded
.msipackage:
- Done!
The app converts Unix paths into Windows paths by prefixing the drive letter Z: to the path.
You need to make sure that your Wine prefix is configured with Z: pointing to root /.
This is usually the default for new Wine prefixes.
- Type
winecfgin your terminal. - Navigate to the "Drives" tab.
- If
Z:is not present, click "Add..." to createZ:. - Select
Z:from the list and change the path to/. - It should look like this: