FFXIV_ACT_Plugin icon indicating copy to clipboard operation
FFXIV_ACT_Plugin copied to clipboard

[enhancement] Capture and apply RSV overrides automatically

Open xiashtra opened this issue 2 years ago • 4 comments

Since OverlayPlugin 0.19.19, OverlayPlugin will emit log lines for RSV -> overrides: 0x106 RSVData. This functionality could be moved into the ACT plugin and used to automatically apply RSV overrides without having to manually update the override mappings.

xiashtra avatar Jun 23 '23 05:06 xiashtra

Are the overrides sent only on zone entry, or are they regularly resent to the client, for example mid-fight or on every pull?

ravahn avatar Jun 23 '23 15:06 ravahn

@valarnin did the work to add the functionality to OverlayPlugin, he would be best to answer the particulars.

xiashtra avatar Jun 23 '23 15:06 xiashtra

Only sent on zone entry.

valarnin avatar Jun 24 '23 19:06 valarnin

This is not something I am in favor of moving into the base plugin. It would complicate the end-user experience for less advanced users, since they would need to start ACT before zone-in even with injection on. It could cache data to a local file after the first time it is received, but would still require users to start ACT early to build the cache.

I would be more in favor of reading translation files or remote JSON vs automatically parsing the RSV Data.

ravahn avatar Jul 18 '23 01:07 ravahn