paissaheavyindustries / Triggernometry

Triggernometry is a plugin for Advanced Combat Tracker, intended to extend its built-in trigger system with a variety of different actions and configuration options.
MIT License
253 stars 48 forks source link

Redundant Text Aura and OBS Tags in Triggernometry Output XML #88

Closed MnFeN closed 1 year ago

MnFeN commented 1 year ago

The output xml of every trigger action contains these tags, despite it is using Text Aura / OBS actions or not:

TextAuraFontSize="9" TextAuraFontName="xxxx" (font name related with ACT language selection) OBSEndPoint="ws://${_const[OBSWebsocketEndpoint]}:${_const[OBSWebsocketPort]}" OBSPassword="${_const[OBSWebsocketPassword]}"

It is not an important issue since it does not affect any normal use, but could increase ~10-40% document size when sharing the XML. It is also causing the XML too hard to read directly.