![]()
|
|
Argh, I forgot to click "Add Attachment".
Also, I just thought of another bug I fixed with this (or at least a better justification for getting rid of the player check in the script): in addition to script/AI package thing, you can also order a follower to harvest a plant. I'm not sure why you would do this, but unpatched, the the MISC item doesn't "unpack" and will just get stuck in the follower's inventory, permanently so since those items are flagged as non-playable. Both of my proposed fixes correct this.
Attached Files:
HearthfirePlanterFixes.esp
Also, I just thought of another bug I fixed with this (or at least a better justification for getting rid of the player check in the script): in addition to script/AI package thing, you can also order a follower to harvest a plant. I'm not sure why you would do this, but unpatched, the the MISC item doesn't "unpack" and will just get stuck in the follower's inventory, permanently so since those items are flagged as non-playable. Both of my proposed fixes correct this.


Comment #1 Jul 28, 2019 1:20 pm
Edited by EyeDeck on Jul 28, 2019 1:45 pm
Addendum, instead of
if akNewContainer == Game.GetPlayer()I think I meant to write
if akNewContainer != NoneI can't think of any valid reason to keep the player check, and without this change, the script edit by itself doesn't fix the follower issue I mentioned in my previous post.
So if I'm reading this all correctly the .esp file you attached should cleanly fix everything that needs fixing, right? I ask because if that's the case it allows it to be fixed properly on PS4 as well which is preferred even if it might inconvenience someone with an obscure mod that messes with the HF crafting base objects.
That is correct, yes.
For PC/XB1, the script fix can still benefit said obscure mods that still use the stock HF system, but it is not required.
Also, I just rechecked the plugin for correctness and I found an error in one of my leveled lists, the one I named USSEPLItemBYOHHouseIngredientMushroom06 was producing Mushroom05 by mistake. Attached is the corrected version.
Attached Files:
HearthfirePlanterFixes.esp
For PC/XB1, the script fix can still benefit said obscure mods that still use the stock HF system, but it is not required.
Also, I just rechecked the plugin for correctness and I found an error in one of my leveled lists, the one I named USSEPLItemBYOHHouseIngredientMushroom06 was producing Mushroom05 by mistake. Attached is the corrected version.


Comment #4 Sep 2, 2019 2:27 pm
Edited by EyeDeck on Sep 2, 2019 2:43 pm
Alright, I guess changing the script as well won't hurt, and won't matter for PS4 users anyway since nobody's mods will be able to alter it on that platform anyway.
Showing Comments 1 - 5 of 5