Resources that make up the NWN Layonara HAKs. Build instructions are provided below.
- git https://git-scm.com/downloads
- nim https://github.com/dom96/choosenim
- layonara_nwn https://github.com/plenarius/layonara_nwn
- Install nim and git using your package manager of choice i.e.
apt install git nim
- Install git and nim and make sure to install the mingw package that is available on the nim download page
- Install layonara_nwn with
nimble install https://github.com/plenarius/layonara_nwn
You need to clone this repository either from a command line with the following command or using a UI interface for git that you downloaded:
git clone https://github.com/layonara/nwn-haks
Once that's complete you can build the haks by opening a prompt, cd
into the newly cloned repository folder and running:
layonara_nwn hak
The haks will be output in the root of that folder for you to move where they belong.