Jump to content
  • 0
letschange

Where ?!

Question

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

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

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

Important Information

By using this site, you agree to our Terms of Use and Privacy Policy.