Readme.txt 6.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125
  1. LDraw Readme File
  2. Welcome to LDraw
  3. This short readme file explains what files and subdirectories are present in
  4. your LDraw installation, described the LDraw library structure and and has links
  5. to some sites on the internet where you can find help and further information.
  6. * LDraw program directory contents
  7. * LDraw library structure
  8. * Where to find further information
  9. * Parts library updates
  10. --------------------------------------------------------------------------------
  11. * LDraw program directory contents:
  12. - Program executables:
  13. mklist.exe - This is a utility that creates a list of available
  14. parts. This list (parts.lst) is used by LDraw tools
  15. as the available parts list. You should re-run mklist
  16. after installing new parts updates.
  17. - Support Files:
  18. Parts.lst - This is your listing of all usable parts available.
  19. This list is created by running mklist.exe and choosing
  20. to create the list sorted Numerically or by Description.
  21. Most people use Description sorting, but you can
  22. change to whichever way you prefer at any time.
  23. mklist1_6.zip - Zip archive of the MKList source code.
  24. - Informational Files:
  25. Readme.txt - This file you are currently reading.
  26. - Subdirectories:
  27. \MODELS\ - This directory is where your model .dat files are stored.
  28. There are two sample model .dat files installed for you
  29. to look at - Car.dat and Pyramid.dat.
  30. \P\ - This directory is where parts primitives are located.
  31. Parts primitives are tyically highly reusable components
  32. used by the part files in the LDraw library.
  33. \P\48\ - This directory is where high resolution parts primitives
  34. are located. These are typically used for large curved
  35. parts where excessive scaling of the regular curved
  36. primitives would produce an undesriable result.
  37. \PARTS\ - This directory holds all the actual parts that can be used
  38. in creating or rendering your models. A list of these
  39. parts can be seen by viewing the parts.lst file.
  40. \PARTS\S\ - This directory holds sub-parts that are used by the LDraw
  41. parts to optimise file size and improve parts development
  42. efficiancy.
  43. --------------------------------------------------------------------------------
  44. * LDraw library structure:
  45. The official LDraw library is segmented into four categories:
  46. - OfficialCA - The library of officially released parts for which the
  47. authors have agreed to the Contributor Agreement, allowing
  48. their work to be re-distributed. Full details of this
  49. agreement can be found in the CAreadme.txt and
  50. CAlicense.txt files in the same diectory as this file.
  51. This download is restricted to generic colour versions of
  52. each part and does not contain duplicate copies of part
  53. files where different numbers have been used for the same
  54. physical part. This library may be re-distributed, subject
  55. to the conditions laid out in CAreadme.txt.
  56. - OfficialCA_a - The library of officially released part aliases. This
  57. includes generic colour versions of parts that are
  58. physically identical to parts in the OfficialCA library,
  59. but have a different part number, either because of
  60. production differences between opaque and transparent
  61. parts or due to evolution of the part numbering scheme.
  62. - OfficialCA_p - The library of officially released physical colour parts.
  63. This includes hard-coded colour versions of parts or
  64. composite parts.
  65. - OfficialNonCA - The library of officially released parts for which the
  66. authors have not agreed to the Contributor Agreement, or
  67. where we have been unable to contact the original author.
  68. This download is restricted to generic colour versions of
  69. each part and does not contain duplicate copies of part
  70. files where different numbers have been used for the same
  71. physical part.
  72. This library MAY NOT be re-distributed, as detailed in the
  73. conditions laid out in NonCAreadme.txt file.
  74. --------------------------------------------------------------------------------
  75. * Where to find further information
  76. For more information on LDraw, check out these internet resources:
  77. - LDraw.org - http://www.ldraw.org/
  78. Centralized LDraw Resources on the internet.
  79. Parts updates, Utility programs for using and enhancing LDraw, and more.
  80. - LUGNET - http://www.lugnet.com/
  81. The Lego Users Group NETwork (LUGNET) - A great place for fans of Lego.
  82. LUGNET has many topic-specific newsgroups that discuss LDraw and other forms
  83. of Lego-type CAD.
  84. - The LDraw Parts Tracker - http://www.ldraw.org/library/tracker/
  85. The web-based system for managing the development of new LDraw parts. Here
  86. you will find unofficial versions of new parts and updates to existing parts.
  87. As these are unofficial parts, they may be incomplete, or inaccurate, and it
  88. is possible that when they are officially released they may be changed in
  89. ways that could change any model in which you have used them.
  90. - The LDraw Frequently Asked Questions (FAQ):
  91. http://www.ldraw.org/faq/
  92. --------------------------------------------------------------------------------
  93. * Parts library updates:
  94. - If you have not already done so, you should visit www.ldraw.org and
  95. download and install the current complete package of LDraw parts.
  96. - Periodically, new parts and part fixes are released in small updates,
  97. available from www.ldraw.org. These updates should be downloaded and
  98. installed as they become available. Please remember that OLD updates
  99. should not be installed over NEW or NEWER updates. Doing so might
  100. overwrite a fixed version of a part with an older version.
  101. LDraw Update 2010-02
  102. --end of file--