A python code to export items from a NWN BIC file, to a CSV file
Uses python lib from https://github.com/jd28/pynwn (master-obsolete branch)
You can find all base 2DA files https://github.com/findell666/nwn-2da (forked from kucik/nwn-2da)
In resources folder the 2DA files are custom files from the server The Three Towns, https://threetownsboard.boards.net/
cd src
python3 setup.py install
cd src
python3 app.py
- I used docker to run on Google Cloud, not needed for local use