Skip to content

Latest commit

 

History

History
30 lines (17 loc) · 1.02 KB

readme.md

File metadata and controls

30 lines (17 loc) · 1.02 KB

AppGameKit LZMA Plugin

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.

Getting Started

Prerequisites

Installing and Using the Plugin

See the Wiki for this information.

License

Plugin Code

This project is licensed under the MIT License - see the LICENSE file for details.

LZMA SDK

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

Acknowledgments

  • AppGameKit for their wonderful game development engine.
  • Igor Pavlov for 7-Zip and releasing the LZMA SDK as public domain.