mkinfrared / baldurs-gate3-mod-manager

150 stars 4 forks source link

Activate button not working with ver 1.4.2 #106

Open whereisbunbun opened 8 months ago

whereisbunbun commented 8 months ago

Hi, I'm very new to mods so please bear with me.

I installed everything correctly and my mod zips all included a .json file. My modsettings.lsx is unlocked and set to read and write.

When I try to install the mods with the manager all goes well until I try to activate them. I can't activate any of the current mods. i even encountered a java script issue at one point which made me force quit the manager. My game and mod manager are of the latest version.

Am I doing something wrong? Screenshot 2023-11-05 at 11 47 25 PM

Thank you for your work and time with the manager, really appreciate it!

mkinfrared commented 8 months ago

Please send me your modsettings.lsx file. There’s probably something wrong with it

whereisbunbun commented 8 months ago

Hi, I tried looking into it again this morning and my mod manager has turned white. It now allows me to activate most mods I install with the manager but it doesn't register a 'GustavDev.pak' despite their .pak files appearing in the BaldursGate3>mods folder. Also, 'ModFixer.pak' has no activate button next to it. Please pardon me if these are silly errors on my end, this is my first time with mods on a mac. Screenshot 2023-11-06 at 9 25 58 AM Screenshot 2023-11-06 at 9 26 09 AM

my modsettings.lsx file looks like this:

<?xml version="1.0" encoding="UTF-8" ?>

mkinfrared commented 8 months ago

your modsettings doesn't seem to be correct. replace its content with the following

` <?xml version="1.0" encoding="UTF-8"?>

`

it will not delete your mods, all you have to do after that is activate the mods again

whereisbunbun commented 8 months ago

Thank you! I pasted in your code and checked my mods, turned out I had a mod that wasn't mac supported (it did not have the .json file inside the zip) and additionally removing that mod has allowed my game to work as well. Much appreciation for your assistance with this, have a great week!