#Bored of enabling and disabling mods? Modpack Manager Tools (Works with BMM)

1 messages · Page 1 of 1 (latest)

hardy glen
#

[Note - Works with BMM]
Hey guys,

I have created a real primitive way of handling modpacks using Symbiotic Links.
The setup is through the use of batch files

As stated in the title this does work with BMM. While it doesnt work directly, it doesnt create conflicts and the pair can be used in unison to create modpacks and then switch between them

Further instructions can be found on the Git
Afaic this is a completed project for me, it does the job thats needed.
I would really like to see the BMM team pick this up and directly put this type of functionality into their software. I claim no ownership of this code.

This is my very first 'mod'/piece of code I have ever put out publicly like this. Pweez be kind lol

https://github.com/Dizuko/Balatro-Modpack-Manager

GitHub

A primitive setup to maintian and switch between modpacks for Balatro - Dizuko/Balatro-Modpack-Manager

hardy glen
#

If you would like to achieve the same functionality without using my batch files (Safety conscious, I get it)
Then all you need to do is create a new folder somewhere safe, this will be where you make other folders, each being its own 'modpack'. Make one for your current set of mods and then copy the contents of ...\Balatro\Mods to it. Then delete ...\Balatro\Mods

Next we need to make our own batch file to point the ...Balatro\Mods folder we just deleted to our new modpack folders.

open notepad and past this in filling the gaps

mklink /d "%APPDATA%\Balatro\Mods" "{PATH TO NEW MODPACK FOLDER}"```

Then save this as a .bat
The first line deletes any previous link to \Mods (NEEDED for when you have multiple modpacks to switch between)
and the second line creates a new link

Now when you run this .bat it will point \Mods to your modpack folder
Make a new .bat for each new modpack folder you create, and its the same as what I have.
hardy glen
#

Some visual examples of what can be achieved.
(Icons are custom made and manually added to the shortcut)

hardy glen
#

Bored of enabling and disabling mods? Modpack Manager Tools (Works with BMM)