1.0.1 • Published 5 years ago

shadows-of-adam-mod-builder v1.0.1

Weekly downloads
6
License
MIT
Repository
github
Last release
5 years ago

Shadows of Adam Mod Builder

This is a mod for the turn-based RPG Shadows of Adam. This mod builds a .pak file which can be used to modify the original Shadows of Adam game.

Installation

npm install shadows-of-adam-mod-builder --save

Building

To build a new Shadows of Adam mod, run node index.js.

The only current accepted parameter is --output of string type. If --output is defined, then the built mod will save at the provided location.

WARNING: The input file must always be named patch-file.js. If it is not, the Shadows of Adam MOD API will be unable to read the .pak file and the mod will fail to install.

The output.pak file can be named whatever you'd like.