I don't know if others have experienced this bug or not, but for this mod specifically (individually tested my other CET mods), it removes footsteps from the game. When I remove the mod the glitch goes away, and I keep my crafting specs so I really don't know what in the mod causes it.
Isnt a mod like this already out there? Last time I played ( few months ago) I came across and used one exactly like this.
Also, to that affect, having all the recipes, I found that it only slowed down the menu from opening, or at least make it run less smooth when opening the crafting tab as it had to load them all even those which aren't ever used.
Yes, it slows down the game. (Sorry, but I don't know how to optimize the game with that many recipes. I don't have any problems with the game slowing down on my pc.) Yes there is already such a mod, but it doesn't work on the new version, that's why I did this one.
Ah yeah make sense it doesnt work on new versions ... However the slowing down it purely because of the games engine itself ..nothing you could ever possibly do about that.
14 comments
Yes.
You can use save editor to delete them.
here is the simple code to remove item
ts = Game.GetTransactionSystem()
player = Game.GetPlayer()
tid = TweakDBID.new("Items.LegendaryAshuraRecipe")
itemid = GetSingleton("gameItemID"):FromTDBID(tid)
result = ts:RemoveItem(player, itemid, 100000)
Also, to that affect, having all the recipes, I found that it only slowed down the menu from opening, or at least make it run less smooth when opening the crafting tab as it had to load them all even those which aren't ever used.
Yes there is already such a mod, but it doesn't work on the new version, that's why I did this one.
However the slowing down it purely because of the games engine itself ..nothing you could ever possibly do about that.