RE: no accept scripts
2021-04-24, 18:31 (This post was last modified: 2021-04-24, 18:31 by Roland Melkert.)
2021-04-24, 18:31 (This post was last modified: 2021-04-24, 18:31 by Roland Melkert.)
(2021-04-22, 13:44)Orion Pobursky Wrote: I think I understand your question but don't know the answer. Roland, the author of LDCad, probably can help you but, as Gerald wrote, you need to post your question in English with screenshots.
Google's translation is very poor, but I think this is the known lua doesn't support unicode paths in its include mechanism issue.
Which is a lua annoyance because LDCad itself is fully utf8 aware.
You can fix it by placing the scripts folder in an asciii only location (e.g. c:\data\LDCad\scripts)
And then edit the ldcad.cfg to point to that location by changing:
scriptsDir=<userAppDataDir>/<appSubDir>/scripts
into
scriptsDir=c:\data\LDCad\scripts
Or just use the archive version of LDCad to run the whole program from an ascii only location.