SPR: Difference between revisions

From Valve Developer Community
Jump to navigation Jump to search
m (HLSPR is related to Q1SPR)
(Add the303's tutorial)
Line 1: Line 1:
{{stub}}
{{stub}}
{{code|.SPR}} is a file format used to store 2D [[Sprite|sprites]] in {{goldsrc|4}}. It is a modified version of the SPR format used by {{Quake|2}}, adding a dedicated color palette.
{{code|.SPR}} is a file format used to store 2D [[Sprite|sprites]] in {{goldsrc|4}}. It is a modified version of the SPR format used by {{Quake|2}}, adding a dedicated color palette and additional translucency formats.
 
== External links ==
* [https://www.the303.org/tutorials/gold_sprite.htm GoldSrc Sprite Tutorial by The303]
 
[[Category:File formats]]
[[Category:File formats]]

Revision as of 11:02, 30 May 2023

Stub

This article or section is a stub. You can help by expanding it.

.SPR is a file format used to store 2D sprites in GoldSrc GoldSrc. It is a modified version of the SPR format used by Quake Quake, adding a dedicated color palette and additional translucency formats.

External links