A tool to help with decoding of the writing system in the game TUNIC. Has a spoiler mode in case you want to skip the process of figuring it out yourself, but otherwise leaves you free to write in and figure out the meaning of each word.
It also renders glyphs fancily!
Keyboard input supported:
QWER
to toggle lines 1-2-3-4 out of the currently highlit with blue ones. There's no highlight until you first use the keyboard input!F
andShift + F
for choosing next and previous 4 lines to inputA
andShift + A
to delete/pop, and to add a blank/push a glyph respectively. If the glyph is not empty, it will be saved into a temporary secondary buffer (shown to the right of the fully black cursor). This can be useful to copy a word! Note that the buffer is not saved between app reloadsC
to clear current glyph inputShift + D
to push the current word into the list of words, including the text/descriping in the field under the input panel. The secondary buffer is not clearedEsc
to hide the highlight and stop keyboard input session. The glyph, word and buffer are not cleared
- Keybinds help in the app itself
- Punctuation input! And just plain text
- In spoiler mode - better guide for how to speak it? A link to one?
- Saving the currently edited word and glyph
- Saving the buffer, too? Will need to make sure you can reset it though
- Better text editing tools
This project was set up with the Vue Quick Start guide and should be easy to get up and running for development purposes. Most of the info in here is from the init template's README.md
file
VSCode + Volar (and disable Vetur) + TypeScript Vue Plugin (Volar) or Volar Take Over Mode (which is suggested to have better performance)
npm install
npm run dev
npm run build