Hi! There are a few bugs and outdated scripts in the mod "The Choice is Yours" by kryptopyr that have been reported on it's mod page (though only two of them can be fixed without script editing). 1) There is a bug which prevents the popup prompt from the book "The Aetherium Wars" from appearing if the player has entered Deep Folk Crossing. From the Bugs tab by Aezay: This fix is doable if you know how to re-compile the script yourself after making the necessary changes (I tried it and the fix works as intended, though I understand such edits are outside the scope of the STEP guide). 2) The same popup will not display the "There may be more to this story." message and will instead be blank. Again, from the bugs tab by Aezay: This can be fixed with SSEEdit and I suggest adding this to the core patch in the meantime until kryptopyr updates the mod herself. To fix it, make the following edits to the core patch: In FormID 02004D5B, replace the FormID "TCIY_ReadBookMessage_DG [MESG:3D016A63]" with "TCIY_ReadBookMessage [MESG:3D01665F]" 3) The scripts from this mod are missing changes from newer versions of USSEP (I don't know what effects these scripts have in the game). From the posts tab, by user Tommy2368: I have edited the above scripts, but I can't confirm that they work as intended as I haven't played any of the edited quests yet, so do this at your own risk (again, not in the scope of the STEP guide, only do this for testing purposes). 4) The mod reverts necessary USSEP changes to the Soljund's Sinkhole quest where you kill the draugr in the mine. USSEP makes it so that they don't respawn after the quest is completed, but TCIY reverts it so that they do respawn. This can result in the Draugr killing miners. From the Bugs tab, by user mikeprichard: Until this is fixed by the author, you can do it yourself by carrying over the changes USSEP makes to FormID 0006136B under the "Script Properties" tab. Even better if it is included in the Core patch. I this helps!