Help:Tools/BCML: Difference between revisions

From ZeldaMods (Breath of the Wild)
Jump to navigation Jump to search
(Fix Tool infobox platform support)
No edit summary
Line 1: Line 1:
[[Category:Tools]]
{{Tool infobox
{{Tool infobox
| name = BCML
| name = BCML
Line 11: Line 10:


==Setup==
==Setup==
There are two primary ways to install BCML. Both options also require you to install the Microsoft Visual C++ Redistributable located [https://aka.ms/vs/16/release/vc_redist.x64.exe here].
-BCML requires Python [[https://www.python.org/ftp/python/3.8.10/python-3.8.10-amd64.exe 3.8.10]] or [<nowiki/>[[3.7.9https://www.python.org/ftp/python/3.7.9/python-3.7.9-amd64.exe|3.7.9]]], and the [[https://support.microsoft.com/en-us/help/2977003/the-latest-supported-visual-c-downloads#section-2 x64 Visual C++ redistributable]]. When you open the Python installer, there will be a checkbox that says <code>Add Python to PATH</code>. You MUST check this box, or else BCML can't be installed. From here, continue as normal, and install the x64 Visual C++ redistributable.
 
'''Option 1'''
 
#Download the latest BCML setup executable from [https://gamebanana.com/tools/6624 GameBanana].
#Run the setup and install BCML.
 
'''Option 2'''
 
#Ensure you have a '''64 bit version''' of Python 3.7+ installed and added to your PATH.
#Install the <code>bcml</code> pip package. {{Install py package help|package=bcml}}


==Usage==
==Usage==

Revision as of 19:21, 21 July 2021

BCML
Author(s) Nicene Nerd
Source code https://github.com/NiceneNerd/BCML
License GLPv3+
Written in Python
Platform support Cross-platform

BCML (Breath of the Wild Cross-platform Mod Loader) is a mod installer and merging tool for BotW mods. It can be used to install and uninstall mods by priority and merge conflicts in the RSTB, SARC (pack) files, or game texts.

Setup

-BCML requires Python [3.8.10] or [3.7.9], and the [x64 Visual C++ redistributable]. When you open the Python installer, there will be a checkbox that says Add Python to PATH. You MUST check this box, or else BCML can't be installed. From here, continue as normal, and install the x64 Visual C++ redistributable.

Usage

BCML GUI Interface - Old version 1.0

If installed by the setup executable, BCML can be launched from the Start Menu or desktop shortcut(s). If installed using pip, BCML can be launched with the bcml command for the CLI version or the bcml-gui command for the graphical version. [help] A desktop shortcut can also be made pointing to the executable in Python's Scripts directory.

The commands between the CLI and GUI version are the same, for more information about them, consult the readme on GitHub. A basic overview:

  • + (in the bottom right): Installs a mod. Note that BCML only supports graphic pack mods in ZIP, RAR, or 7z format, or BNP (BCML Nano Patch) format files.
  • Hamburger button (bottom left): Show sort handles, to drag and drop, which changes mod load order. Changes the load priority of a mod and then adjusts any RSTB, pack, or text merges as needed.
  • Circular Arrow (bottom left): Manually triggers a fresh merge of the RSTB, packs, and texts. Deletes old merged files and completely remakes them anew.
  • Export: Exports all installed mods as a single mod. Can export using different folder structures for use as a graphic pack, an SDCaffiine mod, or mlc file replacement.
  • Explore: GUI only, opens the folder where the selected mod is installed.

Known Issues

  • Certain game files are too complex for the basic merging logic, and custom logic will have to be written for them. Almost all mods made as of Oct 17, 2020 are currently supported, but future mods may not be.