This program assists you in the job of creating new Prestige Classes for Neverwinter Nights 1.
Where it helps? Beyond being a visual Interface, it join all needed files and presents you in specific steps. It automatically generates TLK index lines for Name, Description, etc., and adds the 16777216 value on generating final files.
Plus, for properties that have related data, the program offers you a list (combobox) so you can choose without switching to another program.
And yet more, there are tooltips in several parts of the program, so if you forget what a certain property means, it can give you a real quick info about.
Note 1: This program only creates new classes. If you need to create custom feats, spells, etc, you should do it separately (manually).
Note 2: Custom Spell Gain and Custom Spell Known are not allowed to use. But I left those options available in hope it will work someday (who knows, in nwn 1.69??) :P.
Note 3: Most of lists of the program are customisable. Check the subdirectories to check what files are used by the program.
Note 4: The real name is Prestige Class WIZARD (Assistant), but to avoid naming confusion with NWNW Wizard class, I changed the title here to CREATOR.
Source code included in C#. Fell free to modify the program. If you do, please share with us.
Requirements: .NET Framework 2.0 (look for it at [url]http://www.microsoft.com)[/url]
update notes:
1.2: some bugfixes and added a TLK number calculator. Also, I split the binary files and source files to ease the life for non .NET programmers.
1.1: fixed a bug on generating files when a skill/feat/etc is deleted, and fixed a scrollbar issue.