iohoh

Registered
  • Content Count

    1
  • Joined

  • Last visited

File Comments posted by iohoh

  1. eXtensive Dialog Overhaul

       1,204    23

    On 12/29/2023 at 9:36 PM, DarthParametric said:

    I use TLK2XML in Xoreos Tools personally, and XML2TLK afterwards to turn it back into a TLK.

    https://github.com/xoreos/xoreos-tools/releases/latest

    To convert to from TLK to XML use:

    
    tlk2xml --kotor tlkname.tlk tlkname.xml

    And to convert from XML to TLK use:

    
    xml2tlk --kotor tlkname.xml tlkname.tlk

    Unless you renamed it, "tlkname" is presumably going to be "dialog".

    Please help me, my command prompt keeps telling me that tlk2xml is not a program or executable. I input my command line as follows:
    @echo off
    set /p gametype= "kotor.exe"

    set /p tlkname= "dialog"

    tlk2xml --%kotor.exe% %dialog%.tlk %dialog%.xml

    pause
     

    I installed xeroes tools by downloading the file, then extracting to the same drive that kotor is installed on. Please help!