I wasn't able to buy the recipes from the alchemist. Script merger didn't work and I didn't want to just drop my other mods, so I opened up the mod and used console commands to add the items. Here are the item names if anyone else needs them:
"Recipe for Katakan Mutagen Dissolution" "Recipe for Arachas Mutagen Dissolution" "Recipe for Cockatrice Mutagen Dissolution" "Recipe for Volcanic Gryphon Mutagen Dissolution" "Recipe for Water Hag Mutagen Dissolution" "Recipe for Nightwraith Mutagen Dissolution" "Recipe for Ekimma Mutagen Dissolution" "Recipe for Czart Mutagen Dissolution" "Recipe for Fogling Mutagen Dissolution" "Recipe for Wyvern Mutagen Dissolution" "Recipe for Doppler Mutagen Dissolution" "Recipe for Troll Mutagen Dissolution" "Recipe for Noonwraith Mutagen Dissolution" "Recipe for Succubus Mutagen Dissolution" "Recipe for Fiend Mutagen Dissolution" "Recipe for Forktail Mutagen Dissolution" "Recipe for Grave Hag Mutagen Dissolution" "Recipe for Wraith Mutagen Dissolution" "Recipe for Dao Mutagen Dissolution" "Recipe for Lamia Mutagen Dissolution" "Recipe for Ancient Leshy Mutagen Dissolution" "Recipe for Basilisk Mutagen Dissolution" "Recipe for Werewolf Mutagen Dissolution" "Recipe for Nekker Warrior Mutagen Dissolution" "Recipe for Leshy Mutagen Dissolution" "Recipe for Gryphon Mutagen Dissolution"
Linus command worked perfectly for me in version 4.0, with a small correction:
additem("Recipe for Katakan Mutagen Dissolution") additem("Recipe for Arachas Mutagen Dissolution") additem("Recipe for Cockatrice Mutagen Dissolution") additem("Recipe for Volcanic Gryphon Mutagen Dissolution") additem("Recipe for Water Hag Mutagen Dissolution") additem("Recipe for Nightwraith Mutagen Dissolution") additem("Recipe for Ekimma Mutagen Dissolution") additem("Recipe for Czart Mutagen Dissolution") additem("Recipe for Fogling Mutagen Dissolution") additem("Recipe for Wyvern Mutagen Dissolution") additem("Recipe for Doppler Mutagen Dissolution") additem("Recipe for Troll Mutagen Dissolution") additem("Recipe for Noonwraith Mutagen Dissolution") additem("Recipe for Succubus Mutagen Dissolution") additem("Recipe for Fiend Mutagen Dissolution") additem("Recipe for Forktail Mutagen Dissolution") additem("Recipe for Grave Hag Mutagen Dissolution") additem("Recipe for Wraith Mutagen Dissolution") additem("Recipe for Dao Mutagen Dissolution") additem("Recipe for Lamia Mutagen Dissolution") additem("Recipe for Ancient Leshy Mutagen Dissolution") additem("Recipe for Basilisk Mutagen Dissolution") additem("Recipe for Werewolf Mutagen Dissolution") additem("Recipe for Nekker Warrior Mutagen Dissolution") additem("Recipe for Leshy Mutagen Dissolution") additem("Recipe for Gryphon Mutagen Dissolution")
he changes two files that tons of other mods change and are often changed with updates. The best bet to most mods is to use script merger to just see what's different or you can use an online diff checker to compare files and make manual edits of your own files just to be sure there's no conflicts. In some cases it could be a simple header was changed that is affecting the file to not be overwritten.
73 comments
they modified the vanilla game scripts with the next gen 4.0.0 game version
"Recipe for Katakan Mutagen Dissolution"
"Recipe for Arachas Mutagen Dissolution"
"Recipe for Cockatrice Mutagen Dissolution"
"Recipe for Volcanic Gryphon Mutagen Dissolution"
"Recipe for Water Hag Mutagen Dissolution"
"Recipe for Nightwraith Mutagen Dissolution"
"Recipe for Ekimma Mutagen Dissolution"
"Recipe for Czart Mutagen Dissolution"
"Recipe for Fogling Mutagen Dissolution"
"Recipe for Wyvern Mutagen Dissolution"
"Recipe for Doppler Mutagen Dissolution"
"Recipe for Troll Mutagen Dissolution"
"Recipe for Noonwraith Mutagen Dissolution"
"Recipe for Succubus Mutagen Dissolution"
"Recipe for Fiend Mutagen Dissolution"
"Recipe for Forktail Mutagen Dissolution"
"Recipe for Grave Hag Mutagen Dissolution"
"Recipe for Wraith Mutagen Dissolution"
"Recipe for Dao Mutagen Dissolution"
"Recipe for Lamia Mutagen Dissolution"
"Recipe for Ancient Leshy Mutagen Dissolution"
"Recipe for Basilisk Mutagen Dissolution"
"Recipe for Werewolf Mutagen Dissolution"
"Recipe for Nekker Warrior Mutagen Dissolution"
"Recipe for Leshy Mutagen Dissolution"
"Recipe for Gryphon Mutagen Dissolution"
Using the command - additem('Recipe for Katakan Mutagen Dissolution').
Any tips?
additem("Recipe for Katakan Mutagen Dissolution")
additem("Recipe for Arachas Mutagen Dissolution")
additem("Recipe for Cockatrice Mutagen Dissolution")
additem("Recipe for Volcanic Gryphon Mutagen Dissolution")
additem("Recipe for Water Hag Mutagen Dissolution")
additem("Recipe for Nightwraith Mutagen Dissolution")
additem("Recipe for Ekimma Mutagen Dissolution")
additem("Recipe for Czart Mutagen Dissolution")
additem("Recipe for Fogling Mutagen Dissolution")
additem("Recipe for Wyvern Mutagen Dissolution")
additem("Recipe for Doppler Mutagen Dissolution")
additem("Recipe for Troll Mutagen Dissolution")
additem("Recipe for Noonwraith Mutagen Dissolution")
additem("Recipe for Succubus Mutagen Dissolution")
additem("Recipe for Fiend Mutagen Dissolution")
additem("Recipe for Forktail Mutagen Dissolution")
additem("Recipe for Grave Hag Mutagen Dissolution")
additem("Recipe for Wraith Mutagen Dissolution")
additem("Recipe for Dao Mutagen Dissolution")
additem("Recipe for Lamia Mutagen Dissolution")
additem("Recipe for Ancient Leshy Mutagen Dissolution")
additem("Recipe for Basilisk Mutagen Dissolution")
additem("Recipe for Werewolf Mutagen Dissolution")
additem("Recipe for Nekker Warrior Mutagen Dissolution")
additem("Recipe for Leshy Mutagen Dissolution")
additem("Recipe for Gryphon Mutagen Dissolution")