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 update obsoleted SHSE support #529

Open SteveTownsend opened 1 month ago

SteveTownsend commented 1 month ago

Report from Nexus kjifs

it seems like the additions in the translation files to support Oblivion Interaction Icons are out of date. Updating the following entries seems to make it work on the current version

$SHSE_ACTIVATE_VERBS_CRITTER    Catch.*,<[Ff]ont face="Iconographia">[SV]</[Ff]ont>.*,<[Ff]ont face='\$Iconographia' color='.*'> *[SV] *</[Ff]ont>.*
$SHSE_ACTIVATE_VERBS_FLORA    Harvest.*,<[Ff]ont face="Iconographia">[bAQS]</[Ff]ont>.*,<[Ff]ont face='\$Iconographia' color='.*'> *[bAQS] *</[Ff]ont>.*
$SHSE_ACTIVATE_VERBS_OREVEIN    Mine.*,<[Ff]ont face="Iconographia">G</[Ff]ont>.*,<[Ff]ont face='\$Iconographia' color='.*'> *G *</[Ff]ont>.*

The changes are from double to single quotes, the addition of the $ in the font face (escaped, took me a bit to realize I had to do that to make it work), the addition of the color entry, and the spaces before and after the letter that are present in some strings but not others.