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

Username
  

Password
  





Search Forums

(Advanced Search)

Forum Statistics
» Members: 5,735
» Latest member: julianj
» Forum threads: 6,441
» Forum posts: 53,359

Full Statistics

Online Users
There are currently 158 online users.
» 1 Member(s) | 153 Guest(s)
Applebot, Bing, Google, Yandex, Jeff Jones

Latest Threads
Part request Part 16280 (...
Forum: Part Requests
Last Post: Alfred Schmitz
2 hours ago
» Replies: 15
» Views: 723
age of ultron hulk
Forum: Part Requests
Last Post: Jeff Jones
Yesterday, 18:04
» Replies: 4
» Views: 197
2026 LDraw.org Steering C...
Forum: LDraw.org Announcements
Last Post: Lisa Winter
Yesterday, 17:37
» Replies: 5
» Views: 235
Suggestion: for primitive...
Forum: Parts Tracker Discussion
Last Post: Willy Tschager
Yesterday, 16:50
» Replies: 4
» Views: 725
James Jessiman Memorial A...
Forum: LDraw.org Announcements
Last Post: Magnus Forsberg
Yesterday, 16:31
» Replies: 3
» Views: 164
Smort brick stuff
Forum: Part Requests
Last Post: tom alphin
Yesterday, 7:02
» Replies: 7
» Views: 884
Question about aring usag...
Forum: Parts Authoring
Last Post: Hageta
2026-03-18, 16:47
» Replies: 7
» Views: 278
Technic 1993
Forum: Official Models
Last Post: Takeshi Takahashi
2026-03-18, 14:54
» Replies: 8
» Views: 9,177
973c24h12pr1619
Forum: Parts Authoring
Last Post: Jeff Jones
2026-03-18, 14:26
» Replies: 0
» Views: 93
Simple procedural geometr...
Forum: Official File Specifications/Standards
Last Post: Max Murtazin
2026-03-18, 9:06
» Replies: 3
» Views: 275

 
  [LDPartEditor] 0.8.25 Beta-Test for Windows XP
Posted by: Nils Schmidt - 2016-09-21, 22:12 - Forum: Parts Author Tools - Replies (2)

Hi :)

sadly, I was not able to launch my recent build of LDPE (0.8.25) on my Windows XP virtual machine.
It would be nice if someone tries to start the new version on an old machine (which has a dedicated graphics card).

You can find the archive here (32-bit only):

https://github.com/nilsschmidt1337/ldpar...32_x86.zip

Leg godt

Nils

Print this item

  forum groups
Posted by: Roland Melkert - 2016-09-20, 20:29 - Forum: Website Suggestions/Requests/Discussion - Replies (1)

I think there is something wrong with the forum group rights,.

I just noticed I can view (and probably post, but didn't try) the steering co group while I'm not a member of that group.

Print this item

  Wiki missing features
Posted by: Michael Horvath - 2016-09-17, 21:05 - Forum: General LDraw.org Discussion - Replies (2)

I'm trying to create a table with footnotes.

http://wiki.ldraw.org/index.php?title=So...comparison

The footnotes don't work at all!

Can someone fix this?


Mike

Print this item

  Search Delay
Posted by: Travis Cobbs - 2016-09-17, 4:11 - Forum: Website Suggestions/Requests/Discussion - Replies (5)

Does the forum need the 30-second delay between successive searches for registered users? Sometimes I'll search for something, and after getting too many results, I'll immediately try to be more specific in my search, but it forces me to wait 30 seconds in that case. It's not the end of the world, but it's inconvenient.

Print this item

  Latest version of L3P.exe?
Posted by: Michael Horvath - 2016-09-17, 1:13 - Forum: LDraw File Processing and Conversion - Replies (3)

I noticed some of my POV files were generated by a newer version of L3P.exe than the one available on Lars Hassing's website.

http://www.hassings.dk/l3/l3p.html

The one you can download from that webpage is this one:
// Generated by L3P v1.4 BETA 20080930 (Win32)  © 1998-2008 Lars C. Hassing [email protected]

The one I somehow got a hold of in the past is this one:
// Generated by L3P v1.4 BETA 20131202 (Win32)  © 1998-2013 Lars C. Hassing [email protected]

Does anyone happen to have a copy of the newer version? Some of my helper scripts were designed with that version in mind, and they no longer work. Thanks.

Print this item

  HELP!!! LeoCAD export 3ds parts missing problem...
Posted by: Tilen Racic - 2016-09-16, 21:06 - Forum: Help - Replies (3)

I can't export my model to 3ds file correctly... When I try and open the file n c4d some parts are missing...so How can I install custom parts in Leo CAD to fix the problem...I Tried to install the missing parts but they were deformed... Sad

Print this item

  Technic 2014
Posted by: Florent Faramond - 2016-09-16, 13:20 - Forum: Official Models - Replies (8)

42020 - Twin Rotor Helicopter

[Image: 42020-1_-_twin_rotor_helicopter.png]

[Image: 42020-2_-_twin_rotor_helicopter.png]

[color=#0072bc]Download MPD[/color] (OMR compliant)
Known errors: Missing stickers
Done with MLCad 3.4

[color=#333333][color=#0072bc]Download MPD[/color] (OMR compliant)[/color]
Known errors: -
[color=#333333]Done with MLCad 3.4[/color]

Print this item

  LDCad under wine (on mac)
Posted by: Roland Melkert - 2016-09-14, 18:18 - Forum: LDraw Editors and Viewers - Replies (10)

Hi all today someone asked (again) if there is a mac version of LDCad.

I advised the usual try a virtual machine, but this time I also thought about WINE as there is a mac version of that.

This made me wanne try running LDCad under wine in Linux as it should be the same I think.

So with some tweaks I did manage to get LDCad 1.5 running under wine on Mint 8,

It acts a bit weird the first start though but the second seems ok, only problem is no text rendering (so all crosses in the menus etc).

This was fixed by coping the FreeSans.ttf and FreeMone.ttf font files into the default/gui folder though.

The fun was then spoiled by it crashing assoon you start a new model, but this might be the result of me running mint in a virtual machine using software rendering.

Has anyone else tried running LDCad under WINE on Linux or a mac ?

update:
The crash was caused by using  std::locale envDef("")  for some reason, I managed to fix that by using std::locale envDef("C") this combined with the option to disable file monitoring seems to make WINE usable combined with LDCad 1.6.  I will need to do some more test though, any additional findings from experienced Wine users will be appreciated.

update2:
found a better way to fix the fonts issue, just symlink the systems font root dir into the wine/drive_c/windows/Fonts folder, like shown on the below picture.

LDCad 1.6 beta 1 running under wine on mint 18 which itself is running under vmplayer on Windows 7 Pro 64 Smile
   

Print this item

  City / Airport
Posted by: Philippe Hurbain - 2016-09-14, 12:53 - Forum: Official Models - Replies (12)

City / Airport sets

Print this item

  Some more findings in LPub3D
Posted by: Jaco van der Molen - 2016-09-13, 12:57 - Forum: LDraw Editors and Viewers - Replies (6)

Hi Trevor,

Making instructions I have found some "bugs" in LPub3D.

Model Description does not respond to placing it somewhere relative to the page
For example:
0 !LPUB PAGE MODEL_DESCRIPTION PLACEMENT LOCAL TOP PAGE INSIDE
0 !LPUB PAGE MODEL_DESCRIPTION PLACEMENT LOCAL TOP_RIGHT PAGE INSIDE
do not work and keeps placing the description top left

Setting an automatic piece count gives wrong count
Most of the time in an MPD with multiple submodels and multiple usages of certain same submodels.
For example the model I am working on now has 768 parts and LPub3D gives 753.

Assembly margins in a callout only seem to affect the top (or bottom) margin
Horizontal margins have no effect. Setting a margin in a call out separator gives odd results too.

If I find more I'll let you know.

Print this item