Jump to content

Question

Posted

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!

3 answers to this question

Recommended Posts

  • 0
Posted (edited)

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

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.

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...