Maybe I have not searched correctly but I don't know how to follow.
nwn-build don't work.
Windows
Install Natively
Install with cmd.exe
@"%SystemRoot%\System32\WindowsPowerShell\v1.0\powershell.exe" -NoProfile -InputFormat None -ExecutionPolicy Bypass -Command "iex ((New-Object System.Net.WebClient).DownloadString('https://chocolatey.org/install.ps1'))" && SET "PATH=%PATH%;%ALLUSERSPROFILE%\chocolatey\bin"
Install with PowerShell.exe
Set-ExecutionPolicy Bypass -Scope Process -Force; iex ((New-Object System.Net.WebClient).DownloadString('https://chocolatey.org/install.ps1'))
Install from PowerShell v3+
Set-ExecutionPolicy Bypass -Scope Process -Force; iwr https://chocolatey.org/install.ps1 -UseBasicParsing | iex
Download
or
Download nim:
Add nim to PATH:
C:\Users\YOUR_USER\.nimble\bin
or where your nim is installed (you can check it when installs).
nimble install neverwinter
- Download
- Extract in some folder under your watch
- Add nwnsc.exe folder to PATH
git clone https://github.com/jakkn/nwn-devbase.git
cd nwn-devbase
gem install bundler
bundle install
...
Docker
- Sign in or Sign Up
- Download
- Install
- Close and log out
- Log in
- Enable Hyper-V feature
- Restart
Shows errors:
docker run --rm -it -v "$(pwd)/home/devbase/build" jakkn/nwn-devbase pack
Don't:
docker run --rm -it -v "$(pwd):/home/devbase/build" jakkn/nwn-devbase pack
Maybe I have not searched correctly but I don't know how to follow.
nwn-build don't work.
Windows
Install Natively
Install Chocolatey
Install with cmd.exe
Install with PowerShell.exe
Install from PowerShell v3+
Install git
Download
or
Install Ruby
Install nim
Download nim:
or
runme.batAdd nim to PATH:
or where your nim is installed (you can check it when installs).
Install neverwinter_utils.nim
Install nwnsc
Install nwn-devbase
...
Docker
Install Docker
Shows errors:
Don't: