nadrino / SimpleModManager

SimpleModManager is an homebrew app for the Nintendo Switch
GNU General Public License v3.0
326 stars 12 forks source link

Only the latest mod in a preset applies #46

Open PolyCatDev opened 8 months ago

PolyCatDev commented 8 months ago

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
########################################