false-spring / gbfr-logs

GBFR Logs lets you track damage statistics with a nice overlay DPS meter for Granblue Fantasy: Relink.
MIT License
214 stars 24 forks source link

Ability to export/import shared logs #7

Open false-spring opened 8 months ago

false-spring commented 8 months ago

With the .gbfr log format, it should be possible to share these out and import them back into the parser for analysis.

false-spring commented 8 months ago

With https://github.com/false-spring/gbfr-logs/commit/ea22f2c691fec6581e5c0b5cc578ffadaccdfb74 it's possible to export the raw damage event log to CSV, which makes it possible to parse and reconstruct the timeline.

However, I plan to add additional meta information around the datetime, saving sigils / trait loadout per party chara, so will need to find a format that also saves it alongside the event log. I haven't decided on a format yet, but ideally an easy to use format that other developers can consume.