Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/commandcracker/cc-sea

self-extracting archive for ComputerCraft
https://github.com/commandcracker/cc-sea

computercraft computercraft-tweaked self-extracting-archive

Last synced: 4 days ago
JSON representation

self-extracting archive for ComputerCraft

Awesome Lists containing this project

README

        

# CC-SEA

> A self-extracting archive (SFX or SEA) is a computer executable program which contains compressed data in an archive file combined with machine-executable program instructions to extract this information on a compatible operating system and without the necessity for a suitable extractor to be already installed on the target computer. The executable part of the file is known as a decompressor stub.
>
> Self-extracting files are used to share compressed files with a party that may not necessarily have the software to decompress a regular archive. Users can also use self-extracting to distribute their own software.
>
> _© [Wikipedia]_

[wikipedia]: https://en.wikipedia.org/wiki/Self-extracting_archive

# **🚧 Work in process!**

TODO:

- Use [CC-Archive] for real SEA
- Use base64 for storing files inside lua script
- Make script even faster
- Create GitHub action
- add more options and features

[CC-Archive]: https://github.com/MCJack123/CC-Archive