1.0.0 • Published 11 years ago

pa-archive v1.0.0

Weekly downloads
3
License
-
Repository
github
Last release
11 years ago

pa-archive

Extract and create .pa archives.

Overview

The .pa format was used in the original "Settlers" game. I have a need to deal with this file format, so I wrote this library. Now you can use it too!

Features

  • Packin'
  • Unpackin'

Installation

Available via npm:

$ npm install pa-archive

Or via git:

$ git clone git://github.com/deoxxa/pa-archive.git node_modules/pa-archive

Usage

There's a command line program, pa-extract, for extracting archives.

For the library API, see the documentation.

License

3-clause BSD. A copy is included with the source.

Contact