Does the game have any dlg files? Or can I extract the Dialog.tlk into several dlg files?
Does the game have any dlg files? Or can I extract the Dialog.tlk into several dlg files?
Eh? DLG files and TLK files are two entirely different types of data files.
TLK files contain a table with text/sounds with a StrRef number used to reference to it. The dialog.tlk file contains all the text used in the game. This is to make it easier to translate the game to different languages. TLK files are in the TLK v3.0 format.
DLG files are conversation files, used for conversations between NPCs, between the player and NPCs, and to control the flow of cutscenes. DLG files are in GFF v3.28 format.
Well... where are they? The dlg files?
Well... where are they? The dlg files?
In kotor1 they are found inside templates.bif (global dialogs, such as party member dialogs) and inside the RIM files for the modules they are used (module specific dialogs).
In kotor2 they are found inside dialogs.bif (global dialogs) and inside the modulename_dlg.erf files (where modulename is the name of the module the dialogs belong to, for example 262TEL_dlg.erf for dialog used in the Telos Academy).