| Welcome, Guest |
You have to register before you can post on our site.
|
| Forum Statistics |
» Members: 5,850
» Latest member: Ferrel
» Forum threads: 6,486
» Forum posts: 53,704
Full Statistics
|
| Online Users |
There are currently 151 online users. » 0 Member(s) | 147 Guest(s) Baidu, Bing, Google, Yandex
|
| Latest Threads |
Array bricks along hose p...
Forum: LDraw Editors and Viewers
Last Post: Simone
59 minutes ago
» Replies: 0
» Views: 10
|
[LDPE] 1.8.97 Released (s...
Forum: Parts Author Tools
Last Post: Nils Schmidt
Yesterday, 18:17
» Replies: 8
» Views: 2,373
|
[LDPE] 1.8.95 Released (p...
Forum: Parts Author Tools
Last Post: Nils Schmidt
Yesterday, 18:07
» Replies: 8
» Views: 6,381
|
47430 messurements
Forum: Parts Authoring
Last Post: Jeff Jones
Yesterday, 12:41
» Replies: 1
» Views: 163
|
Wheels needed for Set 772...
Forum: Part Requests
Last Post: Alfred Schmitz
Yesterday, 9:02
» Replies: 10
» Views: 1,837
|
2026 - New Parts -> Raw M...
Forum: Part Requests
Last Post: Gerald Lasser
Yesterday, 6:50
» Replies: 26
» Views: 5,395
|
Bionicle Tahu Cosplayer f...
Forum: Part Requests
Last Post: Chris Böhnke
2026-05-10, 19:04
» Replies: 20
» Views: 1,399
|
Updates available for MLC...
Forum: LDraw Editors and Viewers
Last Post: Manfred Schaefer
2026-05-10, 13:27
» Replies: 2
» Views: 329
|
LDraw.org Official Parts ...
Forum: Parts Tracker Discussion
Last Post: Peter Blomberg
2026-05-09, 18:03
» Replies: 6
» Views: 965
|
"Fixing" Older Stickers (...
Forum: Parts Authoring
Last Post: Chris Böhnke
2026-05-09, 17:17
» Replies: 0
» Views: 150
|
|
|
| Help a noob start designing elements |
|
Posted by: Giorgos Solomonidis - 2016-12-06, 19:10 - Forum: Help Wanted
- Replies (1)
|
 |
As title says guys, I use mlcad το create my digital models, and povray to render them, and from time to time I ask your help to design a new element thats not in the database yet (and you helped me everytime I asked)
Thing is I want to start designing .dat files for my own custom elements.
Can you point me where/what to read? and a basic workflow? which programs I should use in order to achieve this?
Thanks a lot
|
|
|
| TEXMAP searchorder |
|
Posted by: Roland Melkert - 2016-12-04, 20:59 - Forum: Official File Specifications/Standards
- Replies (3)
|
 |
I'm a bit unclear on the texmap search order, working with the 10054p01 helmet Philo made a long time ago I noticed it failed loading as it couldn't find the png's.
I fixed the issue by coping the png's and adding it to LDCad's buglist.
I'm now addressing the bug, but I'm wondering if it's a bug at all, it concerns this file structure:
Code: Helmet\10054p01m.dat
Helmet\s\10054s05m.dat
Helmet\textures\10054s05a.png
10054p01m.dat references "s\10054s05m.dat" which references "10054s05a.png"
LDCad currently looks for the png in these places
Code: Helmet\s\textures\10054s05a.png
Helmet\s\10054s05a.png
<ldraw>\parts\textures\10054s05a.png
<ldraw>\parts\10054s05a.png
<ldraw>\p\textures\10054s05a.png
<ldraw>\p\10054s05a.png
The spec doesn't mention it should also look in the parent's textures folder, LDView seems to do so though.
I think the png's, in this case, should be located in "Helmet\s\textures\" instead of "Helmet\textures\"
|
|
|
|