PALVERS

From ZDoom Wiki
Revision as of 15:22, 28 July 2012 by Gez (talk | contribs) (removing new tags from 2.6.0)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

PALVERS is a lump allowing to define texture replacement for paletted versions of truecolor graphics. This can be used if a truecolor texture does not convert well to the game palette with the built-in closest match method, so a replacement graphics can be provided. Sprites and HUD elements are not affected; only skies, flats and wall textures are substituted.


The syntax is extremely simple, merely a list of truecolor and paletted texture names, for example:

rgbtex1 paltex1
rgbtex2 paltex2

The vid_nopalsubstitutions console variable can be used to disable PALVERS-based substitution.

See also