Jump to content
  • 0

Issue adding slots to Iteminfo.lua


Question

Posted (edited)

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

5 answers to this question

Recommended Posts

  • 0
Posted
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 ++

  • 0
Posted

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.

  • 0
Posted (edited)
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

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