Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update to latest lua.exe #3

Closed
EPuncker opened this issue Sep 11, 2014 · 2 comments
Closed

Update to latest lua.exe #3

EPuncker opened this issue Sep 11, 2014 · 2 comments
Assignees

Comments

@EPuncker
Copy link

current version included is 5.1, latest one is 5.2.3

http://www.lua.org/download.html

@dastgirp
Copy link
Owner

@EPuncker
Its due to the way the scripts are coded,
CopyDisplayName : Lua 5.1.4
SeperateItemInfo: Lua 5.1.4
conf2db: Lua 5.2.x
eXtractitemInfo: Lua 5.1.4
I would have to slightly recode them to make it compatible with 5.2.3, (Although I would like to recode, I may do it till sunday)

@dastgirp dastgirp self-assigned this Sep 11, 2014
@dastgirp
Copy link
Owner

After studying a little more, It seems impossible, since itemInfo.lub is compiled with lua 5.1.4, and if we compile the lua script with 5.2 , it can't read the compiled itemInfo.lub of version 5.1.

Feel Free to open issue again if you feel it can be done in any other way.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants