Home

Awesome

OrangeBox

(we went from advanced to command) A Virtual machine for ComputerCraft<br> this is basically a maintained fork of MCJack123/yellowbox.lua<br> <br> 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)<br> <br> Also adds support for disk compression via LibDeflate<br> (if it it is requireable you unlock orangebox:setCompression(bool))<br> (added back to this repo because i have had reports of it failing to yield often enough)

imgtool

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