BigReader
Extract files from .big
archives.
Big files contain assets that where used in games like Command & Conquer Generals.
Installation
There is no extra installation instructions. Just download this repo and follow the useage
Usage
To extract files from an .big
archive just do:
# example.cr
BigReader.extract(File.open("example.big"))
Compile & run.
This will load all files from the archive and put them in the directory as defined in their name.
Contributing
- Fork it ( https://github.com/lirith-engine/big-reader/fork )
- Create your feature branch (git checkout -b my-new-feature)
- Commit your changes (git commit -am 'Add some feature')
- Push to the branch (git push origin my-new-feature)
- Create a new Pull Request
Contributors
- Rinkana Max Berends - creator, maintainer