Quake 2 Texture
From Just Solve the File Format Problem
(Difference between revisions)
(Added sample files) |
Dexvertbot (Talk | contribs) m (Change telparia.com samples link to template) |
||
Line 18: | Line 18: | ||
== Sample files == | == Sample files == | ||
− | * | + | * {{DexvertSamples|image/quakeTexture}} |
[[Category:Game data files]] | [[Category:Game data files]] | ||
[[Category:Id Software]] | [[Category:Id Software]] |
Latest revision as of 02:57, 28 December 2023
Quake 2 Texture (.wal), or Quake Texture, is a raster graphics texture format associated with Quake 2, and related video games.
[edit] Format details
Although references to the format, and sample files, are easily found on the web, we have not identified any technical information about it.
It evidently contains multiple copies of the same image at different sizes. The dimensions of the primary image appear at offset 32.
[edit] Software
- XnView
- A C file in the Quake 2 source containing a function "R_LoadWal", which presumably reads .wal files
- "Wally", a program apparently capable of reading from and writing to .wal files, among other things
- A ZIP file that includes a program (with source) called "Wal2TGA" that purportedly reads .wal files