Author Topic: 2 similar entries for PlayerTool 1  (Read 934 times)

Legacy_Kato -

  • Hero Member
  • *****
  • Posts: 747
  • Karma: +0/-0
2 similar entries for PlayerTool 1
« on: February 24, 2015, 02:43:48 pm »


               

Hi,


 


Using the PlayerTool 1 on PC hide, I get 2 similar entries on the radial menu. Everything else works perfectly though, so I'm wondering if it is normal? Since there are no horses on my server, I remove the feat FEAT_HORSE_MENU from PCs, hopefully it does not mess the radial menu...


 


 


Thanks


Kato



               
               

               
            

Legacy_Kato -

  • Hero Member
  • *****
  • Posts: 747
  • Karma: +0/-0
2 similar entries for PlayerTool 1
« Reply #1 on: February 24, 2015, 09:23:01 pm »


               

Nevermind, fixed it, ty anyway



               
               

               
            

Legacy_Shadooow

  • Hero Member
  • *****
  • Posts: 7698
  • Karma: +0/-0
2 similar entries for PlayerTool 1
« Reply #2 on: February 25, 2015, 06:49:41 am »


               

What caused it?



               
               

               
            

Legacy_Kato -

  • Hero Member
  • *****
  • Posts: 747
  • Karma: +0/-0
2 similar entries for PlayerTool 1
« Reply #3 on: February 25, 2015, 02:23:10 pm »


               

Well, at first I tried a custom hide instead of x3_it_pchide and as a result the radial menu became weird. Hides seem to be special items since I also had several problems with basic operations like checking if player has one and creating one if needed. Then I have found the function SKIN_SupportGetSkin(). Seems to work well so far.


 


By the way, is it possible to change the displayed name "player tool 1" without hak? Unfortunately the engine does not seem to use the feat.2da column "Label" if no string by index is found under "Name", as it sometimes does for other 2das.  


 


 


Kato



               
               

               
            

Legacy_Proleric

  • Hero Member
  • *****
  • Posts: 1750
  • Karma: +0/-0
2 similar entries for PlayerTool 1
« Reply #4 on: February 25, 2015, 11:14:32 pm »


                x3_it_pchide was such an integral feature of 1.69 for dynamic races that it's easier to work with it than against it.


I'm using custom tlk and hak for player tool descriptions - I haven't found any other way.
               
               

               
            

Legacy_Kato -

  • Hero Member
  • *****
  • Posts: 747
  • Karma: +0/-0
2 similar entries for PlayerTool 1
« Reply #5 on: February 25, 2015, 11:29:32 pm »


               

Thank you Proleric!