Help:Tools/UKMM: Difference between revisions
→Prebuilt program: Point back to official repo now that everything has been merged back into it |
Remove DAR from the list of incompatible mods, since it’s compatible as of 3.6 Tags: Visual edit Mobile edit Mobile web edit |
||
| (One intermediate revision by the same user not shown) | |||
| Line 190: | Line 190: | ||
==== Okay. WHY do I need to use a mod manager? ==== | ==== Okay. WHY do I need to use a mod manager? ==== | ||
In other games, mods are generally not file replacements, they're a series of standalone instruction sets that tells the game (or a patching library, like BepInEx or Reloaded) how to change what to use. | |||
BotW doesn't have anything like that. It needs to have all the files and code merged and in order before you even boot your console/emulator, because the best we can do for those is replace archives. | |||
Now, BotW contains almost all of its data in archives and registry files. | |||
And to top it all off, even if | When those archives are fully and completely decompressed and extracted, each one contains anymore from about a dozen, to a few thousand files. Most of those files contain dozens, even hundreds, of parameters. If a mod edits just one of those parameters, it will override every other mod that contains one of the other 12-2000 files. Plus, a lot of mods edit the game's most important archives: the ones loaded at bootup and in the title screen's background. So if you take any random two mods, they'll ''probably'' conflict with each other. | ||
The registry files are single files that contain a ton of data about other files. You know that meme about the different Spidermans (Spidermen?) all pointing at each other? The registry files are basically like that. If they're not all agreeing on everything (aka they don't all have the same data) then things can get real buggy. | |||
And ''then'', as if it's not complicated enough already, there's a special file that BotW has, called the RSTB. The RSTB contains data on almost every one of the other files in the entire game, and so almost every mod needs to edit the RSTB. Most mods rely on a mod manager to edit the RSTB, so even if you don’t want to install more than one mod, the odds are still good that the mod you’re installing is assuming you’ll use a mod manager to make it work. | |||
And to top it all off, even if you only want to use one mod? It may not edit everything it needs to. The mod author might have assumed you'd be using a mod manager that would automate some of the process, and not actually changed everything they needed to, meaning you might not get the entire mod, even if you use only one. | |||
So... yeah. It's complicated. It's a mess. We do our best, but BotW modding is really just a gigantic ball of chaos held together with string and chewing gum. The mod managers help keep it all together. | |||
=== UKMM vs. BCML Questions === | === UKMM vs. BCML Questions === | ||
| Line 204: | Line 212: | ||
==== What are the exceptions, for when I should use BCML instead? ==== | ==== What are the exceptions, for when I should use BCML instead? ==== | ||
# You're using the online multiplayer mod | # You're using the online multiplayer mod | ||
This list is not exhaustive, but it ''almost'' is. There's very few other real reasons to use BCML, after 2024 when UKMM surpassed it. | This list is not exhaustive, but it ''almost'' is. There's very few other real reasons to use BCML, after 2024 when UKMM surpassed it. | ||