UI interface LUA error
blazejwiecha opened this issue ยท 1 comments
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
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