PPL
Jump to navigation
Jump to search
PPL files are lightmaps (per-pixel lighting) generated by VRAD for prop_static models that have generatelightmaps enabled. Unlike brush lightmaps, PPL files are always uncompressed RGB888 (24-bit SDR), even when the map is compiled in HDR mode.


vradstaticprops.h
to replace all mentions of IMAGE_FORMAT_RGB888 with the desired format. 
A PPL file can be converted to uncompressed VTF(s) using Ficool2's proptexelvtf.exe (direct download), which can then be used for $lightmap.
See also
- VHV, the equivalent for vertex-lit props