| Welcome, Guest |
You have to register before you can post on our site.
|
| Forum Statistics |
» Members: 5,425
» Latest member: Abbondio
» Forum threads: 6,247
» Forum posts: 52,242
Full Statistics
|
| Online Users |
There are currently 254 online users. » 0 Member(s) | 249 Guest(s) Applebot, Baidu, Bing, Google, Yandex
|
| Latest Threads |
LDConfig.ldr problem with...
Forum: Official File Specifications/Standards
Last Post: Orion Pobursky
8 hours ago
» Replies: 9
» Views: 165
|
Creator 2024
Forum: Official Models
Last Post: Marc Belanger
Yesterday, 22:04
» Replies: 11
» Views: 29,555
|
The colour of textures in...
Forum: Parts Authoring
Last Post: Sylvain Sauvage
Yesterday, 19:37
» Replies: 12
» Views: 386
|
Move to question
Forum: Parts Tracker Discussion
Last Post: Orion Pobursky
Yesterday, 1:51
» Replies: 1
» Views: 85
|
Sorting by date
Forum: Website Suggestions/Requests/Discussion
Last Post: Peter Blomberg
2025-11-06, 22:41
» Replies: 7
» Views: 619
|
Keywords and invalid 0 li...
Forum: Parts Tracker Discussion
Last Post: Orion Pobursky
2025-11-03, 22:17
» Replies: 6
» Views: 343
|
Minifigure Head MINI HEAD...
Forum: Part Requests
Last Post: Bailey Meyer
2025-11-03, 20:37
» Replies: 5
» Views: 533
|
Friends 2025
Forum: Official Models
Last Post: Philippe Hurbain
2025-11-02, 19:24
» Replies: 1
» Views: 670
|
Technic 1990
Forum: Official Models
Last Post: Takeshi Takahashi
2025-11-02, 15:05
» Replies: 14
» Views: 18,818
|
Parts request , spider we...
Forum: Part Requests
Last Post: Peter Grass
2025-10-31, 11:23
» Replies: 1
» Views: 252
|
|
|
| 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\"
|
|
|
|