Only the latest mod in a preset applies
Opened this issue · 0 comments
PolyCatDev commented
When I create a mod preset for BOTW only the latest selected mod in that preset installs.
Ex: I tell it to install "1.Speedy-Paraglider, 2.No Bomb Delay, 3. Zelda's Ballad" and only Zelda's ballad installs.
As clarification, the mods are manually downloaded from gamebanana and processed through BCML and then copied to the respective place in the /mods folder.
Edit: I also checked the config file and it looked just fine:
# This is a config file
########################################
# mods preset name
preset = qol-Zelda
# mods list
mod0 = NoBombCooldown
mod1 = SpeedyParaglider
mod2 = Zelda's Ballad
########################################