Jump to content
  • 0

Issue adding slots to Iteminfo.lua


jason_vigo

Question


  • Group:  Members
  • Topic Count:  1
  • Topics Per Day:  0.00
  • Content Count:  3
  • Reputation:   0
  • Joined:  01/27/16
  • Last Seen:  

I've been trying to adjust the slot number on a few in games items. changing the number from 1 to 4

But as soon as i try and launch the client i get an error:

System/ItemInfo.lua:131891: unfinished string near '"...'®?,f"fXf^[,??,'

When i launch the clent all items ether show as an apple or empty icon and the client crashes shortly after.

So what is causing this error and what can i do about it?

I'm using client 2015-11-04a

Edited by jason_vigo
Link to comment
Share on other sites

5 answers to this question

Recommended Posts

  • 0

  • Group:  Content Moderator
  • Topic Count:  55
  • Topics Per Day:  0.02
  • Content Count:  1676
  • Reputation:   702
  • Joined:  12/21/14
  • Last Seen:  

use visual code to edit your iteminfo (get new copy from the iteminfo first)

Edited by sader1992
Link to comment
Share on other sites

  • 0

  • Group:  Members
  • Topic Count:  49
  • Topics Per Day:  0.01
  • Content Count:  1507
  • Reputation:   227
  • Joined:  08/03/12
  • Last Seen:  

4 hours ago, jason_vigo said:

I've been trying to adjust the slot number on a few in games items. changing the number from 1 to 4

But as soon as i try and launch the client i get an error:

System/ItemInfo.lua:131891: unfinished string near '"...'®?,f"fXf^[,??,'

When i launch the clent all items ether show as an apple or empty icon and the client crashes shortly after.

So what is causing this error and what can i do about it?

I'm using client 2015-11-04a

open with notepad ++

Link to comment
Share on other sites

  • 0

  • Group:  Members
  • Topic Count:  1
  • Topics Per Day:  0.00
  • Content Count:  3
  • Reputation:   0
  • Joined:  01/27/16
  • Last Seen:  

I've tried Notepad++ as well as Visual Code and SublimeText2. I still get the same error when i save any changes even if that change is something as simple as changing spacing or adding a note.

But it doesn't seem to affect the card limit i changes on the server itself.

Only what shows up visually for the client so i'm not to worried about it right now. but it will affect my ability to add custom items.

Link to comment
Share on other sites

  • 0

  • Group:  Content Moderator
  • Topic Count:  55
  • Topics Per Day:  0.02
  • Content Count:  1676
  • Reputation:   702
  • Joined:  12/21/14
  • Last Seen:  

38 minutes ago, jason_vigo said:

I've tried Notepad++ as well as Visual Code and SublimeText2. I still get the same error when i save any changes even if that change is something as simple as changing spacing or adding a note.

But it doesn't seem to affect the card limit i changes on the server itself.

Only what shows up visually for the client so i'm not to worried about it right now. but it will affect my ability to add custom items.

 

Visual Code

File > Preferences > Settings

under 

// Place your settings in this file to overwrite the default settings

in the right copy paste this

{
    "files.encoding": "utf8",
    "files.autoGuessEncoding": true
}

Save > restart Visual Code

now you wont get any error (just first get new copy of iteminfo)

 

Edited by sader1992
Link to comment
Share on other sites

  • 0

  • Group:  Members
  • Topic Count:  1
  • Topics Per Day:  0.00
  • Content Count:  3
  • Reputation:   0
  • Joined:  01/27/16
  • Last Seen:  

That did the trick thank you.

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