OMR specs - Printable Version +- LDraw.org Discussion Forums (https://forums.ldraw.org) +-- Forum: Administrative (https://forums.ldraw.org/forum-4.html) +--- Forum: Standards Board (https://forums.ldraw.org/forum-5.html) +--- Thread: OMR specs (/thread-6062.html) |
OMR specs - Willy Tschager - 2012-08-28 Please read: http://forums.ldraw.org/showthread.php?tid=6047&pid=6047#pid6047 and comment. w. Re: OMR specs - Willy Tschager - 2012-08-28 Michael Heidemann Wrote:One other issue with the spec. I do not think that there will be much extraction/reassembling of subfiles in the same model. The only reason I can think of extracting a submodel would be the reuse of a subfile like the minifigs in another MPD, but in this case it would be renamed anyway. On the other side there is just one model out in the wild via the AIOI which would be affected, so a change would not do much harm - given that the <optional qualifier> in: <Set Number>-<optional qualifier> - <Set Name>[ - <Sub Model Name>] isn't mandatory for all other sets and is only "added if there is more than one set that could be assigned <Set Number>." w. Re: OMR specs - Willy Tschager - 2012-08-28 Michael Heidemann Wrote:Currently I am working on an app that uses much the OMR Spec. To be honest I cannot see the problem. Since we change the filename to: <Set Number>[-<Optional Qualifier>] - <Unofficial Part Number>.dat there has to be set an exceptional rule for the rest of the header. You cannot for example change the <Author Name> or the <Individual filename>. Find below the unofficial part I included in the Green Grocer. I think it represents a valid example: 0 FILE 10185 - 60616.dat 0 Glass for Door 1 x 4 x 6 0 Name: 10185 - 60616.dat 0 Author: Santeri Piippo [arezey] 0 !LDRAW_ORG Unofficial_Part 0 !LICENSE Redistributable under CCAL version 2.0 : see CAreadme.txt 0 !HELP To place the glass on 30179.dat, have it -32LDU on the X-axis 0 !HELP relative to the door to place it correctly. w. Re: OMR specs - Roland Melkert - 2012-08-28 I like to think of mpd's like zips etc, so when you need to extract the contents you do so to a subfolder. This way you always know what's what and you will not break search order and (imho) most important you can keep the subfile names short and minimize prefix redundancy. Re: OMR specs - Roland Melkert - 2012-08-28 I agree the OMR spec only overrides the filename part of the lib spec, so the name tag is still based on the original filename. Re: OMR specs - Willy Tschager - 2012-09-10 I propose the following change: Quote:Each model in the OMR will consist of several files that are packaged together into a single MPD file. For sets that include instructions for multiple models, each model will have its own MPD file. Each MPD for the set will be named in the following manner:to (additions in italics) Quote:Each model in the OMR will consist of several files that are packaged together into a single MPD file. For sets that include instructions for multiple models, each model will have its own MPD file. Each MPD for the set will be named in the following manner: Re: OMR specs - Roland Melkert - 2012-09-13 I'm basically ok with this. Only nit pick I can think of is what if a set number hasn't been reused but might be later. Will the old one have to be renamed or do you draw the second one starting with '-2' ? What are the other members thoughts on this (whole) issue? Re: OMR specs - Travis Cobbs - 2012-09-14 I tend to agree; perhaps -1 should be disallowed as the qualifier. The first set using a given number would be understood to never contain the qualifier. Re: OMR specs - Willy Tschager - 2012-10-04 I buy that. Feel free to sand my wording. Quote:<Optional Qualifier>: Is a sequential number, starting with 2. w. |