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
- Host: GitHub
- URL: https://github.com/22a/qol-bar-utils
- Owner: 22a
- Created: 2021-08-20T16:38:25.000Z (almost 5 years ago)
- Default Branch: main
- Last Pushed: 2021-12-09T14:55:31.000Z (over 4 years ago)
- Last Synced: 2025-04-08T14:21:22.372Z (about 1 year ago)
- Language: JavaScript
- Homepage: https://qol-bar-utils.netlify.app
- Size: 551 KB
- Stars: 6
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
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.




### 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.