The Black Wyrm Lair Forums
The Black Wyrm's Lair Terms of Use Help Search Members Calendar

Welcome Guest ( Log In | Register )

 
Reply to this topicStart new topic
> Infinity Engine Talk Table Editor
Baronius
post Nov 20 2005, 12:38 AM
Post #1


Master of energies
Group Icon

Council Member
Posts: 3317
Joined: 9-July 04
From: Magyarország




INFINITY ENGINE TALK TABLE EDITOR

WEBSITE: http://www.blackwyrmlair.net/Tools/tlkeditor.php

I finished its development a few months ago, but could not release it so far. Now I have made the documentation, so TLKEditor is ready to work with your dialog.tlk-s. smile.gif
Please inform me if you encounter any problem/bug while using this program.
  • This program is based on BWL's Talk Table Viewer. It contains all of TLKViewer's functions, but also offers services related to talk table editing.
    Works with all of the IE games (BG1, PST, IWD, BG2, IWD2), including all of their official expansions and unofficial mods
  • Can view and edit talk table (TLK) files. You can edit already existing strings and create new ones. You can edit the sound resource references as well.
  • TLKAssistant gives access to the editor functions. Every function can also be activated by using hotkeys. You can undo your changes on each string separately. You can also truncate the TLK file.
  • Customisable browser window to display the string (font, font color & size, background color), displays the offset, length, type, sound reference, volume variance and pitch variance of the string
  • Fast and powerful search engine with several settings (complex search with multiple search terms, highlight results, case sensitivity, whole words, length-oriented and absolute search method, search from a certain string, theoretically unlimited number of results, search is interruptable by user)
  • Technical statistics of your TLK file (average string length, longest string, number of strings by type, number of strings by their size, size map and string size graphs)
  • Text statistics of your TLK file (occurances of user-defined words/expressions)
  • TLK to TXT export (instant raw export, guided export with various settings)
  • Configuration (your last used settings are stored and remembered when the program is run next time, auto-load last opened file when the program starts, button to load last opened file)


--------------------
Mental harmony dispels the darkness.
Go to the top of the page
 
Quote Post
Vlad
post Nov 20 2005, 09:44 AM
Post #2



Group Icon

Mod Developer
Posts: 1399
Joined: 19-April 05




Great! Thank you Baronius!
Go to the top of the page
 
Quote Post
Baronius
post Nov 23 2005, 04:42 PM
Post #3


Master of energies
Group Icon

Council Member
Posts: 3317
Joined: 9-July 04
From: Magyarország




I hope you (and everyone who will use it) will be satisfied smile.gif. Remember, its the initial version and might contain bugs. smile.gif


--------------------
Mental harmony dispels the darkness.
Go to the top of the page
 
Quote Post
Vlad
post Jan 1 2006, 09:09 PM
Post #4



Group Icon

Mod Developer
Posts: 1399
Joined: 19-April 05




There is a very minor issue in the editor. When you create a new string, then write/type, and then save the dialogue, the program leaves many blank lines between the written lines inside the string.
Attached File(s)
Attached File  screen1.jpg ( 137.65k ) Number of downloads: 54
 
Go to the top of the page
 
Quote Post
Baronius
post Jan 2 2006, 10:58 PM
Post #5


Master of energies
Group Icon

Council Member
Posts: 3317
Joined: 9-July 04
From: Magyarország




I have found the problem. BG2 (and possibly other IE games) doesn't interpret the CR/LF (carriege return/linefeed) characters in the usual way when reading from the talk table file. I'll alter the relevant functions.

I didn't notice this when developing TLKEditor because I made my tests with BG1 and it doesn't seem to have any problems in this respect.

I will release a newer version of TLKEditor as soon as possible. Thanks a lot for your report, Vlad!


--------------------
Mental harmony dispels the darkness.
Go to the top of the page
 
Quote Post
Baronius
post Sep 14 2006, 11:47 PM
Post #6


Master of energies
Group Icon

Council Member
Posts: 3317
Joined: 9-July 04
From: Magyarország




Version 1.03 has been released. Only an old bug was fixed. (Advanced search refused to work after changes were saved to TLK, it was required to restart TLK Editor.)


--------------------
Mental harmony dispels the darkness.
Go to the top of the page
 
Quote Post
Ulicus
post Mar 23 2008, 12:49 AM
Post #7





Forum Member
Posts: 3
Joined: 23-March 08




Thanks for this, Baronius, it's great! Just the sort of easy-to-use editing system I was looking for. thumb.gif

There's one slight problem that I've noticed, however. Whenever I edit a block of text that contains "<CHARNAME>", the game seems to get confused and - instead of displaying my character's name - it will actually display "<CHARNAME>" in the in-game text. Is there any way around this? Am I just being an idiot?

Ah well, even if there's nothing that can be done, thanks for the editor once more! happy.gif
Go to the top of the page
 
Quote Post
Baronius
post Mar 23 2008, 01:36 AM
Post #8


Master of energies
Group Icon

Council Member
Posts: 3317
Joined: 9-July 04
From: Magyarország




Glad to read you're satisfied with this small tool! smile.gif

QUOTE
There's one slight problem that I've noticed, however. Whenever I edit a block of text that contains "<CHARNAME>", the game seems to get confused and - instead of displaying my character's name - it will actually display "<CHARNAME>" in the in-game text. Is there any way around this? Am I just being an idiot?

If it happens, it has a reason which isn't your mistake. Hopefully, we will find the source of the problem.

First of all, I suppose you meant it displays "<CHARNAME>" in the game but without the quotes (i.e. you used quotes in your post to enclose <CHARNAME> but they don't actually appear in the game).

Did you copy & paste text from somewhere, e.g. from another editor (such as Microsoft Word) into the text box of IE Talk Table Editor? Did the pasted text contain <CHARNAME> (if the question makes sense)? Did the entry include <CHARNAME> in advance and you edited other parts of it, or did you type CHARNAME manually, i.e. added it to an entry that didn't contain it?

Could you tell the exact scenario? For example, "I open the TLK file, edit the string with <CHARNAME>, and then I press F5". What other steps do you do meanwhile? I guess you can easily reproduce the bug (does it happen always when you edit such an entry)?


--------------------
Mental harmony dispels the darkness.
Go to the top of the page
 
Quote Post
Ulicus
post Mar 23 2008, 01:53 AM
Post #9





Forum Member
Posts: 3
Joined: 23-March 08




Thanks for the quick response.

QUOTE(Baronius @ Mar 23 2008, 01:36 AM) *
Glad to read you're satisfied with this small tool! smile.gif

Most satisfied.

I'm pleased I've finally been able to rewrite Jaheira's biography, for one thing. The one BioWare wrote (with her birth placed during the Tethyrian civil war) meant she was in her early twenties... which was odd. wacko.gif

QUOTE(Baronius @ Mar 23 2008, 01:36 AM) *
First of all, I suppose you meant it displays "<CHARNAME>" in the game but without the quotes (i.e. you used quotes in your post to enclose <CHARNAME> but they don't actually appear in the game).

Aye, that's what I meant.

QUOTE(Baronius @ Mar 23 2008, 01:36 AM) *
Did you copy & paste text from somewhere, e.g. from another editor (such as Microsoft Word) into the text box of IE Talk Table Editor? Did the pasted text contain <CHARNAME> (if the question makes sense)?

Nope, no copying and pasting.

QUOTE(Baronius @ Mar 23 2008, 01:36 AM) *
Did the entry include <CHARNAME> in advance and you edited other parts of it, or did you type CHARNAME manually, i.e. added it to an entry that didn't contain it?

The problem occurs in either situation.

I first noticed it when I edited other parts of an entry that already included CHARNAME, however. Then started to experiment. (Inserting my own CHARNAME, etc)

QUOTE(Baronius @ Mar 23 2008, 01:36 AM) *
Could you tell the exact scenario? For example, "I open the TLK file, edit the string with <CHARNAME>, and then I press F5". What other steps do you do meanwhile? I guess you can easily reproduce the bug (does it happen always when you edit such an entry)?

Yeah, it has happened every time so far.

Here's exactly what I do in the format you requested:

"I open the TLK file, edit a string that contains <CHARNAME>, and then I press F5. From this point foward, the game displays that string's instance of <CHARNAME> as '<CHARNAME>', instead of 'John Doe/Whoever' "
Go to the top of the page
 
Quote Post
Baronius
post Mar 23 2008, 03:00 AM
Post #10


Master of energies
Group Icon

Council Member
Posts: 3317
Joined: 9-July 04
From: Magyarország




It might be some character conversion problem.

What operating system do you have?

I suppose it's a too big request, but could you send me your dialog.tlk?

This post has been edited by Baronius: Mar 23 2008, 03:04 AM


--------------------
Mental harmony dispels the darkness.
Go to the top of the page
 
Quote Post
Ulicus
post Mar 23 2008, 03:34 AM
Post #11





Forum Member
Posts: 3
Joined: 23-March 08




Ah, I've sorted it out now.

I had the "BG2-specific StrRefs" box unchecked. blush.gif

It was just me being an idiot after all! Sorry for wasting your time. (I'll go and, uh, hide under a rock....)
Go to the top of the page
 
Quote Post
Baronius
post Mar 23 2008, 04:14 AM
Post #12


Master of energies
Group Icon

Council Member
Posts: 3317
Joined: 9-July 04
From: Magyarország




QUOTE(Ulicus)
It was just me being an idiot after all! Sorry for wasting your time. (I'll go and, uh, hide under a rock....)


QUOTE(Baronius)
If it happens, it has a reason which isn't your mistake.


smile.gif

IE Talk Table Editor should automatically set that flag to true (i.e. tick the checkbox) when it detects it's a BG2 TLK. If it's a usual BG2 dialog.tlk, the detection should always be successful when you open the file. But for some reason, it was not ticked for you. Perhaps you removed the tick, I don't know. Nonetheless, it's still not your mistake, because IE Talk Table Editor could also consider all StrRefs BG2-specific (because as far as I know, none of the IE games are unhappy if they have to read StrRefs of type seven -- these are BG2's usual StrRefs).

Nevermind, it's now solved. Don't hesitate to return if you need any more assistance, Ulicus.


--------------------
Mental harmony dispels the darkness.
Go to the top of the page
 
Quote Post

Reply to this topicStart new topic
1 User(s) are reading this topic (1 Guests and 0 Anonymous Users)
0 Members:



- Lo-Fi Version Time is now: 15th October 2024 - 07:26 AM