Jump to content
  • 0

Where ?!


letschange

Question


  • Group:  Members
  • Topic Count:  8
  • Topics Per Day:  0.00
  • Content Count:  27
  • Reputation:   0
  • Joined:  12/14/15
  • Last Seen:  

Could you guys tell me where I can find

the file that contains ("Sitting" and other phrases) that are shown by the icons.

 

I would like to make changes in those phrases.

 

pic ( for sitting )

How.png

 

 

thanks!

Link to comment
Share on other sites

3 answers to this question

Recommended Posts

  • 0

  • Group:  Members
  • Topic Count:  18
  • Topics Per Day:  0.00
  • Content Count:  208
  • Reputation:   22
  • Joined:  01/14/13
  • Last Seen:  

If you want to change Sitting go to your
data/lua files/stateicon/stateiconinfo.lub


find this

StateIconList[EFST_IDs.EFST_SIT] = {
    descript = {
        { "Sitting", COLOR_TITLE_TOGGLE}
    }

change to

StateIconList[EFST_IDs.EFST_SIT] = {
    descript = {
        { "Whatevername", COLOR_TITLE_TOGGLE}
    }

then save and try :)


Could you guys tell me where I can find

the file that contains ("Sitting" and other phrases) that are shown by the icons.

 

I would like to make changes in those phrases.

 

pic ( for sitting )

How.png

 

 

thanks!

I will notify you since youre not followed on your post :)

Edited by hikashin-rae
Link to comment
Share on other sites

  • 0

  • Group:  Members
  • Topic Count:  8
  • Topics Per Day:  0.00
  • Content Count:  27
  • Reputation:   0
  • Joined:  12/14/15
  • Last Seen:  

thank you so much ^_^

Link to comment
Share on other sites

  • 0

  • Group:  Members
  • Topic Count:  18
  • Topics Per Day:  0.00
  • Content Count:  208
  • Reputation:   22
  • Joined:  01/14/13
  • Last Seen:  

thank you so much ^_^

no problem :). your welcome

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Answer this question...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...