Hello, could you please tell me what did you changed in ?base_scripts.dzip? Im trying to merge few mods which all require ?base_scripts.dzip and im only missing yours lol. I am new to this so maybe i overlooked something. Thanks in advance.
Hopefully you've gotten it figured out now. But if not, and for anybody else who's trying to figure it out from here on. The changed files in the base_scripts.dzip are \game\gui\guiutils.ws - lines 276 through 278 and \game\gui\guielixirs.ws several additional lines at the end of the file.
Also, if you're using any mods to change the talent points per level, you'll need to make an adjustment in \game\player\player.ws line 7383. Change "talents = level - 1" to "talents = (level - 1) * x" where x is however many talent points you're getting per level
This mod does work with EE, but may not be compatible with other mods that change the shops. Temporarily remove any def_shops.xml file from [The Witcher 2]/CookedPC/items/ while using the Respec and Demutation Potions mod, then reenable other mods after using the potions.
thx for that awesome mod, couldnt find mutagen removal anywhere!!
for the people having problems:
my mistake at the beginning was trying to buy them and searching in one of the inkeeps trading inventories. but as the description already says, they are in your Storage which you can access only through one of the inkeepers, maybe that helps.
i use current GOG version btw. if youre using 2skillpoint mod or something similar like me just modify the mods "base_scripts.dzip" file with Gibbed Red Tools.
8 comments
Also, if you're using any mods to change the talent points per level, you'll need to make an adjustment in \game\player\player.ws line 7383. Change "talents = level - 1" to "talents = (level - 1) * x" where x is however many talent points you're getting per level
for the people having problems:
my mistake at the beginning was trying to buy them and searching in one of the inkeeps trading inventories.
but as the description already says, they are in your Storage which you can access only through one of the inkeepers, maybe that helps.
i use current GOG version btw.
if youre using 2skillpoint mod or something similar like me just modify the mods "base_scripts.dzip" file with Gibbed Red Tools.