layonara_nwn
Various Layonara related functions for NWN Development
Summary
| Latest Version | 0.1.1 |
|---|---|
| License | MIT |
| CI Status | Failing |
| Downloads | 0 |
| Last Indexed | 2026-09-01 07:18 |
Tags
Authors
- James Greenhalgh
Installation
nimble install layonara_nwn
choosenim install layonara_nwn
git clone https://github.com/plenarius/layonara_nwn
OS Compatibility
| Platform | Linux | macOS | Windows | FreeBSD | OpenBSD | NetBSD | Android | iOS | WASM | Embedded |
|---|---|---|---|---|---|---|---|---|---|---|
| layonara_nwn | ✓ | ✓ | ✓ | - | - | - | - | - | - | - |
Dependencies
| Package | Version | Optional |
|---|---|---|
| nim >= | 1.2.6 | No |
| neverwinter >= | 1.3.1 | No |
| glob >= | 0.9.0 | No |
| docopt >= | 0.1.0 | No |
Source
| Repository | https://github.com/plenarius/layonara_nwn |
|---|---|
| Homepage | https://github.com/plenarius/layonara_nwn |
| Registry Source | nimble_official |
README
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
- nim >= 0.20.2
- neverwinter.nim >= 1.2.7
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.