Neverwinter Nights 2 Talk Table File Editor v0.22
* This is a tool for modifying tlk file included in NWN2.
* TLK file is the 'Talk Table' file used by Bioware aurora game engine.
* NWN2 uses UTF-8 character set.
* If you want to edit TLK file of NWN1, execute NWN1TLKEdit.cmd.
* You can build source in Microsoft Visual Studio .NET 2003 environment.
* Using this tool and source code is free.
* This tool was written for Korean Translation of NWN2.
* ATTENTION *
NWN2 tlk have non-Unicode chars(ex, extend ascii char), therefore you avoid fully export and import.
Some contents are not represented to ascii text, so you do use this tool or NWN2Toolset to edit that.
ex) 'u' character of "faerun"
- Features.
1. List and view full contents of tlk.
2. Search by 'StrRef(Unique number for string)' or text.
3. Modify tlk string.
4. Save tlk file.
5. Brief tlk information.
6. Batch run with '*.txt' file for updating.
7. Extract string contents to '*.txt' file.
8. Redefine the rule for batch text file.
9. Comparing tlk files.
v0.22 2007-01-14
- Added, support Infinity Engine's TLK V1 files (Baldur's Gate, Torment, Icewind Dale). Run with '-m TLK1'
- Fixed, added exception handling of bug tlk file (old infinity engine games)
(bug ex: omitted newline characters, wrong string size of tail elements)
- Fixed, 'Find Snd'. if sound is present (flag on) and sndres data is empty, skip ok.
- Fixed, 'Extract Diff String List'. Pre-version extract all items if two are same.
- ui minor change
v0.21 2007-01-12
- Added, list item icon (blue, white, empty). blue - string and sound present, white - string or sound
v0.20 2007-01-12
- Added, selected item's status view (4 type strref, string size, SoundRes info)
- Added, find a item by hexa strref. use find num(ref)
- Added, find a item by sound resource ref. if find by empty, will be found a next item that SoundRes is present.
- Changed, controls initial size
- Changed, NWN1Ruleset.ini deleted, Run with '-m NWN1' for NWN1 compatible. 'NWN2TLKEdit.exe -m NWN1'
v0.19 2007-01-08
- Fixed, Export or Result Text File Format: CRLF or LF -> LF
prevent from concatenating lines after save that in Notepad
Attachment | Size |
---|---|
![]() | 217.83 KB |
This is a good alternative to tlkedit. They each do some things the other doesn't. For me, this one has better handling of long .tlk lines. The limitation is it can only have one .tlk open at a time, while tlkedit can have multiples.
The best tlk editor i have found untill now, for NWN1 too!