RFC - TlkEdit project git repo
Calgacus
Member Posts: 273
I made a git repo of the TlkEdit project. I am hoping to expand on the project, any input is welcome.
Is this tool still considered useful or are there much better ways to work with 2da, uti, tlk files without it?
2DA, uti and tlk editing can still be a tedious affair for even small changes - for example I recently changed the name the Kama to Pick and needed to change the custom tlk entry, the uti file and the baseitems.2da file just to do that. Later I made a bunch of changes to a bunch of items and the process was error prone even with this tool.
The git repo is at TlkEdit.
My first task is simply to get this project building and making the .exe files again from edited source. If anyone has any experience with this project and would like to help me get going with it please let me know. I am not yet sure I have it all set up right or know how to build and run it in full: for instance when I run the TlkEdit configuration I get this error message:
My problem now lies in knowing how to work with all these tools - intellij idea, launch4j, whatever build system is in use, etc, rather than with java code with which I have some previous experience.
Is this tool still considered useful or are there much better ways to work with 2da, uti, tlk files without it?
2DA, uti and tlk editing can still be a tedious affair for even small changes - for example I recently changed the name the Kama to Pick and needed to change the custom tlk entry, the uti file and the baseitems.2da file just to do that. Later I made a bunch of changes to a bunch of items and the process was error prone even with this tool.
The git repo is at TlkEdit.
My first task is simply to get this project building and making the .exe files again from edited source. If anyone has any experience with this project and would like to help me get going with it please let me know. I am not yet sure I have it all set up right or know how to build and run it in full: for instance when I run the TlkEdit configuration I get this error message:
Exception in thread "main" java.lang.ArrayIndexOutOfBoundsException: 0 at org.jl.nwn.tlk.editor.TlkEdit.main(TlkEdit.java:1215) Process finished with exit code 1
My problem now lies in knowing how to work with all these tools - intellij idea, launch4j, whatever build system is in use, etc, rather than with java code with which I have some previous experience.
2
Comments
- and two I included the missing en_US dictionary for spell checks.
I doubt I will support executable files created with launch4j, it just seems unnecessary and I'm not sure there is a way to make 64 bit executables.
I appreciate the work by yourself and the original author. I occasionally wonder about developing more content in the meta subdir to document more of the common 2da field edits, but I've never actually started experimenting with anything to actually do that, mostly do to other priorities grabbing my attention.
-Dave
Downloading now
Cheers
TR
Yes I know about notepad++ and column mode and 2daEdit 0.63 work way easier and better, I trying to find the original download but it looks like it got lost in time. I have the program, but it it give me this error
Error #5 - Invalid procedure call or argument
Function - sTruncatedFullPath
If someone can fix it or tell me how to fix it, I be thankful.
It let you click on the column head name and select the whole column down and then you can just use copy and paste to other columns with options to fill with ***** or add column with just + symbol and type in the header. You can add new columns with tlkedit but it kinda clunky with the table alter box.
It is located here.
TR