(2018-01-30, 19:48)Willy Tschager Wrote: Roland,
did you change something in regard of the LDraw path? Despite the fact that I write the LDraw path in the AIOI via the main.cfg I've got a pop-up at the first launch. Could it be because of the zipped/unzipped version of the library? If so, just let me know what has to be done to point to the complete.zip in the LDraw root folder (as I did for LeoCAD).
w.
I didn't change anything on that front in recent versions.
Maybe youi forgot the last backslash needed to indicate a directory, other wise it will try to open it as a zip.
So In main.cfg:
Code:
<LDrawPaths>
off->C:\Users\Public\Documents\LDraw\
or
Code:
<LDrawPaths>
off->C:\Users\Public\Documents\LDraw\complete.zip
You can also use LDCad.cfg (or e.g LDCad64.cfg if LDCad64.exe is used) so it works for all users (main.cfg is on a per user base).
by using:
Code:
[defaults]
defMainLib=C:\Users\Public\Documents\LDraw\
It will also accept a zip absfilename.
setup will also automatically look for complete.zip if no parts and p folders are present in the main library location at first start.