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

UI interface LUA error #8

Open
blazejwiecha opened this issue Jan 6, 2023 · 1 comment
Open

UI interface LUA error #8

blazejwiecha opened this issue Jan 6, 2023 · 1 comment

Comments

@blazejwiecha
Copy link

After running game with this patch .lua is giving errors on start . Just E to close window but still got same errors after next game running
All on linked screen https://imgur.com/a/79Dt4ua

@blazejwiecha
Copy link
Author

Found a way out . There is a language conflict . The FIX from https://www.esoui.com/downloads/info1868-PLPatchforDolgubonsLazyWritCrafter.html makes this issues. Better way is to make a copy of en.lua with pl.lua name instead. Then on line 656 change
WritCreater.lang = "en"
to
WritCreater.lang = "pl"
and save it as the pl.lua

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

1 participant