(2020-07-23, 17:38)Orion Pobursky Wrote: Fixed.
Looks the same to me
Code:
Search path examples:
0 !TEXMAP ... 123.png will look for /textures/123.png then /123.png
0 !TEXMAP ... s/123.png will look for /textures/s/123.png then /s/123.png
should, imho, be
Code:
Search path examples:
0 !TEXMAP ... 123.png will look for textures/123.png then 123.png
0 !TEXMAP ... s/123.png will look for textures/s/123.png then s/123.png
or maybe include the whole search mechanics, as it is only handled descriptively above.
Code:
Search path examples:
0 !TEXMAP ... 123.png will look for <Default LDraw search order folders>/textures/123.png then <Default LDraw search order folders>/123.png
0 !TEXMAP ... s/123.png will look for <Default LDraw search order folders>/textures/s/123.png then <Default LDraw search order folders>/s/123.png
Where <Default LDraw search order folders> indicates the collection of search locations, usually something like:
Code:
<containing mpd>
<containing folder>
/home/roland/LDraw/complete.zip/ldraw/parts
/home/roland/LDraw/complete.zip/ldraw/p