Jump to content
  • 0

How do you edit your lua and lub files?


cromilakis

Question


  • Group:  Members
  • Topic Count:  1
  • Topics Per Day:  0.00
  • Content Count:  3
  • Reputation:   0
  • Joined:  04/06/19
  • Last Seen:  

I explain. I want to edit the description of an item, simple.

image.png.362aca6fbd026170eee0c142745ce82b.png

 

To do this, I edit the description in the file itemInfo.lua. Ok

The problem is that I then review the changes I have made, using the TortoiseGit, and I realize that a lot of changes were made related to the translation of certain special characters.

For Example:

image.thumb.png.46cd1a7a8a9fcc9707615bc3eb98f95f.png

Then, many of these changes sometimes exclude some double quotes, which generates an error in the execution of the client

Is there a tool that allows me to make specific changes?

Anyway, what language is the one that appears to me as special characters?

Thanks a lot in advance friends!

Link to comment
Share on other sites

1 answer to this question

Recommended Posts

  • 2

  • Group:  Members
  • Topic Count:  12
  • Topics Per Day:  0.00
  • Content Count:  51
  • Reputation:   23
  • Joined:  04/28/12
  • Last Seen:  

image.thumb.png.571013b45d93a41ab84c3c8a3f88b574.png

I think this is an encoding issue.

Make sure your text editor's encoding is set to EUC-KR before editing and saving. This is something you can configure on your text editor (notepad++, Visual Studio Code).

I use VS Code (see the attachment). Change whatever encoding (e.g. UTF-8) into the appropriate LUA encoding (EUC-KR).

  • MVP 1
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...