Neverwinter Vault

Expand AllContract All -Site -My Profile -Features

Neverwinter Nights 2

-NWN2 Files -NWN2 Game Info -NWN2 Resources -NWN2 Community

Neverwinter Nights

-NWN Files -NWN Game Info -NWN Resources -NWN Community

Vault Network
RPG Vault
VN Boards
IGN Vault
Vault Wiki
· Age of Conan
· Anarchy Online
· Asheron's Call
· Dark Age of Camelot
· City of Heroes
· D&D
· EVE Online
· EverQuest
· EverQuest 2
· Final Fantasy
· Guild Wars
· Lineage 2
· Lord of the Rings Online
· Middle Earth
· Neverwinter Nights
· Pirates of the Burning Sea
· Rise of the Argonauts
· Star Wars Galaxies
· Tabula Rasa
· The Matrix Online
· The Witcher
· Titan Quest
· Two Worlds
· Vanguard
· Warhammer
· World of Warcraft

Planet Network
Planet Hub

IGN
Games
Cheats
Entertainment

The Web   The Site  



NWN2 TOOLS

- Jump to comments -
Name  NWN2 TLK Editor
Author  simiy
Submitted / Updated  12-31-2006 / 01-14-2007
Category  Editing
Patch  1.03
Description
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

Files

NameTypeSizeDownloads
readme_ko.txtreadme_ko.txt
Submitted: 12-31-2006 / Last Updated: 01-14-2007
txt6.63Kb1314
korean readme (included in zip)
readme.txtreadme.txt
Submitted: 12-31-2006 / Last Updated: 01-14-2007
txt3.79Kb956
english readme (included in zip)
NWN2TLKEdit_v022_with_src.zipNWN2TLKEdit_v022_with_src.zip
Submitted: 12-31-2006 / Last Updated: 01-14-2007
zip217.83Kb6051
NWN2 TLK Editor with source, written for Korean Translation of NWN2
SCORE OUT OF 10
9.38
4 votes
View Stats
Cast Your Vote!
Voting FAQ

PORTFOLIO
Add this entry to your portfolio so you can track it
Manage your existing portfolios or create a new one.
SCREENS


v0.20 capture


v0.21 capture


v0.22 (BGT tlk edit)





You Must Be Logged In to Participate.
Comments (8):

Posted by Lyria at 2010-05-07 23:43:04    Voted 10.00 on 05/07/10
The best and the simplest TLK editor!!! Thanx

Posted by yucharles at 2008-12-07 18:15:40    
no use for toUTF32 and toUTF8,toMBCS
all are char only to 127,so cannot for chinese or Japanes
Please Fix it

Posted by yucharles at 2008-12-07 17:59:59    
bug!
tlkfile.h
use char *buf for UFT-8
must use unsigned char *buf for asin language

Posted by Eguintir Eligard at 2008-07-13 09:04:59    
This software does not work for me and lists a Java error. It this because Java is 6.0 now?

Posted by Skitzo at 2008-03-07 23:40:02    Voted 9.00 on 03/07/08
The import/export function and NWN1 support is great! Could still do with some work, but is the best currently available for my purposes.

I would like the ability to copy and paste rows. Have been exporting the .tlk, editing it in a text editor and re-importing.
_________________________
NWN2 voicesets for NWN1

Posted by Melirinda at 2008-02-22 04:40:51    
Well, I am a newb, and I have no idea how to make it work to create a custom dialogue file. When I click on the line to enter the text in the string it opens a window for sound editing instead. I guess, this tool is just not straightforward enough for me. :) Cheers, folks, and good luck with the Korean translation.
_________________________
Joinable NPCs in IWD2. I'm *not* kidding!

Posted by Slayster at 2008-01-21 06:04:41    Voted 8.50 on 01/21/08
I tried a few TLK editors. This was the first I found with the feature I needed, the ability to export to a format I can parse into a database.
Nice bit of software.

Posted by tazpn at 2007-01-01 15:06:15    Voted 10.00 on 01/01/07
Nice Editor. I dislike using some of the Java based ones as they just dont behave as I would expect sometimes. The comparision and statistics are quite nice as well. (Minor quibble: you are missing the unicode byte-ordering mark (0xFFFE) when exporting the comparision report so some text editors may not like the file.)

You must be Logged In to post comments in this section.

10 - A Masterpiece, Genuinely Groundbreaking
9 - Outstanding, a Must Have
8 - Excellent, Recommended to Anyone
7 - Very Good, Deserves a Look
6 - Good, Qualified Recommendation
5 - Fair, Solid yet Unremarkable
4 - Some Merit, Requires Improvements
3 - Poor Execution, Potential Unrealized
2 - Very Little Appeal
1 - Not Recommended to Anyone

 
Most recent posts on the MMO General Boards
Analyst: Star Wars: The Old Republic Could...Analyst: Star Wars: The Old Republic Could Sell 3M: more numbers
- last reply by Acao on Aug 15, 2011 06:15 PM
which class will your first character be
- last reply by Blisteringballs on Aug 15, 2011 05:50 PM
New Community Content!
- posted by Vault_News on Aug 15, 2011 05:00 PM
New Community Content!
- posted by Vault_News on Aug 15, 2011 04:00 PM
NWN Idea Database Update
- posted by Vault_News on Aug 15, 2011 03:46 PM
Missing Votes for NWN2 Hall of Fame
- posted by Vault_News on Aug 15, 2011 03:40 PM
Missing Votes for NWN Hall of Fame
- posted by Vault_News on Aug 15, 2011 03:39 PM
Random Questions and game altering suggest...Random Questions and game altering suggestions!!!
- last reply by ArkadyTepes on Aug 15, 2011 03:22 PM
State of the game?
- last reply by LyricOpera on Aug 15, 2011 01:37 PM
Yesterday streaming, now demanding downloa...Yesterday streaming, now demanding download :(
- last reply by Sinane-tk on Aug 15, 2011 10:23 AM
 

   


IGN Entertainment
By continuing past this page, and by your continued use of this site, you agree to be bound by and abide by the User Agreement.
Copyright 1996-2011, IGN Entertainment, Inc. | Support | Privacy Policy | User Agreement | RSS Feeds
IGN’s enterprise databases running Oracle, SQL and MySQL are professionally monitored and managed by Pythian Remote DBA.


NWN2 Hall of Fame

HOF NWN2 Gameworlds


View all Hall of Fame entries


Neverwinter Nights 2

TOP NWN2 Modules

NEW Modules

NEW Reviews

NEW INTL. Modules

TOP Hakpaks

TOP Gameworlds

TOP Tutorials

TOP Prefab:Areas

TOP Blueprints

TOP Plugins

TOP UI

TOP Other

TOP Visual Effects

TOP Scripts

TOP Tools

TOP Movies

TOP Models

TOP Characters





Hall of Fame

HOF NWN Modules


View all Hall of Fame entries


TOP NWN Modules

NEW NWN Modules

NEW Reviews

TOP Intl. Modules

TOP NWN Hakpaks

TOP NWN Gameworlds

TOP NWN Models

TOP NWN Portraits

TOP NWN Scripts

TOP NWN Prefabs

TOP NWN Other

TOP NWN Movies

TOP Sounds

TOP NWN Textures

TOP NWN Creatures

TOP NWN Characters