A plugin to allow AppGameKit Tier 1 games to use 7-Zip's LZMA functionality to create archives that are compressed and optionally password protected.
- AppGameKit for developing your game.
- Visual Studio 2015 Community Edition was used to compile the plugin.
See the Wiki for this information.
This project is licensed under the MIT License - see the LICENSE file for details.
This plugin uses code from the LZMA SDK v18.05 written and placed in the public domain by Igor Pavlov. You can download LZMA SDK from: http://www.7-zip.org/sdk.html
- AppGameKit for their wonderful game development engine.
- Igor Pavlov for 7-Zip and releasing the LZMA SDK as public domain.