No description
Find a file
2021-01-02 03:11:43 -05:00
src Upgrade to 1.4 2021-01-02 03:11:43 -05:00
.gitignore Initial commit 2019-09-14 11:47:20 -04:00
layonara_nwn.nimble Update for 64 bit nwn 2020-08-30 06:03:08 -04:00
LICENSE Initial commit 2019-09-14 11:47:20 -04:00
README.md Initial commit 2019-09-14 11:47:20 -04:00

layonara_nwn

This is a command-line utility for building the haks and module for Layonara.

Contents

Description

layonara_nwn is a utility to provide various functionalities for developing the NWN World of Layonara. Currently the only functionality is for building the haks located at https://github.com/plenarius/layo-haks

Requirements

Installation

You can install layonara_nwn through nimble:

nimble install https://github.com/plenarius/layonara_nwn

Or by building from source:

$ git clone https://github.com/plenarius/layonara_nwn
$ cd layonara_nwn
$ nimble install

If nimble has been configured correctly, the binary should be available on your path.