View Revisions: Issue #5325
Summary | 0005325: New error reported about texture stain01b_s | ||
---|---|---|---|
Revision | 10.08.2020 01:48 by Geep | ||
Description | During dmap processing of worldspawn, this error appears under 2.08: WARNING:Couldn't load image: makeIntensity( textures/decals/stain01b_s) The map in question used stain01b and stain01bwet. But even after replacing those with other textures, the error persisted. This was traced to the distributed tdm_decals_dirt.mtr, material "stain01bwet", which includes the map call in question. Perhaps it should be "makeintensity(...)" (all lower case) or, more likely "makealpha(...)", or stain01b_s texture file is bad. Also, tdm_legacy_dirt.mtr, material "stain01bwet" also has the same problematic call. These are the only 2 places where a material definition uses "MakeIntensity". |
||
Revision | 10.08.2020 01:30 by Geep | ||
Description | During dmap processing of worldspawn, this error appears under 2.08: |