DKIM Added to mail server - to improve email activation.
Like the topic title says, is there any way I can change the names of the standard feats? Specifically the Player Tool feats. This is probably insanely easy, but I mucked around into the 2das for a few hours I can't find a the way to do it.
If it is for a module you can add a custom tlk, then look into the 2da file and find the tlk line a certain feat references. Then change that to the number of a line in your tlk file (starting with line 0) plus the offset for custom tlks (+16777221) and write the new name down there. Repeat that for the description of the feat and all other tlk references a feat has. Than add the tlk to your module and the changed 2da file to a hak you module uses.
I don't know why I didn't remember that. I've added probably 30 new baseitems, and the process is the same. Thanks Zwerk and Henesua for jogging my brain.
z has the right idea but has his number wrong.the magic number is: 16777216so if you have entered text on line 1 of your custom tlk you enter 16777217 in the 2da
That's what I get for trusting what other people wrote '> .
+16777221 is what I got when I googled for it. Though if I had taken a closer look and seen the 21 at the end I should have known that the number couldn't have been correct.