Welcome, Guest
You have to register before you can post on our site.

Username
  

Password
  





Search Forums

(Advanced Search)

Forum Statistics
» Members: 5,164
» Latest member: Thore
» Forum threads: 6,083
» Forum posts: 51,263

Full Statistics

Online Users
There are currently 659 online users.
» 3 Member(s) | 651 Guest(s)
Applebot, Baidu, Bing, Google, Yandex, L.T, Mark Kennedy, Thore

Latest Threads
New part
Forum: General LDraw.org Discussion
Last Post: Thore
8 minutes ago
» Replies: 0
» Views: 1
Owl with spread wings
Forum: Part Requests
Last Post: Philippe Hurbain
5 hours ago
» Replies: 2
» Views: 43
Modulex parts
Forum: Parts Authoring
Last Post: Orion Pobursky
6 hours ago
» Replies: 32
» Views: 4,609
80503pb01 lute instrument...
Forum: Part Requests
Last Post: N. W. Perry
2025-07-16, 14:24
» Replies: 9
» Views: 5,994
Parts we are Working on -...
Forum: Part Requests
Last Post: Jeff Jones
2025-07-16, 10:14
» Replies: 158
» Views: 152,332
Same set, different sheet...
Forum: Parts Tracker Discussion
Last Post: Magnus Forsberg
2025-07-15, 6:15
» Replies: 8
» Views: 504
71613/30346c01 too high?!
Forum: Part Requests
Last Post: Chris Böhnke
2025-07-14, 23:21
» Replies: 18
» Views: 4,918
5724pr0001 Bubble Canopy ...
Forum: Part Requests
Last Post: SNIPE
2025-07-12, 21:08
» Replies: 2
» Views: 416
Friends 2014
Forum: Official Models
Last Post: Takeshi Takahashi
2025-07-11, 16:20
» Replies: 18
» Views: 17,376
LDCAD about Add custom p...
Forum: LDraw Editors and Viewers
Last Post: Nate87
2025-07-11, 8:13
» Replies: 5
» Views: 3,320

 
  Bionicle and Factory parts (mostly)
Posted by: Rene Frijhoff - 2019-09-27, 2:29 - Forum: Part Requests - Replies (5)

I tried to load a model and found that a number of Bionicle and Factory parts where not available for LDraw.
If someone could make these, I would really appreciate that.

LDD number    Bricklink number    Bricklink description
41890    41890    Arm Mechanical, Super Battle Droid
98570    98570pb01    Hero Factory Chest Badge with 'H' on Light Bluish Gray Background Pattern
98562    98562    Hero Factory Weapon - Handcuff
47299    47299    Bionicle Toa Metru Knee Cover
19179    19179    Minifigure, Weapon Blade with Bar and 3 Spikes
92222    92222    Hero Factory Shield with Handle for Clip
15407    15407    Minifigure, Hand Armor
47298    47298    Bionicle Toa Metru Foot
98564    98564    Hero Factory Zamor Sphere Launcher - Bottom Half with Axle Hole
98593    98593    Hero Factory Shoulder Armor, Sonic Speaker
98341    98341    Ring 4 x 4 with 2 x 2 Hole and 4 Arrow Ends (Ninjago Spinner Crown)

Thanks in advance,

René

Print this item

  42100 Liebherr review
Posted by: Orion Pobursky - 2019-09-26, 15:36 - Forum: Off-Topic - Replies (2)

https://youtu.be/4cvr20Q39gw

New parts @ 4:13

Print this item

  Help calculating piston rod angle
Posted by: N. W. Perry - 2019-09-26, 3:59 - Forum: Help - Replies (9)

I can't quite figure out how to calculate the angle and vertical distance of a piston rod on a rotated crankshaft, specifically using LDCad's Selection Info tool. Here's a diagram:
   

So the crankshaft has been rotated -49.5 degrees. The piston rod (A-B) will move up the Y-axis, but I don't know that distance (it's slightly less than the current Y distance between A and C). Also, point B will remain at its current X position but point A will rotate around point B to connect with the axle at point C. The angle of that rotation is the second thing I don't know.

No doubt this has been tackled many times before, but I'd like to know the precise way to figure it out (rather than downloading an already finished model). It's either slightly more difficult, or vastly simpler than I realize. Smile  (And I do know about the piston placement script in LDCad, but AFAIK it doesn't recognize these old-style piston parts or brick-built cylinders.)

Again, the two values I need to find are:

  • The distance to move the piston rod along the Y-axis, and
  • The angle to rotate point A around point B so that it connects with axle C

Print this item

  U-Joint shortcuts
Posted by: Orion Pobursky - 2019-09-24, 1:45 - Forum: Parts Authoring - Replies (5)

There's a bit of a debate about U-Joint shortcuts going on on the PT.

Here's my take:

There are 2 ends and a center for each U-joint.  

The ends are 3712 - https://www.ldraw.org/parts/official-par...artid=3712 [Image: 3712.png]
These parts have only ever come in color 7 or 71

The center has 2 types:
3326a - https://www.ldraw.org/parts/official-par...rtid=3326a [Image: 3326a.png]
This came in color 7, 71, and 79
3326b - https://www.ldraw.org/parts/official-par...rtid=3326b [Image: 3326b.png]
This came in color 7, 71

The current shortcut, 3712c01.dat, uses 3326a and is color 16 for all 3 parts

There are updated shortcuts on the PT that hard code the center color. There is some debate about these here:
https://www.ldraw.org/cgi-bin/ptdetail.c...712c03.dat

This thread is intended to continue that discussion.

Print this item

  Proposal: New !DATA meta-command for embedded textures
Posted by: Travis Cobbs - 2019-09-23, 23:10 - Forum: Standards Board - Replies (23)

Note: this is in response to this thread.

This is a proposal to add a new !DATA meta-command that can be used to embed texture data into model files (for use with unofficial parts in an OMR model). The proposed specification for the new meta-statement follows. Please discuss.

Purpose

This document describes the !DATA meta-statement, which contains a set of commands for embedding binary data into LDraw files.

New meta-statement token

!DATA

This is the main data-embedding meta-command.

Reuse of existing meta-statement token

!:

This will be used to specify a BASE-64 encoded data stream. This token was introduced with the !TEXMAP meta-statement, and will be reused here for three reasons: its reuse will not interfere with its use in !TEXMAP; it is useful for the same reasons that it was useful in !TEXMAP; and !DATA is only useful right now for embedding texture data for use with !TEXMAP, so the two meta-statements are related to each other.

Syntax

0 !DATA START
0 !: <data1>
0 !: <data2>
...
0 !: <datan>
0 !DATA END

Description

This meta-statement allows for BASE-64 encoded data to be used inside a multi-part-dat (MPD) file. The decoded binary data replaces of the embedded MPD sub-file.

  1. This meta-statement must come after the 0 FILE meta-statement signifying a sub-file in a multi-part-dat (MPD) file.
  2. The FILE that the DATA belongs to must not contain any geometry.
  3. The FILE must contain one and only one DATA section.
  4. The FILE may contain header information.
  5. All characters after 0 !: that are not valid BASE-64 characters must be ignored. (This is intended to allow white-space characters to be placed in the line, but still applies to all other characters that are not valid BASE-64 characters.)
  6. Each 0 !: line except for the last must contain exactly 76 encoded characters.
  7. The last 0 !: line must contain no more than 76 encoded characters.
Example

0 FILE main.ldr
0 Author: Roland Melkert
1 15  -40 -20 0  1 0 0  0 0 1  0 1 0 plane.dat

0 FILE plane.dat
0 plane texmap test
0 UNOFFICIAL PART
0 BFC NOCERTIFY

0 !TEXMAP START PLANAR  0 0 0  40 0 0  0 0 40  checker123yyz.png
4 16  0 0 0  40 0 0  40 0 40  0 0 40
0 !TEXMAP END

0 FILE checker123yyz.png
0 !DATA START
0 !:iVBORw0KGgoAAAANSUhEUgAAAQAAAAEACAYAAABccqhmAAAABmJLR0QA/wD/AP+gvaeTAAAACXBI
0 !:WXMAAC4jAAAuIwF4pT92AAAAB3RJTUUH3gcbDhUzUyNxeQAAArVJREFUeNrt3cENwzAMBMFjoM7d
0 !:p6vIX2lBeRECZzo4GFjIL9ZOdhpVeu3dOj9VZb/9bT4BxhIAEABAAAABAAQAEABAAAABAAQAEABA
0 !:AAABAAQAEABAAAABAAQAEABAAAABAAQAEABAAAABAAQAEABAAAABAAQAEADgX5Wk9UC6+/T22+8F
0 !:AAgAIACAAAACAAgAIACAAAACAAgAIACAAAACAAgAIACAAAACAAgACAAgAIAAAAIACAAgAIAAAAIA
0 !:CAAgAIAAAAIACABwgeU+u/32z93vBQB+AQABAAQAEABAAAABAAQAEABAAAABAAQAEABAAAABAAQA
0 !:EABAAAABAAQAEABAAAABAAQAEABAAAABAAQAEABAAAABAI4t99l79z9p3v/6/pP3ewGAXwBAAAAB
0 !:AAQAEABAAAABAAQAEABAAAABAAQAEABAAAABAAQAEABAAAABAAQAEABAAAABAAQAEABAAAABAAQA
0 !:EABAAIBjy3324fu/8f0H7/cCAL8AgAAAAgAIACAAgAAAAgAIACAAgAAAAgAIACAAgAAAAgAIACAA
0 !:gAAAAgAIACAAgAAAAgAIACAAgAAAAgAIACAAgAAAxypJ64H06ffZ7bffCwAQAEAAAAEABAAQAEAA
0 !:AAEABAAQAEAAAAEABAAQAEAAAAEABAAQABAAQAAAAQAEABAAQAAAAQAEABAAQAAAAQAEABAA4ArL
0 !:fXb77Z+73wsA/AIAAgAIACAAgAAAAgAIACAAgAAAAgAIACAAgAAAAgAIACAAgAAAAgAIACAAgAAA
0 !:AgAIACAAgAAAAgAIACAAgAAAAgAcqyStB9Ldp7fffi8AQAAAAQAEABAAQAAAAQAEABAAQAAAAQAE
0 !:ABAAQAAAAQAEABAAQABAAAABAAQAEABAAAABAAQAEABAAAABAAQAEABAAIAL/AB/0mJQmotO+gAA
0 !:AABJRU5ErkJggg==
0 !DATA END

Print this item

  Helmet 50665
Posted by: Jaco van der Molen - 2019-09-23, 19:01 - Forum: Part Requests - Replies (10)

Hi all,

I am looking for this one
https://brickset.com/parts/design-50665

[Image: 6259920]
I think it has not been made?
If so, can someone make it?
Tnx

Print this item

  Dual molded leg
Posted by: Orion Pobursky - 2019-09-23, 14:48 - Forum: Parts Authoring - Replies (11)

Looks like we'll need to make a file for dual molded legs:
[Image: LEGO-Star-Wars-75252-Imperial-Star-Destr...24x538.jpg]

Print this item

  MLCad.ini 2019-02 update now available
Posted by: Willy Tschager - 2019-09-23, 14:39 - Forum: LDraw.org Announcements - Replies (1)

Hi folks,

I just updated the MLCad.ini file accordingly to the latest LDraw.org parts update 2019-02. The .ini file defines (among other things) the parts available in MLCad's, LEOCad's and Bricksmith's minifigure generator.

Download the file from my website: http://www.holly-wood.it/mlcad/mlcad_ini-en.html

Bye, w.

Print this item

  75060 - Slave I
Posted by: Orion Pobursky - 2019-09-22, 16:11 - Forum: Official Models - No Replies

   
75060 - Slave I
OMR Compliant
Missing:
- Minifig patterns documented in the file
- 2 Minifig accessories documented in the file
- Stickers. Oh so many stickers...
Comments: The angles on the side hull plating gave me fits so they are very close best fit.



Attached Files
.mpd   75060 - Slave I.mpd (Size: 231.79 KB / Downloads: 12)
Print this item

  30056, 30277, and 75033 - A hat trick of mini Star Destroyers
Posted by: Orion Pobursky - 2019-09-21, 1:54 - Forum: Official Models - No Replies

   
30056 - Star Destroyer
OMR Compliant
Missing: Nothing
Comments: None


   
[color=#333333][size=small][font=Tahoma, Verdana, Arial, sans-serif]30277 - First Order Star Destroyer[/font][/size][/color]
OMR Compliant

Missing: Nothing
[color=#333333][size=small][font=Tahoma, Verdana, Arial, sans-serif]Comments: None
[/font][/size][/color]


[color=#333333][size=small][font=Tahoma, Verdana, Arial, sans-serif]     [/font][/size][/color]
[color=#333333][size=small][font=Tahoma, Verdana, Arial, sans-serif][color=#333333][size=small][font=Tahoma, Verdana, Arial, sans-serif]75033 - Star Destroyer[/font][/size][/color][/font][/size][/color]
OMR Compliant

Missing: Minifig Head, Torso, Hips, and Leg patterns as documented in the file
[color=#333333][size=small][font=Tahoma, Verdana, Arial, sans-serif][color=#333333][size=small][font=Tahoma, Verdana, Arial, sans-serif]Comments: None[/font][/size][/color][/font][/size][/color]



Attached Files
.mpd   30056 - Star Destroyer.mpd (Size: 1.93 KB / Downloads: 6)
.mpd   30277 - First Order Star Destroyer.mpd (Size: 2.8 KB / Downloads: 5)
.mpd   75033 - Star Destroyer.mpd (Size: 7.23 KB / Downloads: 7)
Print this item