![]() |
|
Custom Tiles from 10330 racer - Printable Version +- LDraw.org Discussion Forums (https://forums.ldraw.org) +-- Forum: Models and Parts (https://forums.ldraw.org/forum-18.html) +--- Forum: Part Requests (https://forums.ldraw.org/forum-30.html) +--- Thread: Custom Tiles from 10330 racer (/thread-29299.html) |
Custom Tiles from 10330 racer - Knud Ahrnell Albrechtsen - 2026-01-12 Hi Could someone please make the following custom tiles from the 10330 racer ?? 4162pb300: https://www.bricklink.com/v2/catalog/catalogitem.page?P=4162pb300#T=C&C=1 69729pb109: https://www.bricklink.com/v2/catalog/catalogitem.page?P=69729pb109#T=C&C=1 6636pb348: https://www.bricklink.com/v2/catalog/catalogitem.page?P=6636pb348#T=C&C=1 69729pb108: https://www.bricklink.com/v2/catalog/catalogitem.page?P=69729pb108#T=C&C=1 Thanks
RE: Custom Tiles from 10330 racer - Peter Grass - 2026-01-14 Since they are all flat surfaces you could implement them as texture maps by making a new dat for the part and inserting the info it needs. https://www.ldraw.org/texmap-spec.html I've attached the 4 textures you would need if you want to do that. That way you don't need to wait for someone else to make the parts for any existing flat surface, but you do need to know how to edit the dat files and how to adjust the dimensions. So if for example I wanted to do the texture for 4162pb300 it would look something like this: 0 0 Name: 4162pb300.dat 0 Author: 0 !LDRAW_ORG Unofficial_Part 0 !LICENSE Licensed under CC BY 4.0 : see CAreadme.txt 0 BFC CERTIFY CCW 1 16 0 0 0 1 0 0 0 1 0 0 0 1 s\4162s01.dat 0 !TEXMAP START PLANAR -80 0 10 80 0 10 -80 0 -10 4162pb300.png 0 !: 4 16 80 0 10 -80 0 10 -80 0 -10 80 0 -10 0 !TEXMAP END And you end up with this:
RE: Custom Tiles from 10330 racer - Knud Ahrnell Albrechtsen - 2026-02-09 (2026-01-14, 8:22)Peter Grass Wrote: Since they are all flat surfaces you could implement them as texture maps by making a new dat for the part and inserting the info it needs. Thanks I will try to do that
|