layonara_nwn
Various Layonara related functions for NWN Development
Summary
| Latest Version | Unknown |
|---|---|
| License | MIT |
| CI Status | Failing |
| Downloads | 0 |
| Last Indexed | 2026-07-21 05:24 |
Tags
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 | ✓ | ✓ | ✓ | - | - | - | - | - | - | - |
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.