-
Notifications
You must be signed in to change notification settings - Fork 5
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 not launching. Steam version #13
Comments
Duplicate of #12 |
Same here. i tried multiple times but nothing happened |
As a default Steam puts the "KINGDOM HEARTS HD 1.5+2.5 ReMIX" folder, where your scripts are located in: You can either copy the "KINGDOM HEARTS HD 1.5+2.5 ReMIX" directory into Documents and put your scripts there or the better alternative you edit the paths in the LuaBackend.toml to the correct path. This means your LuaBackend.toml should look like this:
Notice how the game_docs now point to "My Games/KINGDOM HEARTS HD 1.5+2.5 ReMIX" instead of just "KINGDOM HEARTS HD 1.5+2.5 ReMIX" I hope this was the problem, please also notice that all lua mods need to be updated, because of the v1.0.0.9 update of Kingdom Hearts. You can see on Nexus when mods were updated. If it's a date before the steam release and they use lua scripts, you can't use them. |
I’m facing the same issue. I’m on the latest version and went through the dock and everything looks good but its not launching for me. |
The third option is to set an absolute path in the .toml as well. The above example is actually outdated as well and the most recent version of the .toml can be found here The file structure is good for what is captured above so the only real reasons it might not come up is not pointing to the proper script location in the .toml OR a lack of further files/folders inside the script folder. |
I watched a video to confirm i had it all right. From what I can tell I do. Once i get to the menu of KH1 and press F2 nothing happens
The text was updated successfully, but these errors were encountered: