Jump to content

Highpalookup: Difference between revisions

From EDukeWiki
Drek (talk | contribs)
No edit summary
 
Line 30: Line 30:
'''The making of: Highpal lookup tables'''
'''The making of: Highpal lookup tables'''
*[[File:highpal_tutorial.7z|highpal_tutorial.7z]] PDF file
*[[File:highpal_tutorial.7z|highpal_tutorial.7z]] PDF file
[[Category:Palette editing]]

Latest revision as of 20:56, 10 March 2026

A high-palette look-up table (abbreviated "highpalookup" or just "highpal") is used by the Polymer renderer to replicate the software renderer's 8-bit palette swaps on 32-bit assets such as models and high resolution textures.

SAMPLE CODE

// SLIMEPAL (and night vision)

highpalookup { basepal 2 pal 0 file "highpal/pal_00n.png" }

This line of code is from the HRP. It declares the basic night vision palette. More examples can be seen here.

THE MAKING OF

This is an advanced modding project. As such, it requires understanding of some basic concepts.

REQUIRED READING

REQUIRED TOOLS

TUTORIAL

The making of: Highpal lookup tables