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

LUA error on Steam version with mod #27

Open
dethcrow opened this issue Dec 27, 2024 · 2 comments
Open

LUA error on Steam version with mod #27

dethcrow opened this issue Dec 27, 2024 · 2 comments

Comments

@dethcrow
Copy link

I am receiving an error of a nil value in the debugging. I am on the Steam version of the game and have followed the previous instructions about editing LuaBackend.toml to redirect to the correct scripts folder location.

image
(Unedited)

image
(filepath issue underlined)

I am unsure if this is because the actual Windows File Explorer designates the filepath with "" rather than "/" but I have tried changing LuaBackend.toml to reflect this and receive a different error, picture below:

image

Anyone have any ideas?

@dethcrow
Copy link
Author

I have changed the game_docs = "My Games/KINGDOM HEARTS HD 1.5+2.5 ReMIX" line to game_docs = "My Games/KINGDOM HEARTS HD 1.5+2.5 ReMIX/" and this seems to resolve any potential pathing errors but still causes the nil value error when trying to load this mod

image

Not being knowledgeable about LUA, I really don't have any other direction to go in in order to get this mod to work. I will also be posting a comment on the mod's Nexus page as I realize this may not be the correct place for direct support regarding this particular mod.

@cahudson94
Copy link

This is going to be an issue with the script and not LuaBackend itself, the fact that it is reading the file and you are getting that window indicates these elements are working correctly. The issue will be with the .lua file itself.

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

No branches or pull requests

2 participants