| Welcome, Guest |
You have to register before you can post on our site.
|
| Forum Statistics |
» Members: 5,743
» Latest member: eric gtg
» Forum threads: 6,445
» Forum posts: 53,387
Full Statistics
|
| Online Users |
There are currently 123 online users. » 2 Member(s) | 118 Guest(s) Applebot, Bing, Yandex, Philippe Hurbain
|
| Latest Threads |
10123-1 Missing Parts
Forum: Part Requests
Last Post: Steven
3 hours ago
» Replies: 9
» Views: 5,012
|
Webbed dish 4285 sub-part
Forum: Parts Authoring
Last Post: Willy Tschager
4 hours ago
» Replies: 3
» Views: 185
|
Mr. Incredible's Torso
Forum: Part Requests
Last Post: João Caio Garcia Reis
Yesterday, 21:32
» Replies: 3
» Views: 5,753
|
part models of hairs
Forum: Part Requests
Last Post: Philippe Hurbain
Yesterday, 19:54
» Replies: 3
» Views: 183
|
Technic 1993
Forum: Official Models
Last Post: Takeshi Takahashi
Yesterday, 18:18
» Replies: 9
» Views: 9,448
|
2026 LDraw.org Steering C...
Forum: LDraw.org Announcements
Last Post: Nils Schmidt
Yesterday, 10:25
» Replies: 8
» Views: 390
|
James Jessiman Memorial A...
Forum: LDraw.org Announcements
Last Post: Nils Schmidt
Yesterday, 10:24
» Replies: 6
» Views: 322
|
[LDPE] 1.9.02 Released (S...
Forum: Parts Author Tools
Last Post: Nils Schmidt
Yesterday, 10:11
» Replies: 0
» Views: 76
|
Windscreen 4 x 4 x 1 2/3 ...
Forum: Part Requests
Last Post: Jeff Jones
2026-03-20, 20:29
» Replies: 0
» Views: 100
|
Part request Part 16280 (...
Forum: Part Requests
Last Post: Alfred Schmitz
2026-03-20, 16:26
» Replies: 19
» Views: 1,264
|
|
|
| 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
|
|
|
|