Skip to content
This repository was archived by the owner on Aug 17, 2018. It is now read-only.

Latest commit

 

History

History
10 lines (5 loc) · 501 Bytes

README.md

File metadata and controls

10 lines (5 loc) · 501 Bytes

ModPacker-CSharp

This is a reimplementation of the Java based ModPacker application for the game NeverWinter Nights.

It allows you to read in an NWN module file into C# classes, manipulate the data and then write out the updated mod file.

You can do whatever you want with the data - put it into a database, write to JSON/XML, etc.

This package is designed for programmers in mind and does not offer the same command line tools the original provided. (But you can easily do all of that in C#)