An open API service indexing awesome lists of open source software.

https://github.com/22a/qol-bar-utils

JSON codec + schema generator for QoLBar export strings
https://github.com/22a/qol-bar-utils

Last synced: 9 months ago
JSON representation

JSON codec + schema generator for QoLBar export strings

Awesome Lists containing this project

README

          

# [QoL Bar utils](https://qol-bar-utils.netlify.app/)

A web app with a set of utilities for encoding, decoding, and generating (from a proprietary declarative schema) config export strings for the [QoL Bar](https://github.com/UnknownX7/QoLBar) plugin for [XIVLauncher](https://github.com/goatcorp/FFXIVQuickLauncher) for FFXIV.

Screenshot 2021-08-25 at 19 41 39

Screenshot 2021-08-25 at 19 41 45

Screenshot 2021-08-25 at 19 41 54

Screenshot 2021-08-25 at 19 42 04

### Why does this exist?
I wanted a way to build the QoL Bar hotbars using a text editor instead of clicking around in game / without needing to relaunch the game after modifying `%appdata%\XIVLauncher\pluginConfigs\QolBar.json`.

It took way longer to build this than it would have taken to have just done it in game but at least now it's trivially extensible for when new jobs/emotes arrive and the bars need to be updated. Having [a way to generate bars programatically](https://github.com/22a/qol-bar-utils/blob/5c22e098eacfb5ef438582e4b8105ff31728ac49/app/lib/personal-schema.js#L60-L78) is nice too.