Skip to content

Sourcemod extension for reading and writing zip archives

License

Notifications You must be signed in to change notification settings

Versatile-BFG/sm-zip

 
 

Repository files navigation

sm-zip

Sourcemod extension for writing zip archives using MiniZip and zlib.

Install

--Windows zlib1.dll is put into gameDirectory/bin(where engine.dll is) smzip.ext.dll is placed in the addons/sourcemod/extensions folder

--Linux smzip.ext.so is placed in the addons/sourcemod/extensions folder

Usage

See the included test-zip.sp plugin for examples.

Limitations

  • sm-zip does not support zip file encryption
  • sm-zip currently only allows the DEFLATE compression method.

License

sm-zlib is copyright (c) 2013 Peter Rowlands and is distributed under the GNU General Public License version 3. See COPYING.md for more information.

zlib is copyright (c) 1995-2013 Jean-loup Gailly and Mark Adler and is distributed under the zlib license.

MiniZip is copyright (c) 1998-2010 Gilles Vollant and is distributed under the zlib license.

About

Sourcemod extension for reading and writing zip archives

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C++ 61.3%
  • SourcePawn 23.9%
  • Makefile 10.0%
  • C 4.8%