The original SI posters are SE30AmberList and SE30MadnessList. I have updated the text on these, and everything works fine...so long as the Unofficial SI Patch isn't installed.
The Unofficial Patch deletes these two references from the Smithies, and replaces them with USIPSE30AmberListStatic and USIPSE30MadnessListStatic. Because the two new items use the original text, a player running both my mod and the Unofficial Patch will only see the OLD text in-game.
I'm looking for advice on how to override the Unofficial Shivering Isles patch to fix this. I've tried several approaches, to no avail:
(1) Delete the USIPSE30AmberListStatic and USIPSE30MadnessListStatic references, replacing with my version of SE30AmberList and SE30MadnessList -> causes CS crash on save
(2) Load my mod before the Unofficial Patch -> makes no difference
(3) Attempt to write a script that searches for USIPSE30AmberListStatic and USIPSE30MadnessListStatic, and updates their text if found -> I don't believe the functions needed to update existing books' text exist
(4) Directly edit USIPSE30AmberListStatic and USIPSE30MadnessListStatic -> causes CS crash on save
(5) Place another instnce of SE30AmberList and SE30MadnessList in front of the existing posters -> Probably would work, but would look strange
I'm open to suggestions - please help!