Hey mate, don't think this is working for me. The inventory still has "4/4" Witcher gear and if I take out one of them, the GM bonus text is greyed out. I merged fine and overridden your mod with my merged files.
there has to be another mod overriding my mod.. or you merged it not correctly i double checked the script file to make sure everything is correct and it 100% is.. these are the lines you have to look for in your merged file if its not like this make the necessary change manually and save the file.
first i apologize english is not my native language. I use google translation. I downloaded the mod using Vortex. on Vortex shows the mod normally but when I open ScriptMerger I don't see this mod in it. I have used many other mods but none of them fix the pagram file. In the game, the equipment is not 1 but still 0/6. help me
since I don't have any experience with vortex I can't say for sure why you have this problem but I recommend you to try a manual installation then check script merger again, if necessary merge the scripts then it should work!
hello, what to change in the script file so i only get the durability, i have another mod that touches witcher sets and isn't compatible with mods that put bonuses to 1 piece.
could you make a version that also makes, mastercrafted, superior, enhanced and regular, just require 1 piece? it's great for fashion and mixing piecies.
17 comments
these are the lines you have to look for in your merged file if its not like this make the necessary change manually and save the file.
default ITEMS_REQUIRED_FOR_MINOR_SET_BONUS = 1;
default ITEMS_REQUIRED_FOR_MAJOR_SET_BONUS = 1;
I downloaded the mod using Vortex. on Vortex shows the mod normally but when I open ScriptMerger I don't see this mod in it. I have used many other mods but none of them fix the pagram file. In the game, the equipment is not 1 but still 0/6. help me
default DURABILITY_WEAPON_LOSE_CHANCE = 100;
just replace the value from 100 to 0 in both cases.
default DURABILITY_ARMOR_LOSE_CHANCE = 0;
default DURABILITY_WEAPON_LOSE_CHANCE = 0;
to this:
default DURABILITY_ARMOR_LOSE_CHANCE = 100;
default DURABILITY_WEAPON_LOSE_CHANCE = 100;
Just use it alongside my mod, its compatible I use it too.