Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/walksanatora/orangebox
A fork of yellowbox
https://github.com/walksanatora/orangebox
computercraft lua
Last synced: about 1 month ago
JSON representation
A fork of yellowbox
- Host: GitHub
- URL: https://github.com/walksanatora/orangebox
- Owner: walksanatora
- Created: 2022-12-11T05:27:31.000Z (about 2 years ago)
- Default Branch: master
- Last Pushed: 2023-01-17T17:47:37.000Z (almost 2 years ago)
- Last Synced: 2024-08-02T07:06:46.362Z (4 months ago)
- Topics: computercraft, lua
- Language: Lua
- Homepage:
- Size: 143 KB
- Stars: 4
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
- awesome-computercraft - OrangeBox - Virtualization support for ComputerCraft computers. (Lua programs / Utility)
README
# OrangeBox
(we went from advanced to command)
A Virtual machine for ComputerCraft
this is basically a maintained fork of [MCJack123/yellowbox.lua](https://gist.github.com/MCJack123/e634347fe7a3025d19d9f7fcf7e01c24)
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](https://github.com/MCJack123/CC-Archive/LibDeflate.lua)
(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)# 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