Author Topic: Standard Feats - How do I change the names?  (Read 447 times)

Legacy_3RavensMore

  • Hero Member
  • *****
  • Posts: 1153
  • Karma: +0/-0
Standard Feats - How do I change the names?
« on: February 25, 2015, 04:42:56 pm »


               

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.



               
               

               
            

Legacy_Zwerkules

  • Hero Member
  • *****
  • Posts: 1997
  • Karma: +0/-0
Standard Feats - How do I change the names?
« Reply #1 on: February 25, 2015, 06:14:04 pm »


               

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.


               
               

               
            

Legacy_henesua

  • Hero Member
  • *****
  • Posts: 6519
  • Karma: +0/-0
Standard Feats - How do I change the names?
« Reply #2 on: February 26, 2015, 03:22:44 am »


               z has the right idea but has his number wrong.
the magic number is: 16777216

so if you have entered text on line 1 of your custom tlk you enter 16777217 in the 2da
               
               

               
            

Legacy_3RavensMore

  • Hero Member
  • *****
  • Posts: 1153
  • Karma: +0/-0
Standard Feats - How do I change the names?
« Reply #3 on: February 26, 2015, 04:11:40 am »


               

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.



               
               

               
            

Legacy_Zwerkules

  • Hero Member
  • *****
  • Posts: 1997
  • Karma: +0/-0
Standard Feats - How do I change the names?
« Reply #4 on: February 26, 2015, 01:19:16 pm »


               


z has the right idea but has his number wrong.

the magic number is: 16777216


so 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 '<img'> .


+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.