Welcome, Guest |
You have to register before you can post on our site.
|
Online Users |
There are currently 209 online users. » 5 Member(s) | 200 Guest(s) Applebot, Bing, Google, Yandex, Rene Rechthaler, RICK_GUYdvlop
|
Latest Threads |
Transparent sticker colou...
Forum: General LDraw.org Discussion
Last Post: Magnus Forsberg
2 hours ago
» Replies: 3
» Views: 403
|
The Emperor Zurg
Forum: Part Requests
Last Post: Julian Raymond Ruan
6 hours ago
» Replies: 0
» Views: 123
|
Parts request
Forum: Part Requests
Last Post: Peter Grass
11 hours ago
» Replies: 1
» Views: 257
|
Batman Cowls
Forum: Part Requests
Last Post: Peter Grass
Today, 1:13
» Replies: 1
» Views: 285
|
A fresh list of "most com...
Forum: Part Requests
Last Post: tom alphin
Today, 0:11
» Replies: 7
» Views: 753
|
Fix for slightly incorrec...
Forum: Part Requests
Last Post: Huib Versteeg
Yesterday, 9:50
» Replies: 4
» Views: 915
|
Lego Town Racer 1996 - 63...
Forum: Official Models
Last Post: Chris Böhnke
2025-09-13, 23:39
» Replies: 14
» Views: 2,210
|
Eyesight on Linux
Forum: Rendering Techniques
Last Post: Orion Pobursky
2025-09-13, 18:56
» Replies: 12
» Views: 8,866
|
Another common varient: 1...
Forum: Part Requests
Last Post: Rene Rechthaler
2025-09-12, 14:51
» Replies: 8
» Views: 5,670
|
1Lx1Lx2L brick with studs...
Forum: Parts Authoring
Last Post: SNIPE
2025-09-12, 10:14
» Replies: 0
» Views: 851
|
|
|
READ ME FIRST - Part Request guidelines |
Posted by: Orion Pobursky - 2014-08-31, 0:30 - Forum: Part Requests
- No Replies
|
 |
The following guidelines are in place concerning the requesting of parts:
Research the part you want - Look up the part at Rebrickable and Bricklink for the part number/description.
- Do a search of the Official Library and Parts Tracker to see if the part you want already exists.
- Some parts have been released in digital form by LEGO (e.g. LDD, Unity). Please search this page digital-bricks.de for the part number. The part is available in raw, unprocessed LDraw format if there is a "DAT" link at the end of the line for the part number. If the line is green or yellow, it's already official or on the Parts Tracker and you may have missed it when searching above.
- Printed part codes (the suffix after the part number, e.g. p0004, pb004) do not match between reference sites. Keep this in mind when you are searching.
Other Information- LDraw.org is a loosely run, volunteer only project. This means that while our parts authors are very competent, they have real lives and real commitments that must come before this project. This also means that the part you request may take a while to be created (read months, not days) especially if the part is large and/or complex
- Please consider authoring the part yourself, especially if you are under some kind of time constraint.
|
|
|
Alternative state NXT connectors |
Posted by: Roland Melkert - 2014-08-30, 18:48 - Forum: Part Requests
- Replies (8)
|
 |
Not sure this is a request or just an observation.
But I noticed when you using the NXT plugs they look wrong when they are in their sockets.
In real life both the clip on the plug and the copper wires inside the socket will bend when accepting each other.
So maybe we need two versions of both?
|
|
|
Line type 1 and 0 FILE filename/part name upper/lowercase specification |
Posted by: Mario Pascucci - 2014-08-29, 13:07 - Forum: Parts Authoring
- Replies (9)
|
 |
Hi (again) all, people.
I'm still working on a simple Java renderer for LDraw models, and now I'm a little confused about part/filename/subfile/"0 FILE" MPD extension/etc. for case sensitivity.
- In "File Format 1.0.2" there are no statements about case-sensitivity for file names or line type "1". Only in "Direct color" ("hex values must be uppercase") and "File Type" (case insensitive).
- In "File Format Restrictions for the Official Library" under "LDraw Files/File Name" it states "While both upper and lower case letters are permitted in filenames, filenames are case-insensitive. Currently, all official parts are issued with upper-case only names." But in "complete.zip" official library all part/subpart/primitive names are lower-case!
- Zip files are case sensitive (and so are developer libraries to access Zip files), and when extract files in a case-sensitive file system use original-case filenames. Search file names in ZIP file is case sensitive, so it is important to know how a part/subpart/primitive file is named in official library: 3070b.DAT, 3070B.dat or 3070B.DAT are different.
- Looking at "MPD Language Extension", filename case isn't specified. But in a forum message (here) it is clearly stated that "And MPD file lookup probably shouldn't be case-sensitive, because no other filename lookups in LDraw files are case-sensitive".
So, my questions:
- Can I assume that in MPD-type file all internal references to sub-file can be case insensitive?
- Can I assume that part/subpart/primitives file names in Official library are all lowercase?
- LDR-type file with external reference to sub-file needs to be case-sensitive, because now almost all filesystem are case-sensitive. So, can I consider external referenze to sub-file are case-sensitive?
Thank you for your great work on LDraw libraries!
Mario
PS: when my Java viewer is ready I'll share it with you.
|
|
|
An unknown color ID referred by some official parts |
Posted by: Mario Pascucci - 2014-08-19, 15:06 - Forum: Parts Authoring
- Replies (4)
|
 |
Hi all.
This is my first message, and I apologize in advance if this isn't the right section.
I'm experimenting on rendering LDraw parts and models in Java, and in an LDR model I found a part in latest official part library (2014-01) that use this color id: 391.
I can't find it in LDConfig.ldr, and I haven't found any reference to this color code.
So, part uses this color:
973psk.dat (for sub-part s/973pskb.dat) in row 19
I found a sub-part that uses this color, too:
s/3068s101.dat in rows 39, 51, 52
Thank you for your work on LDraw part library.
Mario
|
|
|
|