NWNX4 Docker is a way to deploy NWNX4 in a Docker Linux container.
There is a docker-compose.yml file available in this folder that helps to build and lift your copy. You will need to buildthe distribution of the NWNX4 application first.
NOTE: Make sure the build directory is using --buildtype=release.
- Set the following environment variables:
NWN2_INSTALL_DIRi.e. C:\Program Files (x86)\Steam\steamapps\common\Neverwinter Nights 2NWN2_HOME_DIRi.e. C:\Users\youruser\OneDrive\Documents\Neverwinter Nights 2NWNX4_USER_DIRi.e. C:\Users\youruser\OneDrive\Documents\nwnx4
- Run
docker-compose up -dto start the service daemon. By default, the server will be accessible from port 5121.