Quake 2 Texture
From Just Solve the File Format Problem
(Difference between revisions)
(Added additional software) |
(Added sample files) |
||
Line 16: | Line 16: | ||
* [https://web.archive.org/web/20000817085545/http://www.telefragged.com/wally/ "Wally", a program apparently capable of reading from and writing to .wal files, among other things] | * [https://web.archive.org/web/20000817085545/http://www.telefragged.com/wally/ "Wally", a program apparently capable of reading from and writing to .wal files, among other things] | ||
* [https://www.moddb.com/mods/berserkerquake2/downloads/berserkerquake2-138-full A [[ZIP]] file that includes a program (with source) called "Wal2TGA" that purportedly reads .wal files] | * [https://www.moddb.com/mods/berserkerquake2/downloads/berserkerquake2-138-full A [[ZIP]] file that includes a program (with source) called "Wal2TGA" that purportedly reads .wal files] | ||
+ | |||
+ | == Sample files == | ||
+ | * https://telparia.com/fileFormatSamples/image/quakeTexture/ | ||
[[Category:Game data files]] | [[Category:Game data files]] | ||
[[Category:Id Software]] | [[Category:Id Software]] |
Revision as of 19:12, 28 September 2021
Quake 2 Texture (.wal), or Quake Texture, is a raster graphics texture format associated with Quake 2, and related video games.
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.
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