Best tlk file entries to use.
DrSaturn
Member Posts: 5
I'm making some custom haks for NWN and would like to add tlk file entries that do not clash with other content. I know there is a list of CEP reserved tlk numbers, but I'm sure there used to be one that listed most of the community content stuff. I found one for NWN2, but the NWN1 one seems to have gone from the internet. Does anyone know where it is? Or should I not care and just choose a non CEP reserved range?
0
Comments
It's good to add your new lines in a contiguous block, so that when CEP is updated, you can recreate your .tlk by pasting your block into the new CEP .tlk. I've done this occasionally with no issues.
The bigger issue raised by the OP is how to avoid conflict with other projects. Fortunately, this only arises if someone wants to merge CEP+X with CEP+Y, which is rare. AFAIK there are no other reserved ranges, so the only way to do that if strrefs overlap is to renumber the smaller of X and Y, then change the strrefs in all the 2da files affected.
There can only be a few cases that really matter - Project Q / Dark Ages, for example.
We have this issue with 2da line ranges, too, though the CEP files indicate reserved ranges for a couple of other projects.