Mindtwistah Posted May 18, 2007 Share Posted May 18, 2007 Does the game have any dlg files? Or can I extract the Dialog.tlk into several dlg files? Link to comment Share on other sites More sharing options...
stoffe Posted May 18, 2007 Share Posted May 18, 2007 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. Link to comment Share on other sites More sharing options...
Mindtwistah Posted May 18, 2007 Author Share Posted May 18, 2007 Well... where are they? The dlg files? Link to comment Share on other sites More sharing options...
stoffe Posted May 18, 2007 Share Posted May 18, 2007 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). Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.