(we went from advanced to command)
A Virtual machine for ComputerCraft
this is basically a maintained fork of MCJack123/yellowbox.lua
since it is EOL for everyone outside of his propietary closed source OS (phoenix, which is ironic because it is called the linux of the CC comunity)
Also adds support for disk compression via LibDeflate
(if it it is require
able you unlock orangebox:setCompression(bool)
)
(added back to this repo because i have had reports of it failing to yield often enough)
this repo also contains imgtool
which is a small archive tool that generates (possibly) gzipped vfs files (which can be used with orangebox if it has LibDeflate)
it also has some usefull settings which can be used to set defaults ex:
imgtool.overwite
- bool, determines whether or not the tool should by default overwrite the existing image set as the output file
imgtool.dir_action
- string, a single letter either M/O/C (Merge,Overwrite,Cancel) determining what to do when extracting a image and the output directory allready exists
Merge overwrites existing files but does not delete other files
Overwrite deltes then re-creates the folder
Cancel exits the program