Read and write spell data from a Hex Casting focus, via a Ducky Peripherals Focal Port.
focus [command] (...)
print
- Print focus contents outread [filename]
- Save focus info into a filewrite [filename]
- Read a spell into a focus
Files are in format of DIRECTION aqwed
per line. Comments use //
.
No install script for now. Use wget
for the raw files for now. Can put them anywhere.
No guarantee that it will work with more than one Focal Port
- Make it print more than just the patterns
- The above but for reading/writing the data
- Unify read and print implementation. Because what the heck is this right now?
- Make it actually work with
.hexpattern
stuff from Hex Studio - HTTP(S) link support for write command?
- Figure out okay names for
read
andwrite
commands. Steal the upload/download from the flashing utils? - Install script
- (Mostly joking) Alternative reading & writing method if there's no focal port but there's a setup for it. Will require a bunch of docs and some hexcasting stuff. But doable enough? Though much more annoying to do without Hexbound's pattern editing (and will limit to drawable patterns (maybe?))