SteveTownsend / SmartHarvestSE

AutoHarvest 2 Skyrim SE mod ported to CommonLibSSE
GNU General Public License v3.0
18 stars 7 forks source link

Oblivion Interaction Icons missed cases #461

Closed SteveTownsend closed 8 months ago

SteveTownsend commented 8 months ago

Nexus report from Bomber22 - related to mixed case in the OII mod. Fix tested by reporting user:

The comma-separated strings are regular expressions so this should work for all, if your hypothesis is correct. Catch.*,<[Ff]ont face="Iconographia">[SV]</[Ff]ont>.*

stardnce commented 6 months ago

Oddly this didn't work for me, but your original solution Catch.*,<font face="Iconographia">[SV]</[Ff]ont>.* on Nexus comments worked fine. Mod not catching butterflies with Oblivion Icons synthesis patch active was my specific issue.

SteveTownsend commented 6 months ago

The string from above is wrong, it has too many F characters in the opening tag

Catch.*,<[Ff]font face="Iconographia">[SV]</[Ff]ont>.*

It should be like this, and this is what got released. I've also fixed the initial text above to avoid confusion.

Catch.*,<[Ff]ont face="Iconographia">[SV]</[Ff]ont>.*