Hosting and domain costs until October 2024 have been generously sponsored by dumptruck_ds. Thank you!

Difference between revisions of "Making graphics"

From Quake Wiki

m (update intro, it mentions textures right in the list of formats...)
 
(3 intermediate revisions by 3 users not shown)
Line 1: Line 1:
This is about how to make all the various graphics that quake uses, except [[Making Textures|Textures]].
+
This is about how to make all the various graphics that quake uses.
 +
 
 +
The most contemporary pipeline for graphics other than textures and models is to make use of your preferred image composition program, and then put it through [[Fimg]] to make sure it is ready for use in Quake.
  
 
===File formats===
 
===File formats===
  
* [[.wad]]
+
* [[Texture_Wad|.wad]]
 
* [[.lmp]]
 
* [[.lmp]]
* [[.spr]]
+
* [[Sprite|.spr]]
  
 
===Notable Files===
 
===Notable Files===

Latest revision as of 16:06, 1 January 2022

This is about how to make all the various graphics that quake uses.

The most contemporary pipeline for graphics other than textures and models is to make use of your preferred image composition program, and then put it through Fimg to make sure it is ready for use in Quake.

File formats[edit]

Notable Files[edit]