Skip to content

A python code to display Player Character (PC) items from a NWN BIC file, to a CSV file. This is meant to be used with ThreeTowns server items (custom 2da files)

Notifications You must be signed in to change notification settings

findell666/nwn-3t-items

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

92 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

nwn-3t-items

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/

How to install

  • cd src
  • python3 setup.py install

Run as a local flask webapp

  • cd src
  • python3 app.py

Docker run

  • I used docker to run on Google Cloud, not needed for local use

Online demo

https://threetowns-py.web.app/

About

A python code to display Player Character (PC) items from a NWN BIC file, to a CSV file. This is meant to be used with ThreeTowns server items (custom 2da files)

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published