How will they know whether or not they need to install the optional library components? If they have opted to only install the Core Library and a model uses a part from the Alias or Physical_Colour libraries, they will just get a "file not found" error but will not have any clue as to why. They will think the .mpd is broken and we wil have to deal with questions.
Something like this might help:
0 !REQUIRE LDraw_Core
0 !REQUIRE LDraw_Alias
0 !REQUIRE LDraw_Physical_Colour
Another way around it would be to ensure that models only use Core Library (+/- unofficial) parts.
Chris
Something like this might help:
0 !REQUIRE LDraw_Core
0 !REQUIRE LDraw_Alias
0 !REQUIRE LDraw_Physical_Colour
Another way around it would be to ensure that models only use Core Library (+/- unofficial) parts.
Chris
Chris (LDraw Parts Library Admin)